Tooltip: Remoed IE6 CSS hack.

This commit is contained in:
Scott González 2012-10-26 11:02:43 -04:00
parent 549ffe36da
commit f83f07dafd

View File

@ -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; }