From: jzaefferer Date: Thu, 25 Mar 2010 21:30:55 +0000 (-0400) Subject: Tooltip: Disable background-images in IE6 on tooltip element to avoid cursor flickeri... X-Git-Tag: 1.8.1~5^2~49^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8c2df20a5d7e2b847c0e7bde32be5f33fea82763;p=jquery-ui.git Tooltip: Disable background-images in IE6 on tooltip element to avoid cursor flickering during fade --- diff --git a/themes/base/jquery.ui.tooltip.css b/themes/base/jquery.ui.tooltip.css index 93d864f7f..2b01036b0 100644 --- a/themes/base/jquery.ui.tooltip.css +++ b/themes/base/jquery.ui.tooltip.css @@ -7,4 +7,7 @@ -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa; } +* html .ui-tooltip { + background-image: none; +} body .ui-tooltip { border-width:2px; }