2021-12-30 22:23:17 -05:00
|
|
|
listview row:hover {
|
2021-12-14 11:53:18 -05:00
|
|
|
transition: 100ms;
|
|
|
|
|
background: #888888;
|
2021-12-15 14:03:23 -05:00
|
|
|
border-radius: 12px;
|
2021-12-30 22:23:17 -05:00
|
|
|
padding: 0px;
|
2021-12-14 11:53:18 -05:00
|
|
|
}
|
2021-12-29 17:31:01 -05:00
|
|
|
|
2021-12-30 22:23:17 -05:00
|
|
|
listview row {
|
2021-12-14 11:53:18 -05:00
|
|
|
background: #333333;
|
2021-12-15 14:03:23 -05:00
|
|
|
border-radius: 12px;
|
2021-12-30 22:23:17 -05:00
|
|
|
padding: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button:hover {
|
|
|
|
|
background: #888888;
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
border-width: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
background: #333333;
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
border-width: 0px;
|
2021-12-14 11:53:18 -05:00
|
|
|
}
|
2021-12-29 17:31:01 -05:00
|
|
|
|
2021-12-14 11:53:18 -05:00
|
|
|
listview {
|
2021-12-15 14:03:23 -05:00
|
|
|
border-radius: 12px;
|
2021-12-14 11:53:18 -05:00
|
|
|
background: #333333;
|
|
|
|
|
}
|
2021-12-29 17:31:01 -05:00
|
|
|
|
2021-12-30 22:23:17 -05:00
|
|
|
box.dock {
|
2021-12-15 14:03:23 -05:00
|
|
|
border-radius: 12px;
|
2021-12-15 11:37:28 -05:00
|
|
|
background: #333333;
|
|
|
|
|
}
|
2021-12-31 16:03:47 -05:00
|
|
|
|
|
|
|
|
window.root_window {
|
|
|
|
|
background: rgba(50, 50, 50, 0.0);
|
|
|
|
|
}
|