From f83f07dafd9c28f96a7cec49c00e4b24a4b493bf Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 26 Oct 2012 11:02:43 -0400 Subject: Tooltip: Remoed IE6 CSS hack. --- themes/base/jquery.ui.tooltip.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'themes') 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; } -- cgit v1.2.3