summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-06-25 22:40:48 +0300
committerArtur Signell <artur@vaadin.com>2013-06-26 10:49:42 +0300
commita0b4d992e2f7d7a662d1b8aeb098bc40238090d6 (patch)
tree45e2691ace21c2ba69f03b8b04968aad5ceb8b0a /WebContent/VAADIN/themes/base
parentc5a770b00e403921e670dcd789f7e53cc9bf85a9 (diff)
downloadvaadin-framework-a0b4d992e2f7d7a662d1b8aeb098bc40238090d6.tar.gz
vaadin-framework-a0b4d992e2f7d7a662d1b8aeb098bc40238090d6.zip
Actually show loading indicator during loading (#12128)
* Add theme name already during bootstrap Change-Id: I78da3029b818ced51714d385cd77f5ba9bfce625
Diffstat (limited to 'WebContent/VAADIN/themes/base')
-rw-r--r--WebContent/VAADIN/themes/base/common/common.scss2
1 files changed, 1 insertions, 1 deletions
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);