mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -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 {
|
||||
border-bottom: #000;
|
||||
}
|
||||
#upload-table tbody > tr.warning > td,#upload-table h3,#upload-table p{
|
||||
background-color:#fcf8e3;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--link);
|
||||
|
|
Loading…
Reference in a new issue