From 68a098aa390e7bebc40290637bcf63bf96ca7822 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 23 Oct 2021 15:25:41 +0200 Subject: [PATCH] unraid CA button hover fix --- CSS/themes/unraid/unraid-base.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index 125f3e02..8b918e7a 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -469,9 +469,11 @@ li.caMenuItem:hover { .supportPopup:hover, .popupProfile:hover, .repoPopup:hover, -.ca_favouriteRepo:hover{ +.ca_favouriteRepo:hover, +.donate:hover{ background: var(--button-color-hover) !important; color: var(--button-text-hover) !important; + border-color: var(--button-color-hover) !important; } .donate a {