From db706c2cce3b7b6fde34b8fab350e969510ca519 Mon Sep 17 00:00:00 2001 From: Marius Date: Sat, 5 Sep 2020 11:11:26 +0200 Subject: [PATCH] tooltip changes --- CSS/themes/lidarr/lidarr-base.css | 7 +++++++ CSS/themes/radarr/radarr-base.css | 6 +++--- CSS/themes/sonarr/sonarr-base.css | 17 ++++++++++++----- 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/CSS/themes/lidarr/lidarr-base.css b/CSS/themes/lidarr/lidarr-base.css index c164b4ba..ce589eaf 100644 --- a/CSS/themes/lidarr/lidarr-base.css +++ b/CSS/themes/lidarr/lidarr-base.css @@ -177,6 +177,13 @@ background-color: hsla(0,0%,100%,.25) !important; .Tooltip-right-2MxTa, .Tooltip-default-2NTKh { border-right-color: #1f1f1f !important; } + .Tooltip-tooltip-3HJXy.Tooltip-inverse-yMvcm { + background: var(--modal-bg-color); + box-shadow: 0 5px 10px rgba(0,0,0,.2) + } + .Tooltip-bottom-3Ewbi.Tooltip-inverse-yMvcm { + border-bottom-color: #eee; + } /* TOP MENU */ diff --git a/CSS/themes/radarr/radarr-base.css b/CSS/themes/radarr/radarr-base.css index 49c5036a..d3772449 100644 --- a/CSS/themes/radarr/radarr-base.css +++ b/CSS/themes/radarr/radarr-base.css @@ -910,10 +910,10 @@ pre { color: #fff; } .Tooltip-bottom-3Ewbi.Tooltip-default-2NTKh { - border-bottom-color: #232323; + border-bottom-color: #eee; } - Tooltip-right-2MxTa.Tooltip-default-2NTKh { - border-right-color: #232323; + .Tooltip-right-2MxTa.Tooltip-default-2NTKh { + border-right-color: #eee; } .EpisodeTitleLink-link-3ynTw:hover { color: #ffffff; diff --git a/CSS/themes/sonarr/sonarr-base.css b/CSS/themes/sonarr/sonarr-base.css index e9725eea..71eabb8a 100644 --- a/CSS/themes/sonarr/sonarr-base.css +++ b/CSS/themes/sonarr/sonarr-base.css @@ -859,16 +859,23 @@ pre { background-color: rgba(0, 0, 0, .25) !important; } .Popover\/title\/326tA, .SeasonInfo\/title\/1tid_, .Popover\/body\/10Yh7 { - background-color: #232323 !important; + background: var(--modal-bg-color) !important; } .Tooltip\/tooltipContainer\/2693s { color: #fff; } + .Tooltip\/tooltip\/3HJXy.Tooltip\/inverse\/yMvcm { + background: var(--modal-bg-color); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + } + .Tooltip\/bottom\/3Ewbi.Tooltip\/inverse\/yMvcm { + border-bottom-color: #fff; + } .Tooltip\/bottom\/3Ewbi.Tooltip\/default\/2NTKh { - border-bottom-color: #232323 !important; - } - Tooltip\/right\/2MxTa.Tooltip\/default\/2NTKh { - border-right-color: #232323 !important; + border-bottom-color: #fff !important; + } + .Tooltip\/right\/2MxTa.Tooltip\/default\/2NTKh { + border-right-color: #fff !important; } .EpisodeTitleLink\/link\/3ynTw:hover { color: #ffffff;