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