aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2010-03-25 17:30:55 -0400
committerjzaefferer <joern.zaefferer@gmail.com>2010-03-25 17:30:55 -0400
commit8c2df20a5d7e2b847c0e7bde32be5f33fea82763 (patch)
tree48cadc4fc699f63aa365e630892264f642cc9037 /themes
parenta3286b12beb939d1b8f69cb20f2dd90341293e4f (diff)
downloadjquery-ui-8c2df20a5d7e2b847c0e7bde32be5f33fea82763.tar.gz
jquery-ui-8c2df20a5d7e2b847c0e7bde32be5f33fea82763.zip
Tooltip: Disable background-images in IE6 on tooltip element to avoid cursor flickering during fade
Diffstat (limited to 'themes')
-rw-r--r--themes/base/jquery.ui.tooltip.css3
1 files changed, 3 insertions, 0 deletions
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; }