Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / resources / css / theme-gray / core.css
1 /*!
2  * Ext JS Library 3.3.1
3  * Copyright(c) 2006-2010 Sencha Inc.
4  * licensing@sencha.com
5  * http://www.sencha.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 /*
51 .x-color-palette em:hover, .x-color-palette span:hover{   
52     background-color: #eaeaea;
53 }
54 */
55
56 .x-color-palette em {
57     border-color:#aca899;
58 }
59
60 .x-ie-shadow {
61     background-color:#777;
62 }
63
64 .x-shadow .xsmc {
65     background-image: url(../images/default/shadow-c.png);
66 }
67
68 .x-shadow .xsml, .x-shadow .xsmr {
69     background-image: url(../images/default/shadow-lr.png);
70 }
71
72 .x-shadow .xstl, .x-shadow .xstc,  .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr{
73     background-image: url(../images/default/shadow.png);
74 }
75
76 .loading-indicator {
77     font-size: 11px;
78     background-image: url(../images/default/grid/loading.gif);
79 }
80
81 .x-spotlight {
82     background-color: #ccc;
83 }