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:
authorJoas Schilling <coding@schilljs.com>2016-10-31 14:22:21 +0300
committerJoas Schilling <coding@schilljs.com>2016-10-31 14:22:21 +0300
commit247b7f37ce81525193f19eca45027c5be52458c5 (patch)
tree4852daaeebd0814121f62584ef9c5fa20129fcc1 /settings/css
parent357a823457397d3e93ec8cd4dc01fb6859eb0049 (diff)
Color the trusted domain to alert the admin a bit more
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 0dadf401c04..ffc17c20a8b 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -651,8 +651,13 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
width: 129px;
}
-
-
+.trusted-domain-warning {
+ color: #fff;
+ padding: 5px;
+ background: #ce3702;
+ border-radius: 5px;
+ font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
+}
/* HELP */