diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.tooltip.css | 1 |
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; } |