fixed active rows in tables

pull/2795/head
HB9HIL 2023-12-07 22:35:03 +01:00
rodzic dd154f6a9e
commit a545dc63f6
6 zmienionych plików z 36 dodań i 4 usunięć

Wyświetl plik

@ -15,6 +15,11 @@ body {
--bs-table-accent-bg: #2b3e50;
}
.table-striped tbody > tr.activeRow {
background-color: #5cb85c !important;
--bs-table-accent-bg: none;
}
.border-top {
--bs-border-color: #253544;
}

Wyświetl plik

@ -15,6 +15,11 @@ body {
--bs-table-accent-bg: #2b3e50;
}
.table-striped tbody > tr.activeRow {
background-color: #5cb85c !important;
--bs-table-accent-bg: none;
}
.border-top {
--bs-border-color: #253544;
}

Wyświetl plik

@ -9,10 +9,16 @@
--bs-table-striped-color: #fff;
--bs-table-active-color: #fff;
--bs-table-hover-color: #fff;
--bs-table-accent-bg: #303030;
}
.table > tbody > odd, .tabledxcc > tbody, .tablecq > tbody, #doktable > tbody, .tableiota > tbody, .tablewas > tbody, #qsoList > tbody {
--bs-table-accent-bg: #303030;
.qslprint {
--bs-table-striped-bg: none;
}
.table-striped tbody > tr.activeRow {
background-color: #5cb85c !important;
--bs-table-accent-bg: none;
}
.border-top {

Wyświetl plik

@ -9,10 +9,16 @@
--bs-table-striped-color: #fff;
--bs-table-active-color: #fff;
--bs-table-hover-color: #fff;
--bs-table-accent-bg: #303030;
}
.table > tbody > odd, .tabledxcc > tbody, .tablecq > tbody, #doktable > tbody, .tableiota > tbody, .tablewas > tbody, #qsoList > tbody {
--bs-table-accent-bg: #303030;
.qslprint {
--bs-table-striped-bg: none;
}
.table-striped tbody > tr.activeRow {
background-color: #5cb85c !important;
--bs-table-accent-bg: none;
}
.border-top {

Wyświetl plik

@ -15,6 +15,11 @@ body {
--bs-table-accent-bg: #2b3e50;
}
.table-striped tbody > tr.activeRow {
background-color: #5cb85c !important;
--bs-table-accent-bg: none;
}
.border-top {
--bs-border-color: #253544;
}

Wyświetl plik

@ -15,6 +15,11 @@ body {
--bs-table-accent-bg: #2b3e50;
}
.table-striped tbody > tr.activeRow {
background-color: #5cb85c !important;
--bs-table-accent-bg: none;
}
.border-top {
--bs-border-color: #253544;
}