Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / resources / css / visual / button.css
1 /*!
2  * Ext JS Library 3.1.0
3  * Copyright(c) 2006-2009 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 .x-btn{\r
8         font:normal 11px tahoma, verdana, helvetica;\r
9 }\r
10 \r
11 .x-btn button{\r
12     font:normal 11px arial,tahoma,verdana,helvetica;\r
13     color:#333;\r
14 }\r
15 \r
16 .x-btn em {\r
17     font-style:normal;\r
18     font-weight:normal;\r
19 }\r
20 \r
21 .x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc{\r
22         background-image:url(../images/default/button/btn.gif);\r
23 }\r
24 \r
25 .x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text{\r
26     color:#000;\r
27 }\r
28 \r
29 .x-btn-disabled *{\r
30         color:gray !important;\r
31 }\r
32 \r
33 .x-btn-mc em.x-btn-arrow {\r
34     background-image:url(../images/default/button/arrow.gif);\r
35 }\r
36 \r
37 .x-btn-mc em.x-btn-split {\r
38     background-image:url(../images/default/button/s-arrow.gif);\r
39 }\r
40 \r
41 .x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {\r
42     background-image:url(../images/default/button/s-arrow-o.gif);\r
43 }\r
44 \r
45 .x-btn-mc em.x-btn-arrow-bottom {\r
46     background-image:url(../images/default/button/s-arrow-b-noline.gif);\r
47 }\r
48 \r
49 .x-btn-mc em.x-btn-split-bottom {\r
50     background-image:url(../images/default/button/s-arrow-b.gif);\r
51 }\r
52 \r
53 .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {\r
54     background-image:url(../images/default/button/s-arrow-bo.gif);\r
55 }\r
56 \r
57 .x-btn-group-header {\r
58     color: #3e6aaa;\r
59 }\r
60 \r
61 .x-btn-group-tc {\r
62         background-image: url(../images/default/button/group-tb.gif);\r
63 }\r
64 \r
65 .x-btn-group-tl {\r
66         background-image: url(../images/default/button/group-cs.gif);\r
67 }\r
68 \r
69 .x-btn-group-tr {\r
70         background-image: url(../images/default/button/group-cs.gif);\r
71 }\r
72 \r
73 .x-btn-group-bc {\r
74         background-image: url(../images/default/button/group-tb.gif);\r
75 }\r
76 \r
77 .x-btn-group-bl {\r
78         background-image: url(../images/default/button/group-cs.gif);\r
79 }\r
80 \r
81 .x-btn-group-br {\r
82         background-image: url(../images/default/button/group-cs.gif);\r
83 }\r
84 \r
85 .x-btn-group-ml {\r
86         background-image: url(../images/default/button/group-lr.gif);\r
87 }\r
88 .x-btn-group-mr {\r
89         background-image: url(../images/default/button/group-lr.gif);\r
90 }\r
91 \r
92 .x-btn-group-notitle .x-btn-group-tc {\r
93         background-image: url(../images/default/button/group-tb.gif);\r
94 }