]> source.dussan.org Git - jquery-ui.git/commitdiff
Tooltip: Remoed IE6 CSS hack.
authorScott González <scott.gonzalez@gmail.com>
Fri, 26 Oct 2012 15:02:43 +0000 (11:02 -0400)
committerScott González <scott.gonzalez@gmail.com>
Fri, 26 Oct 2012 15:02:43 +0000 (11:02 -0400)
themes/base/jquery.ui.tooltip.css

index 89217ab005d1939a5031e7f4e865e17fe48d09da..b7efbe10cfd4d24d98757011c70aecac5b2faa75 100644 (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; }