Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / resources / css / theme-access / 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 body {
8         background-color:#16181a;
9         color:#fcfcfc;
10 }
11
12 .ext-el-mask {
13     background-color: #ccc;
14 }
15
16 .ext-el-mask-msg {
17     border-color:#223;
18     background-color:#3f4757;
19     background-image:url(../images/access/box/tb-blue.gif);
20 }
21 .ext-el-mask-msg div {
22     background-color: #232d38;
23     border-color:#556;
24     color:#fff;
25     font:normal 14px tahoma, arial, helvetica, sans-serif;
26 }
27
28 .x-mask-loading div {
29     background-color:#232d38;
30     background-image:url(../images/access/grid/loading.gif);
31 }
32
33 .x-item-disabled {
34     color: #ddd;
35 }
36
37 .x-item-disabled * {
38     color: #ddd !important;
39 }
40
41 .x-splitbar-proxy {
42     background-color: #aaa;
43 }
44
45 .x-color-palette a {
46     border-color:#fff;
47 }
48
49 .x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
50     border-color:#8bb8f3;
51     background-color: #deecfd;
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: 14px;
76     background-image: url(../images/access/grid/loading.gif);
77 }
78
79 .x-spotlight {
80     background-color: #ccc;
81 }