diff options
Diffstat (limited to 'themes/base/jquery.ui.tooltip.css')
-rw-r--r-- | themes/base/jquery.ui.tooltip.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/base/jquery.ui.tooltip.css b/themes/base/jquery.ui.tooltip.css index 89217ab00..b7efbe10c 100644 --- a/themes/base/jquery.ui.tooltip.css +++ b/themes/base/jquery.ui.tooltip.css @@ -14,8 +14,4 @@ -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; -} body .ui-tooltip { border-width: 2px; } |