summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-04-23 16:06:41 +0200
committerGitHub <noreply@github.com>2019-04-23 16:06:41 +0200
commitca92a7c6e6cc17f474527300b5d378396c0f7925 (patch)
tree513784dae9317edcd9e112974b4ed14b187aaf00 /apps
parent0125d17b4c68312823733c36338542911ff53900 (diff)
parent83210d72b99dbd50667d29078086c300cf86e999 (diff)
downloadnextcloud-server-ca92a7c6e6cc17f474527300b5d378396c0f7925.tar.gz
nextcloud-server-ca92a7c6e6cc17f474527300b5d378396c0f7925.zip
Merge pull request #15164 from nextcloud/recommendations-multiselect-overlap
Fix multiselect bar overlapping recommendations
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.scss9
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 04987f8839e..a5e28ff38da 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -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;