diff options
author | Dmitrii Rogozin <dmitrii@vaadin.com> | 2014-07-04 15:46:55 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-07-07 10:50:34 +0000 |
commit | 8c36375edb9cadfec64a67f034d2a6828242df6f (patch) | |
tree | 35343d854ab63870e6c9f7f9db50b9bcc085b874 /WebContent/VAADIN/themes/chameleon | |
parent | 38d8752d3c56b089b2e077f01bfe5eeed34bd93b (diff) | |
download | vaadin-framework-8c36375edb9cadfec64a67f034d2a6828242df6f.tar.gz vaadin-framework-8c36375edb9cadfec64a67f034d2a6828242df6f.zip |
Fix background color in chameleon theme after removing shadow divs (#14145)
Change-Id: I9b0566070af58afda7693936943237e70cea4a2f
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/common/common.scss | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/common/common.scss b/WebContent/VAADIN/themes/chameleon/common/common.scss index b8233fc53b..7bee2f529c 100644 --- a/WebContent/VAADIN/themes/chameleon/common/common.scss +++ b/WebContent/VAADIN/themes/chameleon/common/common.scss @@ -91,8 +91,6 @@ $chameleon-line-height: 1.4; .v-contextmenu, .v-Notification, .v-menubar-submenu { - background: #fff url(../img/grad-light-top.png) repeat-x; - background-color: rgba(255,255,255,.85); border: 1px solid #adadad; border-color: rgba(0,0,0,.4); border-radius: 4px; @@ -100,7 +98,14 @@ $chameleon-line-height: 1.4; -moz-border-radius: 4px; overflow: hidden; } - + .v-window, + .v-popupview-popup, + .v-filterselect-suggestpopup, + .v-datefield-popup, + .v-contextmenu, + .v-menubar-submenu{ + background: rgba(232,232,232,.90) url(../img/grad-light-top.png) repeat-x; + } .v-filterselect-suggestpopup, .v-contextmenu, .v-menubar-submenu { |