Skip to content

Commit

Permalink
Tooltip: Cleaned up CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Oct 23, 2012
1 parent e123099 commit d535f68
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions themes/base/jquery.ui.tooltip.css
Expand Up @@ -7,17 +7,15 @@
* http://jquery.org/license
*/
.ui-tooltip {
padding:8px;
position:absolute;
z-index:9999;
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
-o-box-shadow: 0 0 5px #aaa;
-moz-box-shadow: 0 0 5px #aaa;
-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; }
body .ui-tooltip { border-width: 2px; }

0 comments on commit d535f68

Please sign in to comment.