aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index f5cb130cfe3..8c9995b222f 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -441,14 +441,14 @@ table td.filename .uploadtext {
/* File checkboxes */
#fileList tr td.filename>.selectCheckBox + label:before {
- opacity: 0;
+ opacity: 0.3;
position: absolute;
bottom: 4px;
right: 0;
z-index: 10;
}
-/* Show checkbox when hovering, checked, or selected */
+/* Show checkbox with full opacity when hovering, checked, or selected */
#fileList tr:hover td.filename>.selectCheckBox + label:before,
#fileList tr:focus td.filename>.selectCheckBox + label:before,
#fileList tr td.filename>.selectCheckBox:checked + label:before,