GTK includes it's own .devel style class, so we don't need to override by creating our own.
21 lines
256 B
CSS
21 lines
256 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-episode-label {
|
|
font-weight: bold;
|
|
font-size: smaller;
|
|
}
|
|
|
|
.player-show-label {
|
|
font-size: smaller;
|
|
}
|