@syncfusion/ej2-navigations 24.2.4 → 24.2.8
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 +9 -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 +9 -11
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +9 -11
- 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 +10 -10
- package/src/treeview/treeview.js +9 -11
- package/styles/bootstrap-dark.css +26 -4
- package/styles/bootstrap.css +22 -0
- package/styles/bootstrap4.css +26 -4
- package/styles/bootstrap5-dark.css +22 -0
- package/styles/bootstrap5.css +22 -0
- package/styles/fabric-dark.css +22 -0
- package/styles/fabric.css +22 -0
- package/styles/fluent-dark.css +33 -11
- package/styles/fluent.css +33 -11
- package/styles/highcontrast-light.css +22 -0
- package/styles/highcontrast.css +22 -0
- package/styles/material-dark.css +22 -0
- package/styles/material.css +22 -0
- package/styles/material3-dark.css +22 -0
- package/styles/material3.css +22 -0
- package/styles/tailwind-dark.css +22 -0
- package/styles/tailwind.css +22 -0
- package/styles/toolbar/_bootstrap-dark-definition.scss +3 -3
- package/styles/toolbar/_bootstrap4-definition.scss +3 -3
- package/styles/toolbar/_fluent-definition.scss +3 -3
- package/styles/toolbar/_layout.scss +35 -0
- package/styles/toolbar/bootstrap-dark.css +26 -4
- package/styles/toolbar/bootstrap.css +22 -0
- package/styles/toolbar/bootstrap4.css +26 -4
- package/styles/toolbar/bootstrap5-dark.css +22 -0
- package/styles/toolbar/bootstrap5.css +22 -0
- package/styles/toolbar/fabric-dark.css +22 -0
- package/styles/toolbar/fabric.css +22 -0
- package/styles/toolbar/fluent-dark.css +33 -11
- package/styles/toolbar/fluent.css +33 -11
- package/styles/toolbar/highcontrast-light.css +22 -0
- package/styles/toolbar/highcontrast.css +22 -0
- package/styles/toolbar/material-dark.css +22 -0
- package/styles/toolbar/material.css +22 -0
- package/styles/toolbar/material3-dark.css +22 -0
- package/styles/toolbar/material3.css +22 -0
- package/styles/toolbar/tailwind-dark.css +22 -0
- package/styles/toolbar/tailwind.css +22 -0
- package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -63
- package/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -39
|
@@ -287,6 +287,19 @@
|
|
|
287
287
|
white-space: nowrap;
|
|
288
288
|
overflow: hidden;
|
|
289
289
|
}
|
|
290
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
291
|
+
display: -ms-flexbox;
|
|
292
|
+
display: flex;
|
|
293
|
+
-ms-flex-wrap: nowrap;
|
|
294
|
+
flex-wrap: nowrap;
|
|
295
|
+
width: 100%;
|
|
296
|
+
}
|
|
297
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
298
|
+
position: absolute;
|
|
299
|
+
}
|
|
300
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
301
|
+
width: calc(100% - 38px);
|
|
302
|
+
}
|
|
290
303
|
.e-toolbar .e-blazor-toolbar-items {
|
|
291
304
|
position: absolute;
|
|
292
305
|
top: -9999px;
|
|
@@ -391,6 +404,12 @@
|
|
|
391
404
|
min-height: 0;
|
|
392
405
|
vertical-align: middle;
|
|
393
406
|
width: auto;
|
|
407
|
+
-ms-flex: 0 0 auto;
|
|
408
|
+
flex: 0 0 auto;
|
|
409
|
+
}
|
|
410
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
411
|
+
-ms-flex-positive: 1;
|
|
412
|
+
flex-grow: 1;
|
|
394
413
|
}
|
|
395
414
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
396
415
|
display: -ms-flexbox;
|
|
@@ -734,6 +753,9 @@
|
|
|
734
753
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
735
754
|
display: table;
|
|
736
755
|
}
|
|
756
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
757
|
+
margin-right: 3px;
|
|
758
|
+
}
|
|
737
759
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
738
760
|
padding: 0 12px 0 0;
|
|
739
761
|
}
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
56
56
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
57
57
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
58
|
-
padding:
|
|
58
|
+
padding: 1.5px 5.5px;
|
|
59
59
|
}
|
|
60
60
|
.e-bigger .e-toolbar .e-toolbar-item,
|
|
61
61
|
.e-toolbar.e-bigger .e-toolbar-item {
|
|
@@ -287,6 +287,19 @@
|
|
|
287
287
|
white-space: nowrap;
|
|
288
288
|
overflow: hidden;
|
|
289
289
|
}
|
|
290
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
291
|
+
display: -ms-flexbox;
|
|
292
|
+
display: flex;
|
|
293
|
+
-ms-flex-wrap: nowrap;
|
|
294
|
+
flex-wrap: nowrap;
|
|
295
|
+
width: 100%;
|
|
296
|
+
}
|
|
297
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
298
|
+
position: absolute;
|
|
299
|
+
}
|
|
300
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
301
|
+
width: calc(100% - 38px);
|
|
302
|
+
}
|
|
290
303
|
.e-toolbar .e-blazor-toolbar-items {
|
|
291
304
|
position: absolute;
|
|
292
305
|
top: -9999px;
|
|
@@ -391,6 +404,12 @@
|
|
|
391
404
|
min-height: 0;
|
|
392
405
|
vertical-align: middle;
|
|
393
406
|
width: auto;
|
|
407
|
+
-ms-flex: 0 0 auto;
|
|
408
|
+
flex: 0 0 auto;
|
|
409
|
+
}
|
|
410
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
411
|
+
-ms-flex-positive: 1;
|
|
412
|
+
flex-grow: 1;
|
|
394
413
|
}
|
|
395
414
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
396
415
|
display: -ms-flexbox;
|
|
@@ -406,7 +425,7 @@
|
|
|
406
425
|
padding: 0 3px;
|
|
407
426
|
border-radius: 4px;
|
|
408
427
|
line-height: 27px;
|
|
409
|
-
border:
|
|
428
|
+
border: 1px solid transparent;
|
|
410
429
|
cursor: pointer;
|
|
411
430
|
font-size: 14px;
|
|
412
431
|
font-weight: 400;
|
|
@@ -429,7 +448,7 @@
|
|
|
429
448
|
line-height: 26px;
|
|
430
449
|
}
|
|
431
450
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
432
|
-
padding: 0
|
|
451
|
+
padding: 0 3px;
|
|
433
452
|
}
|
|
434
453
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
435
454
|
outline: 0;
|
|
@@ -734,6 +753,9 @@
|
|
|
734
753
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
735
754
|
display: table;
|
|
736
755
|
}
|
|
756
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
757
|
+
margin-right: 12px;
|
|
758
|
+
}
|
|
737
759
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
738
760
|
padding: 0 4px 0 6px;
|
|
739
761
|
}
|
|
@@ -824,7 +846,7 @@
|
|
|
824
846
|
background: #f8f9fa;
|
|
825
847
|
box-shadow: none;
|
|
826
848
|
color: #495057;
|
|
827
|
-
border:
|
|
849
|
+
border: 1px solid transparent;
|
|
828
850
|
}
|
|
829
851
|
.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
830
852
|
color: #495057;
|
|
@@ -298,6 +298,19 @@
|
|
|
298
298
|
white-space: nowrap;
|
|
299
299
|
overflow: hidden;
|
|
300
300
|
}
|
|
301
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
302
|
+
display: -ms-flexbox;
|
|
303
|
+
display: flex;
|
|
304
|
+
-ms-flex-wrap: nowrap;
|
|
305
|
+
flex-wrap: nowrap;
|
|
306
|
+
width: 100%;
|
|
307
|
+
}
|
|
308
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
309
|
+
position: absolute;
|
|
310
|
+
}
|
|
311
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
312
|
+
width: calc(100% - 28px);
|
|
313
|
+
}
|
|
301
314
|
.e-toolbar .e-blazor-toolbar-items {
|
|
302
315
|
position: absolute;
|
|
303
316
|
top: -9999px;
|
|
@@ -402,6 +415,12 @@
|
|
|
402
415
|
min-height: 38px;
|
|
403
416
|
vertical-align: middle;
|
|
404
417
|
width: auto;
|
|
418
|
+
-ms-flex: 0 0 auto;
|
|
419
|
+
flex: 0 0 auto;
|
|
420
|
+
}
|
|
421
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
422
|
+
-ms-flex-positive: 1;
|
|
423
|
+
flex-grow: 1;
|
|
405
424
|
}
|
|
406
425
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
407
426
|
display: -ms-flexbox;
|
|
@@ -745,6 +764,9 @@
|
|
|
745
764
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
746
765
|
display: table;
|
|
747
766
|
}
|
|
767
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
768
|
+
margin-right: 8px;
|
|
769
|
+
}
|
|
748
770
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
749
771
|
padding: 4px;
|
|
750
772
|
}
|
|
@@ -298,6 +298,19 @@
|
|
|
298
298
|
white-space: nowrap;
|
|
299
299
|
overflow: hidden;
|
|
300
300
|
}
|
|
301
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
302
|
+
display: -ms-flexbox;
|
|
303
|
+
display: flex;
|
|
304
|
+
-ms-flex-wrap: nowrap;
|
|
305
|
+
flex-wrap: nowrap;
|
|
306
|
+
width: 100%;
|
|
307
|
+
}
|
|
308
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
309
|
+
position: absolute;
|
|
310
|
+
}
|
|
311
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
312
|
+
width: calc(100% - 28px);
|
|
313
|
+
}
|
|
301
314
|
.e-toolbar .e-blazor-toolbar-items {
|
|
302
315
|
position: absolute;
|
|
303
316
|
top: -9999px;
|
|
@@ -402,6 +415,12 @@
|
|
|
402
415
|
min-height: 38px;
|
|
403
416
|
vertical-align: middle;
|
|
404
417
|
width: auto;
|
|
418
|
+
-ms-flex: 0 0 auto;
|
|
419
|
+
flex: 0 0 auto;
|
|
420
|
+
}
|
|
421
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
422
|
+
-ms-flex-positive: 1;
|
|
423
|
+
flex-grow: 1;
|
|
405
424
|
}
|
|
406
425
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
407
426
|
display: -ms-flexbox;
|
|
@@ -745,6 +764,9 @@
|
|
|
745
764
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
746
765
|
display: table;
|
|
747
766
|
}
|
|
767
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
768
|
+
margin-right: 8px;
|
|
769
|
+
}
|
|
748
770
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
749
771
|
padding: 4px;
|
|
750
772
|
}
|
|
@@ -286,6 +286,19 @@
|
|
|
286
286
|
white-space: nowrap;
|
|
287
287
|
overflow: hidden;
|
|
288
288
|
}
|
|
289
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
290
|
+
display: -ms-flexbox;
|
|
291
|
+
display: flex;
|
|
292
|
+
-ms-flex-wrap: nowrap;
|
|
293
|
+
flex-wrap: nowrap;
|
|
294
|
+
width: 100%;
|
|
295
|
+
}
|
|
296
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
297
|
+
position: absolute;
|
|
298
|
+
}
|
|
299
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
300
|
+
width: calc(100% - 40px);
|
|
301
|
+
}
|
|
289
302
|
.e-toolbar .e-blazor-toolbar-items {
|
|
290
303
|
position: absolute;
|
|
291
304
|
top: -9999px;
|
|
@@ -390,6 +403,12 @@
|
|
|
390
403
|
min-height: 39px;
|
|
391
404
|
vertical-align: middle;
|
|
392
405
|
width: auto;
|
|
406
|
+
-ms-flex: 0 0 auto;
|
|
407
|
+
flex: 0 0 auto;
|
|
408
|
+
}
|
|
409
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
410
|
+
-ms-flex-positive: 1;
|
|
411
|
+
flex-grow: 1;
|
|
393
412
|
}
|
|
394
413
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
395
414
|
display: -ms-flexbox;
|
|
@@ -733,6 +752,9 @@
|
|
|
733
752
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
734
753
|
display: table;
|
|
735
754
|
}
|
|
755
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
756
|
+
margin-right: 3px;
|
|
757
|
+
}
|
|
736
758
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
737
759
|
padding: 0 12px 0 0;
|
|
738
760
|
}
|
|
@@ -287,6 +287,19 @@
|
|
|
287
287
|
white-space: nowrap;
|
|
288
288
|
overflow: hidden;
|
|
289
289
|
}
|
|
290
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
291
|
+
display: -ms-flexbox;
|
|
292
|
+
display: flex;
|
|
293
|
+
-ms-flex-wrap: nowrap;
|
|
294
|
+
flex-wrap: nowrap;
|
|
295
|
+
width: 100%;
|
|
296
|
+
}
|
|
297
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
298
|
+
position: absolute;
|
|
299
|
+
}
|
|
300
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
301
|
+
width: calc(100% - 40px);
|
|
302
|
+
}
|
|
290
303
|
.e-toolbar .e-blazor-toolbar-items {
|
|
291
304
|
position: absolute;
|
|
292
305
|
top: -9999px;
|
|
@@ -391,6 +404,12 @@
|
|
|
391
404
|
min-height: 39px;
|
|
392
405
|
vertical-align: middle;
|
|
393
406
|
width: auto;
|
|
407
|
+
-ms-flex: 0 0 auto;
|
|
408
|
+
flex: 0 0 auto;
|
|
409
|
+
}
|
|
410
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
411
|
+
-ms-flex-positive: 1;
|
|
412
|
+
flex-grow: 1;
|
|
394
413
|
}
|
|
395
414
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
396
415
|
display: -ms-flexbox;
|
|
@@ -734,6 +753,9 @@
|
|
|
734
753
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
735
754
|
display: table;
|
|
736
755
|
}
|
|
756
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
757
|
+
margin-right: 3px;
|
|
758
|
+
}
|
|
737
759
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
738
760
|
padding: 0 12px 0 0;
|
|
739
761
|
}
|
|
@@ -297,6 +297,19 @@
|
|
|
297
297
|
white-space: nowrap;
|
|
298
298
|
overflow: hidden;
|
|
299
299
|
}
|
|
300
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
301
|
+
display: -ms-flexbox;
|
|
302
|
+
display: flex;
|
|
303
|
+
-ms-flex-wrap: nowrap;
|
|
304
|
+
flex-wrap: nowrap;
|
|
305
|
+
width: 100%;
|
|
306
|
+
}
|
|
307
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
308
|
+
position: absolute;
|
|
309
|
+
}
|
|
310
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
311
|
+
width: calc(100% - 28px);
|
|
312
|
+
}
|
|
300
313
|
.e-toolbar .e-blazor-toolbar-items {
|
|
301
314
|
position: absolute;
|
|
302
315
|
top: -9999px;
|
|
@@ -401,6 +414,12 @@
|
|
|
401
414
|
min-height: 38px;
|
|
402
415
|
vertical-align: middle;
|
|
403
416
|
width: auto;
|
|
417
|
+
-ms-flex: 0 0 auto;
|
|
418
|
+
flex: 0 0 auto;
|
|
419
|
+
}
|
|
420
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
421
|
+
-ms-flex-positive: 1;
|
|
422
|
+
flex-grow: 1;
|
|
404
423
|
}
|
|
405
424
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
406
425
|
display: -ms-flexbox;
|
|
@@ -416,7 +435,7 @@
|
|
|
416
435
|
padding: 0 4px;
|
|
417
436
|
border-radius: 2px;
|
|
418
437
|
line-height: 22px;
|
|
419
|
-
border:
|
|
438
|
+
border: 1px solid transparent;
|
|
420
439
|
cursor: pointer;
|
|
421
440
|
font-size: 18px;
|
|
422
441
|
font-weight: 400;
|
|
@@ -744,6 +763,9 @@
|
|
|
744
763
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
745
764
|
display: table;
|
|
746
765
|
}
|
|
766
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
767
|
+
margin-right: 8px;
|
|
768
|
+
}
|
|
747
769
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
748
770
|
padding: 4px;
|
|
749
771
|
}
|
|
@@ -834,7 +856,7 @@
|
|
|
834
856
|
background: transparent;
|
|
835
857
|
box-shadow: none;
|
|
836
858
|
color: #a19f9d;
|
|
837
|
-
border:
|
|
859
|
+
border: 1px solid transparent;
|
|
838
860
|
}
|
|
839
861
|
.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
840
862
|
color: #a19f9d;
|
|
@@ -856,9 +878,9 @@
|
|
|
856
878
|
background: none;
|
|
857
879
|
border-radius: 0;
|
|
858
880
|
color: #f3f2f1;
|
|
859
|
-
border-color:
|
|
881
|
+
border-color: transparent;
|
|
860
882
|
border-style: solid;
|
|
861
|
-
border-width:
|
|
883
|
+
border-width: 1px;
|
|
862
884
|
box-shadow: inset 0 0 0 1px;
|
|
863
885
|
}
|
|
864
886
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
@@ -871,7 +893,7 @@
|
|
|
871
893
|
background: #292827;
|
|
872
894
|
border-color: #a19f9d;
|
|
873
895
|
border-style: solid;
|
|
874
|
-
border-width:
|
|
896
|
+
border-width: 1px;
|
|
875
897
|
border-radius: 0;
|
|
876
898
|
color: #f3f2f1;
|
|
877
899
|
}
|
|
@@ -891,7 +913,7 @@
|
|
|
891
913
|
background: #323130;
|
|
892
914
|
border-color: #323130;
|
|
893
915
|
border-style: solid;
|
|
894
|
-
border-width:
|
|
916
|
+
border-width: 1px;
|
|
895
917
|
border-radius: 0;
|
|
896
918
|
box-shadow: none;
|
|
897
919
|
color: #f3f2f1;
|
|
@@ -1027,7 +1049,7 @@
|
|
|
1027
1049
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
1028
1050
|
background: #323130;
|
|
1029
1051
|
box-shadow: none;
|
|
1030
|
-
border-color:
|
|
1052
|
+
border-color: transparent;
|
|
1031
1053
|
border-style: solid;
|
|
1032
1054
|
border-width: 0;
|
|
1033
1055
|
}
|
|
@@ -1045,9 +1067,9 @@
|
|
|
1045
1067
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1046
1068
|
background: none;
|
|
1047
1069
|
border-radius: 0;
|
|
1048
|
-
border-color:
|
|
1070
|
+
border-color: transparent;
|
|
1049
1071
|
border-style: solid;
|
|
1050
|
-
border-width:
|
|
1072
|
+
border-width: 1px;
|
|
1051
1073
|
box-shadow: inset 0 0 0 1px;
|
|
1052
1074
|
}
|
|
1053
1075
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
@@ -1055,7 +1077,7 @@
|
|
|
1055
1077
|
border-radius: 0;
|
|
1056
1078
|
border-color: #a19f9d;
|
|
1057
1079
|
border-style: solid;
|
|
1058
|
-
border-width:
|
|
1080
|
+
border-width: 1px;
|
|
1059
1081
|
}
|
|
1060
1082
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1061
1083
|
background: #323130;
|
|
@@ -1063,7 +1085,7 @@
|
|
|
1063
1085
|
box-shadow: none;
|
|
1064
1086
|
border-color: #323130;
|
|
1065
1087
|
border-style: solid;
|
|
1066
|
-
border-width:
|
|
1088
|
+
border-width: 1px;
|
|
1067
1089
|
}
|
|
1068
1090
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1069
1091
|
border: solid #797775;
|
|
@@ -297,6 +297,19 @@
|
|
|
297
297
|
white-space: nowrap;
|
|
298
298
|
overflow: hidden;
|
|
299
299
|
}
|
|
300
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
301
|
+
display: -ms-flexbox;
|
|
302
|
+
display: flex;
|
|
303
|
+
-ms-flex-wrap: nowrap;
|
|
304
|
+
flex-wrap: nowrap;
|
|
305
|
+
width: 100%;
|
|
306
|
+
}
|
|
307
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
308
|
+
position: absolute;
|
|
309
|
+
}
|
|
310
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
311
|
+
width: calc(100% - 28px);
|
|
312
|
+
}
|
|
300
313
|
.e-toolbar .e-blazor-toolbar-items {
|
|
301
314
|
position: absolute;
|
|
302
315
|
top: -9999px;
|
|
@@ -401,6 +414,12 @@
|
|
|
401
414
|
min-height: 38px;
|
|
402
415
|
vertical-align: middle;
|
|
403
416
|
width: auto;
|
|
417
|
+
-ms-flex: 0 0 auto;
|
|
418
|
+
flex: 0 0 auto;
|
|
419
|
+
}
|
|
420
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
421
|
+
-ms-flex-positive: 1;
|
|
422
|
+
flex-grow: 1;
|
|
404
423
|
}
|
|
405
424
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
406
425
|
display: -ms-flexbox;
|
|
@@ -416,7 +435,7 @@
|
|
|
416
435
|
padding: 0 4px;
|
|
417
436
|
border-radius: 2px;
|
|
418
437
|
line-height: 22px;
|
|
419
|
-
border:
|
|
438
|
+
border: 1px solid transparent;
|
|
420
439
|
cursor: pointer;
|
|
421
440
|
font-size: 18px;
|
|
422
441
|
font-weight: 400;
|
|
@@ -744,6 +763,9 @@
|
|
|
744
763
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
745
764
|
display: table;
|
|
746
765
|
}
|
|
766
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
767
|
+
margin-right: 8px;
|
|
768
|
+
}
|
|
747
769
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
748
770
|
padding: 4px;
|
|
749
771
|
}
|
|
@@ -834,7 +856,7 @@
|
|
|
834
856
|
background: transparent;
|
|
835
857
|
box-shadow: none;
|
|
836
858
|
color: #605e5c;
|
|
837
|
-
border:
|
|
859
|
+
border: 1px solid transparent;
|
|
838
860
|
}
|
|
839
861
|
.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
840
862
|
color: #605e5c;
|
|
@@ -856,9 +878,9 @@
|
|
|
856
878
|
background: none;
|
|
857
879
|
border-radius: 0;
|
|
858
880
|
color: #201f1e;
|
|
859
|
-
border-color:
|
|
881
|
+
border-color: transparent;
|
|
860
882
|
border-style: solid;
|
|
861
|
-
border-width:
|
|
883
|
+
border-width: 1px;
|
|
862
884
|
box-shadow: inset 0 0 0 1px;
|
|
863
885
|
}
|
|
864
886
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
@@ -871,7 +893,7 @@
|
|
|
871
893
|
background: #edebe9;
|
|
872
894
|
border-color: #605e5c;
|
|
873
895
|
border-style: solid;
|
|
874
|
-
border-width:
|
|
896
|
+
border-width: 1px;
|
|
875
897
|
border-radius: 0;
|
|
876
898
|
color: #201f1e;
|
|
877
899
|
}
|
|
@@ -891,7 +913,7 @@
|
|
|
891
913
|
background: #e1dfdd;
|
|
892
914
|
border-color: #e1dfdd;
|
|
893
915
|
border-style: solid;
|
|
894
|
-
border-width:
|
|
916
|
+
border-width: 1px;
|
|
895
917
|
border-radius: 0;
|
|
896
918
|
box-shadow: none;
|
|
897
919
|
color: #201f1e;
|
|
@@ -1027,7 +1049,7 @@
|
|
|
1027
1049
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
1028
1050
|
background: #e1dfdd;
|
|
1029
1051
|
box-shadow: none;
|
|
1030
|
-
border-color:
|
|
1052
|
+
border-color: transparent;
|
|
1031
1053
|
border-style: solid;
|
|
1032
1054
|
border-width: 0;
|
|
1033
1055
|
}
|
|
@@ -1045,9 +1067,9 @@
|
|
|
1045
1067
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1046
1068
|
background: none;
|
|
1047
1069
|
border-radius: 0;
|
|
1048
|
-
border-color:
|
|
1070
|
+
border-color: transparent;
|
|
1049
1071
|
border-style: solid;
|
|
1050
|
-
border-width:
|
|
1072
|
+
border-width: 1px;
|
|
1051
1073
|
box-shadow: inset 0 0 0 1px;
|
|
1052
1074
|
}
|
|
1053
1075
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
@@ -1055,7 +1077,7 @@
|
|
|
1055
1077
|
border-radius: 0;
|
|
1056
1078
|
border-color: #605e5c;
|
|
1057
1079
|
border-style: solid;
|
|
1058
|
-
border-width:
|
|
1080
|
+
border-width: 1px;
|
|
1059
1081
|
}
|
|
1060
1082
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1061
1083
|
background: #e1dfdd;
|
|
@@ -1063,7 +1085,7 @@
|
|
|
1063
1085
|
box-shadow: none;
|
|
1064
1086
|
border-color: #e1dfdd;
|
|
1065
1087
|
border-style: solid;
|
|
1066
|
-
border-width:
|
|
1088
|
+
border-width: 1px;
|
|
1067
1089
|
}
|
|
1068
1090
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1069
1091
|
border: solid #c8c6c4;
|
|
@@ -286,6 +286,19 @@
|
|
|
286
286
|
white-space: nowrap;
|
|
287
287
|
overflow: hidden;
|
|
288
288
|
}
|
|
289
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
290
|
+
display: -ms-flexbox;
|
|
291
|
+
display: flex;
|
|
292
|
+
-ms-flex-wrap: nowrap;
|
|
293
|
+
flex-wrap: nowrap;
|
|
294
|
+
width: 100%;
|
|
295
|
+
}
|
|
296
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
297
|
+
position: absolute;
|
|
298
|
+
}
|
|
299
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
300
|
+
width: calc(100% - 40px);
|
|
301
|
+
}
|
|
289
302
|
.e-toolbar .e-blazor-toolbar-items {
|
|
290
303
|
position: absolute;
|
|
291
304
|
top: -9999px;
|
|
@@ -390,6 +403,12 @@
|
|
|
390
403
|
min-height: 39px;
|
|
391
404
|
vertical-align: middle;
|
|
392
405
|
width: auto;
|
|
406
|
+
-ms-flex: 0 0 auto;
|
|
407
|
+
flex: 0 0 auto;
|
|
408
|
+
}
|
|
409
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
410
|
+
-ms-flex-positive: 1;
|
|
411
|
+
flex-grow: 1;
|
|
393
412
|
}
|
|
394
413
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
395
414
|
display: -ms-flexbox;
|
|
@@ -733,6 +752,9 @@
|
|
|
733
752
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
734
753
|
display: table;
|
|
735
754
|
}
|
|
755
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
756
|
+
margin-right: 3px;
|
|
757
|
+
}
|
|
736
758
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
737
759
|
padding: 0 12px 0 0;
|
|
738
760
|
}
|
|
@@ -287,6 +287,19 @@
|
|
|
287
287
|
white-space: nowrap;
|
|
288
288
|
overflow: hidden;
|
|
289
289
|
}
|
|
290
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
291
|
+
display: -ms-flexbox;
|
|
292
|
+
display: flex;
|
|
293
|
+
-ms-flex-wrap: nowrap;
|
|
294
|
+
flex-wrap: nowrap;
|
|
295
|
+
width: 100%;
|
|
296
|
+
}
|
|
297
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
298
|
+
position: absolute;
|
|
299
|
+
}
|
|
300
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
301
|
+
width: calc(100% - 40px);
|
|
302
|
+
}
|
|
290
303
|
.e-toolbar .e-blazor-toolbar-items {
|
|
291
304
|
position: absolute;
|
|
292
305
|
top: -9999px;
|
|
@@ -391,6 +404,12 @@
|
|
|
391
404
|
min-height: 39px;
|
|
392
405
|
vertical-align: middle;
|
|
393
406
|
width: auto;
|
|
407
|
+
-ms-flex: 0 0 auto;
|
|
408
|
+
flex: 0 0 auto;
|
|
409
|
+
}
|
|
410
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
411
|
+
-ms-flex-positive: 1;
|
|
412
|
+
flex-grow: 1;
|
|
394
413
|
}
|
|
395
414
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
396
415
|
display: -ms-flexbox;
|
|
@@ -734,6 +753,9 @@
|
|
|
734
753
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
735
754
|
display: table;
|
|
736
755
|
}
|
|
756
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
757
|
+
margin-right: 3px;
|
|
758
|
+
}
|
|
737
759
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
738
760
|
padding: 0 12px 0 0;
|
|
739
761
|
}
|
|
@@ -313,6 +313,19 @@
|
|
|
313
313
|
white-space: nowrap;
|
|
314
314
|
overflow: hidden;
|
|
315
315
|
}
|
|
316
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
317
|
+
display: -ms-flexbox;
|
|
318
|
+
display: flex;
|
|
319
|
+
-ms-flex-wrap: nowrap;
|
|
320
|
+
flex-wrap: nowrap;
|
|
321
|
+
width: 100%;
|
|
322
|
+
}
|
|
323
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
324
|
+
position: absolute;
|
|
325
|
+
}
|
|
326
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
327
|
+
width: calc(100% - 32px);
|
|
328
|
+
}
|
|
316
329
|
.e-toolbar .e-blazor-toolbar-items {
|
|
317
330
|
position: absolute;
|
|
318
331
|
top: -9999px;
|
|
@@ -417,6 +430,12 @@
|
|
|
417
430
|
min-height: 42px;
|
|
418
431
|
vertical-align: middle;
|
|
419
432
|
width: auto;
|
|
433
|
+
-ms-flex: 0 0 auto;
|
|
434
|
+
flex: 0 0 auto;
|
|
435
|
+
}
|
|
436
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
437
|
+
-ms-flex-positive: 1;
|
|
438
|
+
flex-grow: 1;
|
|
420
439
|
}
|
|
421
440
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
422
441
|
display: -ms-flexbox;
|
|
@@ -760,6 +779,9 @@
|
|
|
760
779
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
761
780
|
display: table;
|
|
762
781
|
}
|
|
782
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
783
|
+
margin-right: 3px;
|
|
784
|
+
}
|
|
763
785
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
764
786
|
padding: 0;
|
|
765
787
|
}
|