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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-01-30 12:21:23 +0300
committerGitHub <noreply@github.com>2019-01-30 12:21:23 +0300
commit53fd4997cc4abfbff35276e7b02be1eeca068a41 (patch)
tree0acb97cc0eac3e4a800b458c92ef80f235a8df8e /apps/files/css
parentecc8cccc4257580b0867000509bef0b22cec84f4 (diff)
parent907deab278d1c89784e26aa46fb0ff471ab04546 (diff)
Merge pull request #12364 from tomasz-grobelny/file_range_select
Ability to select file ranges with mouse or touchscreen
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 2c36ba8009a..502f8ea1f73 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 {