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:
commit
faca634606
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue