@syncfusion/ej2-navigations 29.2.8 → 30.1.39
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 +2 -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 +117 -30
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +118 -30
- 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 +7 -7
- package/src/carousel/carousel.js +1 -7
- package/src/context-menu/context-menu-model.d.ts +1 -1
- package/src/context-menu/context-menu.d.ts +1 -0
- package/src/context-menu/context-menu.js +11 -1
- package/src/sidebar/sidebar.js +5 -1
- package/src/stepper/stepper.js +6 -5
- package/src/tab/tab.js +3 -1
- package/src/toolbar/toolbar-model.d.ts +8 -1
- package/src/toolbar/toolbar.d.ts +19 -0
- package/src/toolbar/toolbar.js +69 -13
- package/src/treeview/treeview.js +24 -3
- package/styles/bds-lite.css +43 -3
- package/styles/bds.css +45 -5
- package/styles/bootstrap-dark-lite.css +45 -5
- package/styles/bootstrap-dark.css +49 -9
- package/styles/bootstrap-lite.css +45 -5
- package/styles/bootstrap.css +47 -7
- package/styles/bootstrap4-lite.css +46 -6
- package/styles/bootstrap4.css +48 -8
- package/styles/bootstrap5-dark-lite.css +39 -5
- package/styles/bootstrap5-dark.css +42 -8
- package/styles/bootstrap5-lite.css +40 -6
- package/styles/bootstrap5.3-lite.css +40 -6
- package/styles/bootstrap5.3.css +42 -8
- package/styles/bootstrap5.css +43 -9
- package/styles/breadcrumb/_layout.scss +14 -0
- package/styles/breadcrumb/bds.css +15 -0
- package/styles/breadcrumb/bootstrap-dark.css +15 -0
- package/styles/breadcrumb/bootstrap.css +15 -0
- package/styles/breadcrumb/bootstrap4.css +15 -0
- package/styles/breadcrumb/bootstrap5-dark.css +15 -0
- package/styles/breadcrumb/bootstrap5.3.css +15 -0
- package/styles/breadcrumb/bootstrap5.css +15 -0
- package/styles/breadcrumb/fabric-dark.css +15 -0
- package/styles/breadcrumb/fabric.css +15 -0
- package/styles/breadcrumb/fluent-dark.css +15 -0
- package/styles/breadcrumb/fluent.css +15 -0
- package/styles/breadcrumb/fluent2.css +15 -0
- package/styles/breadcrumb/highcontrast-light.css +15 -0
- package/styles/breadcrumb/highcontrast.css +15 -0
- package/styles/breadcrumb/material-dark.css +15 -0
- package/styles/breadcrumb/material.css +15 -0
- package/styles/breadcrumb/material3-dark.css +15 -0
- package/styles/breadcrumb/material3.css +15 -0
- package/styles/breadcrumb/tailwind-dark.css +15 -0
- package/styles/breadcrumb/tailwind.css +15 -0
- package/styles/breadcrumb/tailwind3.css +15 -0
- package/styles/context-menu/_layout.scss +5 -0
- package/styles/context-menu/bds.css +6 -0
- package/styles/context-menu/bootstrap-dark.css +6 -0
- package/styles/context-menu/bootstrap.css +6 -0
- package/styles/context-menu/bootstrap4.css +6 -0
- package/styles/context-menu/bootstrap5-dark.css +6 -0
- package/styles/context-menu/bootstrap5.3.css +6 -0
- package/styles/context-menu/bootstrap5.css +6 -0
- package/styles/context-menu/fabric-dark.css +6 -0
- package/styles/context-menu/fabric.css +6 -0
- package/styles/context-menu/fluent-dark.css +6 -0
- package/styles/context-menu/fluent.css +6 -0
- package/styles/context-menu/fluent2.css +6 -0
- package/styles/context-menu/highcontrast-light.css +6 -0
- package/styles/context-menu/highcontrast.css +6 -0
- package/styles/context-menu/material-dark.css +6 -0
- package/styles/context-menu/material.css +6 -0
- package/styles/context-menu/material3-dark.css +6 -0
- package/styles/context-menu/material3.css +6 -0
- package/styles/context-menu/tailwind-dark.css +6 -0
- package/styles/context-menu/tailwind.css +6 -0
- package/styles/context-menu/tailwind3.css +6 -0
- package/styles/fabric-dark-lite.css +43 -3
- package/styles/fabric-dark.css +45 -5
- package/styles/fabric-lite.css +44 -4
- package/styles/fabric.css +46 -6
- package/styles/fluent-dark-lite.css +50 -10
- package/styles/fluent-dark.css +53 -13
- package/styles/fluent-lite.css +50 -10
- package/styles/fluent.css +53 -13
- package/styles/fluent2-lite.css +43 -3
- package/styles/fluent2.css +45 -5
- package/styles/highcontrast-light-lite.css +43 -3
- package/styles/highcontrast-light.css +45 -5
- package/styles/highcontrast-lite.css +44 -4
- package/styles/highcontrast.css +46 -6
- package/styles/material-dark-lite.css +45 -5
- package/styles/material-dark.css +47 -7
- package/styles/material-lite.css +44 -4
- package/styles/material.css +46 -6
- package/styles/material3-dark-lite.css +43 -3
- package/styles/material3-dark.css +46 -7
- package/styles/material3-lite.css +43 -3
- package/styles/material3.css +46 -7
- package/styles/pager/_bds-definition.scss +1 -1
- package/styles/pager/_bigger.scss +0 -1
- package/styles/pager/_bootstrap-dark-definition.scss +1 -1
- package/styles/pager/_bootstrap-definition.scss +1 -1
- package/styles/pager/_bootstrap4-definition.scss +1 -1
- package/styles/pager/_bootstrap5-definition.scss +2 -2
- package/styles/pager/_bootstrap5.3-definition.scss +1 -1
- package/styles/pager/_fabric-dark-definition.scss +1 -1
- package/styles/pager/_fabric-definition.scss +1 -1
- package/styles/pager/_fluent-definition.scss +2 -2
- package/styles/pager/_fluent2-definition.scss +1 -1
- package/styles/pager/_fusionnew-definition.scss +1 -1
- package/styles/pager/_highcontrast-definition.scss +1 -1
- package/styles/pager/_highcontrast-light-definition.scss +1 -1
- package/styles/pager/_layout.scss +8 -0
- package/styles/pager/_material-dark-definition.scss +1 -1
- package/styles/pager/_material-definition.scss +1 -1
- package/styles/pager/_material3-definition.scss +1 -1
- package/styles/pager/_tailwind-definition.scss +1 -1
- package/styles/pager/_tailwind3-definition.scss +2 -2
- package/styles/pager/bds.css +13 -3
- package/styles/pager/bootstrap-dark.css +13 -3
- package/styles/pager/bootstrap.css +13 -3
- package/styles/pager/bootstrap4.css +13 -3
- package/styles/pager/bootstrap5-dark.css +8 -4
- package/styles/pager/bootstrap5.3.css +7 -3
- package/styles/pager/bootstrap5.css +8 -4
- package/styles/pager/fabric-dark.css +13 -3
- package/styles/pager/fabric.css +13 -3
- package/styles/pager/fluent-dark.css +14 -4
- package/styles/pager/fluent.css +14 -4
- package/styles/pager/fluent2.css +13 -3
- package/styles/pager/highcontrast-light.css +13 -3
- package/styles/pager/highcontrast.css +13 -3
- package/styles/pager/material-dark.css +13 -3
- package/styles/pager/material.css +13 -3
- package/styles/pager/material3-dark.css +13 -4
- package/styles/pager/material3.css +13 -4
- package/styles/pager/tailwind-dark.css +13 -3
- package/styles/pager/tailwind.css +13 -3
- package/styles/pager/tailwind3.css +14 -4
- package/styles/tab/_bootstrap-dark-definition.scss +3 -3
- package/styles/tab/_bootstrap-definition.scss +3 -3
- package/styles/tab/_bootstrap4-definition.scss +3 -3
- package/styles/tab/_bootstrap5-definition.scss +3 -3
- package/styles/tab/_bootstrap5.3-definition.scss +3 -3
- package/styles/tab/_fabric-definition.scss +1 -1
- package/styles/tab/_fluent-definition.scss +4 -4
- package/styles/tab/_highcontrast-definition.scss +1 -1
- package/styles/tab/_material-definition.scss +1 -1
- package/styles/tab/_tailwind-definition.scss +3 -3
- package/styles/tab/_tailwind3-definition.scss +3 -3
- package/styles/tab/bootstrap-dark.css +2 -2
- package/styles/tab/bootstrap.css +2 -2
- package/styles/tab/bootstrap4.css +3 -3
- package/styles/tab/bootstrap5-dark.css +2 -2
- package/styles/tab/bootstrap5.3.css +3 -3
- package/styles/tab/bootstrap5.css +3 -3
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/fluent-dark.css +7 -7
- package/styles/tab/fluent.css +7 -7
- package/styles/tab/highcontrast.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +4 -4
- package/styles/tab/tailwind.css +4 -4
- package/styles/tab/tailwind3.css +3 -3
- package/styles/tailwind-dark-lite.css +47 -7
- package/styles/tailwind-dark.css +49 -9
- package/styles/tailwind-lite.css +47 -7
- package/styles/tailwind.css +49 -9
- package/styles/tailwind3-lite.css +46 -6
- package/styles/tailwind3.css +49 -9
- package/styles/toolbar/_bootstrap-dark-definition.scss +1 -1
- package/styles/toolbar/_layout.scss +13 -1
- package/styles/toolbar/_material-dark-definition.scss +2 -2
- package/styles/toolbar/bds.css +8 -2
- package/styles/toolbar/bootstrap-dark.css +10 -4
- package/styles/toolbar/bootstrap.css +8 -2
- package/styles/toolbar/bootstrap4.css +8 -2
- package/styles/toolbar/bootstrap5-dark.css +8 -2
- package/styles/toolbar/bootstrap5.3.css +8 -2
- package/styles/toolbar/bootstrap5.css +8 -2
- package/styles/toolbar/fabric-dark.css +8 -2
- package/styles/toolbar/fabric.css +8 -2
- package/styles/toolbar/fluent-dark.css +8 -2
- package/styles/toolbar/fluent.css +8 -2
- package/styles/toolbar/fluent2.css +8 -2
- package/styles/toolbar/highcontrast-light.css +8 -2
- package/styles/toolbar/highcontrast.css +8 -2
- package/styles/toolbar/material-dark.css +10 -4
- package/styles/toolbar/material.css +8 -2
- package/styles/toolbar/material3-dark.css +8 -2
- package/styles/toolbar/material3.css +8 -2
- package/styles/toolbar/tailwind-dark.css +8 -2
- package/styles/toolbar/tailwind.css +8 -2
- package/styles/toolbar/tailwind3.css +8 -2
- package/styles/treeview/_layout.scss +4 -0
- package/styles/treeview/_material3-definition.scss +1 -1
- package/styles/treeview/bds.css +3 -0
- package/styles/treeview/bootstrap-dark.css +3 -0
- package/styles/treeview/bootstrap.css +3 -0
- package/styles/treeview/bootstrap4.css +3 -0
- package/styles/treeview/bootstrap5-dark.css +3 -0
- package/styles/treeview/bootstrap5.3.css +3 -0
- package/styles/treeview/bootstrap5.css +3 -0
- package/styles/treeview/fabric-dark.css +3 -0
- package/styles/treeview/fabric.css +3 -0
- package/styles/treeview/fluent-dark.css +3 -0
- package/styles/treeview/fluent.css +3 -0
- package/styles/treeview/fluent2.css +3 -0
- package/styles/treeview/highcontrast-light.css +3 -0
- package/styles/treeview/highcontrast.css +3 -0
- package/styles/treeview/material-dark.css +3 -0
- package/styles/treeview/material.css +3 -0
- package/styles/treeview/material3-dark.css +4 -1
- package/styles/treeview/material3.css +4 -1
- package/styles/treeview/tailwind-dark.css +3 -0
- package/styles/treeview/tailwind.css +3 -0
- package/styles/treeview/tailwind3.css +3 -0
package/styles/fluent-lite.css
CHANGED
|
@@ -67,6 +67,9 @@
|
|
|
67
67
|
padding-right: 0;
|
|
68
68
|
padding-top: 8px;
|
|
69
69
|
}
|
|
70
|
+
.e-pager div.e-parentmsgbar span.e-rightalign {
|
|
71
|
+
text-align: right;
|
|
72
|
+
}
|
|
70
73
|
.e-pager .e-pagesizes {
|
|
71
74
|
display: inline;
|
|
72
75
|
}
|
|
@@ -293,6 +296,12 @@
|
|
|
293
296
|
}
|
|
294
297
|
@media (max-width: 769px) {
|
|
295
298
|
.e-pager {
|
|
299
|
+
display: -webkit-box;
|
|
300
|
+
display: -ms-flexbox;
|
|
301
|
+
display: flex;
|
|
302
|
+
-webkit-box-align: center;
|
|
303
|
+
-ms-flex-align: center;
|
|
304
|
+
align-items: center;
|
|
296
305
|
padding: 13px 0;
|
|
297
306
|
}
|
|
298
307
|
.e-pager div.e-parentmsgbar {
|
|
@@ -466,7 +475,8 @@
|
|
|
466
475
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
467
476
|
float: initial;
|
|
468
477
|
margin-left: 0;
|
|
469
|
-
margin-top:
|
|
478
|
+
margin-top: 0;
|
|
479
|
+
padding-top: 0;
|
|
470
480
|
}
|
|
471
481
|
.e-pager.e-rtl .e-parentmsgbar {
|
|
472
482
|
float: right;
|
|
@@ -1597,6 +1607,9 @@
|
|
|
1597
1607
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1598
1608
|
margin-right: 8px;
|
|
1599
1609
|
}
|
|
1610
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1611
|
+
margin-left: 8px;
|
|
1612
|
+
}
|
|
1600
1613
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1601
1614
|
padding: 4px;
|
|
1602
1615
|
}
|
|
@@ -1627,6 +1640,7 @@
|
|
|
1627
1640
|
}
|
|
1628
1641
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1629
1642
|
margin-left: 0;
|
|
1643
|
+
margin-right: 8px;
|
|
1630
1644
|
}
|
|
1631
1645
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1632
1646
|
margin-left: 8px;
|
|
@@ -1634,11 +1648,13 @@
|
|
|
1634
1648
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1635
1649
|
margin-left: 0;
|
|
1636
1650
|
}
|
|
1637
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1651
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1652
|
+
margin-right: 0;
|
|
1653
|
+
}
|
|
1638
1654
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1639
1655
|
margin-right: 0;
|
|
1656
|
+
margin-left: 8px;
|
|
1640
1657
|
}
|
|
1641
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1642
1658
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1643
1659
|
margin-right: 8px;
|
|
1644
1660
|
}
|
|
@@ -2809,6 +2825,12 @@
|
|
|
2809
2825
|
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
2810
2826
|
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
2811
2827
|
}
|
|
2828
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
2829
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
2830
|
+
display: -webkit-box;
|
|
2831
|
+
display: -ms-flexbox;
|
|
2832
|
+
display: flex;
|
|
2833
|
+
}
|
|
2812
2834
|
.e-contextmenu-wrapper ul.e-ul,
|
|
2813
2835
|
.e-contextmenu-container ul.e-ul {
|
|
2814
2836
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -4572,13 +4594,13 @@
|
|
|
4572
4594
|
padding: 0 12px;
|
|
4573
4595
|
}
|
|
4574
4596
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
4575
|
-
height:
|
|
4597
|
+
height: 44px;
|
|
4576
4598
|
}
|
|
4577
4599
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4578
|
-
height:
|
|
4600
|
+
height: 44px;
|
|
4579
4601
|
}
|
|
4580
4602
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4581
|
-
height:
|
|
4603
|
+
height: 44px;
|
|
4582
4604
|
}
|
|
4583
4605
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
4584
4606
|
height: 62px;
|
|
@@ -5556,18 +5578,18 @@
|
|
|
5556
5578
|
color: #201f1e;
|
|
5557
5579
|
}
|
|
5558
5580
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
5559
|
-
background: #
|
|
5581
|
+
background: #0078d4;
|
|
5560
5582
|
border-color: unset;
|
|
5561
5583
|
}
|
|
5562
5584
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
5563
|
-
color: #
|
|
5585
|
+
color: #fff;
|
|
5564
5586
|
}
|
|
5565
5587
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
5566
|
-
color: #
|
|
5588
|
+
color: #fff;
|
|
5567
5589
|
}
|
|
5568
5590
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
5569
5591
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
5570
|
-
color: #
|
|
5592
|
+
color: #fff;
|
|
5571
5593
|
}
|
|
5572
5594
|
.e-tab.e-background .e-tab-header {
|
|
5573
5595
|
background: #0078d4;
|
|
@@ -6073,6 +6095,9 @@
|
|
|
6073
6095
|
.e-treeview.e-virtualization .e-ul {
|
|
6074
6096
|
overflow: unset;
|
|
6075
6097
|
}
|
|
6098
|
+
.e-treeview .e-mask-parent {
|
|
6099
|
+
display: none;
|
|
6100
|
+
}
|
|
6076
6101
|
.e-treeview > .e-ul {
|
|
6077
6102
|
-webkit-overflow-scrolling: touch;
|
|
6078
6103
|
overflow: auto;
|
|
@@ -7911,6 +7936,21 @@ ejs-sidebar {
|
|
|
7911
7936
|
padding-right: 4px;
|
|
7912
7937
|
}
|
|
7913
7938
|
|
|
7939
|
+
.e-breadcrumb-menu-item {
|
|
7940
|
+
position: absolute;
|
|
7941
|
+
width: 1px;
|
|
7942
|
+
height: 1px;
|
|
7943
|
+
margin: -1px;
|
|
7944
|
+
padding: 0;
|
|
7945
|
+
overflow: hidden;
|
|
7946
|
+
clip: rect(0, 0, 0, 0);
|
|
7947
|
+
border: 0;
|
|
7948
|
+
}
|
|
7949
|
+
|
|
7950
|
+
.e-hidden-popup {
|
|
7951
|
+
visibility: hidden;
|
|
7952
|
+
}
|
|
7953
|
+
|
|
7914
7954
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
7915
7955
|
color: #605e5c;
|
|
7916
7956
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -67,6 +67,9 @@
|
|
|
67
67
|
padding-right: 0;
|
|
68
68
|
padding-top: 8px;
|
|
69
69
|
}
|
|
70
|
+
.e-pager div.e-parentmsgbar span.e-rightalign {
|
|
71
|
+
text-align: right;
|
|
72
|
+
}
|
|
70
73
|
.e-pager .e-pagesizes {
|
|
71
74
|
display: inline;
|
|
72
75
|
}
|
|
@@ -293,6 +296,12 @@
|
|
|
293
296
|
}
|
|
294
297
|
@media (max-width: 769px) {
|
|
295
298
|
.e-pager {
|
|
299
|
+
display: -webkit-box;
|
|
300
|
+
display: -ms-flexbox;
|
|
301
|
+
display: flex;
|
|
302
|
+
-webkit-box-align: center;
|
|
303
|
+
-ms-flex-align: center;
|
|
304
|
+
align-items: center;
|
|
296
305
|
padding: 13px 0;
|
|
297
306
|
}
|
|
298
307
|
.e-pager div.e-parentmsgbar {
|
|
@@ -466,7 +475,8 @@
|
|
|
466
475
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
467
476
|
float: initial;
|
|
468
477
|
margin-left: 0;
|
|
469
|
-
margin-top:
|
|
478
|
+
margin-top: 0;
|
|
479
|
+
padding-top: 0;
|
|
470
480
|
}
|
|
471
481
|
.e-pager.e-rtl .e-parentmsgbar {
|
|
472
482
|
float: right;
|
|
@@ -726,14 +736,14 @@
|
|
|
726
736
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
727
737
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
728
738
|
margin-left: 0;
|
|
729
|
-
margin-top:
|
|
739
|
+
margin-top: 0;
|
|
730
740
|
}
|
|
731
741
|
}
|
|
732
742
|
@media (max-width: 769px) {
|
|
733
743
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
734
744
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
735
745
|
margin-left: 0;
|
|
736
|
-
margin-top:
|
|
746
|
+
margin-top: 0;
|
|
737
747
|
}
|
|
738
748
|
}
|
|
739
749
|
.e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem:hover, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem:hover,
|
|
@@ -787,7 +797,7 @@
|
|
|
787
797
|
}
|
|
788
798
|
.e-bigger .e-pager.e-adaptive div.e-parentmsgbar,
|
|
789
799
|
.e-pager.e-bigger.e-adaptive div.e-parentmsgbar {
|
|
790
|
-
margin-top:
|
|
800
|
+
margin-top: 0;
|
|
791
801
|
}
|
|
792
802
|
.e-bigger .e-pager.e-adaptive .e-pagerdropdown,
|
|
793
803
|
.e-pager.e-bigger.e-adaptive .e-pagerdropdown {
|
|
@@ -1860,6 +1870,9 @@
|
|
|
1860
1870
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1861
1871
|
margin-right: 8px;
|
|
1862
1872
|
}
|
|
1873
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1874
|
+
margin-left: 8px;
|
|
1875
|
+
}
|
|
1863
1876
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1864
1877
|
padding: 4px;
|
|
1865
1878
|
}
|
|
@@ -1890,6 +1903,7 @@
|
|
|
1890
1903
|
}
|
|
1891
1904
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1892
1905
|
margin-left: 0;
|
|
1906
|
+
margin-right: 8px;
|
|
1893
1907
|
}
|
|
1894
1908
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1895
1909
|
margin-left: 8px;
|
|
@@ -1897,11 +1911,13 @@
|
|
|
1897
1911
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1898
1912
|
margin-left: 0;
|
|
1899
1913
|
}
|
|
1900
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1914
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1915
|
+
margin-right: 0;
|
|
1916
|
+
}
|
|
1901
1917
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1902
1918
|
margin-right: 0;
|
|
1919
|
+
margin-left: 8px;
|
|
1903
1920
|
}
|
|
1904
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1905
1921
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1906
1922
|
margin-right: 8px;
|
|
1907
1923
|
}
|
|
@@ -3431,6 +3447,12 @@
|
|
|
3431
3447
|
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3432
3448
|
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3433
3449
|
}
|
|
3450
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
3451
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
3452
|
+
display: -webkit-box;
|
|
3453
|
+
display: -ms-flexbox;
|
|
3454
|
+
display: flex;
|
|
3455
|
+
}
|
|
3434
3456
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3435
3457
|
.e-contextmenu-container ul.e-ul {
|
|
3436
3458
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -5240,13 +5262,13 @@
|
|
|
5240
5262
|
padding: 0 12px;
|
|
5241
5263
|
}
|
|
5242
5264
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
5243
|
-
height:
|
|
5265
|
+
height: 44px;
|
|
5244
5266
|
}
|
|
5245
5267
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5246
|
-
height:
|
|
5268
|
+
height: 44px;
|
|
5247
5269
|
}
|
|
5248
5270
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
5249
|
-
height:
|
|
5271
|
+
height: 44px;
|
|
5250
5272
|
}
|
|
5251
5273
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
5252
5274
|
height: 62px;
|
|
@@ -6224,18 +6246,18 @@
|
|
|
6224
6246
|
color: #201f1e;
|
|
6225
6247
|
}
|
|
6226
6248
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6227
|
-
background: #
|
|
6249
|
+
background: #0078d4;
|
|
6228
6250
|
border-color: unset;
|
|
6229
6251
|
}
|
|
6230
6252
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
6231
|
-
color: #
|
|
6253
|
+
color: #fff;
|
|
6232
6254
|
}
|
|
6233
6255
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6234
|
-
color: #
|
|
6256
|
+
color: #fff;
|
|
6235
6257
|
}
|
|
6236
6258
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6237
6259
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6238
|
-
color: #
|
|
6260
|
+
color: #fff;
|
|
6239
6261
|
}
|
|
6240
6262
|
.e-tab.e-background .e-tab-header {
|
|
6241
6263
|
background: #0078d4;
|
|
@@ -7942,6 +7964,9 @@
|
|
|
7942
7964
|
.e-treeview.e-virtualization .e-ul {
|
|
7943
7965
|
overflow: unset;
|
|
7944
7966
|
}
|
|
7967
|
+
.e-treeview .e-mask-parent {
|
|
7968
|
+
display: none;
|
|
7969
|
+
}
|
|
7945
7970
|
.e-treeview > .e-ul {
|
|
7946
7971
|
-webkit-overflow-scrolling: touch;
|
|
7947
7972
|
overflow: auto;
|
|
@@ -10364,6 +10389,21 @@ ejs-sidebar {
|
|
|
10364
10389
|
padding-right: 4px;
|
|
10365
10390
|
}
|
|
10366
10391
|
|
|
10392
|
+
.e-breadcrumb-menu-item {
|
|
10393
|
+
position: absolute;
|
|
10394
|
+
width: 1px;
|
|
10395
|
+
height: 1px;
|
|
10396
|
+
margin: -1px;
|
|
10397
|
+
padding: 0;
|
|
10398
|
+
overflow: hidden;
|
|
10399
|
+
clip: rect(0, 0, 0, 0);
|
|
10400
|
+
border: 0;
|
|
10401
|
+
}
|
|
10402
|
+
|
|
10403
|
+
.e-hidden-popup {
|
|
10404
|
+
visibility: hidden;
|
|
10405
|
+
}
|
|
10406
|
+
|
|
10367
10407
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
10368
10408
|
color: #605e5c;
|
|
10369
10409
|
}
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -74,6 +74,9 @@
|
|
|
74
74
|
padding-top: 6px;
|
|
75
75
|
line-height: 20px;
|
|
76
76
|
}
|
|
77
|
+
.e-pager div.e-parentmsgbar span.e-rightalign {
|
|
78
|
+
text-align: right;
|
|
79
|
+
}
|
|
77
80
|
.e-pager .e-pagesizes {
|
|
78
81
|
display: inline;
|
|
79
82
|
}
|
|
@@ -317,6 +320,12 @@
|
|
|
317
320
|
}
|
|
318
321
|
@media (max-width: 769px) {
|
|
319
322
|
.e-pager {
|
|
323
|
+
display: -webkit-box;
|
|
324
|
+
display: -ms-flexbox;
|
|
325
|
+
display: flex;
|
|
326
|
+
-webkit-box-align: center;
|
|
327
|
+
-ms-flex-align: center;
|
|
328
|
+
align-items: center;
|
|
320
329
|
padding: 11px 0;
|
|
321
330
|
}
|
|
322
331
|
.e-pager div.e-parentmsgbar {
|
|
@@ -488,7 +497,8 @@
|
|
|
488
497
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
489
498
|
float: initial;
|
|
490
499
|
margin-left: 0;
|
|
491
|
-
margin-top:
|
|
500
|
+
margin-top: 0;
|
|
501
|
+
padding-top: 0;
|
|
492
502
|
}
|
|
493
503
|
.e-pager.e-rtl .e-parentmsgbar {
|
|
494
504
|
float: right;
|
|
@@ -1651,6 +1661,9 @@
|
|
|
1651
1661
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1652
1662
|
margin-right: 8px;
|
|
1653
1663
|
}
|
|
1664
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1665
|
+
margin-left: 8px;
|
|
1666
|
+
}
|
|
1654
1667
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1655
1668
|
padding: 8px 4px;
|
|
1656
1669
|
}
|
|
@@ -1681,6 +1694,7 @@
|
|
|
1681
1694
|
}
|
|
1682
1695
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1683
1696
|
margin-left: 0;
|
|
1697
|
+
margin-right: 8px;
|
|
1684
1698
|
}
|
|
1685
1699
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1686
1700
|
margin-left: 8px;
|
|
@@ -1688,11 +1702,13 @@
|
|
|
1688
1702
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1689
1703
|
margin-left: 0;
|
|
1690
1704
|
}
|
|
1691
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1705
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1706
|
+
margin-right: 0;
|
|
1707
|
+
}
|
|
1692
1708
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1693
1709
|
margin-right: 0;
|
|
1710
|
+
margin-left: 8px;
|
|
1694
1711
|
}
|
|
1695
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1696
1712
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1697
1713
|
margin-right: 8px;
|
|
1698
1714
|
}
|
|
@@ -2915,6 +2931,12 @@
|
|
|
2915
2931
|
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
2916
2932
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
2917
2933
|
}
|
|
2934
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
2935
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
2936
|
+
display: -webkit-box;
|
|
2937
|
+
display: -ms-flexbox;
|
|
2938
|
+
display: flex;
|
|
2939
|
+
}
|
|
2918
2940
|
.e-contextmenu-wrapper ul.e-ul,
|
|
2919
2941
|
.e-contextmenu-container ul.e-ul {
|
|
2920
2942
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -6496,6 +6518,9 @@
|
|
|
6496
6518
|
.e-treeview.e-virtualization .e-ul {
|
|
6497
6519
|
overflow: unset;
|
|
6498
6520
|
}
|
|
6521
|
+
.e-treeview .e-mask-parent {
|
|
6522
|
+
display: none;
|
|
6523
|
+
}
|
|
6499
6524
|
.e-treeview > .e-ul {
|
|
6500
6525
|
-webkit-overflow-scrolling: touch;
|
|
6501
6526
|
overflow: auto;
|
|
@@ -8463,6 +8488,21 @@ ejs-sidebar {
|
|
|
8463
8488
|
background-color: var(--color-sf-content-bg-color-pressed) !important; /* stylelint-disable-line declaration-no-important */
|
|
8464
8489
|
}
|
|
8465
8490
|
|
|
8491
|
+
.e-breadcrumb-menu-item {
|
|
8492
|
+
position: absolute;
|
|
8493
|
+
width: 1px;
|
|
8494
|
+
height: 1px;
|
|
8495
|
+
margin: -1px;
|
|
8496
|
+
padding: 0;
|
|
8497
|
+
overflow: hidden;
|
|
8498
|
+
clip: rect(0, 0, 0, 0);
|
|
8499
|
+
border: 0;
|
|
8500
|
+
}
|
|
8501
|
+
|
|
8502
|
+
.e-hidden-popup {
|
|
8503
|
+
visibility: hidden;
|
|
8504
|
+
}
|
|
8505
|
+
|
|
8466
8506
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
8467
8507
|
color: var(--color-sf-content-text-color-alt1);
|
|
8468
8508
|
}
|
package/styles/fluent2.css
CHANGED
|
@@ -74,6 +74,9 @@
|
|
|
74
74
|
padding-top: 6px;
|
|
75
75
|
line-height: 20px;
|
|
76
76
|
}
|
|
77
|
+
.e-pager div.e-parentmsgbar span.e-rightalign {
|
|
78
|
+
text-align: right;
|
|
79
|
+
}
|
|
77
80
|
.e-pager .e-pagesizes {
|
|
78
81
|
display: inline;
|
|
79
82
|
}
|
|
@@ -317,6 +320,12 @@
|
|
|
317
320
|
}
|
|
318
321
|
@media (max-width: 769px) {
|
|
319
322
|
.e-pager {
|
|
323
|
+
display: -webkit-box;
|
|
324
|
+
display: -ms-flexbox;
|
|
325
|
+
display: flex;
|
|
326
|
+
-webkit-box-align: center;
|
|
327
|
+
-ms-flex-align: center;
|
|
328
|
+
align-items: center;
|
|
320
329
|
padding: 11px 0;
|
|
321
330
|
}
|
|
322
331
|
.e-pager div.e-parentmsgbar {
|
|
@@ -488,7 +497,8 @@
|
|
|
488
497
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
489
498
|
float: initial;
|
|
490
499
|
margin-left: 0;
|
|
491
|
-
margin-top:
|
|
500
|
+
margin-top: 0;
|
|
501
|
+
padding-top: 0;
|
|
492
502
|
}
|
|
493
503
|
.e-pager.e-rtl .e-parentmsgbar {
|
|
494
504
|
float: right;
|
|
@@ -775,14 +785,14 @@
|
|
|
775
785
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
776
786
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
777
787
|
margin-left: 0;
|
|
778
|
-
margin-top:
|
|
788
|
+
margin-top: 0;
|
|
779
789
|
}
|
|
780
790
|
}
|
|
781
791
|
@media (max-width: 769px) {
|
|
782
792
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
783
793
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
784
794
|
margin-left: 0;
|
|
785
|
-
margin-top:
|
|
795
|
+
margin-top: 0;
|
|
786
796
|
}
|
|
787
797
|
}
|
|
788
798
|
.e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem:hover, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem:hover,
|
|
@@ -1932,6 +1942,9 @@
|
|
|
1932
1942
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1933
1943
|
margin-right: 8px;
|
|
1934
1944
|
}
|
|
1945
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1946
|
+
margin-left: 8px;
|
|
1947
|
+
}
|
|
1935
1948
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1936
1949
|
padding: 8px 4px;
|
|
1937
1950
|
}
|
|
@@ -1962,6 +1975,7 @@
|
|
|
1962
1975
|
}
|
|
1963
1976
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1964
1977
|
margin-left: 0;
|
|
1978
|
+
margin-right: 8px;
|
|
1965
1979
|
}
|
|
1966
1980
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1967
1981
|
margin-left: 8px;
|
|
@@ -1969,11 +1983,13 @@
|
|
|
1969
1983
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1970
1984
|
margin-left: 0;
|
|
1971
1985
|
}
|
|
1972
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1986
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1987
|
+
margin-right: 0;
|
|
1988
|
+
}
|
|
1973
1989
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1974
1990
|
margin-right: 0;
|
|
1991
|
+
margin-left: 8px;
|
|
1975
1992
|
}
|
|
1976
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1977
1993
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1978
1994
|
margin-right: 8px;
|
|
1979
1995
|
}
|
|
@@ -3555,6 +3571,12 @@
|
|
|
3555
3571
|
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
3556
3572
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
3557
3573
|
}
|
|
3574
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
3575
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
3576
|
+
display: -webkit-box;
|
|
3577
|
+
display: -ms-flexbox;
|
|
3578
|
+
display: flex;
|
|
3579
|
+
}
|
|
3558
3580
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3559
3581
|
.e-contextmenu-container ul.e-ul {
|
|
3560
3582
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -8421,6 +8443,9 @@
|
|
|
8421
8443
|
.e-treeview.e-virtualization .e-ul {
|
|
8422
8444
|
overflow: unset;
|
|
8423
8445
|
}
|
|
8446
|
+
.e-treeview .e-mask-parent {
|
|
8447
|
+
display: none;
|
|
8448
|
+
}
|
|
8424
8449
|
.e-treeview > .e-ul {
|
|
8425
8450
|
-webkit-overflow-scrolling: touch;
|
|
8426
8451
|
overflow: auto;
|
|
@@ -10952,6 +10977,21 @@ ejs-sidebar {
|
|
|
10952
10977
|
background-color: var(--color-sf-content-bg-color-pressed) !important; /* stylelint-disable-line declaration-no-important */
|
|
10953
10978
|
}
|
|
10954
10979
|
|
|
10980
|
+
.e-breadcrumb-menu-item {
|
|
10981
|
+
position: absolute;
|
|
10982
|
+
width: 1px;
|
|
10983
|
+
height: 1px;
|
|
10984
|
+
margin: -1px;
|
|
10985
|
+
padding: 0;
|
|
10986
|
+
overflow: hidden;
|
|
10987
|
+
clip: rect(0, 0, 0, 0);
|
|
10988
|
+
border: 0;
|
|
10989
|
+
}
|
|
10990
|
+
|
|
10991
|
+
.e-hidden-popup {
|
|
10992
|
+
visibility: hidden;
|
|
10993
|
+
}
|
|
10994
|
+
|
|
10955
10995
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
10956
10996
|
color: var(--color-sf-content-text-color-alt1);
|
|
10957
10997
|
}
|
|
@@ -67,6 +67,9 @@
|
|
|
67
67
|
padding-right: 10px;
|
|
68
68
|
padding-top: 9px;
|
|
69
69
|
}
|
|
70
|
+
.e-pager div.e-parentmsgbar span.e-rightalign {
|
|
71
|
+
text-align: right;
|
|
72
|
+
}
|
|
70
73
|
.e-pager .e-pagesizes {
|
|
71
74
|
display: inline;
|
|
72
75
|
}
|
|
@@ -291,6 +294,12 @@
|
|
|
291
294
|
}
|
|
292
295
|
@media (max-width: 769px) {
|
|
293
296
|
.e-pager {
|
|
297
|
+
display: -webkit-box;
|
|
298
|
+
display: -ms-flexbox;
|
|
299
|
+
display: flex;
|
|
300
|
+
-webkit-box-align: center;
|
|
301
|
+
-ms-flex-align: center;
|
|
302
|
+
align-items: center;
|
|
294
303
|
padding: 13px 0;
|
|
295
304
|
}
|
|
296
305
|
.e-pager div.e-parentmsgbar {
|
|
@@ -464,7 +473,8 @@
|
|
|
464
473
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
465
474
|
float: initial;
|
|
466
475
|
margin-left: 0;
|
|
467
|
-
margin-top:
|
|
476
|
+
margin-top: 0;
|
|
477
|
+
padding-top: 0;
|
|
468
478
|
}
|
|
469
479
|
.e-pager.e-rtl .e-parentmsgbar {
|
|
470
480
|
float: right;
|
|
@@ -1557,6 +1567,9 @@
|
|
|
1557
1567
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1558
1568
|
margin-right: 3px;
|
|
1559
1569
|
}
|
|
1570
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1571
|
+
margin-left: 3px;
|
|
1572
|
+
}
|
|
1560
1573
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1561
1574
|
padding: 0 12px 0 0;
|
|
1562
1575
|
}
|
|
@@ -1587,6 +1600,7 @@
|
|
|
1587
1600
|
}
|
|
1588
1601
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1589
1602
|
margin-left: 0;
|
|
1603
|
+
margin-right: 3px;
|
|
1590
1604
|
}
|
|
1591
1605
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1592
1606
|
margin-left: 3px;
|
|
@@ -1594,11 +1608,13 @@
|
|
|
1594
1608
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1595
1609
|
margin-left: 0;
|
|
1596
1610
|
}
|
|
1597
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1611
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1612
|
+
margin-right: 0;
|
|
1613
|
+
}
|
|
1598
1614
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1599
1615
|
margin-right: 0;
|
|
1616
|
+
margin-left: 3px;
|
|
1600
1617
|
}
|
|
1601
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1602
1618
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1603
1619
|
margin-right: 3px;
|
|
1604
1620
|
}
|
|
@@ -2769,6 +2785,12 @@
|
|
|
2769
2785
|
-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
|
|
2770
2786
|
box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
|
|
2771
2787
|
}
|
|
2788
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
2789
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
2790
|
+
display: -webkit-box;
|
|
2791
|
+
display: -ms-flexbox;
|
|
2792
|
+
display: flex;
|
|
2793
|
+
}
|
|
2772
2794
|
.e-contextmenu-wrapper ul.e-ul,
|
|
2773
2795
|
.e-contextmenu-container ul.e-ul {
|
|
2774
2796
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -6027,6 +6049,9 @@
|
|
|
6027
6049
|
.e-treeview.e-virtualization .e-ul {
|
|
6028
6050
|
overflow: unset;
|
|
6029
6051
|
}
|
|
6052
|
+
.e-treeview .e-mask-parent {
|
|
6053
|
+
display: none;
|
|
6054
|
+
}
|
|
6030
6055
|
.e-treeview > .e-ul {
|
|
6031
6056
|
-webkit-overflow-scrolling: touch;
|
|
6032
6057
|
overflow: auto;
|
|
@@ -7852,6 +7877,21 @@ ejs-sidebar {
|
|
|
7852
7877
|
padding-right: 4px;
|
|
7853
7878
|
}
|
|
7854
7879
|
|
|
7880
|
+
.e-breadcrumb-menu-item {
|
|
7881
|
+
position: absolute;
|
|
7882
|
+
width: 1px;
|
|
7883
|
+
height: 1px;
|
|
7884
|
+
margin: -1px;
|
|
7885
|
+
padding: 0;
|
|
7886
|
+
overflow: hidden;
|
|
7887
|
+
clip: rect(0, 0, 0, 0);
|
|
7888
|
+
border: 0;
|
|
7889
|
+
}
|
|
7890
|
+
|
|
7891
|
+
.e-hidden-popup {
|
|
7892
|
+
visibility: hidden;
|
|
7893
|
+
}
|
|
7894
|
+
|
|
7855
7895
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
7856
7896
|
color: #000;
|
|
7857
7897
|
}
|