podcasts/hammond-gtk/resources/gtk/style.css
Jordan Petridis 1b78d221b6 PlayerWidget: Wire the play and pause buttons and add style classes to the Info Labels.
This also includes the yak shaving of a ::new and ::inti methods.
2018-06-23 22:45:12 +00:00

20 lines
255 B
CSS

row {
border-bottom: solid 1px rgba(0,0,0, 0.1);
}
row:last-child {
border-bottom: none;
}
list, border {
border-radius: 4px;
}
.player-show-label {
font-weight: bold;
font-size: smaller;
}
.player-episode-label {
font-size: smaller;
}