Merge pull request #27995 from nextcloud/enh/noid/multiselect-design-fixes

some multiselect  design fixes
pull/28013/head
Julius Härtl 3 years ago committed by GitHub
commit 2766df9764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -233,11 +233,16 @@ table th .columntitle {
vertical-align: middle;
}
table.multiselect th .columntitle {
display: inline-block;
display: inline-block;
margin-right: -20px;
}
table th .columntitle.name {
padding-left: 0;
margin-left: 50px;
margin-left: 44px;
}
table.multiselect th .columntitle.name {
margin-left: 0;
}
table th .sort-indicator {

@ -478,6 +478,9 @@ tr {
.selectedActions > a {
opacity: .5;
position: relative;
top: 2px;
&:hover, &:focus {
opacity: 1;
}

Loading…
Cancel
Save