libcosmic/examples/app_library/style.css

18 lines
200 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
}
2021-12-09 15:30:18 -05:00
window {
2021-12-09 23:53:08 -05:00
background: #333333;
2021-12-09 15:30:18 -05:00
border-radius: 15px;
}