1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-04 10:12:31 +01:00

unraid CA button hover fix

This commit is contained in:
GilbN 2021-10-23 15:25:41 +02:00
parent 9a6a236733
commit 68a098aa39

View File

@ -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 {