We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e123099 commit d535f68Copy full SHA for d535f68
themes/base/jquery.ui.tooltip.css
@@ -7,17 +7,15 @@
7
* http://jquery.org/license
8
*/
9
.ui-tooltip {
10
- padding:8px;
11
- position:absolute;
12
- z-index:9999;
+ padding: 8px;
+ position: absolute;
+ z-index: 9999;
13
max-width: 300px;
14
- -o-box-shadow: 0 0 5px #aaa;
15
- -moz-box-shadow: 0 0 5px #aaa;
16
-webkit-box-shadow: 0 0 5px #aaa;
17
box-shadow: 0 0 5px #aaa;
18
}
19
/* Fades and background-images don't work well together in IE6, drop the image */
20
* html .ui-tooltip {
21
background-image: none;
22
23
-body .ui-tooltip { border-width:2px; }
+body .ui-tooltip { border-width: 2px; }
0 commit comments