From 396e017d5aacb27b5ba547eff788e71c15430f03 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 20 Jul 2019 12:54:13 +0200 Subject: [PATCH] Sonarr: series page arrow button hover fix --- CSS/themes/sonarr/sonarr-base.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CSS/themes/sonarr/sonarr-base.css b/CSS/themes/sonarr/sonarr-base.css index 9772095b..7b4fcdd6 100644 --- a/CSS/themes/sonarr/sonarr-base.css +++ b/CSS/themes/sonarr/sonarr-base.css @@ -763,7 +763,10 @@ pre { } .SeriesDetailsSeason-actionButton-3BQuA { color: hsla(0,0%,100%,.7) !important; - } + } + .SeriesDetailsSeason-collapseButtonIcon-17xZI { + color: #bac5cc; + } .fa-search:hover { color: #FFF !important; @@ -794,6 +797,10 @@ pre { color: #ffffff; text-decoration: none; } + .IconButton-button-2qiGi:hover { + background-color: transparent; + color: #fff; + } /* Table options*/ .TableOptionsColumn-column-2H7ic { background: rgba(0, 0, 0, .25);