Always show filelist header and give scroll top indicator

This commit is contained in:
Johannes Zellner
2020-11-08 00:46:34 +01:00
parent b5fa60235d
commit 85ff6a02bf
3 changed files with 37 additions and 11 deletions

View File

@@ -1722,10 +1722,26 @@ tag-input {
.file-list {
overflow: auto;
border: 2px solid transparent;
position: relative;
&.busy {
opacity: 0.5;
}
&.top-scroll-indicator {
transition: box-shadow 200ms;
box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.5);
}
.table-hover > tbody > tr:hover {
background-color: #0000000a;
}
}
.file-list-header {
th {
padding: 2px 8px;
}
}
table {