adds a dark background to fieldsets, fixes right border

This commit is contained in:
Godfrey M 2024-11-07 11:34:12 -08:00
parent 5ef3183a52
commit ca4bafc04a
8 changed files with 30 additions and 9 deletions

View file

@ -47,7 +47,7 @@
padding: 10px; padding: 10px;
background: #f4f4f4; background: #f4f4f4;
margin-bottom: 3px; margin-bottom: 3px;
border-left: 2px solid #e6e7e8; border-inline: 2px solid #e6e7e8;
color: #444; color: #444;
cursor: move; cursor: move;
} }

View file

@ -112,8 +112,10 @@ a {
color: #fff; color: #fff;
} }
#sort tr.cansort{
background-color:var(--back-main);
color:var(--text-main);
}
:root { :root {
--background: #222; --background: #222;

View file

@ -107,6 +107,10 @@ a {
.text-primary { .text-primary {
color: #fff; color: #fff;
} }
#sort tr.cansort{
background-color:var(--back-main);
color:var(--text-main);
}

View file

@ -107,6 +107,10 @@ a {
color: #fff; color: #fff;
} }
#sort tr.cansort{
background-color:var(--back-main);
color:var(--text-main);
}

View file

@ -98,6 +98,11 @@ li.dropdown-item-marker {
color: #fff; color: #fff;
} }
#sort tr.cansort{
background-color:var(--back-main);
color:var(--text-main);
}
:root { :root {
--background: #222; --background: #222;
--back-main: #333; --back-main: #333;

View file

@ -108,8 +108,10 @@ a {
color: #fff; color: #fff;
} }
#sort tr.cansort{
background-color:var(--back-main);
color:var(--text-main);
}
:root { :root {
--background: #222; --background: #222;

View file

@ -107,8 +107,10 @@ a {
color: #fff; color: #fff;
} }
#sort tr.cansort{
background-color:var(--back-main);
color:var(--text-main);
}
:root { :root {
--background: #222; --background: #222;

View file

@ -104,8 +104,10 @@ a {
color: #fff; color: #fff;
} }
#sort tr.cansort{
background-color:var(--back-main);
color:var(--text-main);
}
:root { :root {
--background: #222; --background: #222;