Skip to content

Commit f83f07d

Browse files
committed
Tooltip: Remoed IE6 CSS hack.
1 parent 549ffe3 commit f83f07d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

themes/base/jquery.ui.tooltip.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@
1414
-webkit-box-shadow: 0 0 5px #aaa;
1515
box-shadow: 0 0 5px #aaa;
1616
}
17-
/* Fades and background-images don't work well together in IE6, drop the image */
18-
* html .ui-tooltip {
19-
background-image: none;
20-
}
2117
body .ui-tooltip { border-width: 2px; }

0 commit comments

Comments
 (0)