From f60f4bffa65f0031c2b094e7d9200c3df20c69ea Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 23 Nov 2012 19:43:19 +0200 Subject: Fixed browser specific theme selectors (#10362) Browser specific class names are set on the body element and the theme class name is inside body. Theme selectors must therefore be of type ".v-ie & " Change-Id: I1893946ed9b5441a6977945a757a85ae87c07ce8 --- WebContent/VAADIN/themes/chameleon/common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebContent/VAADIN/themes/chameleon/common') diff --git a/WebContent/VAADIN/themes/chameleon/common/common.scss b/WebContent/VAADIN/themes/chameleon/common/common.scss index a38ed62eb9..050d100673 100644 --- a/WebContent/VAADIN/themes/chameleon/common/common.scss +++ b/WebContent/VAADIN/themes/chameleon/common/common.scss @@ -31,7 +31,7 @@ $chameleon-line-height: 1.4; -moz-border-radius: 4px; } - .v-sa .v-tooltip { + .v-sa & .v-tooltip { outline: 1px solid rgba(0,0,0,.2); -webkit-border-radius: 0; -moz-border-radius: 0; -- cgit v1.2.3