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

Make drop area dashed by default (VPU/Apps/Signature#2)

parent d572f6dc
No related branches found
No related tags found
No related merge requests found
...@@ -197,7 +197,7 @@ class VPUFileUpload extends VPULitElement { ...@@ -197,7 +197,7 @@ class VPUFileUpload extends VPULitElement {
${commonStyles.getButtonCSS()} ${commonStyles.getButtonCSS()}
#dropArea { #dropArea {
border: var(--FUBorderWidth, 2px) var(--FUBorderStyle, solid) var(--FUBBorderColor, black); border: var(--FUBorderWidth, 2px) var(--FUBorderStyle, dashed) var(--FUBBorderColor, black);
border-radius: var(--FUBorderRadius, 0); border-radius: var(--FUBorderRadius, 0);
width: var(--FUWidth, auto); width: var(--FUWidth, auto);
margin: var(--FUMargin, 0px); margin: var(--FUMargin, 0px);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment