fix: color of selecting bars appearing green was fixed to appear pink
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user