2021-12-09 15:12:37 -05:00
|
|
|
child:hover {
|
|
|
|
|
transition: 100ms;
|
2021-12-09 23:53:08 -05:00
|
|
|
background: #888888;
|
2021-12-09 15:12:37 -05:00
|
|
|
}
|
2021-12-29 17:31:01 -05:00
|
|
|
|
2021-12-09 15:12:37 -05:00
|
|
|
child {
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
2021-12-29 17:31:01 -05:00
|
|
|
|
2021-12-09 15:30:18 -05:00
|
|
|
gridview {
|
2021-12-09 23:53:08 -05:00
|
|
|
background: #333333;
|
2021-12-09 15:30:18 -05:00
|
|
|
}
|
2021-12-29 17:31:01 -05:00
|
|
|
|
2021-12-31 16:03:47 -05:00
|
|
|
box.app_library_container {
|
2021-12-09 23:53:08 -05:00
|
|
|
background: #333333;
|
2021-12-31 16:03:47 -05:00
|
|
|
padding: 12px;
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window.root_window {
|
|
|
|
|
background: rgba(50, 50, 50, 0.0);
|
2021-12-09 15:30:18 -05:00
|
|
|
}
|