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

Fix upload button visible on read-only folders
This commit is contained in:
Roeland Jago Douma 2018-02-28 22:31:21 +01:00 committed by GitHub
commit faca634606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;