summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings/css/settings.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index a040ee6195a..0dc418af01a 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -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 {