mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
some multiselect design fixes
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
be1444576d
commit
33f231c5ae
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