source:
trunk/workshop-routing-foss4g/web/ext/resources/css/theme-gray/window.css
@
78
Revision 76, 1.6 KB checked in by djay, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | /*! |
2 | * Ext JS Library 3.4.0 |
3 | * Copyright(c) 2006-2011 Sencha Inc. |
4 | * licensing@sencha.com |
5 | * http://www.sencha.com/license |
6 | */ |
7 | .x-window-proxy { |
8 | background-color:#fcfcfc; |
9 | border-color:#d0d0d0; |
10 | } |
11 | |
12 | .x-window-tl .x-window-header { |
13 | color:#555; |
14 | font:bold 11px tahoma,arial,verdana,sans-serif; |
15 | } |
16 | |
17 | .x-window-tc { |
18 | background-image: url(../images/gray/window/top-bottom.png); |
19 | } |
20 | |
21 | .x-window-tl { |
22 | background-image: url(../images/gray/window/left-corners.png); |
23 | } |
24 | |
25 | .x-window-tr { |
26 | background-image: url(../images/gray/window/right-corners.png); |
27 | } |
28 | |
29 | .x-window-bc { |
30 | background-image: url(../images/gray/window/top-bottom.png); |
31 | } |
32 | |
33 | .x-window-bl { |
34 | background-image: url(../images/gray/window/left-corners.png); |
35 | } |
36 | |
37 | .x-window-br { |
38 | background-image: url(../images/gray/window/right-corners.png); |
39 | } |
40 | |
41 | .x-window-mc { |
42 | border-color:#d0d0d0; |
43 | font: normal 11px tahoma,arial,helvetica,sans-serif; |
44 | background-color:#e8e8e8; |
45 | } |
46 | |
47 | .x-window-ml { |
48 | background-image: url(../images/gray/window/left-right.png); |
49 | } |
50 | |
51 | .x-window-mr { |
52 | background-image: url(../images/gray/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:#d0d0d0; |
61 | } |
62 | |
63 | .x-panel-ghost .x-window-tl { |
64 | border-bottom-color:#d0d0d0; |
65 | } |
66 | |
67 | .x-panel-collapsed .x-window-tl { |
68 | border-bottom-color:#d0d0d0; |
69 | } |
70 | |
71 | .x-dlg-mask{ |
72 | background-color:#ccc; |
73 | } |
74 | |
75 | .x-window-plain .x-window-mc { |
76 | background-color: #E8E8E8; |
77 | border-color: #D0D0D0 #EEEEEE #EEEEEE #D0D0D0; |
78 | } |
79 | |
80 | .x-window-plain .x-window-body { |
81 | border-color: #EEEEEE #D0D0D0 #D0D0D0 #EEEEEE; |
82 | } |
83 | |
84 | body.x-body-masked .x-window-plain .x-window-mc { |
85 | background-color: #E4E4E4; |
86 | } |
Note: See TracBrowser
for help on using the repository browser.