fix: color of selecting bars appearing green was fixed to appear pink

This commit is contained in:
2025-09-18 10:16:15 -05:00
parent 0d17ecba55
commit 723cc01752

View File

@@ -9598,7 +9598,7 @@ button.list-group-item-selected.active:focus {
.table > thead > tr.selected > th,
.table > tbody > tr.selected > th,
.table > tfoot > tr.selected > th {
background-color: #487b508c;
background-color: #F4E2D0;
}
.table-hover > tbody > tr > td.selected:hover,
.table-hover > tbody > tr > th.selected:hover,