diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-03-29 17:16:07 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-05-03 08:58:23 +0200 |
commit | 82ff26f4ec358402b94ae975b0e691b9cc41b84e (patch) | |
tree | 817d2b0eee05f0e4e08fee855d3a6946ed43f0b0 /settings | |
parent | adef21ba719b3374dc2f786821f73c5adab42a58 (diff) | |
download | nextcloud-server-82ff26f4ec358402b94ae975b0e691b9cc41b84e.tar.gz nextcloud-server-82ff26f4ec358402b94ae975b0e691b9cc41b84e.zip |
Fix styling of system check list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.scss | 10 |
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 { |