Browse Source

unraid CA button hover fix

pull/276/head
GilbN 4 years ago
parent
commit
68a098aa39
  1. 4
      CSS/themes/unraid/unraid-base.css

4
CSS/themes/unraid/unraid-base.css

@ -469,9 +469,11 @@ li.caMenuItem:hover {
.supportPopup:hover, .supportPopup:hover,
.popupProfile:hover, .popupProfile:hover,
.repoPopup:hover, .repoPopup:hover,
.ca_favouriteRepo:hover{ .ca_favouriteRepo:hover,
.donate:hover{
background: var(--button-color-hover) !important; background: var(--button-color-hover) !important;
color: var(--button-text-hover) !important; color: var(--button-text-hover) !important;
border-color: var(--button-color-hover) !important;
} }
.donate a { .donate a {

Loading…
Cancel
Save