diff options
author | Dmitrii Rogozin <dmitrii@vaadin.com> | 2014-07-07 11:47:57 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-07-07 10:08:47 +0000 |
commit | 0452e0a58db9858c247dfe577588c66f44878a26 (patch) | |
tree | 0b9683321cf3934de413a11eac4039fce0e245ae /WebContent | |
parent | 0eb8b337a936d8b39fb9a8793bafb83a302c86f5 (diff) | |
download | vaadin-framework-0452e0a58db9858c247dfe577588c66f44878a26.tar.gz vaadin-framework-0452e0a58db9858c247dfe577588c66f44878a26.zip |
Fix shadow bug with menu in runo theme (#14162)
Change-Id: I9f6486597c45180ef7f748ba128f3f287d28bd97
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/runo/common/common.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/WebContent/VAADIN/themes/runo/common/common.scss b/WebContent/VAADIN/themes/runo/common/common.scss index c33b490411..207660c08e 100644 --- a/WebContent/VAADIN/themes/runo/common/common.scss +++ b/WebContent/VAADIN/themes/runo/common/common.scss @@ -41,9 +41,8 @@ .v-window .v-datefield-popup, .v-filterselect-suggestpopup, -.v-menubar-menuitem, -.v-slider-popup, -.v-tooltip-text, +.v-menubar-popup, +.v-slider-feedback, .v-popupview-popup, .v-contextmenu { box-shadow: 0 2px 5px 0 rgba(0,0,0, .28); |