Merge branch 'patch-5' of https://github.com/alexbelgium/BirdNET-Pi into patch-5

This commit is contained in:
Alexandre
2024-06-20 17:47:59 +02:00
+4 -4
View File
@@ -670,13 +670,13 @@ button:hover {
}
.sortbutton:hover {
background-color: #007d7d;
color: #6ebe64;
background-color: #AAAAAA;
color: white;
}
.sortbutton.active {
background-color: #bb4242;
color: #f3ca40;
background-color: #777777;
color: white;
}
button.legacyview {