Merge pull request #8595 from nextcloud/stable13-8589-fix-upload-button-visible-on-read-only-folders

[stable13] Fix upload button visible on read-only folders
This commit is contained in:
Morris Jobke 2018-03-01 11:56:59 +01:00 committed by GitHub
commit 5a20f64300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,6 @@
.actions .button a:active {
color: #333;
}
.actions.hidden { display: none; }
.actions.creatable {
position: relative;
@ -27,6 +26,10 @@
}
}
.actions.hidden {
display: none;
}
#trash {
margin-right: 8px;
float: right;