8000 Tooltip: Cleaned up CSS. · faroncoder/jquery-ui@d535f68 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d535f68

Browse files
committed
Tooltip: Cleaned up CSS.
1 parent e123099 commit d535f68

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

themes/base/jquery.ui.tooltip.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@
77
* http://jquery.org/license
88
*/
99
.ui-tooltip {
10-
padding:8px;
11-
position:absolute;
12-
z-index:9999;
10+
padding: 8px;
11+
position: absolute;
12+
z-index: 9999;
1313
max-width: 300px;
14-
-o-box-shadow: 0 0 5px #aaa;
15-
-moz-box-shadow: 0 0 5px #aaa;
1614
-webkit-box-shadow: 0 0 5px #aaa;
1715
box-shadow: 0 0 5px #aaa;
1816
}
1917
/* Fades and background-images don't work well together in IE6, drop the image */
2018
* html .ui-tooltip {
2119
background-image: none;
2220
}
23-
body .ui-tooltip { border-width:2px; }
21+
body .ui-tooltip { border-width: 2px; }

0 commit comments

Comments
 (0)
0