summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2015-05-04 13:00:17 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2015-05-04 13:13:31 +0200
commit6dc3682cc2fde9a508747f4af1e017a77d01faae (patch)
tree2cd3e0484276037672ab0f9d4e9692a84938b53b /settings/css
parent7376ea9b269af6cd6355ed9bf386097121c10c77 (diff)
downloadnextcloud-server-6dc3682cc2fde9a508747f4af1e017a77d01faae.tar.gz
nextcloud-server-6dc3682cc2fde9a508747f4af1e017a77d01faae.zip
don't let the the user disable encryption once it was activated
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 583e8804951..4e398c64c4e 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -494,3 +494,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
#encryptionModules {
padding: 10px;
}
+
+#warning {
+ color: red;
+}