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:
authorBjoern Schiessle <schiessle@owncloud.com>2015-05-04 14:00:17 +0300
committerBjoern Schiessle <schiessle@owncloud.com>2015-05-04 14:13:31 +0300
commit6dc3682cc2fde9a508747f4af1e017a77d01faae (patch)
tree2cd3e0484276037672ab0f9d4e9692a84938b53b /settings/css
parent7376ea9b269af6cd6355ed9bf386097121c10c77 (diff)
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;
+}