summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 0af63821627..7340f2b2a63 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -360,7 +360,6 @@ table.grid td.date{
#security-warning li {
list-style: initial;
margin: 10px 0;
- color: #ce3702;
}
#shareAPI p { padding-bottom: 0.8em; }
@@ -491,6 +490,12 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
background-position: left center;
}
+#postsetupchecks .errors,
+#postsetupchecks .warnings,
+#security-warning > ul {
+ color: #ce3702;
+}
+
#admin-tips li {
list-style: initial;
}