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