libcosmic/examples/dock/style.css

66 lines
1,021 B
CSS
Raw Normal View History

2022-01-05 15:37:04 -05:00
listview.docklist {
2022-01-04 14:03:28 -05:00
border-radius: 12px;
2022-01-06 17:30:13 -05:00
background: transparent;
transition: 100ms;
2022-01-04 14:03:28 -05:00
}
2022-01-05 15:37:04 -05:00
listview.docklist row:hover {
2022-01-06 17:30:13 -05:00
background: #888888CC;
2021-12-15 14:03:23 -05:00
border-radius: 12px;
2021-12-30 22:23:17 -05:00
padding: 0px;
}
2022-01-05 15:37:04 -05:00
listview.docklist row {
2022-01-06 17:30:13 -05:00
transition: 100ms;
background: transparent;
2021-12-15 14:03:23 -05:00
border-radius: 12px;
2021-12-30 22:23:17 -05:00
padding: 0px;
}
2022-01-06 17:30:13 -05:00
button:hover {
2022-01-06 15:48:00 -05:00
transition: 300ms;
border-width: 0px;
2022-01-06 17:30:13 -05:00
background: #888888CC;
border-radius: 12px;
}
2022-01-06 17:30:13 -05:00
button {
2022-01-06 15:48:00 -05:00
transition: 300ms;
2022-01-06 17:30:13 -05:00
background: transparent;
border-radius: 12px;
border-width: 0px;
}
2022-01-04 14:03:28 -05:00
list {
border-radius: 12px;
2022-01-06 17:30:13 -05:00
background: #333333CC;
2022-01-04 14:03:28 -05:00
}
2022-01-05 15:37:04 -05:00
label.window_title {
color: white;
margin: 4px;
}
popover contents {
2022-01-06 17:30:13 -05:00
border-width: 0px;
2021-12-30 22:23:17 -05:00
border-radius: 12px;
2022-01-05 15:37:04 -05:00
padding: 12px;
2022-01-06 18:12:57 -05:00
background: #333333DD;
}
popover arrow {
border-width: 0px;
border-radius: 12px;
padding: 12px;
background: #333333DD;
}
2021-12-30 22:23:17 -05:00
box.dock {
2021-12-15 14:03:23 -05:00
border-radius: 12px;
2022-01-06 17:30:13 -05:00
background: #333333CC;
2021-12-15 11:37:28 -05:00
}
window.root_window {
2022-01-06 17:30:13 -05:00
background: transparent;
}