mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 17:44:17 -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;
|
||||
background: #f4f4f4;
|
||||
margin-bottom: 3px;
|
||||
border-left: 2px solid #e6e7e8;
|
||||
border-inline: 2px solid #e6e7e8;
|
||||
color: #444;
|
||||
cursor: move;
|
||||
}
|
||||
|
|
|
@ -112,8 +112,10 @@ a {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#sort tr.cansort{
|
||||
background-color:var(--back-main);
|
||||
color:var(--text-main);
|
||||
}
|
||||
|
||||
:root {
|
||||
--background: #222;
|
||||
|
|
|
@ -107,6 +107,10 @@ a {
|
|||
.text-primary {
|
||||
color: #fff;
|
||||
}
|
||||
#sort tr.cansort{
|
||||
background-color:var(--back-main);
|
||||
color:var(--text-main);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -107,6 +107,10 @@ a {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
#sort tr.cansort{
|
||||
background-color:var(--back-main);
|
||||
color:var(--text-main);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -108,8 +108,10 @@ a {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#sort tr.cansort{
|
||||
background-color:var(--back-main);
|
||||
color:var(--text-main);
|
||||
}
|
||||
|
||||
:root {
|
||||
--background: #222;
|
||||
|
|
|
@ -107,8 +107,10 @@ a {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#sort tr.cansort{
|
||||
background-color:var(--back-main);
|
||||
color:var(--text-main);
|
||||
}
|
||||
|
||||
:root {
|
||||
--background: #222;
|
||||
|
|
|
@ -104,8 +104,10 @@ a {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#sort tr.cansort{
|
||||
background-color:var(--back-main);
|
||||
color:var(--text-main);
|
||||
}
|
||||
|
||||
:root {
|
||||
--background: #222;
|
||||
|
|
Loading…
Reference in a new issue