ext-air_wev8.css
2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
/*
* Ext JS Library 0.20
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
body.x-air-window {
background:transparent !important;
height:100%;
}
.x-air.x-window-tc {
background: transparent url(images/top-bottom_wev8.png) repeat-x 0 0;
padding-top:11px;
}
.x-air.x-window-bc .x-air.x-window-footer {
background: transparent url(images/top-bottom_wev8.png) repeat-x 0 bottom;
padding-bottom:15px;
}
.x-panel-nofooter .x-air.x-window-bc {
background: transparent url(images/top-bottom_wev8.png) repeat-x 0 bottom;
height:15px;
}
.x-air.x-window-tr {
background: transparent url(images/right-corners_wev8.png) no-repeat right 0;
padding-right:15px;
}
.x-air.x-window-br {
background: transparent url(images/right-corners_wev8.png) no-repeat right bottom;
padding-right:15px;
}
.x-air.x-window-tl {
background: transparent url(images/left-corners_wev8.png) no-repeat 0 0;
padding-left:15px;
}
.x-air.x-window-bl {
background: transparent url(images/left-corners_wev8.png) no-repeat 0 bottom;
padding-left:15px;
}
.x-air.x-window-mr {
background: transparent url(images/left-right_wev8.png) repeat-y right 0;
padding-right:15px;
}
.x-air.x-window-ml {
background: transparent url(images/left-right_wev8.png) repeat-y 0 0;
padding-left:15px;
}
.x-air.x-resizable-handle{
margin:7px;
}
.x-air.x-window-mc {
background: #CAD9EC;
border-right:1px solid #DFE8F6;
border-bottom:1px solid #DFE8F6;
border-top:1px solid #a3bae9;
border-left:1px solid #a3bae9;
}
.x-air.x-window-body {
border-left:1px solid #DFE8F6;
border-top:1px solid #DFE8F6;
border-bottom:1px solid #a3bae9;
border-right:1px solid #a3bae9;
background:transparent !important;
}
.ext-safari .x-small-editor .x-form-field {
/* safari text field will not size so needs bigger font */
font:normal 11px arial, tahoma, helvetica, sans-serif;
}
.x-menu-sep {
overflow:hidden;
height:1px;
margin: 1px 3px;
}
.x-layout-split, .x-splitbar-h, .x-splitbar-v, .x-layout-split-north, .x-layout-split-east, .x-layout-split-west, .x-layout-split-south {
cursor:move !important;
}
.x-grid3:not(input) {
-khtml-user-select: none;
}
.x-tree:not(input) {
-khtml-user-select: none;
}
.x-panel:not(input) {
-khtml-user-select: none;
}
.x-panel .x-panel-body textarea {
-khtml-user-select: normal;
}