fixes all dark modes

This commit is contained in:
Godfrey M 2024-06-25 10:24:35 -07:00
parent a7123a04ba
commit eda2eb2283
6 changed files with 18 additions and 0 deletions

View file

@ -458,3 +458,6 @@ div.container.row-new-striped{
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
background-color: var(--back-sub);
}
.table > tbody > tr.warning > td{
background-color:var(--back-sub);
}

View file

@ -444,3 +444,6 @@ a {
.search-highlight, .search-highlight:hover {
background-color: #e9d15b;
}
.table > tbody > tr.warning > td{
background-color:var(--back-sub);
}

View file

@ -427,3 +427,6 @@ input[type=text], input[type=search] {
.search-highlight, .search-highlight:hover {
background-color: #e9d15b;
}
.table > tbody > tr.warning > td{
background-color:var(--back-sub);
}

View file

@ -439,3 +439,6 @@ a {
.search-highlight, .search-highlight:hover {
background-color: #e9d15b;
}
.table > tbody > tr.warning > td{
background-color:var(--back-sub);
}

View file

@ -451,3 +451,6 @@ a {
.search-highlight, .search-highlight:hover {
background-color: #e9d15b;
}
.table > tbody > tr.warning > td{
background-color:var(--back-sub);
}

View file

@ -419,3 +419,6 @@ tr th div.th-inner {
.search-highlight, .search-highlight:hover {
background-color: #e9d15b;
}
.table > tbody > tr.warning > td{
background-color:var(--back-sub);
}