mirror of
https://github.com/skinnyrad/Lora-Scanner.git
synced 2026-08-12 11:32:53 +02:00
Feat: Adding a filter button to tracking mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user