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
|
@ -16,7 +16,6 @@
|
||||||
.actions .button a:active {
|
.actions .button a:active {
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
.actions.hidden { display: none; }
|
|
||||||
|
|
||||||
.actions.creatable {
|
.actions.creatable {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -27,6 +26,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.actions.hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
#trash {
|
#trash {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Reference in New Issue