diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2015-01-17 21:34:21 +0200 |
---|---|---|
committer | Sauli Tähkäpää <sauli@vaadin.com> | 2015-01-21 11:04:18 +0200 |
commit | c5d3b8b35b64c92be11f7b0fb964b64c75db79d9 (patch) | |
tree | 17b17042bda0f74d08ed03ca57f918dc1e547b6a /WebContent | |
parent | 6cf7199173984b16c43c0c1a47cc196e9e982e06 (diff) | |
download | vaadin-framework-c5d3b8b35b64c92be11f7b0fb964b64c75db79d9.tar.gz vaadin-framework-c5d3b8b35b64c92be11f7b0fb964b64c75db79d9.zip |
Hide input field from clicking for immediate upload in Valo. (#15404)
Change-Id: I69bcd7b1d610d0e9adb6ce43e06591a769bef957
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_upload.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_upload.scss b/WebContent/VAADIN/themes/valo/components/_upload.scss index 07a51f03ef..1616e80563 100644 --- a/WebContent/VAADIN/themes/valo/components/_upload.scss +++ b/WebContent/VAADIN/themes/valo/components/_upload.scss @@ -16,7 +16,7 @@ .#{$primary-stylename}-immediate input[type="file"] { @include opacity(0); - z-index: 2; + z-index: -1; position: absolute; right: 0; height: $v-unit-size; |