summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/window/window.scss
diff options
context:
space:
mode:
authorDmitrii Rogozin <dmitrii@vaadin.com>2014-06-24 15:29:40 +0300
committerVaadin Code Review <review@vaadin.com>2014-07-02 14:59:08 +0000
commit90f66298c0c7179b22ebe4f78c95eba7fc432f4d (patch)
tree044f033bae6bda75ae7f37ec7be4e06d0539bf85 /WebContent/VAADIN/themes/runo/window/window.scss
parentd8ac5d4b10609f2e6db2f29e9ce4bf00c5a1b301 (diff)
downloadvaadin-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/runo/window/window.scss')
-rw-r--r--WebContent/VAADIN/themes/runo/window/window.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/window/window.scss b/WebContent/VAADIN/themes/runo/window/window.scss
index 1a7cfd3b01..bf2081674c 100644
--- a/WebContent/VAADIN/themes/runo/window/window.scss
+++ b/WebContent/VAADIN/themes/runo/window/window.scss
@@ -1,5 +1,10 @@
@mixin runo-window($primaryStyleName : v-window) {
+/* add box-shadows to an overlay element */
+.#{$primaryStyleName} {
+ box-shadow: 0 10px 24px 0 rgba(42, 45, 46, .4);
+ border-radius: 10px;
+}
.#{$primaryStyleName} {
color: #464f52;
font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;