Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / resources / css / visual / qtips.css
1 /*!
2  * Ext JS Library 3.3.1
3  * Copyright(c) 2006-2010 Sencha Inc.
4  * licensing@sencha.com
5  * http://www.sencha.com/license
6  */
7 .x-tip .x-tip-close{
8         background-image: url(../images/default/qtip/close.gif);
9 }
10
11 .x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
12         background-image: url(../images/default/qtip/tip-sprite.gif);
13 }
14
15 .x-tip .x-tip-mc {
16     font: normal 11px tahoma,arial,helvetica,sans-serif;
17 }
18 .x-tip .x-tip-ml {
19         background-color: #fff;
20 }
21
22 .x-tip .x-tip-header-text {
23     font: bold 11px tahoma,arial,helvetica,sans-serif;
24     color:#444;
25 }
26
27 .x-tip .x-tip-body {
28     font: normal 11px tahoma,arial,helvetica,sans-serif;
29     color:#444;
30 }
31
32 .x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
33 .x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr
34 {
35         background-image: url(../images/default/form/error-tip-corners.gif);
36 }
37
38 .x-form-invalid-tip .x-tip-body {
39     background-image:url(../images/default/form/exclamation.gif);
40 }
41
42 .x-tip-anchor {
43     background-image:url(../images/default/qtip/tip-anchor-sprite.gif);
44 }