libcosmic/examples/app_library/style.css

23 lines
301 B
CSS
Raw Normal View History

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-09 15:12:37 -05:00
child {
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
}