diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-18 13:38:08 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-18 13:38:08 +0200 |
commit | 12eec397e321feb1e35712627b77d9f9db42015e (patch) | |
tree | cbbbe11070df746f7e176cdd2f2dfe33cbcdb072 /settings/css | |
parent | ffff156965beaf52a22a024e240bf56a9f8d2b44 (diff) | |
parent | 01607c09b841e9c18d551e4a5c8207114dde62be (diff) | |
download | nextcloud-server-12eec397e321feb1e35712627b77d9f9db42015e.tar.gz nextcloud-server-12eec397e321feb1e35712627b77d9f9db42015e.zip |
Merge pull request #17975 from owncloud/settings_admin_warning_levels
Settings admin warning levels
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 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; } |