From a93d5246d22256d41a112ed10f61919908f046e1 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 18 Jun 2018 21:39:37 +0300 Subject: [PATCH] PlayerInfo: Swap bold properties of the labels. --- hammond-gtk/resources/gtk/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hammond-gtk/resources/gtk/style.css b/hammond-gtk/resources/gtk/style.css index b4d2284..3af698c 100644 --- a/hammond-gtk/resources/gtk/style.css +++ b/hammond-gtk/resources/gtk/style.css @@ -10,11 +10,11 @@ list, border { border-radius: 4px; } -.player-show-label { +.player-episode-label { font-weight: bold; font-size: smaller; } -.player-episode-label { +.player-show-label { font-size: smaller; } \ No newline at end of file