libcosmic/examples/app_library/style.css

22 lines
301 B
CSS

child:hover {
transition: 100ms;
background: #888888;
}
child {
border-radius: 5px;
}
gridview {
background: #333333;
}
box.app_library_container {
background: #333333;
padding: 12px;
border-radius: 12px;
}
window.root_window {
background: rgba(50, 50, 50, 0.0);
}