diff options
author | Joas Schilling <coding@schilljs.com> | 2016-10-31 12:22:21 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-10-31 12:22:21 +0100 |
commit | 247b7f37ce81525193f19eca45027c5be52458c5 (patch) | |
tree | 4852daaeebd0814121f62584ef9c5fa20129fcc1 /settings/css | |
parent | 357a823457397d3e93ec8cd4dc01fb6859eb0049 (diff) | |
download | nextcloud-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.css | 9 |
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 */ |