libcosmic/examples/dock/style.css

21 lines
328 B
CSS
Raw Normal View History

row:hover {
transition: 100ms;
background: #888888;
2021-12-15 14:03:23 -05:00
border-radius: 12px;
}
row {
background: #333333;
2021-12-15 14:03:23 -05:00
border-radius: 12px;
}
listview {
2021-12-15 14:03:23 -05:00
border-radius: 12px;
background: #333333;
}
window {
background: rgba(50,50,50,0.0);
}
2021-12-15 11:37:28 -05:00
box#dock-container {
2021-12-15 14:03:23 -05:00
border-radius: 12px;
2021-12-15 11:37:28 -05:00
background: #333333;
}