13 lines
180 B
CSS
13 lines
180 B
CSS
row:hover {
|
|
transition: 100ms;
|
|
background: #888888;
|
|
}
|
|
row {
|
|
background: #333333;
|
|
}
|
|
listview {
|
|
background: #333333;
|
|
}
|
|
window {
|
|
background: rgba(50,50,50,0.0);
|
|
}
|