source: trunk/web/addons/job_monarch/lib/extjs-30/resources/css/visual/toolbar.css @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 2.8 KB
Line 
1/*!
2 * Ext JS Library 3.0.0
3 * Copyright(c) 2006-2009 Ext JS, LLC
4 * licensing@extjs.com
5 * http://www.extjs.com/license
6 */
7.x-toolbar{
8        border-color:#a9bfd3;
9    background-color:#d0def0;
10    background-image:url(../images/default/toolbar/bg.gif);
11}
12
13.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
14    font:normal 11px arial,tahoma, helvetica, sans-serif;
15}
16
17.x-toolbar .x-item-disabled {
18        color:gray;
19}
20
21.x-toolbar .x-item-disabled * {
22        color:gray;
23}
24
25.x-toolbar .x-btn-mc em.x-btn-split {
26    background-image:url(../images/default/button/s-arrow-noline.gif);
27}
28
29.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split, 
30.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split 
31{
32    background-image:url(../images/default/button/s-arrow-o.gif);
33}
34
35.x-toolbar .x-btn-mc em.x-btn-split-bottom {
36    background-image:url(../images/default/button/s-arrow-b-noline.gif);
37}
38
39.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom, 
40.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom 
41{
42    background-image:url(../images/default/button/s-arrow-bo.gif);
43}
44
45.x-toolbar .xtb-sep {
46        background-image: url(../images/default/grid/grid-blue-split.gif);
47}
48
49.x-tbar-page-first{
50        background-image: url(../images/default/grid/page-first.gif) !important;
51}
52
53.x-tbar-loading{
54        background-image: url(../images/default/grid/refresh.gif) !important;
55}
56
57.x-tbar-page-last{
58        background-image: url(../images/default/grid/page-last.gif) !important;
59}
60
61.x-tbar-page-next{
62        background-image: url(../images/default/grid/page-next.gif) !important;
63}
64
65.x-tbar-page-prev{
66        background-image: url(../images/default/grid/page-prev.gif) !important;
67}
68
69.x-item-disabled .x-tbar-loading{
70        background-image: url(../images/default/grid/loading.gif) !important;
71}
72
73.x-item-disabled .x-tbar-page-first{
74        background-image: url(../images/default/grid/page-first-disabled.gif) !important;
75}
76
77.x-item-disabled .x-tbar-page-last{
78        background-image: url(../images/default/grid/page-last-disabled.gif) !important;
79}
80
81.x-item-disabled .x-tbar-page-next{
82        background-image: url(../images/default/grid/page-next-disabled.gif) !important;
83}
84
85.x-item-disabled .x-tbar-page-prev{
86        background-image: url(../images/default/grid/page-prev-disabled.gif) !important;
87}
88
89.x-paging-info {
90    color:#444;
91}
92
93.x-toolbar-more-icon {
94    background-image: url(../images/default/toolbar/more.gif) !important;
95}
96
97.x-statusbar .x-status-busy {
98    background-image: url(../images/default/grid/loading.gif);
99}
100
101.x-statusbar .x-status-text-panel {
102    border-color: #99bbe8 #fff #fff #99bbe8;
103}
Note: See TracBrowser for help on using the repository browser.