1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

unraid hover fix

This commit is contained in:
GilbN 2021-10-04 22:55:04 +02:00
parent 8f1433baee
commit 817c076b5e

View File

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