diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-08-17 11:17:48 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-08-17 11:17:48 +0200 |
commit | 01607c09b841e9c18d551e4a5c8207114dde62be (patch) | |
tree | 66899e28d2c0106e5a20a77747fc8be65065a39a /settings/css | |
parent | 8bde72c4bd2a74c7de03abd2504a3abcf331fcbc (diff) | |
download | nextcloud-server-01607c09b841e9c18d551e4a5c8207114dde62be.tar.gz nextcloud-server-01607c09b841e9c18d551e4a5c8207114dde62be.zip |
[Post setup checks] add proper CSS
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index e0fe9b446be..0592a8fb79d 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; } @@ -485,6 +484,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; } |