Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git] / resources / css / theme-gray / core.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 .ext-el-mask {
8     background-color: #ccc;
9 }
10
11 .ext-el-mask-msg {
12     border-color:#999;
13     background-color:#ddd;
14     background-image:url(../images/gray/panel/white-top-bottom.gif);
15     background-position: 0 -1px;
16 }
17 .ext-el-mask-msg div {
18     background-color: #eee;
19     border-color:#d0d0d0;
20     color:#222;
21     font:normal 11px tahoma, arial, helvetica, sans-serif;
22 }
23
24 .x-mask-loading div {
25     background-color:#fbfbfb;
26     background-image:url(../images/default/grid/loading.gif);
27 }
28
29 .x-item-disabled {
30     color: gray;
31 }
32
33 .x-item-disabled * {
34     color: gray !important;
35 }
36
37 .x-splitbar-proxy {
38     background-color: #aaa;
39 }
40
41 .x-color-palette a {
42     border-color:#fff;
43 }
44
45 .x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
46     border-color:#CFCFCF;
47     background-color: #eaeaea;
48 }
49
50 .x-color-palette em:hover, .x-color-palette span:hover{   
51     background-color: #eaeaea;
52 }
53
54 .x-color-palette em {
55     border-color:#aca899;
56 }
57
58 .x-ie-shadow {
59     background-color:#777;
60 }
61
62 .x-shadow .xsmc {
63     background-image: url(../images/default/shadow-c.png);
64 }
65
66 .x-shadow .xsml, .x-shadow .xsmr {
67     background-image: url(../images/default/shadow-lr.png);
68 }
69
70 .x-shadow .xstl, .x-shadow .xstc,  .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr{
71     background-image: url(../images/default/shadow.png);
72 }
73
74 .loading-indicator {
75     font-size: 11px;
76     background-image: url(../images/default/grid/loading.gif);
77 }
78
79 .x-spotlight {
80     background-color: #ccc;
81 }