Use css for sortbuttons style

Thanks #hiemstra87 https://github.com/Nachtzuster/BirdNET-Pi/pull/115

Co-Authored-By: Hiemstra87 <145980686+hiemstra87@users.noreply.github.com>
This commit is contained in:
Alexandre
2024-06-20 12:07:39 +02:00
parent a1adae7079
commit 218b5ea619
3 changed files with 25 additions and 5 deletions
+10
View File
@@ -641,6 +641,16 @@ button:hover {
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10);
}
.sortbutton button:hover {
background-color: #77c487;
color: white;
}
.sortbutton button.active {
background-color: #77c487;
color: white;
}
button.legacyview {
display: none;
color:gray;