diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-06-07 18:03:47 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-06-07 18:07:53 +0200 |
commit | 1ad4268046ad92f5ae6e23312854d3ee87aa2023 (patch) | |
tree | d498c9ecc7ac78927af35e96ccccaf30d7d35045 /settings/css | |
parent | f5731e1ba46dd4238e675ff05bae9fe50b6d0589 (diff) | |
download | nextcloud-server-1ad4268046ad92f5ae6e23312854d3ee87aa2023.tar.gz nextcloud-server-1ad4268046ad92f5ae6e23312854d3ee87aa2023.zip |
unify look of disabled display name / email address and the other input fields
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 1280f5237a4..9d12f001ca5 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -187,6 +187,13 @@ input#openid, input#webdav { cursor: pointer; } +#personal-settings-container input:disabled { + background-color: white; + color: black; + border: none; + opacity: 100; +} + .verification-dialog { display: none; right: -9px; |