24 lines
340 B
CSS
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);
|
|
}
|