Skip to content

Commit

Permalink
fixes all dark modes
Browse files Browse the repository at this point in the history
  • Loading branch information
Godmartinz committed Jun 25, 2024
1 parent a7123a0 commit eda2eb2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/assets/less/skins/skin-black-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
3 changes: 3 additions & 0 deletions resources/assets/less/skins/skin-blue-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -443,4 +443,7 @@ a {

.search-highlight, .search-highlight:hover {
background-color: #e9d15b;
}
.table > tbody > tr.warning > td{
background-color:var(--back-sub);
}
3 changes: 3 additions & 0 deletions resources/assets/less/skins/skin-orange-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
3 changes: 3 additions & 0 deletions resources/assets/less/skins/skin-purple-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -438,4 +438,7 @@ a {

.search-highlight, .search-highlight:hover {
background-color: #e9d15b;
}
.table > tbody > tr.warning > td{
background-color:var(--back-sub);
}
3 changes: 3 additions & 0 deletions resources/assets/less/skins/skin-red-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -450,4 +450,7 @@ a {

.search-highlight, .search-highlight:hover {
background-color: #e9d15b;
}
.table > tbody > tr.warning > td{
background-color:var(--back-sub);
}
3 changes: 3 additions & 0 deletions resources/assets/less/skins/skin-yellow-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit eda2eb2

Please sign in to comment.