summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-31 12:22:21 +0100
committerJoas Schilling <coding@schilljs.com>2016-10-31 12:22:21 +0100
commit247b7f37ce81525193f19eca45027c5be52458c5 (patch)
tree4852daaeebd0814121f62584ef9c5fa20129fcc1 /settings/css
parent357a823457397d3e93ec8cd4dc01fb6859eb0049 (diff)
downloadnextcloud-server-247b7f37ce81525193f19eca45027c5be52458c5.tar.gz
nextcloud-server-247b7f37ce81525193f19eca45027c5be52458c5.zip
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 */