Merge pull request #15198 from nextcloud/backport/15164/stable16
[stable16] Fix multiselect bar overlapping recommendations
This commit is contained in:
commit
7d5ab15ac0
1 changed files with 3 additions and 6 deletions
|
@ -262,11 +262,8 @@ table th.column-last, table td.column-last {
|
|||
}
|
||||
|
||||
/* Multiselect bar */
|
||||
#filestable.multiselect {
|
||||
top: 51px;
|
||||
}
|
||||
table.multiselect thead {
|
||||
position: fixed;
|
||||
@include position('sticky');
|
||||
top: 94px;
|
||||
z-index: 55;
|
||||
-moz-box-sizing: border-box;
|
||||
|
@ -275,7 +272,7 @@ table.multiselect thead {
|
|||
}
|
||||
|
||||
table.multiselect thead th {
|
||||
background-color: var(--color-main-background);
|
||||
background-color: var(--color-main-background-translucent);
|
||||
font-weight: bold;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
@ -783,7 +780,7 @@ table.dragshadow td.size {
|
|||
tr {
|
||||
display: block;
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
background-color: var(--color-main-background);
|
||||
background-color: var(--color-main-background-translucent);
|
||||
th {
|
||||
width: auto;
|
||||
border: none;
|
||||
|
|
Loading…
Reference in a new issue