Merge pull request #13008 from Godmartinz/importer_happy_changes

Added standardized colors to the importer
This commit is contained in:
snipe 2023-05-16 17:26:32 -07:00 committed by GitHub
commit 3cbb4620c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);