Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-08-17 12:17:48 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-08-17 12:17:48 +0300
commit01607c09b841e9c18d551e4a5c8207114dde62be (patch)
tree66899e28d2c0106e5a20a77747fc8be65065a39a /settings/css
parent8bde72c4bd2a74c7de03abd2504a3abcf331fcbc (diff)
[Post setup checks] add proper CSS
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 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;
}