Always show filelist header and give scroll top indicator
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user