diff options
author | Artur Signell <artur@vaadin.com> | 2015-07-13 18:29:54 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2015-07-13 18:29:54 +0300 |
commit | a3ee899a2db8b8b993f7f7a4e21039f0fe0aee08 (patch) | |
tree | 046a1d73e0e7947785927acbc8b85da05f990b12 /WebContent | |
parent | e76a31f9a64bf2498f77cda85475da7db287c130 (diff) | |
download | vaadin-framework-a3ee899a2db8b8b993f7f7a4e21039f0fe0aee08.tar.gz vaadin-framework-a3ee899a2db8b8b993f7f7a4e21039f0fe0aee08.zip |
Fix reconnect-dialog rebase problem
Change-Id: I919fe43e7579787c6831aaa88945c348e124b3b4
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss b/WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss index 94f5f8b0bd..81077efcc4 100644 --- a/WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss +++ b/WebContent/VAADIN/themes/valo/shared/_reconnect-dialog.scss @@ -1,8 +1,8 @@ @mixin valo-reconnect-dialog { .v-reconnect-dialog { color: white; - @include valo-notification-bar-style; - @include valo-notification-system-style; + @include valo-notification-bar-style("v-reconnect-dialog"); + @include valo-notification-system-style("v-reconnect-dialog"); text-align: center; .spinner { @include valo-spinner; |