From 45e603cdb5720e2979e13bad325a9b1d3c0cdafa Mon Sep 17 00:00:00 2001 From: gilbn Date: Tue, 10 Mar 2020 21:48:43 +0100 Subject: [PATCH] radarrv1 calendar list fix --- CSS/themes/radarr/radarr-base.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CSS/themes/radarr/radarr-base.css b/CSS/themes/radarr/radarr-base.css index 1137d491..a92d04d1 100644 --- a/CSS/themes/radarr/radarr-base.css +++ b/CSS/themes/radarr/radarr-base.css @@ -363,6 +363,18 @@ a:focus, a:hover { color: #f9be03; } +/* Calendar List */ + +.fc-list-item:hover td { + background-color: rgba(0, 0, 0, 0.1) !important; +} +.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header { + background: rgba(0, 0, 0, 0.1) !important; +} +.fc-unthemed .fc-list-view { + border-color: rgba(0, 0, 0, 0.1); +} + /* Activity Page */ .popover.in { opacity: .9;