From: Pekka Hyvönen Date: Wed, 14 Dec 2016 11:13:05 +0000 (+0200) Subject: Fix context menu missing box-shadow for Runo on Chrome (#7966) X-Git-Tag: 7.7.7~32 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8411a3a8fd80647f2d733bafae3ef29317aefdce;p=vaadin-framework.git Fix context menu missing box-shadow for Runo on Chrome (#7966) Change-Id: I318761527a695c741f52b4c18e9f8ea943f89017 --- diff --git a/themes/src/main/themes/VAADIN/themes/runo/common/common.scss b/themes/src/main/themes/VAADIN/themes/runo/common/common.scss index 207660c08e..e644c9805e 100644 --- a/themes/src/main/themes/VAADIN/themes/runo/common/common.scss +++ b/themes/src/main/themes/VAADIN/themes/runo/common/common.scss @@ -84,7 +84,7 @@ margin: 1px 0 4px 0; } .v-contextmenu { - background: #e9eced url(../tabsheet/img/tab-bg.png); + background: #e9eced url(../tabsheet/img/tab-bg.png) content-box; font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; background-color: #f6f7f7; color: #464f52;