summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_window.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_window.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_window.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_window.scss b/WebContent/VAADIN/themes/valo/components/_window.scss
index 10758c7829..236cb35d9e 100644
--- a/WebContent/VAADIN/themes/valo/components/_window.scss
+++ b/WebContent/VAADIN/themes/valo/components/_window.scss
@@ -46,7 +46,7 @@ $v-window-animations-enabled: $v-animations-enabled !default;
right: 0;
bottom: 0;
left: 0;
- background: $v-app-background-color;
+ background: $v-background-color;
@include opacity(.3);
}
@@ -227,7 +227,7 @@ $v-window-animations-enabled: $v-animations-enabled !default;
.#{$primary-stylename}-bottom-toolbar {
padding: round($v-unit-size/5) round($v-unit-size/3);
- background: $v-app-background-color;
+ background: $v-background-color;
.v-expand {
overflow: visible;