@syncfusion/ej2-react-layouts 19.4.52 → 20.1.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -11
- package/dist/ej2-react-layouts.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/dashboard-layout/panels-directive.d.ts +3 -1
- package/src/splitter/panesettings-directive.d.ts +3 -1
- package/styles/avatar/bootstrap-dark.css +1 -7
- package/styles/avatar/bootstrap.css +1 -7
- package/styles/avatar/bootstrap4.css +1 -7
- package/styles/avatar/bootstrap5-dark.css +3 -7
- package/styles/avatar/bootstrap5.css +3 -7
- package/styles/avatar/fabric-dark.css +1 -7
- package/styles/avatar/fabric.css +1 -7
- package/styles/avatar/fluent-dark.css +55 -0
- package/styles/avatar/fluent-dark.scss +1 -0
- package/styles/avatar/fluent.css +55 -0
- package/styles/avatar/fluent.scss +1 -0
- package/styles/avatar/highcontrast-light.css +1 -7
- package/styles/avatar/highcontrast.css +1 -7
- package/styles/avatar/material-dark.css +1 -7
- package/styles/avatar/material.css +1 -7
- package/styles/avatar/tailwind-dark.css +1 -7
- package/styles/avatar/tailwind.css +1 -7
- package/styles/bootstrap-dark.css +47 -316
- package/styles/bootstrap.css +47 -316
- package/styles/bootstrap4.css +47 -318
- package/styles/bootstrap5-dark.css +55 -319
- package/styles/bootstrap5.css +55 -319
- package/styles/card/bootstrap-dark.css +1 -85
- package/styles/card/bootstrap.css +1 -85
- package/styles/card/bootstrap4.css +1 -87
- package/styles/card/bootstrap5-dark.css +6 -88
- package/styles/card/bootstrap5.css +6 -88
- package/styles/card/fabric-dark.css +1 -85
- package/styles/card/fabric.css +1 -87
- package/styles/card/fluent-dark.css +518 -0
- package/styles/card/fluent-dark.scss +1 -0
- package/styles/card/fluent.css +518 -0
- package/styles/card/fluent.scss +1 -0
- package/styles/card/highcontrast-light.css +1 -85
- package/styles/card/highcontrast.css +1 -87
- package/styles/card/material-dark.css +1 -85
- package/styles/card/material.css +1 -85
- package/styles/card/tailwind-dark.css +9 -95
- package/styles/card/tailwind.css +9 -95
- package/styles/dashboard-layout/bootstrap-dark.css +28 -116
- package/styles/dashboard-layout/bootstrap.css +28 -116
- package/styles/dashboard-layout/bootstrap4.css +28 -116
- package/styles/dashboard-layout/bootstrap5-dark.css +29 -118
- package/styles/dashboard-layout/bootstrap5.css +29 -118
- package/styles/dashboard-layout/fabric-dark.css +28 -116
- package/styles/dashboard-layout/fabric.css +28 -116
- package/styles/dashboard-layout/fluent-dark.css +299 -0
- package/styles/dashboard-layout/fluent-dark.scss +1 -0
- package/styles/dashboard-layout/fluent.css +299 -0
- package/styles/dashboard-layout/fluent.scss +1 -0
- package/styles/dashboard-layout/highcontrast-light.css +16 -85
- package/styles/dashboard-layout/highcontrast.css +28 -115
- package/styles/dashboard-layout/material-dark.css +28 -116
- package/styles/dashboard-layout/material.css +28 -116
- package/styles/dashboard-layout/tailwind-dark.css +42 -130
- package/styles/dashboard-layout/tailwind.css +40 -128
- package/styles/fabric-dark.css +47 -316
- package/styles/fabric.css +47 -318
- package/styles/fluent-dark.css +1360 -0
- package/styles/fluent-dark.scss +4 -0
- package/styles/fluent.css +1360 -0
- package/styles/fluent.scss +4 -0
- package/styles/highcontrast-light.css +35 -285
- package/styles/highcontrast.css +47 -317
- package/styles/material-dark.css +57 -326
- package/styles/material.css +47 -316
- package/styles/splitter/bootstrap-dark.css +20 -111
- package/styles/splitter/bootstrap.css +20 -111
- package/styles/splitter/bootstrap4.css +20 -111
- package/styles/splitter/bootstrap5-dark.css +20 -109
- package/styles/splitter/bootstrap5.css +20 -109
- package/styles/splitter/fabric-dark.css +20 -111
- package/styles/splitter/fabric.css +20 -111
- package/styles/splitter/fluent-dark.css +485 -0
- package/styles/splitter/fluent-dark.scss +1 -0
- package/styles/splitter/fluent.css +485 -0
- package/styles/splitter/fluent.scss +1 -0
- package/styles/splitter/highcontrast-light.css +20 -111
- package/styles/splitter/highcontrast.css +20 -111
- package/styles/splitter/material-dark.css +30 -121
- package/styles/splitter/material.css +20 -111
- package/styles/splitter/tailwind-dark.css +20 -117
- package/styles/splitter/tailwind.css +20 -117
- package/styles/tailwind-dark.css +69 -346
- package/styles/tailwind.css +67 -344
@@ -1,79 +1,60 @@
|
|
1
1
|
/*! component's theme wise override highcontrast-definitions and variables */
|
2
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east,
|
3
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
2
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
4
3
|
height: 100%;
|
5
4
|
padding: 20px 0;
|
6
5
|
right: 1px;
|
7
6
|
top: 0;
|
8
7
|
width: 12px;
|
9
8
|
}
|
10
|
-
|
11
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west,
|
12
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
|
9
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
|
13
10
|
height: 100%;
|
14
11
|
left: 0;
|
15
12
|
padding: 20px 0;
|
16
13
|
top: 0;
|
17
14
|
width: 12px;
|
18
15
|
}
|
19
|
-
|
20
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north,
|
21
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
|
16
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
|
22
17
|
height: 12px;
|
23
18
|
padding: 0 20px;
|
24
19
|
top: 1px;
|
25
20
|
width: 100%;
|
26
21
|
}
|
27
|
-
|
28
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south,
|
29
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
|
22
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
|
30
23
|
bottom: 1px;
|
31
24
|
height: 12px;
|
32
25
|
padding: 0 20px;
|
33
26
|
width: 100%;
|
34
27
|
}
|
35
|
-
|
36
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east,
|
37
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
|
28
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
|
38
29
|
bottom: 0;
|
39
30
|
right: 1px;
|
40
31
|
z-index: 10;
|
41
32
|
}
|
42
|
-
|
43
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west,
|
44
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
|
33
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
|
45
34
|
left: 2px;
|
46
35
|
top: 2px;
|
47
36
|
z-index: 10;
|
48
37
|
}
|
49
|
-
|
50
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east,
|
51
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
|
38
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
|
52
39
|
right: 2px;
|
53
40
|
top: 2px;
|
54
41
|
z-index: 10;
|
55
42
|
}
|
56
|
-
|
57
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west,
|
58
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
|
43
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
|
59
44
|
bottom: 1px;
|
60
45
|
left: 1px;
|
61
46
|
z-index: 10;
|
62
47
|
}
|
63
|
-
|
64
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before,
|
65
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
|
48
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
|
66
49
|
bottom: 0;
|
67
|
-
content:
|
50
|
+
content: "\eb06";
|
68
51
|
font-size: 12px;
|
69
52
|
position: absolute;
|
70
53
|
right: 0;
|
71
54
|
}
|
72
|
-
|
73
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before,
|
74
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
|
55
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
|
75
56
|
bottom: 0;
|
76
|
-
content:
|
57
|
+
content: "\eb06";
|
77
58
|
font-size: 12px;
|
78
59
|
left: 0;
|
79
60
|
position: absolute;
|
@@ -86,42 +67,33 @@
|
|
86
67
|
height: 100%;
|
87
68
|
width: 100%;
|
88
69
|
}
|
89
|
-
|
90
70
|
.e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
|
91
71
|
border: 1px dotted #969696;
|
92
72
|
position: absolute;
|
93
73
|
}
|
94
|
-
|
95
74
|
.e-dashboardlayout.e-control.e-responsive {
|
96
75
|
width: 100% !important;
|
97
76
|
}
|
98
|
-
|
99
77
|
.e-dashboardlayout.e-control.e-prevent {
|
100
78
|
-webkit-user-select: none;
|
101
79
|
-ms-user-select: none;
|
102
80
|
user-select: none;
|
103
81
|
}
|
104
|
-
|
105
82
|
.e-dashboardlayout.e-control .e-panel:hover {
|
106
83
|
border: 1px #fff solid;
|
107
84
|
}
|
108
|
-
|
109
85
|
.e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
|
110
86
|
display: block;
|
111
87
|
}
|
112
|
-
|
113
88
|
.e-dashboardlayout.e-control .e-panel:active {
|
114
89
|
border: 1px #ffd939 solid;
|
115
90
|
}
|
116
|
-
|
117
91
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
|
118
92
|
display: none;
|
119
93
|
}
|
120
|
-
|
121
94
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
122
|
-
transition: top .5s, left .5s;
|
95
|
+
transition: top 0.5s, left 0.5s;
|
123
96
|
}
|
124
|
-
|
125
97
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
126
98
|
border-bottom: none;
|
127
99
|
color: #fff;
|
@@ -131,31 +103,25 @@
|
|
131
103
|
height: 28px;
|
132
104
|
padding: 2px 10px;
|
133
105
|
}
|
134
|
-
|
135
106
|
.e-dashboardlayout.e-control .e-panel .e-panel-header div {
|
136
107
|
overflow: hidden;
|
137
108
|
text-overflow: ellipsis;
|
138
109
|
white-space: nowrap;
|
139
110
|
}
|
140
|
-
|
141
111
|
.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
|
142
112
|
display: inline-block;
|
143
113
|
}
|
144
|
-
|
145
114
|
.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
|
146
115
|
float: right;
|
147
116
|
}
|
148
|
-
|
149
117
|
.e-dashboardlayout.e-control .e-panel .e-panel-container {
|
150
118
|
height: 100%;
|
151
119
|
width: 100%;
|
152
120
|
}
|
153
|
-
|
154
121
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
|
155
122
|
height: inherit;
|
156
123
|
width: inherit;
|
157
124
|
}
|
158
|
-
|
159
125
|
.e-dashboardlayout.e-control .e-panel {
|
160
126
|
border: 1px #969696 solid;
|
161
127
|
height: 100%;
|
@@ -164,98 +130,65 @@
|
|
164
130
|
user-select: none;
|
165
131
|
width: 100%;
|
166
132
|
}
|
167
|
-
|
168
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single,
|
169
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double {
|
133
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
|
170
134
|
position: absolute;
|
171
135
|
-ms-touch-action: none;
|
172
136
|
touch-action: none;
|
173
137
|
}
|
174
|
-
|
175
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south,
|
176
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east,
|
177
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west,
|
178
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north,
|
179
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
|
138
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
|
180
139
|
border: none;
|
181
140
|
}
|
182
|
-
|
183
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover,
|
184
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
|
141
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
|
185
142
|
cursor: e-resize;
|
186
143
|
}
|
187
|
-
|
188
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover,
|
189
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
|
144
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
|
190
145
|
cursor: w-resize;
|
191
146
|
}
|
192
|
-
|
193
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover,
|
194
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
|
147
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
|
195
148
|
cursor: n-resize;
|
196
149
|
}
|
197
|
-
|
198
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover,
|
199
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
|
150
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
|
200
151
|
cursor: s-resize;
|
201
152
|
}
|
202
|
-
|
203
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover,
|
204
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
|
153
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
|
205
154
|
cursor: nw-resize;
|
206
155
|
}
|
207
|
-
|
208
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover,
|
209
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
|
156
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
|
210
157
|
cursor: ne-resize;
|
211
158
|
}
|
212
|
-
|
213
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover,
|
214
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
|
159
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
|
215
160
|
cursor: sw-resize;
|
216
161
|
}
|
217
|
-
|
218
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover,
|
219
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
|
162
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
|
220
163
|
cursor: se-resize;
|
221
164
|
}
|
222
|
-
|
223
|
-
|
224
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
|
225
|
-
font-family: 'e-icons';
|
165
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
|
166
|
+
font-family: "e-icons";
|
226
167
|
position: absolute;
|
227
168
|
}
|
228
|
-
|
229
169
|
.e-dashboardlayout.e-control .e-drag:hover {
|
230
170
|
cursor: move;
|
231
171
|
}
|
232
|
-
|
233
172
|
.e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
|
234
173
|
.e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
|
235
174
|
cursor: default;
|
236
175
|
}
|
237
|
-
|
238
|
-
.e-dashboardlayout.e-control .e-panel.e-dragging,
|
239
|
-
.e-dashboardlayout.e-control .e-panel.e-item-moving {
|
176
|
+
.e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
|
240
177
|
cursor: move;
|
241
178
|
z-index: 1111 !important;
|
242
179
|
}
|
243
|
-
|
244
180
|
.e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
|
245
181
|
float: left;
|
246
182
|
}
|
247
|
-
|
248
183
|
.e-dashboardlayout.e-control .e-holder {
|
249
184
|
background: rgba(255, 217, 57, 0.3);
|
250
185
|
border: 1px #ffd939 dotted;
|
251
186
|
border-radius: 0;
|
252
187
|
position: absolute;
|
253
188
|
}
|
254
|
-
|
255
189
|
.e-dashboardlayout.e-control .e-holder.e-holder-transition {
|
256
|
-
transition: top .3s, left .3s;
|
190
|
+
transition: top 0.3s, left 0.3s;
|
257
191
|
}
|
258
|
-
|
259
192
|
.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
|
260
193
|
font-size: 14px;
|
261
194
|
font-weight: 500;
|
@@ -269,7 +202,6 @@
|
|
269
202
|
height: 30px;
|
270
203
|
padding: 0 12px;
|
271
204
|
}
|
272
|
-
|
273
205
|
.e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
|
274
206
|
height: 100%;
|
275
207
|
width: 100%;
|
@@ -279,100 +211,81 @@
|
|
279
211
|
display: block;
|
280
212
|
position: relative;
|
281
213
|
}
|
282
|
-
|
283
214
|
.e-dashboardlayout.e-control .e-panel {
|
284
215
|
background: #000;
|
285
216
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
|
286
217
|
box-sizing: border-box;
|
287
218
|
position: absolute;
|
288
219
|
}
|
289
|
-
|
290
220
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
|
291
221
|
color: #fff;
|
292
222
|
}
|
293
|
-
|
294
223
|
.e-dashboardlayout.e-control .e-panel {
|
295
224
|
background: #000;
|
296
225
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
|
297
226
|
box-sizing: border-box;
|
298
227
|
position: absolute;
|
299
228
|
}
|
300
|
-
|
301
229
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
|
302
230
|
color: #fff;
|
303
231
|
}
|
304
|
-
|
305
232
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
|
306
233
|
background: none;
|
307
234
|
}
|
308
|
-
|
309
235
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
|
310
236
|
color: #fff;
|
311
237
|
font-size: 8px;
|
312
238
|
height: 16px;
|
313
239
|
width: 16px;
|
314
240
|
}
|
315
|
-
|
316
241
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
|
317
242
|
bottom: -5px;
|
318
243
|
right: -6px;
|
319
244
|
}
|
320
|
-
|
321
245
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
|
322
246
|
bottom: -5px;
|
323
247
|
left: -6px;
|
324
248
|
}
|
325
|
-
|
326
249
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
|
327
250
|
left: -6px;
|
328
251
|
top: -5px;
|
329
252
|
}
|
330
|
-
|
331
253
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
|
332
254
|
right: -6px;
|
333
255
|
top: -5px;
|
334
256
|
}
|
335
|
-
|
336
257
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
|
337
258
|
right: -6px;
|
338
259
|
top: -5px;
|
339
260
|
}
|
340
|
-
|
341
261
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
|
342
262
|
left: -6px;
|
343
263
|
top: -5px;
|
344
264
|
}
|
345
|
-
|
346
265
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
|
347
266
|
bottom: -5px;
|
348
267
|
left: -6px;
|
349
268
|
}
|
350
|
-
|
351
269
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
|
352
270
|
bottom: -5px;
|
353
271
|
right: -6px;
|
354
272
|
}
|
355
|
-
|
356
273
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
|
357
274
|
right: -6px;
|
358
275
|
top: -5px;
|
359
276
|
}
|
360
|
-
|
361
277
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
|
362
278
|
left: -6px;
|
363
279
|
top: -5px;
|
364
280
|
}
|
365
|
-
|
366
281
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
|
367
282
|
bottom: -5px;
|
368
283
|
left: -6px;
|
369
284
|
}
|
370
|
-
|
371
285
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
|
372
286
|
bottom: -5px;
|
373
287
|
right: -6px;
|
374
288
|
}
|
375
|
-
|
376
289
|
.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
|
377
290
|
color: rgba(255, 255, 255, 0.54);
|
378
|
-
}
|
291
|
+
}
|