Skip to content

Commit 4377395

Browse files
authored
Merge pull request #14966 from Godmartinz/css_issue
Fixed importer table background color
2 parents 251f2d8 + eda2eb2 commit 4377395

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

resources/assets/less/skins/skin-black-dark.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,4 +457,7 @@ div.container.row-new-striped{
457457
}
458458
.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 {
459459
background-color: var(--back-sub);
460+
}
461+
.table > tbody > tr.warning > td{
462+
background-color:var(--back-sub);
460463
}

resources/assets/less/skins/skin-blue-dark.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,4 +443,7 @@ a {
443443

444444
.search-highlight, .search-highlight:hover {
445445
background-color: #e9d15b;
446+
}
447+
.table > tbody > tr.warning > td{
448+
background-color:var(--back-sub);
446449
}

resources/assets/less/skins/skin-green-dark.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,4 +431,7 @@ a {
431431

432432
.search-highlight, .search-highlight:hover {
433433
background-color: #e9d15b;
434+
}
435+
.table > tbody > tr.warning > td{
436+
background-color:var(--back-sub);
434437
}

resources/assets/less/skins/skin-orange-dark.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,4 +426,7 @@ input[type=text], input[type=search] {
426426
}
427427
.search-highlight, .search-highlight:hover {
428428
background-color: #e9d15b;
429+
}
430+
.table > tbody > tr.warning > td{
431+
background-color:var(--back-sub);
429432
}

resources/assets/less/skins/skin-purple-dark.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,4 +438,7 @@ a {
438438

439439
.search-highlight, .search-highlight:hover {
440440
background-color: #e9d15b;
441+
}
442+
.table > tbody > tr.warning > td{
443+
background-color:var(--back-sub);
441444
}

resources/assets/less/skins/skin-red-dark.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,4 +450,7 @@ a {
450450

451451
.search-highlight, .search-highlight:hover {
452452
background-color: #e9d15b;
453+
}
454+
.table > tbody > tr.warning > td{
455+
background-color:var(--back-sub);
453456
}

resources/assets/less/skins/skin-yellow-dark.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,4 +418,7 @@ tr th div.th-inner {
418418

419419
.search-highlight, .search-highlight:hover {
420420
background-color: #e9d15b;
421+
}
422+
.table > tbody > tr.warning > td{
423+
background-color:var(--back-sub);
421424
}

0 commit comments

Comments
 (0)