Return to gray scale @hiemstra87

Co-Authored-By: Hiemstra87 <145980686+hiemstra87@users.noreply.github.com>
This commit is contained in:
Alexandre
2024-06-20 17:18:18 +02:00
parent 26789ee7cf
commit f09c9acab2
+4 -4
View File
@@ -670,13 +670,13 @@ button:hover {
} }
.sortbutton:hover { .sortbutton:hover {
background-color: #007d7d; background-color: #AAAAAA;
color: #6ebe64; color: white;
} }
.sortbutton.active { .sortbutton.active {
background-color: #bb4242; background-color: #777777;
color: #f3ca40; color: white;
} }
button.legacyview { button.legacyview {