From c10c29a93d0c8bfc524ad5bd9be8527cae2e4590 Mon Sep 17 00:00:00 2001 From: Denis Date: Fri, 16 Dec 2016 15:26:46 +0200 Subject: Fix upload test (now it's immediate by default). (#8016) * Fix upload test (now it's immediate by default). --- .../src/main/themes/VAADIN/themes/base/upload/upload.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compatibility-themes/src') 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; -- cgit v1.2.3