diff options
author | Tomasz Grobelny <tomasz@grobelny.net> | 2019-01-13 17:15:43 +0100 |
---|---|---|
committer | Tomasz Grobelny <tomasz@grobelny.net> | 2019-01-24 22:04:52 +0100 |
commit | 907deab278d1c89784e26aa46fb0ff471ab04546 (patch) | |
tree | 3e54e547f158280cf1d576e87e5220e16c166ab9 /apps/files/css/files.scss | |
parent | 54093e2bd6af535e4a70f986f83398b852d49174 (diff) | |
download | nextcloud-server-907deab278d1c89784e26aa46fb0ff471ab04546.tar.gz nextcloud-server-907deab278d1c89784e26aa46fb0ff471ab04546.zip |
Add more accessible method of selecting file ranges
Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
Diffstat (limited to 'apps/files/css/files.scss')
-rw-r--r-- | apps/files/css/files.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 8ad255a34bf..83a7abddd13 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -427,6 +427,11 @@ table td.selection { opacity: 1; } +/* Show checkbox with half opacity when selecting range */ +#fileList tr.halfselected td.selection>.selectCheckBox + label:before { + opacity: 0.5; +} + /* Use label to have bigger clickable size for checkbox */ #fileList tr td.selection>.selectCheckBox + label, .select-all + label { |