podcasts/hammond-gtk/resources/gtk/style.css
Zander Brown 4afdc54914 Initial playback control area
(not plumbed in)
2018-06-23 22:45:10 +00:00

16 lines
183 B
CSS

row {
border-bottom: solid 1px rgba(0,0,0, 0.1);
}
row:last-child {
border-bottom: none;
}
list, border {
border-radius: 4px;
}
.playback {
border-top: 1px solid @borders;
}