libcosmic/examples/dock/style.css

14 lines
180 B
CSS
Raw Normal View History

row:hover {
transition: 100ms;
background: #888888;
}
row {
background: #333333;
}
listview {
background: #333333;
}
window {
background: rgba(50,50,50,0.0);
}