Skip to content

Commit

Permalink
QA: Primary and Secondary Sorts Lost
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Jan 16, 2025
1 parent b409adc commit 2503483
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions include/themes/cacti/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,14 @@ th.sortable {
line-height: 10px;
}

th.primarySort {
background-color: rgba(0,62,0,0.6);
}

th.secondarySort {
background-color: rgba(0,119,0,0.6);
}

.tableHeader th {
color: white;
cursor: pointer;
Expand Down

0 comments on commit 2503483

Please sign in to comment.