diff options
author | Artur Signell <artur@vaadin.com> | 2013-06-25 22:40:48 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-06-26 07:41:21 +0000 |
commit | 172d704fe372885e81cc83fe768281e40decfb3a (patch) | |
tree | cd879a10506127758152df2e87411c8157691318 /WebContent | |
parent | c4ec786dba90eac9e41f87d2f31cd93b38935185 (diff) | |
download | vaadin-framework-172d704fe372885e81cc83fe768281e40decfb3a.tar.gz vaadin-framework-172d704fe372885e81cc83fe768281e40decfb3a.zip |
Actually show loading indicator during loading (#12128)
* Add theme name already during bootstrap
Change-Id: I78da3029b818ced51714d385cd77f5ba9bfce625
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.scss | 2 |
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); |