From a8b5d74f2fee744d29ff5c99a5db71d16825506f Mon Sep 17 00:00:00 2001 From: GilbN Date: Mon, 4 Oct 2021 23:05:58 +0200 Subject: [PATCH] ca red color fix --- CSS/themes/unraid/unraid-base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index f1434995..125f3e02 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -535,6 +535,10 @@ li.caMenuItem:hover { color: var(--link-color-hover); } +.ca_red { + color: #e22828 !important; +} + /* CA search input */ #searchButton:hover { color: rgb(var(--accent-color));