~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/ecosystem/extjs/resources/css/visual/button.css

  • Committer: parra
  • Date: 2010-03-15 02:39:02 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1433
merged gelee at svn

Show diffs side-by-side

added added

removed removed

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