From eb2ca003d047026896371a66bfbf9af8e785c4a7 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 27 Jul 2019 15:54:07 +0200 Subject: [PATCH] sonarrv3: more calendar fixes --- CSS/themes/sonarr/sonarr-base.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CSS/themes/sonarr/sonarr-base.css b/CSS/themes/sonarr/sonarr-base.css index 74685258..5c94cbcf 100644 --- a/CSS/themes/sonarr/sonarr-base.css +++ b/CSS/themes/sonarr/sonarr-base.css @@ -352,10 +352,6 @@ a:focus, a:hover { background-color: hsla(0,0%,100%,.08); color: #f9be03; } -/* calendar agenda */ -.AgendaEvent-event-2a83A:hover { - background-color: hsla(0,0%,100%,.08) !important; -} /* Activity Page */ .popover.in { opacity: .9; @@ -965,7 +961,7 @@ pre { border-left: 1px solid hsla(0,0%,100%,.08); border-right: 1px solid hsla(0,0%,100%,.08); } - .CalendarEvent\/seriesTitle\/3sg1o { + .CalendarEvent\/seriesTitle\/3sg1o, .CalendarEvent\/episodeInfo\/IWdbW, .CalendarEvent\/airTime\/3Wzho { color: #ffffff !important; } .CalendarEvent\/event\/3Uyb9 { @@ -982,6 +978,10 @@ pre { .CalendarEventGroup\/seriesTitle\/ThqKe { color: #ffffff !important; } + /* calendar agenda */ + .AgendaEvent\/event\/2a83A:hover { + background-color: hsla(0,0%,100%,.08) !important; + } /* SETTINGS */