Feat: Adding a filter button to tracking mode

This commit is contained in:
Halcy0nic
2024-01-08 18:28:00 -07:00
parent 862ee809a7
commit 107be33687
4 changed files with 109 additions and 6 deletions
+15
View File
@@ -11081,4 +11081,19 @@ th, td {
}
th {
background-color: #f2f2f2;
}
.selected-row {
background-color: #FFFF99; /* Highlight color */
font-weight: bold; /* Enlarge the font */
}
.hidden-row {
display: none; /* Hide the non-selected rows */
}
.center-button {
display: block;
margin: 0 auto;
text-align: center;
}