2021-12-14 11:53:18 -05:00
|
|
|
row:hover {
|
|
|
|
|
transition: 100ms;
|
|
|
|
|
background: #888888;
|
2021-12-15 11:37:28 -05:00
|
|
|
border-radius: 10px;
|
2021-12-14 11:53:18 -05:00
|
|
|
}
|
|
|
|
|
row {
|
|
|
|
|
background: #333333;
|
2021-12-15 11:37:28 -05:00
|
|
|
border-radius: 10px;
|
2021-12-14 11:53:18 -05:00
|
|
|
}
|
|
|
|
|
listview {
|
2021-12-15 11:37:28 -05:00
|
|
|
border-radius: 10px;
|
2021-12-14 11:53:18 -05:00
|
|
|
background: #333333;
|
|
|
|
|
}
|
|
|
|
|
window {
|
2021-12-14 16:36:28 -05:00
|
|
|
background: rgba(50,50,50,0.0);
|
2021-12-14 11:53:18 -05:00
|
|
|
}
|
2021-12-15 11:37:28 -05:00
|
|
|
box#dock-container {
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
background: #333333;
|
|
|
|
|
}
|