@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,82 +1,63 @@
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
2
2
|
/*! component's theme wise override tailwind-definitions and variables */
|
3
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east,
|
4
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
3
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
5
4
|
height: 100%;
|
6
5
|
padding: 20px 0;
|
7
6
|
right: 1px;
|
8
7
|
top: 0;
|
9
8
|
width: 12px;
|
10
9
|
}
|
11
|
-
|
12
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west,
|
13
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
|
10
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
|
14
11
|
height: 100%;
|
15
12
|
left: 0;
|
16
13
|
padding: 20px 0;
|
17
14
|
top: 0;
|
18
15
|
width: 12px;
|
19
16
|
}
|
20
|
-
|
21
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north,
|
22
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
|
17
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
|
23
18
|
height: 12px;
|
24
19
|
padding: 0 20px;
|
25
20
|
top: 1px;
|
26
21
|
width: 100%;
|
27
22
|
}
|
28
|
-
|
29
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south,
|
30
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
|
23
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
|
31
24
|
bottom: 1px;
|
32
25
|
height: 12px;
|
33
26
|
padding: 0 20px;
|
34
27
|
width: 100%;
|
35
28
|
}
|
36
|
-
|
37
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east,
|
38
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
|
29
|
+
.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 {
|
39
30
|
bottom: 0;
|
40
31
|
right: 1px;
|
41
32
|
z-index: 10;
|
42
33
|
}
|
43
|
-
|
44
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west,
|
45
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
|
34
|
+
.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 {
|
46
35
|
left: 2px;
|
47
36
|
top: 2px;
|
48
37
|
z-index: 10;
|
49
38
|
}
|
50
|
-
|
51
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east,
|
52
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
|
39
|
+
.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 {
|
53
40
|
right: 2px;
|
54
41
|
top: 2px;
|
55
42
|
z-index: 10;
|
56
43
|
}
|
57
|
-
|
58
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west,
|
59
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
|
44
|
+
.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 {
|
60
45
|
bottom: 1px;
|
61
46
|
left: 1px;
|
62
47
|
z-index: 10;
|
63
48
|
}
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
content: '\e859';
|
69
|
-
font-size: 8px;
|
49
|
+
.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 {
|
50
|
+
bottom: 4px;
|
51
|
+
content: "\e761";
|
52
|
+
font-size: 12px;
|
70
53
|
position: absolute;
|
71
|
-
right:
|
54
|
+
right: 4px;
|
72
55
|
}
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
font-size: 8px;
|
79
|
-
left: 0;
|
56
|
+
.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 {
|
57
|
+
bottom: 4px;
|
58
|
+
content: "\e761";
|
59
|
+
font-size: 12px;
|
60
|
+
left: 4px;
|
80
61
|
position: absolute;
|
81
62
|
transform: rotateY(180deg);
|
82
63
|
}
|
@@ -87,51 +68,36 @@
|
|
87
68
|
height: 100%;
|
88
69
|
width: 100%;
|
89
70
|
}
|
90
|
-
|
91
71
|
.e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
|
92
72
|
border: 1px dashed #6b7280;
|
93
73
|
position: absolute;
|
94
74
|
}
|
95
|
-
|
96
75
|
.e-dashboardlayout.e-control.e-responsive {
|
97
76
|
width: 100% !important;
|
98
77
|
}
|
99
|
-
|
100
78
|
.e-dashboardlayout.e-control.e-prevent {
|
101
79
|
-webkit-user-select: none;
|
102
80
|
-ms-user-select: none;
|
103
81
|
user-select: none;
|
104
82
|
}
|
105
|
-
|
106
83
|
.e-dashboardlayout.e-control .e-panel {
|
107
84
|
border-radius: 6px;
|
108
85
|
}
|
109
|
-
|
110
86
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-dl-icon {
|
111
87
|
line-height: 9px;
|
112
88
|
}
|
113
|
-
|
114
89
|
.e-dashboardlayout.e-control .e-panel:hover {
|
115
|
-
border: 1px solid #9ca3af;
|
116
90
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
117
91
|
}
|
118
|
-
|
119
92
|
.e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
|
120
93
|
display: block;
|
121
94
|
}
|
122
|
-
|
123
|
-
.e-dashboardlayout.e-control .e-panel:active {
|
124
|
-
border: 1px solid #22d3ee;
|
125
|
-
}
|
126
|
-
|
127
95
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
|
128
96
|
display: none;
|
129
97
|
}
|
130
|
-
|
131
98
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
132
|
-
transition: top .5s, left .5s;
|
99
|
+
transition: top 0.5s, left 0.5s;
|
133
100
|
}
|
134
|
-
|
135
101
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
136
102
|
border-bottom: none;
|
137
103
|
color: #fff;
|
@@ -144,31 +110,28 @@
|
|
144
110
|
border-top-left-radius: 6px;
|
145
111
|
border-top-right-radius: 6px;
|
146
112
|
}
|
147
|
-
|
148
113
|
.e-dashboardlayout.e-control .e-panel .e-panel-header div {
|
149
114
|
overflow: hidden;
|
150
115
|
text-overflow: ellipsis;
|
151
116
|
white-space: nowrap;
|
152
117
|
}
|
153
|
-
|
154
118
|
.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
|
155
119
|
display: inline-block;
|
156
120
|
}
|
157
|
-
|
158
121
|
.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
|
159
122
|
float: right;
|
160
123
|
}
|
161
|
-
|
162
124
|
.e-dashboardlayout.e-control .e-panel .e-panel-container {
|
163
125
|
height: 100%;
|
164
126
|
width: 100%;
|
165
127
|
}
|
166
|
-
|
167
128
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
|
168
129
|
height: inherit;
|
169
130
|
width: inherit;
|
170
131
|
}
|
171
|
-
|
132
|
+
.e-dashboardlayout.e-control .e-panel .e-panel-content {
|
133
|
+
padding: 12px;
|
134
|
+
}
|
172
135
|
.e-dashboardlayout.e-control .e-panel {
|
173
136
|
border: 1px solid #4b5563;
|
174
137
|
height: 100%;
|
@@ -177,87 +140,56 @@
|
|
177
140
|
user-select: none;
|
178
141
|
width: 100%;
|
179
142
|
}
|
180
|
-
|
181
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single,
|
182
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double {
|
143
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
|
183
144
|
position: absolute;
|
184
145
|
-ms-touch-action: none;
|
185
146
|
touch-action: none;
|
186
147
|
}
|
187
|
-
|
188
|
-
.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,
|
189
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east,
|
190
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west,
|
191
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north,
|
192
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
|
148
|
+
.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 {
|
193
149
|
border: none;
|
194
150
|
}
|
195
|
-
|
196
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover,
|
197
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
|
151
|
+
.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 {
|
198
152
|
cursor: e-resize;
|
199
153
|
}
|
200
|
-
|
201
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover,
|
202
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
|
154
|
+
.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 {
|
203
155
|
cursor: w-resize;
|
204
156
|
}
|
205
|
-
|
206
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover,
|
207
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
|
157
|
+
.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 {
|
208
158
|
cursor: n-resize;
|
209
159
|
}
|
210
|
-
|
211
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover,
|
212
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
|
160
|
+
.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 {
|
213
161
|
cursor: s-resize;
|
214
162
|
}
|
215
|
-
|
216
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover,
|
217
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
|
163
|
+
.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 {
|
218
164
|
cursor: nw-resize;
|
219
165
|
}
|
220
|
-
|
221
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover,
|
222
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
|
166
|
+
.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 {
|
223
167
|
cursor: ne-resize;
|
224
168
|
}
|
225
|
-
|
226
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover,
|
227
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
|
169
|
+
.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 {
|
228
170
|
cursor: sw-resize;
|
229
171
|
}
|
230
|
-
|
231
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover,
|
232
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
|
172
|
+
.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 {
|
233
173
|
cursor: se-resize;
|
234
174
|
}
|
235
|
-
|
236
|
-
|
237
|
-
.e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
|
238
|
-
font-family: 'e-icons';
|
175
|
+
.e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
|
176
|
+
font-family: "e-icons";
|
239
177
|
position: absolute;
|
240
178
|
}
|
241
|
-
|
242
179
|
.e-dashboardlayout.e-control .e-drag:hover {
|
243
180
|
cursor: move;
|
244
181
|
}
|
245
|
-
|
246
182
|
.e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
|
247
183
|
.e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
|
248
184
|
cursor: default;
|
249
185
|
}
|
250
|
-
|
251
|
-
.e-dashboardlayout.e-control .e-panel.e-dragging,
|
252
|
-
.e-dashboardlayout.e-control .e-panel.e-item-moving {
|
186
|
+
.e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
|
253
187
|
cursor: move;
|
254
188
|
z-index: 1111 !important;
|
255
189
|
}
|
256
|
-
|
257
190
|
.e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
|
258
191
|
float: left;
|
259
192
|
}
|
260
|
-
|
261
193
|
.e-dashboardlayout.e-control .e-holder {
|
262
194
|
background: #4b5563;
|
263
195
|
border: 1px #9ca3af dashed;
|
@@ -265,11 +197,9 @@
|
|
265
197
|
position: absolute;
|
266
198
|
border-radius: 6px;
|
267
199
|
}
|
268
|
-
|
269
200
|
.e-dashboardlayout.e-control .e-holder.e-holder-transition {
|
270
|
-
transition: top .3s, left .3s;
|
201
|
+
transition: top 0.3s, left 0.3s;
|
271
202
|
}
|
272
|
-
|
273
203
|
.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
|
274
204
|
font-size: 16px;
|
275
205
|
font-weight: 500;
|
@@ -285,6 +215,9 @@
|
|
285
215
|
padding: 8px 18px;
|
286
216
|
line-height: 24px;
|
287
217
|
}
|
218
|
+
.e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-content {
|
219
|
+
padding: 16px;
|
220
|
+
}
|
288
221
|
|
289
222
|
.e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
|
290
223
|
height: 100%;
|
@@ -295,111 +228,90 @@
|
|
295
228
|
display: block;
|
296
229
|
position: relative;
|
297
230
|
}
|
298
|
-
|
299
231
|
.e-dashboardlayout.e-control .e-panel {
|
300
|
-
background: #
|
232
|
+
background: #1f2937;
|
301
233
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
302
234
|
box-sizing: border-box;
|
303
235
|
position: absolute;
|
304
236
|
}
|
305
|
-
|
306
237
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
|
307
238
|
color: #fff;
|
308
239
|
background: #232e3e;
|
309
240
|
box-sizing: border-box;
|
310
241
|
}
|
311
|
-
|
312
242
|
.e-dashboardlayout.e-control .e-panel.e-dragging:active {
|
313
243
|
background: #1f2937;
|
314
244
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
315
245
|
}
|
316
|
-
|
317
246
|
.e-dashboardlayout.e-control .e-panel {
|
318
|
-
background: #
|
247
|
+
background: #1f2937;
|
319
248
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
320
249
|
box-sizing: border-box;
|
321
250
|
position: absolute;
|
322
251
|
}
|
323
|
-
|
324
252
|
.e-dashboardlayout.e-control .e-panel:active {
|
325
253
|
background: #374151;
|
326
254
|
}
|
327
|
-
|
328
255
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
|
329
256
|
color: #fff;
|
330
257
|
}
|
331
|
-
|
332
258
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
|
333
259
|
background: none;
|
334
260
|
}
|
335
|
-
|
336
261
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
|
337
262
|
color: #6b7280;
|
338
263
|
font-size: 8px;
|
339
264
|
height: 8px;
|
340
265
|
width: 8px;
|
341
266
|
}
|
342
|
-
|
343
267
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
|
344
268
|
bottom: 2px;
|
345
269
|
right: 2px;
|
346
270
|
}
|
347
|
-
|
348
271
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
|
349
272
|
bottom: 2px;
|
350
273
|
left: 2px;
|
351
274
|
}
|
352
|
-
|
353
275
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
|
354
276
|
left: 2px;
|
355
277
|
top: 2px;
|
356
278
|
}
|
357
|
-
|
358
279
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
|
359
280
|
right: 2px;
|
360
281
|
top: 2px;
|
361
282
|
}
|
362
|
-
|
363
283
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
|
364
284
|
right: 2px;
|
365
285
|
top: 2px;
|
366
286
|
}
|
367
|
-
|
368
287
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
|
369
288
|
left: 2px;
|
370
289
|
top: 2px;
|
371
290
|
}
|
372
|
-
|
373
291
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
|
374
292
|
bottom: 2px;
|
375
293
|
left: 2px;
|
376
294
|
}
|
377
|
-
|
378
295
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
|
379
296
|
bottom: 2px;
|
380
297
|
right: 2px;
|
381
298
|
}
|
382
|
-
|
383
299
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
|
384
300
|
right: 2px;
|
385
301
|
top: 2px;
|
386
302
|
}
|
387
|
-
|
388
303
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
|
389
304
|
left: 2px;
|
390
305
|
top: 2px;
|
391
306
|
}
|
392
|
-
|
393
307
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
|
394
308
|
bottom: 2px;
|
395
309
|
left: 2px;
|
396
310
|
}
|
397
|
-
|
398
311
|
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
|
399
312
|
bottom: 2px;
|
400
313
|
right: 2px;
|
401
314
|
}
|
402
|
-
|
403
315
|
.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
|
404
316
|
color: #fff;
|
405
|
-
}
|
317
|
+
}
|