some multiselect design fixes

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-07-16 16:32:42 +02:00
parent be1444576d
commit 33f231c5ae
2 changed files with 10 additions and 2 deletions

View file

@ -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 {

View file

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