aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorunknown <joern.zaefferer@gmail.com>2010-03-31 19:00:43 +0200
committerunknown <joern.zaefferer@gmail.com>2010-03-31 19:00:43 +0200
commit744343a6e6b960fa9a912ed3666c1b39e050561f (patch)
tree60068a6ea825f6db172cfe63c705c0a865111b3a /themes
parenta009595bd3d7c6992d438900672fdf98f5e728c3 (diff)
downloadjquery-ui-744343a6e6b960fa9a912ed3666c1b39e050561f.tar.gz
jquery-ui-744343a6e6b960fa9a912ed3666c1b39e050561f.zip
Tooltip: Comment about IE6 workaround
Diffstat (limited to 'themes')
-rw-r--r--themes/base/jquery.ui.tooltip.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.tooltip.css b/themes/base/jquery.ui.tooltip.css
index 2b01036b0..6d8e988bd 100644
--- a/themes/base/jquery.ui.tooltip.css
+++ b/themes/base/jquery.ui.tooltip.css
@@ -7,6 +7,7 @@
-webkit-box-shadow: 0 0 5px #aaa;
box-shadow: 0 0 5px #aaa;
}
+/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
background-image: none;
}