Merge pull request #14966 from Godmartinz/css_issue

Fixed importer table background color
This commit is contained in:
snipe 2024-06-26 13:33:14 +01:00 committed by GitHub
commit 43773954cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 21 additions and 0 deletions

View file

@ -457,4 +457,7 @@ 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

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

View file

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

View file

@ -426,4 +426,7 @@ 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

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

View file

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

View file

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