libcosmic-yoda/examples/app_library/style.css
Ashley Wulber 4ce3b3cc21 fix #8
2022-01-14 11:38:10 -05:00

23 lines
336 B
CSS

child:selected {
transition: 100ms;
background: #AAAAAA;
}
gridview child {
transition: 100ms;
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);
}