diff options
author | Dmitrii Rogozin <dmitrii@vaadin.com> | 2014-06-24 15:29:40 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-07-02 14:59:08 +0000 |
commit | 90f66298c0c7179b22ebe4f78c95eba7fc432f4d (patch) | |
tree | 044f033bae6bda75ae7f37ec7be4e06d0539bf85 /WebContent/VAADIN/themes/chameleon/components/window | |
parent | d8ac5d4b10609f2e6db2f29e9ce4bf00c5a1b301 (diff) | |
download | vaadin-framework-90f66298c0c7179b22ebe4f78c95eba7fc432f4d.tar.gz vaadin-framework-90f66298c0c7179b22ebe4f78c95eba7fc432f4d.zip |
Disabled shadow divs. Instead use css box-shadow (#13885)
Change-Id: Ibf8888de795b08aed0446607165d7318f94ee6f4
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/window')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/window/window.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/window/window.scss b/WebContent/VAADIN/themes/chameleon/components/window/window.scss index 92ada43c90..16de81a785 100644 --- a/WebContent/VAADIN/themes/chameleon/components/window/window.scss +++ b/WebContent/VAADIN/themes/chameleon/components/window/window.scss @@ -1,5 +1,8 @@ @mixin chameleon-window($primaryStyleName : v-window) { +.#{$primaryStyleName} { + border-radius: 3px; +} .#{$primaryStyleName}-closebox, .#{$primaryStyleName}-restorebox, .#{$primaryStyleName}-maximizebox { |