libcosmic/examples/launcher/style.css

18 lines
197 B
CSS
Raw Normal View History

2021-12-09 23:53:08 -05:00
row:hover {
transition: 100ms;
background: #888888;
}
2021-12-09 23:53:08 -05:00
row {
background: #333333;
}
2021-12-09 23:53:08 -05:00
listview {
background: #333333;
}
2021-12-09 23:53:08 -05:00
window {
background: #333333;
border-radius: 15px;
}