summaryrefslogtreecommitdiffstats
path: root/compatibility-themes
diff options
context:
space:
mode:
authorDenis <denis@vaadin.com>2016-12-16 15:26:46 +0200
committerPekka Hyvönen <pekka@vaadin.com>2016-12-16 15:26:46 +0200
commitc10c29a93d0c8bfc524ad5bd9be8527cae2e4590 (patch)
tree6ac55d3b4ddeec91b85bdcb84255d0a0c3d276a2 /compatibility-themes
parent11ed9cd49088fa8e0a11530ff66a8600c7918550 (diff)
downloadvaadin-framework-c10c29a93d0c8bfc524ad5bd9be8527cae2e4590.tar.gz
vaadin-framework-c10c29a93d0c8bfc524ad5bd9be8527cae2e4590.zip
Fix upload test (now it's immediate by default). (#8016)
* Fix upload test (now it's immediate by default).
Diffstat (limited to 'compatibility-themes')
-rw-r--r--compatibility-themes/src/main/themes/VAADIN/themes/base/upload/upload.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility-themes/src/main/themes/VAADIN/themes/base/upload/upload.scss b/compatibility-themes/src/main/themes/VAADIN/themes/base/upload/upload.scss
index f8e707446c..9041a47514 100644
--- a/compatibility-themes/src/main/themes/VAADIN/themes/base/upload/upload.scss
+++ b/compatibility-themes/src/main/themes/VAADIN/themes/base/upload/upload.scss
@@ -21,7 +21,7 @@
.#{$primaryStyleName}-immediate input {
opacity: 0;
filter: alpha(opacity=0);
- z-index: 2;
+ z-index: -1;
position: absolute;
right: 0;
height: 21px;