@syncfusion/ej2-vue-navigations 20.1.47 → 20.1.48
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 +2 -25
- package/README.md +2 -17
- package/dist/ej2-vue-navigations.umd.min.js +2 -2
- package/dist/es6/ej2-vue-navigations.es2015.js +92 -373
- package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es5.js +109 -411
- package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
- package/dist/global/ej2-vue-navigations.min.js +2 -2
- package/package.json +15 -11
- package/src/accordion/accordion.component.d.ts +1 -1
- package/src/accordion/accordion.component.js +1 -1
- package/src/index.d.ts +0 -2
- package/src/index.js +0 -2
- package/styles/accordion/bootstrap-dark.css +63 -48
- package/styles/accordion/bootstrap.css +63 -48
- package/styles/accordion/bootstrap4.css +63 -48
- package/styles/accordion/bootstrap5-dark.css +66 -51
- package/styles/accordion/bootstrap5.css +66 -51
- package/styles/accordion/fabric-dark.css +65 -50
- package/styles/accordion/fabric.css +65 -50
- package/styles/accordion/highcontrast-light.css +64 -49
- package/styles/accordion/highcontrast.css +64 -49
- package/styles/accordion/material-dark.css +64 -49
- package/styles/accordion/material.css +64 -49
- package/styles/accordion/tailwind-dark.css +67 -52
- package/styles/accordion/tailwind.css +67 -52
- package/styles/bootstrap-dark.css +69 -310
- package/styles/bootstrap-dark.scss +0 -1
- package/styles/bootstrap.css +69 -310
- package/styles/bootstrap.scss +0 -1
- package/styles/bootstrap4.css +69 -310
- package/styles/bootstrap4.scss +0 -1
- package/styles/bootstrap5-dark.css +171 -415
- package/styles/bootstrap5-dark.scss +0 -1
- package/styles/bootstrap5.css +171 -415
- package/styles/bootstrap5.scss +0 -1
- package/styles/breadcrumb/bootstrap-dark.css +2 -10
- package/styles/breadcrumb/bootstrap.css +2 -10
- package/styles/breadcrumb/bootstrap4.css +2 -10
- package/styles/breadcrumb/bootstrap5-dark.css +4 -12
- package/styles/breadcrumb/bootstrap5.css +4 -12
- package/styles/breadcrumb/fabric-dark.css +4 -10
- package/styles/breadcrumb/fabric.css +4 -10
- package/styles/breadcrumb/highcontrast-light.css +4 -10
- package/styles/breadcrumb/highcontrast.css +4 -10
- package/styles/breadcrumb/material-dark.css +2 -10
- package/styles/breadcrumb/material.css +2 -10
- package/styles/breadcrumb/tailwind-dark.css +4 -21
- package/styles/breadcrumb/tailwind.css +10 -27
- package/styles/context-menu/bootstrap-dark.css +0 -5
- package/styles/context-menu/bootstrap.css +0 -5
- package/styles/context-menu/bootstrap4.css +0 -5
- package/styles/context-menu/bootstrap5-dark.css +8 -16
- package/styles/context-menu/bootstrap5.css +8 -16
- package/styles/context-menu/fabric-dark.css +0 -5
- package/styles/context-menu/fabric.css +0 -5
- package/styles/context-menu/highcontrast-light.css +0 -5
- package/styles/context-menu/highcontrast.css +0 -5
- package/styles/context-menu/material-dark.css +0 -5
- package/styles/context-menu/material.css +0 -5
- package/styles/context-menu/tailwind-dark.css +4 -11
- package/styles/context-menu/tailwind.css +4 -11
- package/styles/fabric-dark.css +73 -312
- package/styles/fabric-dark.scss +0 -1
- package/styles/fabric.css +73 -312
- package/styles/fabric.scss +0 -1
- package/styles/h-scroll/bootstrap-dark.css +1 -0
- package/styles/h-scroll/bootstrap.css +1 -0
- package/styles/h-scroll/bootstrap4.css +1 -0
- package/styles/h-scroll/bootstrap5-dark.css +11 -10
- package/styles/h-scroll/bootstrap5.css +11 -10
- package/styles/h-scroll/fabric-dark.css +1 -0
- package/styles/h-scroll/fabric.css +1 -0
- package/styles/h-scroll/highcontrast-light.css +1 -0
- package/styles/h-scroll/highcontrast.css +1 -0
- package/styles/h-scroll/material-dark.css +4 -3
- package/styles/h-scroll/material.css +1 -0
- package/styles/h-scroll/tailwind-dark.css +9 -8
- package/styles/h-scroll/tailwind.css +9 -8
- package/styles/highcontrast-light.css +72 -311
- package/styles/highcontrast-light.scss +0 -1
- package/styles/highcontrast.css +73 -312
- package/styles/highcontrast.scss +0 -1
- package/styles/material-dark.css +73 -314
- package/styles/material-dark.scss +0 -1
- package/styles/material.css +70 -311
- package/styles/material.scss +0 -1
- package/styles/menu/bootstrap-dark.css +2 -1
- package/styles/menu/bootstrap.css +2 -1
- package/styles/menu/bootstrap4.css +2 -1
- package/styles/menu/bootstrap5-dark.css +24 -23
- package/styles/menu/bootstrap5.css +24 -23
- package/styles/menu/fabric-dark.css +2 -1
- package/styles/menu/fabric.css +2 -1
- package/styles/menu/highcontrast-light.css +2 -1
- package/styles/menu/highcontrast.css +2 -1
- package/styles/menu/material-dark.css +2 -1
- package/styles/menu/material.css +2 -1
- package/styles/menu/tailwind-dark.css +18 -18
- package/styles/menu/tailwind.css +18 -18
- package/styles/sidebar/bootstrap-dark.css +0 -4
- package/styles/sidebar/bootstrap.css +0 -4
- package/styles/sidebar/bootstrap4.css +0 -4
- package/styles/sidebar/bootstrap5-dark.css +0 -4
- package/styles/sidebar/bootstrap5.css +0 -4
- package/styles/sidebar/fabric-dark.css +0 -4
- package/styles/sidebar/fabric.css +0 -4
- package/styles/sidebar/highcontrast-light.css +0 -4
- package/styles/sidebar/highcontrast.css +0 -4
- package/styles/sidebar/material-dark.css +0 -4
- package/styles/sidebar/material.css +0 -4
- package/styles/sidebar/tailwind-dark.css +0 -4
- package/styles/sidebar/tailwind.css +0 -4
- package/styles/tab/bootstrap-dark.css +1 -1
- package/styles/tab/bootstrap.css +1 -1
- package/styles/tab/bootstrap4.css +1 -1
- package/styles/tab/bootstrap5-dark.css +23 -23
- package/styles/tab/bootstrap5.css +23 -23
- package/styles/tab/fabric-dark.css +1 -1
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/highcontrast-light.css +1 -1
- package/styles/tab/highcontrast.css +2 -2
- package/styles/tab/material-dark.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +45 -43
- package/styles/tab/tailwind.css +45 -43
- package/styles/tailwind-dark.css +171 -422
- package/styles/tailwind-dark.scss +0 -1
- package/styles/tailwind.css +177 -428
- package/styles/tailwind.scss +0 -1
- package/styles/toolbar/bootstrap-dark.css +0 -4
- package/styles/toolbar/bootstrap.css +0 -4
- package/styles/toolbar/bootstrap4.css +0 -4
- package/styles/toolbar/bootstrap5-dark.css +31 -35
- package/styles/toolbar/bootstrap5.css +31 -35
- package/styles/toolbar/fabric-dark.css +0 -4
- package/styles/toolbar/fabric.css +0 -4
- package/styles/toolbar/highcontrast-light.css +0 -4
- package/styles/toolbar/highcontrast.css +0 -4
- package/styles/toolbar/material-dark.css +0 -4
- package/styles/toolbar/material.css +0 -4
- package/styles/toolbar/tailwind-dark.css +6 -10
- package/styles/toolbar/tailwind.css +6 -10
- package/styles/treeview/bootstrap5-dark.css +4 -4
- package/styles/treeview/bootstrap5.css +4 -4
- package/styles/treeview/tailwind-dark.css +14 -13
- package/styles/treeview/tailwind.css +14 -13
- package/styles/v-scroll/tailwind-dark.css +4 -4
- package/styles/v-scroll/tailwind.css +4 -4
- package/carousel.d.ts +0 -4
- package/carousel.js +0 -4
- package/src/carousel/carousel.component.d.ts +0 -43
- package/src/carousel/carousel.component.js +0 -202
- package/src/carousel/index.d.ts +0 -2
- package/src/carousel/index.js +0 -2
- package/src/carousel/items.directive.d.ts +0 -33
- package/src/carousel/items.directive.js +0 -110
- package/styles/accordion/fluent-dark.css +0 -395
- package/styles/accordion/fluent-dark.scss +0 -1
- package/styles/accordion/fluent.css +0 -395
- package/styles/accordion/fluent.scss +0 -1
- package/styles/breadcrumb/fluent-dark.css +0 -444
- package/styles/breadcrumb/fluent-dark.scss +0 -1
- package/styles/breadcrumb/fluent.css +0 -444
- package/styles/breadcrumb/fluent.scss +0 -1
- package/styles/carousel/bootstrap-dark.css +0 -236
- package/styles/carousel/bootstrap-dark.scss +0 -1
- package/styles/carousel/bootstrap.css +0 -236
- package/styles/carousel/bootstrap.scss +0 -1
- package/styles/carousel/bootstrap4.css +0 -236
- package/styles/carousel/bootstrap4.scss +0 -1
- package/styles/carousel/bootstrap5-dark.css +0 -236
- package/styles/carousel/bootstrap5-dark.scss +0 -1
- package/styles/carousel/bootstrap5.css +0 -236
- package/styles/carousel/bootstrap5.scss +0 -1
- package/styles/carousel/fabric-dark.css +0 -236
- package/styles/carousel/fabric-dark.scss +0 -1
- package/styles/carousel/fabric.css +0 -236
- package/styles/carousel/fabric.scss +0 -1
- package/styles/carousel/fluent-dark.css +0 -236
- package/styles/carousel/fluent-dark.scss +0 -1
- package/styles/carousel/fluent.css +0 -236
- package/styles/carousel/fluent.scss +0 -1
- package/styles/carousel/highcontrast-light.css +0 -236
- package/styles/carousel/highcontrast-light.scss +0 -1
- package/styles/carousel/highcontrast.css +0 -236
- package/styles/carousel/highcontrast.scss +0 -1
- package/styles/carousel/material-dark.css +0 -237
- package/styles/carousel/material-dark.scss +0 -1
- package/styles/carousel/material.css +0 -237
- package/styles/carousel/material.scss +0 -1
- package/styles/carousel/tailwind-dark.css +0 -237
- package/styles/carousel/tailwind-dark.scss +0 -1
- package/styles/carousel/tailwind.css +0 -237
- package/styles/carousel/tailwind.scss +0 -1
- package/styles/context-menu/fluent-dark.css +0 -388
- package/styles/context-menu/fluent-dark.scss +0 -1
- package/styles/context-menu/fluent.css +0 -388
- package/styles/context-menu/fluent.scss +0 -1
- package/styles/fluent-dark.css +0 -10263
- package/styles/fluent-dark.scss +0 -11
- package/styles/fluent.css +0 -10263
- package/styles/fluent.scss +0 -11
- package/styles/h-scroll/fluent-dark.css +0 -326
- package/styles/h-scroll/fluent-dark.scss +0 -1
- package/styles/h-scroll/fluent.css +0 -326
- package/styles/h-scroll/fluent.scss +0 -1
- package/styles/menu/fluent-dark.css +0 -1261
- package/styles/menu/fluent-dark.scss +0 -1
- package/styles/menu/fluent.css +0 -1261
- package/styles/menu/fluent.scss +0 -1
- package/styles/sidebar/fluent-dark.css +0 -158
- package/styles/sidebar/fluent-dark.scss +0 -1
- package/styles/sidebar/fluent.css +0 -158
- package/styles/sidebar/fluent.scss +0 -1
- package/styles/tab/fluent-dark.css +0 -4394
- package/styles/tab/fluent-dark.scss +0 -1
- package/styles/tab/fluent.css +0 -4394
- package/styles/tab/fluent.scss +0 -1
- package/styles/toolbar/fluent-dark.css +0 -1365
- package/styles/toolbar/fluent-dark.scss +0 -1
- package/styles/toolbar/fluent.css +0 -1365
- package/styles/toolbar/fluent.scss +0 -1
- package/styles/treeview/fluent-dark.css +0 -1039
- package/styles/treeview/fluent-dark.scss +0 -1
- package/styles/treeview/fluent.css +0 -1039
- package/styles/treeview/fluent.scss +0 -1
- package/styles/v-scroll/fluent-dark.css +0 -247
- package/styles/v-scroll/fluent-dark.scss +0 -1
- package/styles/v-scroll/fluent.css +0 -247
- package/styles/v-scroll/fluent.scss +0 -1
package/styles/tailwind.scss
CHANGED
|
@@ -1274,10 +1274,6 @@
|
|
|
1274
1274
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1275
1275
|
}
|
|
1276
1276
|
|
|
1277
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1278
|
-
background: transparent;
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
1277
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1282
1278
|
background: #131313;
|
|
1283
1279
|
}
|
|
@@ -1277,10 +1277,6 @@
|
|
|
1277
1277
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1278
1278
|
}
|
|
1279
1279
|
|
|
1280
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1281
|
-
background: transparent;
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
1280
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1285
1281
|
background: #f8f8f8;
|
|
1286
1282
|
}
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
/*! toolbar layout */
|
|
26
26
|
.e-bigger .e-toolbar,
|
|
27
27
|
.e-toolbar.e-bigger {
|
|
28
|
-
height:
|
|
29
|
-
min-height:
|
|
28
|
+
height: 48px;
|
|
29
|
+
min-height: 48px;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
|
|
67
67
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
68
68
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
69
|
-
margin-left:
|
|
69
|
+
margin-left: 10px;
|
|
70
70
|
margin-right: initial;
|
|
71
71
|
}
|
|
72
72
|
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
|
|
78
78
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
|
|
79
79
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
80
|
-
margin-left:
|
|
80
|
+
margin-left: 10px;
|
|
81
81
|
margin-right: 0;
|
|
82
82
|
}
|
|
83
83
|
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
100
100
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
101
101
|
margin-left: 0;
|
|
102
|
-
margin-right:
|
|
102
|
+
margin-right: 10px;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.e-bigger .e-toolbar .e-hor-nav,
|
|
106
106
|
.e-toolbar.e-bigger .e-hor-nav {
|
|
107
|
-
min-height:
|
|
107
|
+
min-height: 48px;
|
|
108
108
|
min-width: 36px;
|
|
109
109
|
}
|
|
110
110
|
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
|
|
142
142
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
143
143
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
144
|
-
min-height:
|
|
144
|
+
min-height: 48px;
|
|
145
145
|
padding: 8px 18px;
|
|
146
146
|
}
|
|
147
147
|
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
|
|
160
160
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
161
161
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
162
|
-
min-height:
|
|
162
|
+
min-height: 48px;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
|
|
195
195
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
196
196
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
197
|
-
margin-right:
|
|
197
|
+
margin-right: 10px;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
|
|
205
205
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
|
|
206
206
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
207
|
-
margin-right:
|
|
207
|
+
margin-right: 10px;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
@@ -214,29 +214,29 @@
|
|
|
214
214
|
|
|
215
215
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
|
|
216
216
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
217
|
-
margin-left:
|
|
217
|
+
margin-left: 10px;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
221
221
|
.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
222
|
-
margin-left:
|
|
222
|
+
margin-left: 10px;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
226
226
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
|
|
227
|
-
min-height:
|
|
227
|
+
min-height: 48px;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
231
231
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
232
232
|
min-width: 49px;
|
|
233
|
-
padding:
|
|
233
|
+
padding: 5px 6px;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
237
237
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
|
|
238
238
|
height: 30px;
|
|
239
|
-
margin: 8px;
|
|
239
|
+
margin: 8px 4px;
|
|
240
240
|
min-height: 30px;
|
|
241
241
|
}
|
|
242
242
|
|
|
@@ -281,10 +281,10 @@
|
|
|
281
281
|
|
|
282
282
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
|
|
283
283
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
|
|
284
|
-
min-height:
|
|
284
|
+
min-height: 48px;
|
|
285
285
|
padding-bottom: 0;
|
|
286
|
-
padding-left:
|
|
287
|
-
padding-right:
|
|
286
|
+
padding-left: 10px;
|
|
287
|
+
padding-right: 10px;
|
|
288
288
|
padding-top: 0;
|
|
289
289
|
margin-left: -1px;
|
|
290
290
|
}
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
315
315
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
316
316
|
min-width: 49px;
|
|
317
|
-
padding:
|
|
317
|
+
padding: 5px 6px;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
cursor: pointer;
|
|
338
338
|
display: -ms-inline-flexbox;
|
|
339
339
|
display: inline-flex;
|
|
340
|
-
min-height:
|
|
340
|
+
min-height: 48px;
|
|
341
341
|
vertical-align: middle;
|
|
342
342
|
width: auto;
|
|
343
343
|
}
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
|
|
369
369
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
370
370
|
height: 30px;
|
|
371
|
-
margin: 8px;
|
|
371
|
+
margin: 8px 4px;
|
|
372
372
|
min-height: 30px;
|
|
373
373
|
}
|
|
374
374
|
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
|
|
388
388
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
389
389
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
390
|
-
padding-right:
|
|
390
|
+
padding-right: 10px;
|
|
391
391
|
margin-left: 0;
|
|
392
392
|
}
|
|
393
393
|
|
|
@@ -552,8 +552,8 @@
|
|
|
552
552
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
553
553
|
height: calc(100% - 10px);
|
|
554
554
|
margin: 0;
|
|
555
|
-
min-height:
|
|
556
|
-
min-width:
|
|
555
|
+
min-height: 30px;
|
|
556
|
+
min-width: 30px;
|
|
557
557
|
padding: 0 4px;
|
|
558
558
|
}
|
|
559
559
|
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
}
|
|
563
563
|
|
|
564
564
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
565
|
-
margin:
|
|
565
|
+
margin: 7px 3px;
|
|
566
566
|
min-height: 16px;
|
|
567
567
|
min-width: 1px;
|
|
568
568
|
vertical-align: middle;
|
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
}
|
|
1009
1009
|
|
|
1010
1010
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1011
|
-
margin:
|
|
1011
|
+
margin: 7px 3px;
|
|
1012
1012
|
min-height: 24px;
|
|
1013
1013
|
min-width: 1px;
|
|
1014
1014
|
}
|
|
@@ -1024,8 +1024,8 @@
|
|
|
1024
1024
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1025
1025
|
height: calc(100% - 10px);
|
|
1026
1026
|
margin: 0;
|
|
1027
|
-
min-height:
|
|
1028
|
-
min-width:
|
|
1027
|
+
min-height: 30px;
|
|
1028
|
+
min-width: 30px;
|
|
1029
1029
|
padding: 0 4px;
|
|
1030
1030
|
border-radius: 4px;
|
|
1031
1031
|
}
|
|
@@ -1278,25 +1278,21 @@
|
|
|
1278
1278
|
background: #5c636a;
|
|
1279
1279
|
}
|
|
1280
1280
|
|
|
1281
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1282
|
-
background: transparent;
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
1281
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1286
1282
|
background: #282d31;
|
|
1287
1283
|
}
|
|
1288
1284
|
|
|
1289
1285
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1290
1286
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1291
|
-
background: #
|
|
1287
|
+
background: #343a40;
|
|
1292
1288
|
border: 0;
|
|
1293
1289
|
box-shadow: none;
|
|
1294
|
-
border-left: 0 #444c54 #
|
|
1290
|
+
border-left: 0 #444c54 #343a40;
|
|
1295
1291
|
}
|
|
1296
1292
|
|
|
1297
1293
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
1298
1294
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
1299
|
-
color: #
|
|
1295
|
+
color: #ced4da;
|
|
1300
1296
|
}
|
|
1301
1297
|
|
|
1302
1298
|
.e-toolbar .e-tbar-btn {
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
/*! toolbar layout */
|
|
26
26
|
.e-bigger .e-toolbar,
|
|
27
27
|
.e-toolbar.e-bigger {
|
|
28
|
-
height:
|
|
29
|
-
min-height:
|
|
28
|
+
height: 48px;
|
|
29
|
+
min-height: 48px;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
|
|
67
67
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
68
68
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
69
|
-
margin-left:
|
|
69
|
+
margin-left: 10px;
|
|
70
70
|
margin-right: initial;
|
|
71
71
|
}
|
|
72
72
|
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
|
|
78
78
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
|
|
79
79
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
80
|
-
margin-left:
|
|
80
|
+
margin-left: 10px;
|
|
81
81
|
margin-right: 0;
|
|
82
82
|
}
|
|
83
83
|
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
100
100
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
101
101
|
margin-left: 0;
|
|
102
|
-
margin-right:
|
|
102
|
+
margin-right: 10px;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.e-bigger .e-toolbar .e-hor-nav,
|
|
106
106
|
.e-toolbar.e-bigger .e-hor-nav {
|
|
107
|
-
min-height:
|
|
107
|
+
min-height: 48px;
|
|
108
108
|
min-width: 36px;
|
|
109
109
|
}
|
|
110
110
|
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
|
|
142
142
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
143
143
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
144
|
-
min-height:
|
|
144
|
+
min-height: 48px;
|
|
145
145
|
padding: 8px 18px;
|
|
146
146
|
}
|
|
147
147
|
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
|
|
160
160
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
161
161
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
162
|
-
min-height:
|
|
162
|
+
min-height: 48px;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
|
|
195
195
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
196
196
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
197
|
-
margin-right:
|
|
197
|
+
margin-right: 10px;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
|
|
205
205
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
|
|
206
206
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
207
|
-
margin-right:
|
|
207
|
+
margin-right: 10px;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
@@ -214,29 +214,29 @@
|
|
|
214
214
|
|
|
215
215
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
|
|
216
216
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
217
|
-
margin-left:
|
|
217
|
+
margin-left: 10px;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
221
221
|
.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
222
|
-
margin-left:
|
|
222
|
+
margin-left: 10px;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
226
226
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
|
|
227
|
-
min-height:
|
|
227
|
+
min-height: 48px;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
231
231
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
232
232
|
min-width: 49px;
|
|
233
|
-
padding:
|
|
233
|
+
padding: 5px 6px;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
237
237
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
|
|
238
238
|
height: 30px;
|
|
239
|
-
margin: 8px;
|
|
239
|
+
margin: 8px 4px;
|
|
240
240
|
min-height: 30px;
|
|
241
241
|
}
|
|
242
242
|
|
|
@@ -281,10 +281,10 @@
|
|
|
281
281
|
|
|
282
282
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
|
|
283
283
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
|
|
284
|
-
min-height:
|
|
284
|
+
min-height: 48px;
|
|
285
285
|
padding-bottom: 0;
|
|
286
|
-
padding-left:
|
|
287
|
-
padding-right:
|
|
286
|
+
padding-left: 10px;
|
|
287
|
+
padding-right: 10px;
|
|
288
288
|
padding-top: 0;
|
|
289
289
|
margin-left: -1px;
|
|
290
290
|
}
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
315
315
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
316
316
|
min-width: 49px;
|
|
317
|
-
padding:
|
|
317
|
+
padding: 5px 6px;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
cursor: pointer;
|
|
338
338
|
display: -ms-inline-flexbox;
|
|
339
339
|
display: inline-flex;
|
|
340
|
-
min-height:
|
|
340
|
+
min-height: 48px;
|
|
341
341
|
vertical-align: middle;
|
|
342
342
|
width: auto;
|
|
343
343
|
}
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
|
|
369
369
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
370
370
|
height: 30px;
|
|
371
|
-
margin: 8px;
|
|
371
|
+
margin: 8px 4px;
|
|
372
372
|
min-height: 30px;
|
|
373
373
|
}
|
|
374
374
|
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
|
|
388
388
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
389
389
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
390
|
-
padding-right:
|
|
390
|
+
padding-right: 10px;
|
|
391
391
|
margin-left: 0;
|
|
392
392
|
}
|
|
393
393
|
|
|
@@ -552,8 +552,8 @@
|
|
|
552
552
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
553
553
|
height: calc(100% - 10px);
|
|
554
554
|
margin: 0;
|
|
555
|
-
min-height:
|
|
556
|
-
min-width:
|
|
555
|
+
min-height: 30px;
|
|
556
|
+
min-width: 30px;
|
|
557
557
|
padding: 0 4px;
|
|
558
558
|
}
|
|
559
559
|
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
}
|
|
563
563
|
|
|
564
564
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
565
|
-
margin:
|
|
565
|
+
margin: 7px 3px;
|
|
566
566
|
min-height: 16px;
|
|
567
567
|
min-width: 1px;
|
|
568
568
|
vertical-align: middle;
|
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
}
|
|
1009
1009
|
|
|
1010
1010
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1011
|
-
margin:
|
|
1011
|
+
margin: 7px 3px;
|
|
1012
1012
|
min-height: 24px;
|
|
1013
1013
|
min-width: 1px;
|
|
1014
1014
|
}
|
|
@@ -1024,8 +1024,8 @@
|
|
|
1024
1024
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1025
1025
|
height: calc(100% - 10px);
|
|
1026
1026
|
margin: 0;
|
|
1027
|
-
min-height:
|
|
1028
|
-
min-width:
|
|
1027
|
+
min-height: 30px;
|
|
1028
|
+
min-width: 30px;
|
|
1029
1029
|
padding: 0 4px;
|
|
1030
1030
|
border-radius: 4px;
|
|
1031
1031
|
}
|
|
@@ -1278,25 +1278,21 @@
|
|
|
1278
1278
|
background: #5c636a;
|
|
1279
1279
|
}
|
|
1280
1280
|
|
|
1281
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1282
|
-
background: transparent;
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
1281
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1286
1282
|
background: #f8f9fa;
|
|
1287
1283
|
}
|
|
1288
1284
|
|
|
1289
1285
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1290
1286
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1291
|
-
background: #
|
|
1287
|
+
background: #e9ecef;
|
|
1292
1288
|
border: 0;
|
|
1293
1289
|
box-shadow: none;
|
|
1294
|
-
border-left: 0 #dee2e6 #
|
|
1290
|
+
border-left: 0 #dee2e6 #e9ecef;
|
|
1295
1291
|
}
|
|
1296
1292
|
|
|
1297
1293
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
1298
1294
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
1299
|
-
color: #
|
|
1295
|
+
color: #495057;
|
|
1300
1296
|
}
|
|
1301
1297
|
|
|
1302
1298
|
.e-toolbar .e-tbar-btn {
|
|
@@ -1275,10 +1275,6 @@
|
|
|
1275
1275
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1279
|
-
background: transparent;
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
1278
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1283
1279
|
background: #212121;
|
|
1284
1280
|
}
|
|
@@ -1278,10 +1278,6 @@
|
|
|
1278
1278
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1279
1279
|
}
|
|
1280
1280
|
|
|
1281
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1282
|
-
background: transparent;
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
1281
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1286
1282
|
background: #fafafa;
|
|
1287
1283
|
}
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
/*! component's theme wise override definitions and variables */
|
|
14
14
|
/*! toolbar icons */
|
|
15
15
|
.e-toolbar .e-popup-down-icon::before {
|
|
16
|
-
content: '\
|
|
16
|
+
content: '\e706';
|
|
17
17
|
line-height: normal;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.e-toolbar .e-popup-up-icon::before {
|
|
21
|
-
content: '\
|
|
21
|
+
content: '\e752';
|
|
22
22
|
line-height: normal;
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
236
236
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
|
|
237
237
|
height: 30px;
|
|
238
|
-
margin: 8px
|
|
238
|
+
margin: 8px 4px;
|
|
239
239
|
min-height: 30px;
|
|
240
240
|
}
|
|
241
241
|
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
|
|
368
368
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
369
369
|
height: 30px;
|
|
370
|
-
margin: 8px
|
|
370
|
+
margin: 8px 4px;
|
|
371
371
|
min-height: 30px;
|
|
372
372
|
}
|
|
373
373
|
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
}
|
|
562
562
|
|
|
563
563
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
564
|
-
margin: 7px
|
|
564
|
+
margin: 7px 3px;
|
|
565
565
|
min-height: 16px;
|
|
566
566
|
min-width: 1px;
|
|
567
567
|
vertical-align: middle;
|
|
@@ -1007,7 +1007,7 @@
|
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
1009
1009
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1010
|
-
margin: 7px
|
|
1010
|
+
margin: 7px 3px;
|
|
1011
1011
|
min-height: 24px;
|
|
1012
1012
|
min-width: 1px;
|
|
1013
1013
|
}
|
|
@@ -1261,10 +1261,6 @@
|
|
|
1261
1261
|
background: #4b5563;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1265
|
-
background: transparent;
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1268
1264
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1269
1265
|
background: #374151;
|
|
1270
1266
|
}
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
/*! component's theme wise override definitions and variables */
|
|
14
14
|
/*! toolbar icons */
|
|
15
15
|
.e-toolbar .e-popup-down-icon::before {
|
|
16
|
-
content: '\
|
|
16
|
+
content: '\e706';
|
|
17
17
|
line-height: normal;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.e-toolbar .e-popup-up-icon::before {
|
|
21
|
-
content: '\
|
|
21
|
+
content: '\e752';
|
|
22
22
|
line-height: normal;
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
236
236
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
|
|
237
237
|
height: 30px;
|
|
238
|
-
margin: 8px
|
|
238
|
+
margin: 8px 4px;
|
|
239
239
|
min-height: 30px;
|
|
240
240
|
}
|
|
241
241
|
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
|
|
368
368
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
369
369
|
height: 30px;
|
|
370
|
-
margin: 8px
|
|
370
|
+
margin: 8px 4px;
|
|
371
371
|
min-height: 30px;
|
|
372
372
|
}
|
|
373
373
|
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
}
|
|
562
562
|
|
|
563
563
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
564
|
-
margin: 7px
|
|
564
|
+
margin: 7px 3px;
|
|
565
565
|
min-height: 16px;
|
|
566
566
|
min-width: 1px;
|
|
567
567
|
vertical-align: middle;
|
|
@@ -1007,7 +1007,7 @@
|
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
1009
1009
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1010
|
-
margin: 7px
|
|
1010
|
+
margin: 7px 3px;
|
|
1011
1011
|
min-height: 24px;
|
|
1012
1012
|
min-width: 1px;
|
|
1013
1013
|
}
|
|
@@ -1261,10 +1261,6 @@
|
|
|
1261
1261
|
background: #e5e7eb;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1265
|
-
background: transparent;
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1268
1264
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1269
1265
|
background: #f3f4f6;
|
|
1270
1266
|
}
|