Tooltip: Comment about IE6 workaround

This commit is contained in:
unknown 2010-03-31 19:00:43 +02:00
parent a009595bd3
commit 744343a6e6

View File

@ -7,6 +7,7 @@
-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;
}