mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-12 03:13:46 +01:00
Fix button hover colors
This commit is contained in:
parent
19ef3b56e0
commit
b759fe6121
@ -920,7 +920,8 @@ div#navSrvContainer::-webkit-scrollbar-thumb {
|
||||
.btn.bg-grey:hover,
|
||||
.btn.bg-blue-grey:hover,
|
||||
.btn.bg-transparent-light:hover {
|
||||
color: #ccc;
|
||||
color: #ccc !important;
|
||||
background-color: var(--bs-btn-disabled-bg);
|
||||
}
|
||||
|
||||
.bg-night, body.theme-night .fc-toolbar-chunk .btn.btn-primary {
|
||||
|
Loading…
Reference in New Issue
Block a user