diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-05 18:53:01 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-05 18:53:01 +0200 |
commit | 952a90f2e3ab60252b125b3e68193cc4995c0c54 (patch) | |
tree | c1c47eac13f5d03190fb57c8eaae4426e0b8ae9f /core | |
parent | 67836995011c2506e67e49e2e1857b0003f643fc (diff) | |
parent | a1b944464370da51a9fc952250c3eb597bab30ad (diff) | |
download | nextcloud-server-952a90f2e3ab60252b125b3e68193cc4995c0c54.tar.gz nextcloud-server-952a90f2e3ab60252b125b3e68193cc4995c0c54.zip |
Merge pull request #16037 from owncloud/enc_dont_disable_encryption
don't let the the user disable encryption once it was activated
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 4cf5e4e18ca..c8704066cf1 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -224,6 +224,10 @@ textarea:disabled { color: #999; cursor: default; } +input:disabled+label, input:disabled:hover+label, input:disabled:focus+label { + color: #999 !important; + cursor: default; +} /* Primary action button, use sparingly */ .primary, input[type="submit"].primary, input[type="button"].primary, button.primary, .button.primary { |