14 lines
194 B
CSS
14 lines
194 B
CSS
row:hover {
|
|
transition: 100ms;
|
|
background: #888888;
|
|
}
|
|
row {
|
|
background: #333333;
|
|
}
|
|
listview {
|
|
background: #333333;
|
|
}
|
|
window {
|
|
background: #333333;
|
|
border-radius: 15px;
|
|
}
|