Bjorn screen button correct hover backround + dropdown buttons pointer mouse

This commit is contained in:
vollukas
2024-11-16 23:38:21 +01:00
parent 63200077b1
commit 9fb1492340

View File

@@ -60,7 +60,7 @@ html {
cursor: pointer; cursor: pointer;
} }
.toolbar a:hover, .toolbar button:hover, .toolbar-button:hover, .action-button:hover { .toolbar a:hover, .toolbar button:hover, .toolbar-button:hover, .toolbar-button:hover button.toolbar-button, .action-button:hover {
background-color: #e99f00; background-color: #e99f00;
color: black; color: black;
} }
@@ -514,6 +514,7 @@ td:first-child, th:first-child {
background-color: #333; background-color: #333;
text-align: left; text-align: left;
border-radius: 8px; border-radius: 8px;
cursor: pointer;
} }
.dropdown-content button:hover { .dropdown-content button:hover {