From d6550cb4300ba4b0025282d0d2674b1b2b898084 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 10 Aug 2019 12:09:44 +0200 Subject: [PATCH] radarr: more small fixes --- CSS/themes/radarr/radarr-base.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CSS/themes/radarr/radarr-base.css b/CSS/themes/radarr/radarr-base.css index 03d66233..54cbf621 100644 --- a/CSS/themes/radarr/radarr-base.css +++ b/CSS/themes/radarr/radarr-base.css @@ -96,6 +96,10 @@ body { .search .input-group .input-group-addon, .search .input-group input:focus { color: #FFF; } +.input-group-addon { + background-color: rgba(255, 255, 255, 0.25); + border: 1px solid transparent; +} .tt-suggestion.tt-cursor { background-color: #191a1c !important; color: #ffffff !important; @@ -387,7 +391,7 @@ a:focus, a:hover { /* Season Pass */ .alert-info { background-color: rgba(255, 255, 255, 0.25); - border-color: #ffffff; + border-color: transparent; color: #ffffff; } /* alerts */