fixed bckgrnd color of activeRow

pull/2707/head
HB9HIL 2023-11-17 18:21:24 +01:00
rodzic 2d0dda8fb7
commit 8f5f378d9c
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -449,8 +449,9 @@ div#station_logbooks_linked_table_paginate {
cursor: pointer;
}
.table-striped > tbody > tr.activeRow {
background-color: #5cb85c;
.table-striped tbody > tr.activeRow {
background-color: #5cb85c !important;
--bs-table-bg: none;
}
.activeRow a {