From 4281cae729a8edf274c5fc5872553f58b56350ca Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 10 Aug 2019 12:21:17 +0200 Subject: [PATCH] radarr: fixed color on scroll up button --- CSS/themes/radarr/radarr-base.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CSS/themes/radarr/radarr-base.css b/CSS/themes/radarr/radarr-base.css index a7238065..1415f2f4 100644 --- a/CSS/themes/radarr/radarr-base.css +++ b/CSS/themes/radarr/radarr-base.css @@ -31,7 +31,9 @@ body { .footer { color: #fff; } - +#scroll-up { + color: white; +} @media (max-width: 991px) { .toolbar .page-toolbar .x-toolbar-left-1 { display: block;