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