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:
commit
5a20f64300
|
@ -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 New Issue