@syncfusion/ej2-react-layouts 20.1.47 → 20.1.55

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