mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 01:54:09 -08:00
adds a dark background to fieldsets, fixes right border
This commit is contained in:
parent
5ef3183a52
commit
ca4bafc04a
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -107,6 +107,10 @@ a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sort tr.cansort{
|
||||||
|
background-color:var(--back-main);
|
||||||
|
color:var(--text-main);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue