Skip to content
Snippets Groups Projects
Commit 697b5463 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Fix Nextcloud button hiding (part 2)

parent b538b95f
Branches
No related tags found
No related merge requests found
......@@ -414,8 +414,6 @@ export class FileUpload extends ScopedElementsMixin(VPULitElement) {
${commonStyles.getGeneralCSS()}
${commonStyles.getButtonCSS()}
.hidden { display: none; }
#dropArea {
border: var(--FUBorderWidth, 2px) var(--FUBorderStyle, dashed) var(--FUBBorderColor, black);
border-radius: var(--FUBorderRadius, 0);
......@@ -441,6 +439,10 @@ export class FileUpload extends ScopedElementsMixin(VPULitElement) {
margin-left: 8px;
}
#nextcloud-file-picker.hidden {
display: none;
}
.block {
margin-bottom: 10px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment