diff options
author | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-10-01 22:54:36 +0200 |
---|---|---|
committer | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-10-01 22:54:36 +0200 |
commit | d4ce71374985462e1110431e6aa0683c8f25ddfa (patch) | |
tree | 1d9d254412be867eb77321a14e0130d1c9c4fafe /core | |
parent | b6591084a133e5a7c5853074c375e5e904de7396 (diff) | |
download | nextcloud-server-d4ce71374985462e1110431e6aa0683c8f25ddfa.tar.gz nextcloud-server-d4ce71374985462e1110431e6aa0683c8f25ddfa.zip |
display checkboxes properly after file restore
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index d952a33c24a..c0da29b71ca 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -183,6 +183,7 @@ html:not(.ie8) input[type="checkbox"].checkbox + label:before { html:not(.ie8) input[type="checkbox"].checkbox:disabled +label:before { opacity: .6; } html:not(.ie8) input[type="checkbox"].checkbox.u-left +label:before { float: left; } +html:not(.ie8) input[type="checkbox"].checkbox.u-hidden + label:before { display: none; } html:not(.ie8) input[type="checkbox"].checkbox--white + label:before { background-image: url('../img/actions/checkbox-white.svg'); |