Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / resources / css / visual / 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:#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 /*
50 .x-color-palette em:hover, .x-color-palette span:hover{   
51     background-color: #deecfd;
52 }
53 */
54
55 .x-color-palette em {
56     border-color:#aca899;
57 }
58
59 .x-ie-shadow {
60     background-color:#777;
61 }
62
63 .x-shadow .xsmc {
64     background-image: url(../images/default/shadow-c.png);
65 }
66
67 .x-shadow .xsml, .x-shadow .xsmr {
68     background-image: url(../images/default/shadow-lr.png);
69 }
70
71 .x-shadow .xstl, .x-shadow .xstc,  .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr{
72     background-image: url(../images/default/shadow.png);
73 }
74
75 .loading-indicator {
76     font-size: 11px;
77     background-image: url(../images/default/grid/loading.gif);
78 }
79
80 .x-spotlight {
81     background-color: #ccc;
82 }