Fix styling of system check list

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-03-29 17:16:07 +02:00
parent adef21ba71
commit 82ff26f4ec
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -1101,6 +1101,7 @@ table.grid td.date {
#security-warning li {
list-style: initial;
margin: 10px 0;
list-style-position: inside;
}
#security-warning-state span {
@ -1260,13 +1261,16 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
height: 50px;
background-position: left center;
}
.errors, .warnings {
color: #ce3702;
.errors, .errors a {
color: $color-error;
}
.warnings, .warnings a {
color: $color-warning;
}
}
#security-warning > ul {
color: #ce3702;
color: $color-error;
}
#admin-tips li {