mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
fixes importer background color
This commit is contained in:
parent
8971cc4b8b
commit
a7123a04ba
|
@ -431,4 +431,7 @@ a {
|
|||
|
||||
.search-highlight, .search-highlight:hover {
|
||||
background-color: #e9d15b;
|
||||
}
|
||||
.table > tbody > tr.warning > td{
|
||||
background-color:var(--back-sub);
|
||||
}
|
Loading…
Reference in a new issue