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:
parent
9a6a236733
commit
68a098aa39
@ -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…
Reference in New Issue
Block a user