@syncfusion/ej2-navigations 20.3.60 → 20.4.40
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/.eslintrc.json +16 -1
- package/CHANGELOG.md +26 -0
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +263 -212
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +260 -209
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/accordion/accordion.js +20 -19
- package/src/appbar/appbar-model.d.ts +15 -15
- package/src/appbar/appbar.d.ts +15 -15
- package/src/appbar/appbar.js +3 -3
- package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
- package/src/breadcrumb/breadcrumb.js +10 -5
- package/src/carousel/carousel.js +10 -10
- package/src/common/menu-base.js +19 -12
- package/src/menu/menu.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +6 -2
- package/src/tab/tab-model.d.ts +9 -0
- package/src/tab/tab.d.ts +9 -0
- package/src/tab/tab.js +28 -18
- package/src/toolbar/toolbar-model.d.ts +9 -0
- package/src/toolbar/toolbar.d.ts +11 -0
- package/src/toolbar/toolbar.js +132 -123
- package/src/treeview/treeview-model.d.ts +133 -45
- package/src/treeview/treeview.d.ts +135 -48
- package/src/treeview/treeview.js +30 -14
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +999 -145
- package/styles/bootstrap.css +986 -132
- package/styles/bootstrap4.css +888 -167
- package/styles/bootstrap5-dark.css +949 -179
- package/styles/bootstrap5.css +949 -179
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1068 -232
- package/styles/fabric.css +1067 -231
- package/styles/fluent-dark.css +1014 -123
- package/styles/fluent.css +1012 -121
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +918 -369
- package/styles/highcontrast.css +925 -370
- package/styles/material-dark.css +1184 -114
- package/styles/material.css +1162 -92
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +295 -988
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +587 -109
- package/styles/tab/bootstrap.css +574 -96
- package/styles/tab/bootstrap4.css +546 -114
- package/styles/tab/bootstrap5-dark.css +523 -134
- package/styles/tab/bootstrap5.css +523 -134
- package/styles/tab/fabric-dark.css +614 -199
- package/styles/tab/fabric.css +612 -197
- package/styles/tab/fluent-dark.css +546 -102
- package/styles/tab/fluent.css +546 -102
- package/styles/tab/highcontrast-light.css +520 -250
- package/styles/tab/highcontrast.css +520 -244
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +705 -54
- package/styles/tab/material.css +705 -54
- package/styles/tab/tailwind-dark.css +706 -71
- package/styles/tab/tailwind.css +706 -71
- package/styles/tailwind-dark.css +1145 -99
- package/styles/tailwind.css +1144 -98
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
|
@@ -43,10 +43,18 @@
|
|
|
43
43
|
height: 56px;
|
|
44
44
|
min-height: 56px;
|
|
45
45
|
}
|
|
46
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
47
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
|
|
48
|
+
font-size: 14px;
|
|
49
|
+
}
|
|
46
50
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
47
51
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
48
52
|
font-size: 14px;
|
|
49
53
|
}
|
|
54
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
|
|
55
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
|
|
56
|
+
font-size: 14px;
|
|
57
|
+
}
|
|
50
58
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
51
59
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
52
60
|
border-bottom: 0;
|
|
@@ -134,24 +142,23 @@
|
|
|
134
142
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
135
143
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
136
144
|
min-width: 27px;
|
|
145
|
+
font-size: 14px;
|
|
137
146
|
}
|
|
138
147
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
139
148
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
140
149
|
min-height: 30px;
|
|
141
150
|
padding: 0 4px;
|
|
151
|
+
line-height: 35px;
|
|
142
152
|
}
|
|
143
153
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
144
154
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
145
155
|
margin-left: 0;
|
|
146
156
|
padding: 0;
|
|
147
157
|
}
|
|
148
|
-
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left,
|
|
149
|
-
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
150
|
-
padding-right: 16px;
|
|
151
|
-
}
|
|
152
158
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
153
159
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
154
160
|
padding: 0;
|
|
161
|
+
font-size: 14px;
|
|
155
162
|
}
|
|
156
163
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
157
164
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -163,6 +170,10 @@
|
|
|
163
170
|
margin-right: 24px;
|
|
164
171
|
white-space: normal;
|
|
165
172
|
}
|
|
173
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
174
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
175
|
+
margin: 0;
|
|
176
|
+
}
|
|
166
177
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
167
178
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
168
179
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -236,6 +247,19 @@
|
|
|
236
247
|
min-height: 0;
|
|
237
248
|
min-width: 0;
|
|
238
249
|
padding: 0 6px;
|
|
250
|
+
line-height: 35px;
|
|
251
|
+
}
|
|
252
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
253
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
254
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
255
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
256
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
257
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
258
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
259
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
260
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
261
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
262
|
+
padding: 0 6px;
|
|
239
263
|
}
|
|
240
264
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
241
265
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
@@ -283,6 +307,7 @@
|
|
|
283
307
|
}
|
|
284
308
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
285
309
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
310
|
+
margin: 0;
|
|
286
311
|
min-width: 48px;
|
|
287
312
|
padding: 5px;
|
|
288
313
|
}
|
|
@@ -324,6 +349,18 @@
|
|
|
324
349
|
min-width: 0;
|
|
325
350
|
padding: 0 6px;
|
|
326
351
|
}
|
|
352
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
353
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
354
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
355
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
356
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
357
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
358
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
359
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
360
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
361
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
362
|
+
padding: 0 6px;
|
|
363
|
+
}
|
|
327
364
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
328
365
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
329
366
|
line-height: 35px;
|
|
@@ -399,6 +436,7 @@
|
|
|
399
436
|
}
|
|
400
437
|
.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
401
438
|
padding-right: 3px;
|
|
439
|
+
margin-left: 0;
|
|
402
440
|
}
|
|
403
441
|
.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
404
442
|
padding-left: 0;
|
|
@@ -423,6 +461,7 @@
|
|
|
423
461
|
padding-left: 3px;
|
|
424
462
|
padding-right: 3px;
|
|
425
463
|
padding-top: 0;
|
|
464
|
+
margin-left: -1px;
|
|
426
465
|
}
|
|
427
466
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
|
|
428
467
|
display: none;
|
|
@@ -442,6 +481,7 @@
|
|
|
442
481
|
white-space: normal;
|
|
443
482
|
}
|
|
444
483
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
484
|
+
margin: 0;
|
|
445
485
|
height: 100%;
|
|
446
486
|
min-width: 34px;
|
|
447
487
|
padding: 3.5px;
|
|
@@ -488,6 +528,9 @@
|
|
|
488
528
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
489
529
|
line-height: 25px;
|
|
490
530
|
}
|
|
531
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
532
|
+
padding: 0 1.5px;
|
|
533
|
+
}
|
|
491
534
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
492
535
|
margin: 7.5px 3px;
|
|
493
536
|
min-height: 25px;
|
|
@@ -499,6 +542,7 @@
|
|
|
499
542
|
min-height: 25px;
|
|
500
543
|
min-width: 24px;
|
|
501
544
|
padding: 0;
|
|
545
|
+
font-size: 14px;
|
|
502
546
|
}
|
|
503
547
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
504
548
|
display: -ms-inline-flexbox;
|
|
@@ -571,15 +615,15 @@
|
|
|
571
615
|
justify-content: flex-start;
|
|
572
616
|
min-height: 24px;
|
|
573
617
|
padding: 0 4px;
|
|
618
|
+
border: none;
|
|
619
|
+
border-radius: 2px;
|
|
620
|
+
margin: 0;
|
|
574
621
|
}
|
|
575
622
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
576
623
|
margin: 0;
|
|
577
624
|
padding: 0;
|
|
578
625
|
width: auto;
|
|
579
626
|
}
|
|
580
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
581
|
-
padding-right: 16px;
|
|
582
|
-
}
|
|
583
627
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
584
628
|
padding: 0;
|
|
585
629
|
}
|
|
@@ -691,10 +735,6 @@
|
|
|
691
735
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
692
736
|
margin-right: 3px;
|
|
693
737
|
}
|
|
694
|
-
.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
695
|
-
padding-left: 16px;
|
|
696
|
-
padding-right: 0;
|
|
697
|
-
}
|
|
698
738
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
699
739
|
left: 0;
|
|
700
740
|
right: auto;
|
|
@@ -725,6 +765,7 @@
|
|
|
725
765
|
text-align: center;
|
|
726
766
|
vertical-align: middle;
|
|
727
767
|
width: 100%;
|
|
768
|
+
font-size: 12px;
|
|
728
769
|
}
|
|
729
770
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
730
771
|
line-height: 25px;
|
|
@@ -746,6 +787,9 @@
|
|
|
746
787
|
margin-right: 18px;
|
|
747
788
|
white-space: normal;
|
|
748
789
|
}
|
|
790
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
791
|
+
margin: 0;
|
|
792
|
+
}
|
|
749
793
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
750
794
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
751
795
|
display: none;
|
|
@@ -875,6 +919,14 @@
|
|
|
875
919
|
min-height: 0;
|
|
876
920
|
min-width: 0;
|
|
877
921
|
padding: 0 1.5px;
|
|
922
|
+
border-radius: 2px;
|
|
923
|
+
line-height: 25px;
|
|
924
|
+
}
|
|
925
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
926
|
+
padding: 0 1.5px;
|
|
927
|
+
}
|
|
928
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
929
|
+
outline: 0;
|
|
878
930
|
}
|
|
879
931
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
880
932
|
padding: 0;
|
|
@@ -886,6 +938,7 @@
|
|
|
886
938
|
margin: 0;
|
|
887
939
|
min-width: 24px;
|
|
888
940
|
width: auto;
|
|
941
|
+
padding-bottom: 0;
|
|
889
942
|
}
|
|
890
943
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
891
944
|
-ms-flex-item-align: center;
|
|
@@ -1032,28 +1085,60 @@
|
|
|
1032
1085
|
background: #212121;
|
|
1033
1086
|
box-shadow: none;
|
|
1034
1087
|
color: #fff;
|
|
1088
|
+
border: none;
|
|
1035
1089
|
}
|
|
1036
1090
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
1037
1091
|
color: #fff;
|
|
1038
1092
|
}
|
|
1039
1093
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1040
1094
|
background: rgba(255, 255, 255, 0.1);
|
|
1041
|
-
border-color: #000;
|
|
1042
1095
|
border-radius: 0;
|
|
1043
1096
|
color: #000;
|
|
1097
|
+
border-color: #000;
|
|
1098
|
+
border-style: solid;
|
|
1099
|
+
border-width: 0;
|
|
1100
|
+
box-shadow: none;
|
|
1101
|
+
}
|
|
1102
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1103
|
+
color: #fff;
|
|
1104
|
+
}
|
|
1105
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1106
|
+
color: #000;
|
|
1044
1107
|
}
|
|
1045
1108
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1046
1109
|
background: rgba(255, 255, 255, 0.1);
|
|
1047
|
-
border-color: #000;
|
|
1048
1110
|
border-radius: 0;
|
|
1049
1111
|
color: #000;
|
|
1112
|
+
border-color: #000;
|
|
1113
|
+
border-style: solid;
|
|
1114
|
+
border-width: 0;
|
|
1115
|
+
}
|
|
1116
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
1117
|
+
color: #fff;
|
|
1118
|
+
}
|
|
1119
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
1120
|
+
color: #000;
|
|
1121
|
+
}
|
|
1122
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1123
|
+
color: #fff;
|
|
1124
|
+
}
|
|
1125
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1126
|
+
color: #000;
|
|
1050
1127
|
}
|
|
1051
1128
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1052
1129
|
background: #616161;
|
|
1053
|
-
border-color: #616161;
|
|
1054
1130
|
border-radius: 0;
|
|
1055
1131
|
box-shadow: none;
|
|
1056
1132
|
color: #000;
|
|
1133
|
+
border-color: #616161;
|
|
1134
|
+
border-style: solid;
|
|
1135
|
+
border-width: 0;
|
|
1136
|
+
}
|
|
1137
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1138
|
+
color: #fff;
|
|
1139
|
+
}
|
|
1140
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1141
|
+
color: #000;
|
|
1057
1142
|
}
|
|
1058
1143
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
1059
1144
|
color: #fff;
|
|
@@ -1063,6 +1148,54 @@
|
|
|
1063
1148
|
border: 1px solid #616161;
|
|
1064
1149
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1065
1150
|
}
|
|
1151
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1152
|
+
background: #212121;
|
|
1153
|
+
}
|
|
1154
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
1155
|
+
background: rgba(255, 255, 255, 0.1);
|
|
1156
|
+
box-shadow: none;
|
|
1157
|
+
color: #000;
|
|
1158
|
+
border-color: #000;
|
|
1159
|
+
border-style: solid;
|
|
1160
|
+
border-width: 0;
|
|
1161
|
+
}
|
|
1162
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1163
|
+
color: #fff;
|
|
1164
|
+
}
|
|
1165
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1166
|
+
color: #000;
|
|
1167
|
+
}
|
|
1168
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
1169
|
+
background: #616161;
|
|
1170
|
+
box-shadow: none;
|
|
1171
|
+
color: #000;
|
|
1172
|
+
border-color: #616161;
|
|
1173
|
+
border-style: solid;
|
|
1174
|
+
border-width: 0;
|
|
1175
|
+
}
|
|
1176
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1177
|
+
color: #fff;
|
|
1178
|
+
}
|
|
1179
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1180
|
+
color: #000;
|
|
1181
|
+
}
|
|
1182
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
1183
|
+
background: rgba(255, 255, 255, 0.1);
|
|
1184
|
+
box-shadow: none;
|
|
1185
|
+
color: #000;
|
|
1186
|
+
border-color: #000;
|
|
1187
|
+
border-style: solid;
|
|
1188
|
+
border-width: 0;
|
|
1189
|
+
}
|
|
1190
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1191
|
+
color: #fff;
|
|
1192
|
+
}
|
|
1193
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1194
|
+
color: #000;
|
|
1195
|
+
}
|
|
1196
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
1197
|
+
outline: 0;
|
|
1198
|
+
}
|
|
1066
1199
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1067
1200
|
background: transparent;
|
|
1068
1201
|
}
|
|
@@ -1072,28 +1205,51 @@
|
|
|
1072
1205
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1073
1206
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1074
1207
|
background: rgba(255, 255, 255, 0.1);
|
|
1075
|
-
border: 0;
|
|
1076
1208
|
box-shadow: none;
|
|
1077
|
-
border-
|
|
1209
|
+
border-color: rgba(255, 255, 255, 0.1);
|
|
1210
|
+
border-style: solid;
|
|
1211
|
+
border-width: 0;
|
|
1212
|
+
}
|
|
1213
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
1214
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
1215
|
+
border-color: rgba(255, 255, 255, 0.1);
|
|
1216
|
+
border-style: solid;
|
|
1217
|
+
border-width: 0;
|
|
1078
1218
|
}
|
|
1079
1219
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
1080
1220
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
1081
1221
|
color: #fff;
|
|
1082
1222
|
}
|
|
1223
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
1224
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
1225
|
+
color: #fff;
|
|
1226
|
+
}
|
|
1083
1227
|
.e-toolbar .e-tbar-btn {
|
|
1084
1228
|
background: #212121;
|
|
1085
1229
|
box-shadow: none;
|
|
1086
1230
|
color: #fff;
|
|
1231
|
+
border: none;
|
|
1087
1232
|
}
|
|
1088
1233
|
.e-toolbar .e-tbar-btn:focus {
|
|
1089
1234
|
background: rgba(255, 255, 255, 0.1);
|
|
1090
|
-
border-color: #000;
|
|
1091
1235
|
border-radius: 0;
|
|
1092
1236
|
color: #000;
|
|
1237
|
+
border-color: #000;
|
|
1238
|
+
border-style: solid;
|
|
1239
|
+
border-width: 0;
|
|
1240
|
+
box-shadow: none;
|
|
1241
|
+
}
|
|
1242
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
1243
|
+
color: #fff;
|
|
1244
|
+
}
|
|
1245
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1246
|
+
color: #fff;
|
|
1093
1247
|
}
|
|
1094
1248
|
.e-toolbar .e-tbar-btn:hover {
|
|
1095
1249
|
background: rgba(255, 255, 255, 0.1);
|
|
1096
1250
|
border-color: #000;
|
|
1251
|
+
border-style: solid;
|
|
1252
|
+
border-width: 0;
|
|
1097
1253
|
border-radius: 0;
|
|
1098
1254
|
color: #000;
|
|
1099
1255
|
}
|
|
@@ -1102,6 +1258,7 @@
|
|
|
1102
1258
|
}
|
|
1103
1259
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
1104
1260
|
background: #212121;
|
|
1261
|
+
opacity: 0.5;
|
|
1105
1262
|
}
|
|
1106
1263
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
1107
1264
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -1112,6 +1269,30 @@
|
|
|
1112
1269
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1113
1270
|
color: #fff;
|
|
1114
1271
|
}
|
|
1272
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
1273
|
+
color: #fff;
|
|
1274
|
+
}
|
|
1275
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
1276
|
+
box-shadow: none;
|
|
1277
|
+
}
|
|
1278
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1279
|
+
color: #fff;
|
|
1280
|
+
}
|
|
1281
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1282
|
+
color: #fff;
|
|
1283
|
+
}
|
|
1284
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
1285
|
+
color: #fff;
|
|
1286
|
+
}
|
|
1287
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
1288
|
+
color: #fff;
|
|
1289
|
+
}
|
|
1290
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1291
|
+
color: #fff;
|
|
1292
|
+
}
|
|
1293
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1294
|
+
color: #fff;
|
|
1295
|
+
}
|
|
1115
1296
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1116
1297
|
border: solid rgba(255, 255, 255, 0.24);
|
|
1117
1298
|
border-width: 0 1px 0 0;
|
|
@@ -1144,10 +1325,17 @@
|
|
|
1144
1325
|
visibility: hidden;
|
|
1145
1326
|
width: 1px;
|
|
1146
1327
|
}
|
|
1328
|
+
.e-toolbar .e-hor-nav.e-nav-active:active, .e-toolbar .e-hor-nav.e-nav-active:focus, .e-toolbar .e-hor-nav.e-nav-active:hover {
|
|
1329
|
+
border-bottom-right-radius: 4px;
|
|
1330
|
+
}
|
|
1147
1331
|
.e-toolbar .e-hor-nav:active {
|
|
1148
1332
|
border: 0;
|
|
1149
1333
|
box-shadow: none;
|
|
1150
1334
|
color: #000;
|
|
1335
|
+
background: #212121;
|
|
1336
|
+
}
|
|
1337
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
1338
|
+
color: #fff;
|
|
1151
1339
|
}
|
|
1152
1340
|
.e-toolbar .e-hor-nav:active::after {
|
|
1153
1341
|
animation: tbar-popup-shadow 0.6s ease-out 0ms;
|
|
@@ -1158,16 +1346,42 @@
|
|
|
1158
1346
|
border-left: 0;
|
|
1159
1347
|
color: #000;
|
|
1160
1348
|
}
|
|
1349
|
+
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
1350
|
+
color: #fff;
|
|
1351
|
+
}
|
|
1352
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
1353
|
+
border-color: #616161;
|
|
1354
|
+
border-style: solid;
|
|
1355
|
+
border-width: 0;
|
|
1356
|
+
}
|
|
1357
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
1358
|
+
background: rgba(255, 255, 255, 0.1);
|
|
1359
|
+
border-color: #616161;
|
|
1360
|
+
border-style: solid;
|
|
1361
|
+
border-width: 0;
|
|
1362
|
+
}
|
|
1161
1363
|
.e-toolbar .e-hor-nav:focus {
|
|
1162
1364
|
background: rgba(255, 255, 255, 0.1);
|
|
1163
|
-
border-left: 0;
|
|
1164
|
-
border-color: #000;
|
|
1165
1365
|
color: #000;
|
|
1366
|
+
border-color: #000;
|
|
1367
|
+
border-style: solid;
|
|
1368
|
+
border-width: 0;
|
|
1369
|
+
}
|
|
1370
|
+
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
1371
|
+
color: #fff;
|
|
1166
1372
|
}
|
|
1167
1373
|
.e-toolbar .e-tbar-btn:active {
|
|
1168
1374
|
background: #616161;
|
|
1169
1375
|
border-color: #616161;
|
|
1376
|
+
border-style: solid;
|
|
1377
|
+
border-width: 0;
|
|
1170
1378
|
border-radius: 0;
|
|
1171
1379
|
box-shadow: none;
|
|
1172
1380
|
color: #000;
|
|
1381
|
+
}
|
|
1382
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
1383
|
+
color: #fff;
|
|
1384
|
+
}
|
|
1385
|
+
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
1386
|
+
color: #fff;
|
|
1173
1387
|
}
|