Skip to content

Commit

Permalink
Merge pull request #15784 from Godmartinz/Fieldset_table_borders
Browse files Browse the repository at this point in the history
Fixed dark background to fieldsets and right border
  • Loading branch information
snipe authored Nov 13, 2024
2 parents f2fc110 + ca4bafc commit 0a87b0b
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 9 deletions.
2 changes: 1 addition & 1 deletion resources/assets/less/overrides.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
padding: 10px;
background: #f4f4f4;
margin-bottom: 3px;
border-left: 2px solid #e6e7e8;
border-inline: 2px solid #e6e7e8;
color: #444;
cursor: move;
}
Expand Down
6 changes: 4 additions & 2 deletions resources/assets/less/skins/skin-black-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,10 @@ a {
color: #fff;
}



#sort tr.cansort{
background-color:var(--back-main);
color:var(--text-main);
}

:root {
--background: #222;
Expand Down
4 changes: 4 additions & 0 deletions resources/assets/less/skins/skin-blue-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ a {
.text-primary {
color: #fff;
}
#sort tr.cansort{
background-color:var(--back-main);
color:var(--text-main);
}



Expand Down
4 changes: 4 additions & 0 deletions resources/assets/less/skins/skin-green-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ a {
color: #fff;
}

#sort tr.cansort{
background-color:var(--back-main);
color:var(--text-main);
}



Expand Down
5 changes: 5 additions & 0 deletions resources/assets/less/skins/skin-orange-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ li.dropdown-item-marker {
color: #fff;
}

#sort tr.cansort{
background-color:var(--back-main);
color:var(--text-main);
}

:root {
--background: #222;
--back-main: #333;
Expand Down
6 changes: 4 additions & 2 deletions resources/assets/less/skins/skin-purple-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@ a {
color: #fff;
}



#sort tr.cansort{
background-color:var(--back-main);
color:var(--text-main);
}

:root {
--background: #222;
Expand Down
6 changes: 4 additions & 2 deletions resources/assets/less/skins/skin-red-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@ a {
color: #fff;
}



#sort tr.cansort{
background-color:var(--back-main);
color:var(--text-main);
}

:root {
--background: #222;
Expand Down
6 changes: 4 additions & 2 deletions resources/assets/less/skins/skin-yellow-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ a {
color: #fff;
}



#sort tr.cansort{
background-color:var(--back-main);
color:var(--text-main);
}

:root {
--background: #222;
Expand Down

0 comments on commit 0a87b0b

Please sign in to comment.