Fix file checkbox margin causing layout issues in file list
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
b466127b1f
commit
2832c0d8a2
1 changed files with 1 additions and 0 deletions
|
@ -441,6 +441,7 @@ table td.selection {
|
|||
/* File checkboxes */
|
||||
#fileList tr td.selection>.selectCheckBox + label:before {
|
||||
opacity: 0.3;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Show checkbox with full opacity when hovering, checked, or selected */
|
||||
|
|
Loading…
Reference in a new issue