libcosmic/examples/launcher/style.css
2022-01-14 11:17:36 -05:00

25 lines
378 B
CSS

listview row:selected {
transition: 100ms;
background: #888888;
border-radius: 8px;
}
listview row {
transition: 100ms;
background: #333333;
border-radius: 8px;
}
listview {
background: #333333;
}
box.container {
background: #333333;
padding: 12px;
border-radius: 12px;
}
window.root_window {
background: rgba(50, 50, 50, 0.0);
}