diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-08-19 13:58:38 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-08-19 14:48:39 +0000 |
commit | 8cd05fe96a877eefaf17dbb58c54141fab1255fa (patch) | |
tree | 34238e81bdd9038067e5b4310cd0102126e914ec /WebContent/VAADIN/themes/valo/components/_window.scss | |
parent | 1ceef27de99043e4ba917a8f806d107d1eaf4495 (diff) | |
download | vaadin-framework-8cd05fe96a877eefaf17dbb58c54141fab1255fa.tar.gz vaadin-framework-8cd05fe96a877eefaf17dbb58c54141fab1255fa.zip |
Last minute small fixes to Valo
Change-Id: Ib4dfac4ee2bb858d02c34a920ad53e37e73b73e1
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_window.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_window.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_window.scss b/WebContent/VAADIN/themes/valo/components/_window.scss index 97859a62b2..b958be79da 100644 --- a/WebContent/VAADIN/themes/valo/components/_window.scss +++ b/WebContent/VAADIN/themes/valo/components/_window.scss @@ -96,6 +96,8 @@ $v-window-modality-curtain-background-color: #222 !default; height: 0; $_bg: $v-window-background-color; border-top: $scroll-divider-width solid first-color(valo-border($strength: 0.5)); + $border-color: first-color(valo-border($strength: 1)); + border-color: rgba($border-color, .5); } } |