1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02: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,
.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 {