mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
standardizes the importer colors no matter the theme
This commit is contained in:
parent
869d195b35
commit
763176c86b
|
@ -385,6 +385,10 @@ input[type=text], input[type=search] {
|
||||||
.box-header.with-border {
|
.box-header.with-border {
|
||||||
border-bottom: #000;
|
border-bottom: #000;
|
||||||
}
|
}
|
||||||
|
#upload-table tbody > tr.warning > td,#upload-table h3,#upload-table p{
|
||||||
|
background-color:#fcf8e3;
|
||||||
|
color:#000;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--link);
|
color: var(--link);
|
||||||
|
|
Loading…
Reference in a new issue