mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #28011 from nextcloud/backport/27995/stable22
[stable22] some multiselect design fixes
This commit is contained in:
commit
da157ea242
2 changed files with 10 additions and 2 deletions
|
|
@ -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…
Reference in a new issue