libcosmic/examples/app_library/style.css

24 lines
336 B
CSS
Raw Normal View History

2022-01-14 11:38:10 -05:00
child:selected {
2021-12-09 15:12:37 -05:00
transition: 100ms;
2022-01-14 11:38:10 -05:00
background: #AAAAAA;
2021-12-09 15:12:37 -05:00
}
2022-01-14 11:38:10 -05:00
gridview child {
transition: 100ms;
2021-12-09 15:12:37 -05:00
border-radius: 5px;
}
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
}
box.app_library_container {
2021-12-09 23:53:08 -05:00
background: #333333;
padding: 12px;
border-radius: 12px;
}
window.root_window {
background: rgba(50, 50, 50, 0.0);
2021-12-09 15:30:18 -05:00
}