Fix opening the file actions menu in mobile

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-11-03 10:41:32 +01:00
parent d18a60de39
commit 5e02cedef3
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
2 changed files with 1 additions and 6 deletions

View File

@ -493,6 +493,7 @@ table td.selection {
.fileactions {
position: absolute;
right: 0;
z-index: 50;
}
.busy .fileactions, .busy .action {

View File

@ -46,12 +46,6 @@ table td.filename .nametext {
#fileList a.action-share span:not(.icon) {
display: none !important;
}
#fileList a.action.action-favorite {
opacity: .7 !important;
}
#fileList a.action.action-favorite {
opacity: .3 !important;
}
/* ellipsis on file names */
table td.filename .nametext .innernametext {