Upgrade to ExtJS 3.2.2 - Released 06/02/2010
[extjs.git] / resources / css / theme-access / window.css
1 /*!
2  * Ext JS Library 3.2.2
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 .x-window-proxy {
8     background-color:#1f2833;
9     border-color:#18181a;
10 }
11
12 .x-window-tl .x-window-header {
13     color:#fff;
14         font:bold 14px tahoma,arial,verdana,sans-serif;
15 }
16
17 .x-window-tc {
18         background-image: url(../images/access/window/top-bottom.png);
19 }
20
21 .x-window-tl {
22         background-image: url(../images/access/window/left-corners.png);
23 }
24
25 .x-window-tr {
26         background-image: url(../images/access/window/right-corners.png);
27 }
28
29 .x-window-bc {
30         background-image: url(../images/access/window/top-bottom.png);
31 }
32
33 .x-window-bl {
34         background-image: url(../images/access/window/left-corners.png);
35 }
36
37 .x-window-br {
38         background-image: url(../images/access/window/right-corners.png);
39 }
40
41 .x-window-mc {
42     border-color:#18181a;
43     font: normal 14px tahoma,arial,helvetica,sans-serif;
44     background-color:#1f2833;
45 }
46
47 .x-window-ml {
48         background-image: url(../images/access/window/left-right.png);
49 }
50
51 .x-window-mr {
52         background-image: url(../images/access/window/left-right.png);
53 }
54
55 .x-window-maximized .x-window-tc {
56     background-color:#fff;
57 }
58
59 .x-window-bbar .x-toolbar {
60     border-top-color:#323945;
61 }
62
63 .x-panel-ghost .x-window-tl {
64     border-bottom-color:#323945;
65 }
66
67 .x-panel-collapsed .x-window-tl {
68     border-bottom-color:#323945;
69 }
70
71 .x-dlg-mask{
72    background-color:#ccc;
73 }
74
75 .x-window-plain .x-window-mc {
76     background-color: #464f61;
77     border-color: #636778;
78 }
79
80 .x-window-plain .x-window-body {
81     color: #fffff6;
82     border-color: #464F61;
83 }
84
85 body.x-body-masked .x-window-plain .x-window-mc {
86     background-color: #464f61;
87 }