From a0b4d992e2f7d7a662d1b8aeb098bc40238090d6 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 25 Jun 2013 22:40:48 +0300 Subject: Actually show loading indicator during loading (#12128) * Add theme name already during bootstrap Change-Id: I78da3029b818ced51714d385cd77f5ba9bfce625 --- WebContent/VAADIN/themes/base/common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebContent/VAADIN/themes/base') diff --git a/WebContent/VAADIN/themes/base/common/common.scss b/WebContent/VAADIN/themes/base/common/common.scss index 48890488fb..c32116cda8 100644 --- a/WebContent/VAADIN/themes/base/common/common.scss +++ b/WebContent/VAADIN/themes/base/common/common.scss @@ -11,7 +11,7 @@ .v-caption { cursor: default; } -body &.v-app-loading { +body &.v-app .v-app-loading { /* You can use this to provide indication for the user that the application is loading. */ /* It is applied to the same element as .v-app */ background-image: url(img/loading-indicator.gif); -- cgit v1.2.3