2021-12-31 14:58:26 -05:00
|
|
|
listview row:hover {
|
2021-12-09 23:53:08 -05:00
|
|
|
transition: 100ms;
|
|
|
|
|
background: #888888;
|
2021-12-31 14:58:26 -05:00
|
|
|
border-radius: 8px;
|
2021-12-09 23:53:08 -05:00
|
|
|
}
|
2021-12-29 17:31:01 -05:00
|
|
|
|
2021-12-31 14:58:26 -05:00
|
|
|
listview row {
|
2021-12-09 23:53:08 -05:00
|
|
|
background: #333333;
|
2021-12-31 14:58:26 -05:00
|
|
|
border-radius: 8px;
|
2021-12-09 23:53:08 -05:00
|
|
|
}
|
2021-12-29 17:31:01 -05:00
|
|
|
|
2021-12-09 23:53:08 -05:00
|
|
|
listview {
|
|
|
|
|
background: #333333;
|
|
|
|
|
}
|
2021-12-29 17:31:01 -05:00
|
|
|
|
2021-12-31 14:58:26 -05:00
|
|
|
box.container {
|
2021-12-09 23:53:08 -05:00
|
|
|
background: #333333;
|
2021-12-31 14:58:26 -05:00
|
|
|
padding: 12px;
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window {
|
|
|
|
|
background: rgba(50, 50, 50, 0.0);
|
2021-12-09 23:53:08 -05:00
|
|
|
}
|