diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-26 11:02:43 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-26 11:02:43 -0400 |
commit | f83f07dafd9c28f96a7cec49c00e4b24a4b493bf (patch) | |
tree | cb2f4a7fa08b3dc2d451132ab2bb7001f66f379d /themes/base | |
parent | 549ffe36da56deb0a1079c98e2241849ebd2ecc4 (diff) | |
download | jquery-ui-f83f07dafd9c28f96a7cec49c00e4b24a4b493bf.tar.gz jquery-ui-f83f07dafd9c28f96a7cec49c00e4b24a4b493bf.zip |
Tooltip: Remoed IE6 CSS hack.
Diffstat (limited to 'themes/base')
-rw-r--r-- | themes/base/jquery.ui.tooltip.css | 4 |
1 files changed, 0 insertions, 4 deletions
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; } |