libcosmic-yoda/examples/launcher/style.css
2021-12-31 14:58:26 -05:00

24 lines
340 B
CSS

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