From 2a445155a8605ab59d3ca910c8990d4b51820ef6 Mon Sep 17 00:00:00 2001 From: Marius Date: Sun, 9 Aug 2020 13:10:46 +0200 Subject: [PATCH] radarr accents --- CSS/themes/radarr/radarr-base.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/CSS/themes/radarr/radarr-base.css b/CSS/themes/radarr/radarr-base.css index 1b965b33..ba452a4c 100644 --- a/CSS/themes/radarr/radarr-base.css +++ b/CSS/themes/radarr/radarr-base.css @@ -903,7 +903,7 @@ pre { background-color: rgba(0, 0, 0, .25) !important; } .Popover-title-326tA, .SeasonInfo-title-1tid_, .Popover-body-10Yh7 { - background-color: #232323 !important; + background-color: var(--modal-bg-color) !important; } .Tooltip-tooltipContainer-2693s { color: #fff; @@ -1247,14 +1247,24 @@ pre { background-color: transparent; border: none; color: #c2c6c8; - } + } + .DownloadClient-enabled-h2UaL .Label-success-1pfcC { + border-color: transparent; + background-color: var(--accent-color); + color: #fff; + } /* CONNECTIONS */ .Notifications-center-8iwmy { background-color: transparent; border: none; color: #c2c6c8; - } + } + .Card-overlay-3Uxw8 .Label-success-1pfcC { + border-color: transparent; + background-color: var(--accent-color); + color: #fff; + } /* LOG */ .Alert-info-1J8mE {