Fix button hover colors

This commit is contained in:
Aurora Lahtela 2022-11-22 10:27:52 +02:00
parent 19ef3b56e0
commit b759fe6121
1 changed files with 2 additions and 1 deletions

View File

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