libcosmic/examples/launcher/style.css

25 lines
352 B
CSS
Raw Normal View History

2021-12-31 14:58:26 -05:00
listview row:hover {
2021-12-09 23:53:08 -05:00
transition: 100ms;
background: #888888;
2021-12-31 14:58:26 -05:00
border-radius: 8px;
2021-12-09 23:53:08 -05:00
}
2021-12-31 14:58:26 -05:00
listview row {
2021-12-09 23:53:08 -05:00
background: #333333;
2021-12-31 14:58:26 -05:00
border-radius: 8px;
2021-12-09 23:53:08 -05:00
}
2021-12-09 23:53:08 -05:00
listview {
background: #333333;
}
2021-12-31 14:58:26 -05:00
box.container {
2021-12-09 23:53:08 -05:00
background: #333333;
2021-12-31 14:58:26 -05:00
padding: 12px;
border-radius: 12px;
}
window.root_window {
2021-12-31 14:58:26 -05:00
background: rgba(50, 50, 50, 0.0);
2021-12-09 23:53:08 -05:00
}