fixes importer background color

This commit is contained in:
Godfrey M 2024-06-25 10:19:18 -07:00
parent 8971cc4b8b
commit a7123a04ba

View file

@ -431,4 +431,7 @@ a {
.search-highlight, .search-highlight:hover {
background-color: #e9d15b;
}
.table > tbody > tr.warning > td{
background-color:var(--back-sub);
}