PlayerInfo: Swap bold properties of the labels.

This commit is contained in:
Jordan Petridis 2018-06-18 21:39:37 +03:00
parent 3d693c6906
commit 21946f7feb
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -10,11 +10,11 @@ list, border {
border-radius: 4px; border-radius: 4px;
} }
.player-show-label { .player-episode-label {
font-weight: bold; font-weight: bold;
font-size: smaller; font-size: smaller;
} }
.player-episode-label { .player-show-label {
font-size: smaller; font-size: smaller;
} }