From 94355d93c97f019a0c96c3f9cfbeee039834efb9 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 14 Nov 2021 19:08:07 +0100 Subject: [PATCH] Removed !important from tooltip/popover on *arrs --- css/base/lidarr/lidarr-base.css | 2 +- css/base/prowlarr/prowlarr-base.css | 2 +- css/base/radarr/radarr-base.css | 2 +- css/base/readarr/readarr-base.css | 2 +- css/base/sonarr/sonarr-base.css | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/base/lidarr/lidarr-base.css b/css/base/lidarr/lidarr-base.css index 86500307..46e2baa4 100644 --- a/css/base/lidarr/lidarr-base.css +++ b/css/base/lidarr/lidarr-base.css @@ -451,7 +451,7 @@ a:hover { [class*="SeasonInfo-title-"], [class*="Popover-body-"], [class*="Tooltip-body-"] { - background: var(--modal-bg-color) !important; + background: var(--modal-bg-color); background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; background-position: center center, center center; diff --git a/css/base/prowlarr/prowlarr-base.css b/css/base/prowlarr/prowlarr-base.css index b8ac5a79..aeb96bfa 100644 --- a/css/base/prowlarr/prowlarr-base.css +++ b/css/base/prowlarr/prowlarr-base.css @@ -389,7 +389,7 @@ a:hover { [class*="SeasonInfo-title-"], [class*="Popover-body-"], [class*="Tooltip-body-"] { - background: var(--modal-bg-color) !important; + background: var(--modal-bg-color); background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; background-position: center center, center center; diff --git a/css/base/radarr/radarr-base.css b/css/base/radarr/radarr-base.css index 1b780758..999ea23f 100644 --- a/css/base/radarr/radarr-base.css +++ b/css/base/radarr/radarr-base.css @@ -390,7 +390,7 @@ a:hover { [class*="SeasonInfo-title-"], [class*="Popover-body-"], [class*="Tooltip-body-"] { - background: var(--modal-bg-color) !important; + background: var(--modal-bg-color); background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; background-position: center center, center center; diff --git a/css/base/readarr/readarr-base.css b/css/base/readarr/readarr-base.css index f7bc44e8..c3cd95bf 100644 --- a/css/base/readarr/readarr-base.css +++ b/css/base/readarr/readarr-base.css @@ -447,7 +447,7 @@ a:hover { [class*="SeasonInfo-title-"], [class*="Popover-body-"], [class*="Tooltip-body-"] { - background: var(--modal-bg-color) !important; + background: var(--modal-bg-color); background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; background-position: center center, center center; diff --git a/css/base/sonarr/sonarr-base.css b/css/base/sonarr/sonarr-base.css index ffd19c0c..9138bcef 100644 --- a/css/base/sonarr/sonarr-base.css +++ b/css/base/sonarr/sonarr-base.css @@ -392,11 +392,11 @@ a:hover { background-color: rgba(0, 0, 0, .25) !important; } -[class*="Popover-title-"], +[cl*="Popover-title-"]ass, [class*="SeasonInfo-title-"], [class*="Popover-body-"], [class*="Tooltip-bod-"] { - background: var(--modal-bg-color) !important; + background: var(--modal-bg-color); background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; background-position: center center, center center;