@syncfusion/ej2-navigations 27.2.4 → 28.1.33
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/README.md +2 -2
- package/dist/ej2-navigations.min.js +3 -3
- package/dist/ej2-navigations.umd.min.js +3 -3
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +484 -297
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +503 -310
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +3 -3
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +2 -2
- package/package.json +12 -12
- package/src/carousel/carousel-model.d.ts +12 -0
- package/src/carousel/carousel.d.ts +11 -0
- package/src/carousel/carousel.js +24 -3
- package/src/common/menu-base-model.d.ts +7 -0
- package/src/common/menu-base.d.ts +7 -0
- package/src/common/menu-base.js +80 -19
- package/src/context-menu/context-menu-model.d.ts +15 -0
- package/src/context-menu/context-menu.d.ts +13 -0
- package/src/context-menu/context-menu.js +10 -0
- package/src/menu/menu.js +4 -0
- package/src/stepper/stepper.d.ts +9 -0
- package/src/stepper/stepper.js +262 -237
- package/src/stepper-base/stepper-base.js +15 -11
- package/src/tab/tab-model.d.ts +15 -2
- package/src/tab/tab.d.ts +26 -2
- package/src/tab/tab.js +82 -15
- package/src/toolbar/toolbar-model.d.ts +0 -6
- package/src/toolbar/toolbar.d.ts +0 -6
- package/src/treeview/treeview.d.ts +1 -9
- package/src/treeview/treeview.js +18 -17
- package/styles/accordion/_tailwind3-definition.scss +168 -0
- package/styles/accordion/_theme.scss +2 -2
- package/styles/accordion/bds.css +544 -0
- package/styles/accordion/bds.scss +5 -0
- package/styles/accordion/icons/_tailwind3.scss +15 -0
- package/styles/accordion/tailwind3.css +552 -0
- package/styles/accordion/tailwind3.scss +5 -0
- package/styles/appbar/_layout.scss +1 -1
- package/styles/appbar/_tailwind3-definition.scss +6 -0
- package/styles/appbar/bds.css +302 -0
- package/styles/appbar/bds.scss +4 -0
- package/styles/appbar/tailwind3.css +285 -0
- package/styles/appbar/tailwind3.scss +4 -0
- package/styles/bds-lite.css +9234 -0
- package/styles/bds-lite.scss +47 -0
- package/styles/bds.css +11955 -0
- package/styles/bds.scss +59 -0
- package/styles/bootstrap-dark-lite.css +22 -13
- package/styles/bootstrap-dark.css +36 -14
- package/styles/bootstrap-lite.css +22 -13
- package/styles/bootstrap.css +36 -14
- package/styles/bootstrap4-lite.css +22 -13
- package/styles/bootstrap4.css +36 -14
- package/styles/bootstrap5-dark-lite.css +30 -21
- package/styles/bootstrap5-dark.css +44 -22
- package/styles/bootstrap5-lite.css +30 -21
- package/styles/bootstrap5.3-lite.css +22 -13
- package/styles/bootstrap5.3.css +36 -14
- package/styles/bootstrap5.css +44 -22
- package/styles/breadcrumb/_layout.scss +16 -1
- package/styles/breadcrumb/_tailwind3-definition.scss +61 -0
- package/styles/breadcrumb/_theme.scss +60 -0
- package/styles/breadcrumb/bds.css +418 -0
- package/styles/breadcrumb/bds.scss +5 -0
- package/styles/breadcrumb/icons/_tailwind3.scss +23 -0
- package/styles/breadcrumb/tailwind3.css +434 -0
- package/styles/breadcrumb/tailwind3.scss +5 -0
- package/styles/carousel/_tailwind3-definition.scss +24 -0
- package/styles/carousel/_theme.scss +9 -3
- package/styles/carousel/bds.css +426 -0
- package/styles/carousel/bds.scss +5 -0
- package/styles/carousel/fluent2.css +5 -0
- package/styles/carousel/icons/_tailwind3.scss +30 -0
- package/styles/carousel/tailwind3.css +396 -0
- package/styles/carousel/tailwind3.scss +5 -0
- package/styles/context-menu/_bigger.scss +15 -0
- package/styles/context-menu/_layout.scss +24 -0
- package/styles/context-menu/_tailwind3-definition.scss +55 -0
- package/styles/context-menu/bds.css +421 -0
- package/styles/context-menu/bds.scss +8 -0
- package/styles/context-menu/fluent2.css +1 -1
- package/styles/context-menu/icons/_tailwind3.scss +31 -0
- package/styles/context-menu/tailwind3.css +449 -0
- package/styles/context-menu/tailwind3.scss +8 -0
- package/styles/fabric-dark-lite.css +22 -13
- package/styles/fabric-dark.css +36 -14
- package/styles/fabric-lite.css +22 -13
- package/styles/fabric.css +36 -14
- package/styles/fluent-dark-lite.css +23 -14
- package/styles/fluent-dark.css +37 -15
- package/styles/fluent-lite.css +23 -14
- package/styles/fluent.css +37 -15
- package/styles/fluent2-lite.css +38 -21
- package/styles/fluent2.css +52 -22
- package/styles/h-scroll/_tailwind3-definition.scss +83 -0
- package/styles/h-scroll/bds.css +311 -0
- package/styles/h-scroll/bds.scss +5 -0
- package/styles/h-scroll/icons/_tailwind3.scss +49 -0
- package/styles/h-scroll/tailwind3.css +311 -0
- package/styles/h-scroll/tailwind3.scss +5 -0
- package/styles/highcontrast-light-lite.css +22 -13
- package/styles/highcontrast-light.css +36 -14
- package/styles/highcontrast-lite.css +25 -16
- package/styles/highcontrast.css +39 -17
- package/styles/material-dark-lite.css +22 -13
- package/styles/material-dark.css +36 -14
- package/styles/material-lite.css +22 -13
- package/styles/material.css +36 -14
- package/styles/material3-dark-lite.css +22 -13
- package/styles/material3-dark.css +39 -14
- package/styles/material3-lite.css +22 -13
- package/styles/material3.css +39 -14
- package/styles/menu/_bigger.scss +23 -0
- package/styles/menu/_layout.scss +32 -0
- package/styles/menu/_tailwind3-definition.scss +66 -0
- package/styles/menu/_theme.scss +36 -2
- package/styles/menu/bds.css +1155 -0
- package/styles/menu/bds.scss +9 -0
- package/styles/menu/fluent2.css +1 -1
- package/styles/menu/icons/_tailwind3.scss +104 -0
- package/styles/menu/tailwind3.css +1232 -0
- package/styles/menu/tailwind3.scss +9 -0
- package/styles/pager/_bigger.scss +39 -6
- package/styles/pager/_layout.scss +5 -2
- package/styles/pager/_tailwind-definition.scss +2 -2
- package/styles/pager/_tailwind3-definition.scss +166 -0
- package/styles/pager/bds.css +915 -0
- package/styles/pager/bds.scss +5 -0
- package/styles/pager/bootstrap-dark.css +7 -0
- package/styles/pager/bootstrap.css +7 -0
- package/styles/pager/bootstrap4.css +7 -0
- package/styles/pager/bootstrap5-dark.css +7 -0
- package/styles/pager/bootstrap5.3.css +7 -0
- package/styles/pager/bootstrap5.css +7 -0
- package/styles/pager/fabric-dark.css +7 -0
- package/styles/pager/fabric.css +7 -0
- package/styles/pager/fluent-dark.css +7 -0
- package/styles/pager/fluent.css +7 -0
- package/styles/pager/fluent2.css +7 -0
- package/styles/pager/highcontrast-light.css +7 -0
- package/styles/pager/highcontrast.css +7 -0
- package/styles/pager/icons/_tailwind3.scss +50 -0
- package/styles/pager/material-dark.css +7 -0
- package/styles/pager/material.css +7 -0
- package/styles/pager/material3-dark.css +8 -0
- package/styles/pager/material3.css +8 -0
- package/styles/pager/tailwind-dark.css +17 -10
- package/styles/pager/tailwind.css +17 -10
- package/styles/pager/tailwind3.css +835 -0
- package/styles/pager/tailwind3.scss +5 -0
- package/styles/sidebar/_tailwind3-definition.scss +6 -0
- package/styles/sidebar/_theme.scss +1 -1
- package/styles/sidebar/bds.css +263 -0
- package/styles/sidebar/bds.scss +3 -0
- package/styles/sidebar/tailwind3.css +227 -0
- package/styles/sidebar/tailwind3.scss +3 -0
- package/styles/stepper/_layout.scss +3 -0
- package/styles/stepper/_tailwind3-definition.scss +72 -0
- package/styles/stepper/_theme.scss +2 -1
- package/styles/stepper/bds.css +725 -0
- package/styles/stepper/bds.scss +6 -0
- package/styles/stepper/bootstrap-dark.css +5 -1
- package/styles/stepper/bootstrap.css +5 -1
- package/styles/stepper/bootstrap4.css +5 -1
- package/styles/stepper/bootstrap5-dark.css +5 -1
- package/styles/stepper/bootstrap5.3.css +5 -1
- package/styles/stepper/bootstrap5.css +5 -1
- package/styles/stepper/fabric-dark.css +5 -1
- package/styles/stepper/fabric.css +5 -1
- package/styles/stepper/fluent-dark.css +5 -1
- package/styles/stepper/fluent.css +5 -1
- package/styles/stepper/fluent2.css +5 -1
- package/styles/stepper/highcontrast-light.css +5 -1
- package/styles/stepper/highcontrast.css +5 -1
- package/styles/stepper/icons/_tailwind3.scss +5 -0
- package/styles/stepper/material-dark.css +5 -1
- package/styles/stepper/material.css +5 -1
- package/styles/stepper/material3-dark.css +5 -1
- package/styles/stepper/material3.css +5 -1
- package/styles/stepper/tailwind-dark.css +5 -1
- package/styles/stepper/tailwind.css +5 -1
- package/styles/stepper/tailwind3.css +725 -0
- package/styles/stepper/tailwind3.scss +6 -0
- package/styles/tab/_bigger.scss +16 -0
- package/styles/tab/_bootstrap-dark-definition.scss +0 -2
- package/styles/tab/_bootstrap-definition.scss +0 -2
- package/styles/tab/_bootstrap4-definition.scss +0 -2
- package/styles/tab/_bootstrap5-definition.scss +0 -2
- package/styles/tab/_bootstrap5.3-definition.scss +0 -2
- package/styles/tab/_fabric-dark-definition.scss +0 -2
- package/styles/tab/_fabric-definition.scss +0 -2
- package/styles/tab/_fluent-definition.scss +0 -2
- package/styles/tab/_fluent2-definition.scss +0 -2
- package/styles/tab/_fusionnew-definition.scss +0 -2
- package/styles/tab/_highcontrast-definition.scss +0 -2
- package/styles/tab/_highcontrast-light-definition.scss +0 -2
- package/styles/tab/_material-dark-definition.scss +0 -2
- package/styles/tab/_material-definition.scss +0 -2
- package/styles/tab/_material3-definition.scss +0 -2
- package/styles/tab/_tailwind-definition.scss +0 -2
- package/styles/tab/_tailwind3-definition.scss +634 -0
- package/styles/tab/_theme.scss +0 -12
- package/styles/tab/bds.css +4190 -0
- package/styles/tab/bds.scss +6 -0
- package/styles/tab/bootstrap-dark.css +7 -11
- package/styles/tab/bootstrap.css +7 -11
- package/styles/tab/bootstrap4.css +7 -11
- package/styles/tab/bootstrap5-dark.css +7 -11
- package/styles/tab/bootstrap5.3.css +7 -11
- package/styles/tab/bootstrap5.css +7 -11
- package/styles/tab/fabric-dark.css +7 -11
- package/styles/tab/fabric.css +7 -11
- package/styles/tab/fluent-dark.css +7 -11
- package/styles/tab/fluent.css +7 -11
- package/styles/tab/fluent2.css +10 -14
- package/styles/tab/highcontrast-light.css +7 -11
- package/styles/tab/highcontrast.css +7 -11
- package/styles/tab/icons/_tailwind3.scss +90 -0
- package/styles/tab/material-dark.css +7 -11
- package/styles/tab/material.css +7 -11
- package/styles/tab/material3-dark.css +9 -11
- package/styles/tab/material3.css +9 -11
- package/styles/tab/tailwind-dark.css +7 -11
- package/styles/tab/tailwind.css +7 -11
- package/styles/tab/tailwind3.css +4125 -0
- package/styles/tab/tailwind3.scss +6 -0
- package/styles/tailwind-dark-lite.css +28 -19
- package/styles/tailwind-dark.css +47 -25
- package/styles/tailwind-lite.css +28 -19
- package/styles/tailwind.css +47 -25
- package/styles/tailwind3-lite.css +9035 -0
- package/styles/tailwind3-lite.scss +47 -0
- package/styles/tailwind3.css +11691 -0
- package/styles/tailwind3.scss +59 -0
- package/styles/toolbar/_bigger.scss +14 -0
- package/styles/toolbar/_bootstrap5-definition.scss +6 -6
- package/styles/toolbar/_layout.scss +7 -1
- package/styles/toolbar/_tailwind3-definition.scss +199 -0
- package/styles/toolbar/_theme.scss +6 -6
- package/styles/toolbar/bds.css +1219 -0
- package/styles/toolbar/bds.scss +9 -0
- package/styles/toolbar/bootstrap-dark.css +1 -1
- package/styles/toolbar/bootstrap.css +1 -1
- package/styles/toolbar/bootstrap4.css +1 -1
- package/styles/toolbar/bootstrap5-dark.css +9 -9
- package/styles/toolbar/bootstrap5.3.css +1 -1
- package/styles/toolbar/bootstrap5.css +9 -9
- package/styles/toolbar/fabric-dark.css +1 -1
- package/styles/toolbar/fabric.css +1 -1
- package/styles/toolbar/fluent-dark.css +1 -1
- package/styles/toolbar/fluent.css +1 -1
- package/styles/toolbar/fluent2.css +1 -1
- package/styles/toolbar/highcontrast-light.css +1 -1
- package/styles/toolbar/highcontrast.css +1 -1
- package/styles/toolbar/icons/_tailwind3.scss +14 -0
- package/styles/toolbar/material-dark.css +1 -1
- package/styles/toolbar/material.css +1 -1
- package/styles/toolbar/material3-dark.css +1 -1
- package/styles/toolbar/material3.css +1 -1
- package/styles/toolbar/tailwind-dark.css +1 -1
- package/styles/toolbar/tailwind.css +1 -1
- package/styles/toolbar/tailwind3.css +1211 -0
- package/styles/toolbar/tailwind3.scss +9 -0
- package/styles/treeview/_bigger.scss +16 -3
- package/styles/treeview/_fluent-definition.scss +1 -1
- package/styles/treeview/_fluent2-definition.scss +2 -2
- package/styles/treeview/_highcontrast-definition.scss +3 -3
- package/styles/treeview/_layout.scss +42 -5
- package/styles/treeview/_tailwind-definition.scss +1 -1
- package/styles/treeview/_tailwind3-definition.scss +126 -0
- package/styles/treeview/_theme.scss +1 -1
- package/styles/treeview/bds.css +1031 -0
- package/styles/treeview/bds.scss +7 -0
- package/styles/treeview/bootstrap-dark.css +16 -1
- package/styles/treeview/bootstrap.css +16 -1
- package/styles/treeview/bootstrap4.css +16 -1
- package/styles/treeview/bootstrap5-dark.css +16 -1
- package/styles/treeview/bootstrap5.3.css +16 -1
- package/styles/treeview/bootstrap5.css +16 -1
- package/styles/treeview/fabric-dark.css +16 -1
- package/styles/treeview/fabric.css +16 -1
- package/styles/treeview/fluent-dark.css +17 -2
- package/styles/treeview/fluent.css +17 -2
- package/styles/treeview/fluent2.css +22 -4
- package/styles/treeview/highcontrast-light.css +16 -1
- package/styles/treeview/highcontrast.css +19 -4
- package/styles/treeview/icons/_tailwind3.scss +44 -0
- package/styles/treeview/material-dark.css +16 -1
- package/styles/treeview/material.css +16 -1
- package/styles/treeview/material3-dark.css +16 -1
- package/styles/treeview/material3.css +16 -1
- package/styles/treeview/tailwind-dark.css +17 -2
- package/styles/treeview/tailwind.css +17 -2
- package/styles/treeview/tailwind3.css +806 -0
- package/styles/treeview/tailwind3.scss +7 -0
- package/styles/v-scroll/_tailwind3-definition.scss +49 -0
- package/styles/v-scroll/bds.css +218 -0
- package/styles/v-scroll/bds.scss +5 -0
- package/styles/v-scroll/icons/_tailwind3.scss +27 -0
- package/styles/v-scroll/tailwind3.css +218 -0
- package/styles/v-scroll/tailwind3.scss +5 -0
package/styles/bootstrap4.css
CHANGED
|
@@ -727,6 +727,13 @@
|
|
|
727
727
|
margin-top: 10px;
|
|
728
728
|
}
|
|
729
729
|
}
|
|
730
|
+
@media (max-width: 769px) {
|
|
731
|
+
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
732
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
733
|
+
margin-left: 0;
|
|
734
|
+
margin-top: 10px;
|
|
735
|
+
}
|
|
736
|
+
}
|
|
730
737
|
.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,
|
|
731
738
|
.e-pager.e-bigger.e-rtl .e-pp.e-spacing.e-numericitem,
|
|
732
739
|
.e-pager.e-bigger.e-rtl .e-np.e-spacing.e-numericitem,
|
|
@@ -1600,7 +1607,6 @@
|
|
|
1600
1607
|
}
|
|
1601
1608
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1602
1609
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1603
|
-
color: #495057;
|
|
1604
1610
|
display: -webkit-box;
|
|
1605
1611
|
display: -ms-flexbox;
|
|
1606
1612
|
display: flex;
|
|
@@ -1614,6 +1620,7 @@
|
|
|
1614
1620
|
justify-content: center;
|
|
1615
1621
|
width: 100%;
|
|
1616
1622
|
font-size: 12px;
|
|
1623
|
+
color: #495057;
|
|
1617
1624
|
}
|
|
1618
1625
|
.e-toolbar.e-toolpop {
|
|
1619
1626
|
overflow: visible;
|
|
@@ -5611,17 +5618,6 @@
|
|
|
5611
5618
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5612
5619
|
color: #007bff;
|
|
5613
5620
|
}
|
|
5614
|
-
@media screen and (max-width: 480px) {
|
|
5615
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5616
|
-
color: #37b;
|
|
5617
|
-
}
|
|
5618
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5619
|
-
color: #37b;
|
|
5620
|
-
}
|
|
5621
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5622
|
-
color: #777;
|
|
5623
|
-
}
|
|
5624
|
-
}
|
|
5625
5621
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5626
5622
|
background: transparent;
|
|
5627
5623
|
border: 1px solid #e9ecef;
|
|
@@ -7000,6 +6996,13 @@
|
|
|
7000
6996
|
top: 0;
|
|
7001
6997
|
vertical-align: initial;
|
|
7002
6998
|
}
|
|
6999
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7000
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon,
|
|
7001
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7002
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
|
|
7003
|
+
height: 100%;
|
|
7004
|
+
width: 100%;
|
|
7005
|
+
}
|
|
7003
7006
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
7004
7007
|
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
7005
7008
|
height: 42px;
|
|
@@ -8038,6 +8041,9 @@
|
|
|
8038
8041
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8039
8042
|
height: 28px;
|
|
8040
8043
|
}
|
|
8044
|
+
.e-treeview .e-navigable-text {
|
|
8045
|
+
padding: 0 8px 0 6px;
|
|
8046
|
+
}
|
|
8041
8047
|
.e-treeview .e-list-icon,
|
|
8042
8048
|
.e-treeview .e-list-img {
|
|
8043
8049
|
display: inline-block;
|
|
@@ -8055,6 +8061,10 @@
|
|
|
8055
8061
|
.e-treeview .e-list-img + .e-list-text {
|
|
8056
8062
|
padding: 0 8px;
|
|
8057
8063
|
}
|
|
8064
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
8065
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
8066
|
+
padding: 0 8px;
|
|
8067
|
+
}
|
|
8058
8068
|
.e-treeview .e-icon-collapsible,
|
|
8059
8069
|
.e-treeview .e-icon-expandable {
|
|
8060
8070
|
display: inline-block;
|
|
@@ -8159,6 +8169,12 @@
|
|
|
8159
8169
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
8160
8170
|
padding: 0 0 0 5px;
|
|
8161
8171
|
}
|
|
8172
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
8173
|
+
padding: 0;
|
|
8174
|
+
}
|
|
8175
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
8176
|
+
padding: 0;
|
|
8177
|
+
}
|
|
8162
8178
|
.e-treeview .e-navigable .e-list-icon,
|
|
8163
8179
|
.e-treeview .e-navigable .e-list-img {
|
|
8164
8180
|
margin: 0 8px 0 0;
|
|
@@ -8211,6 +8227,9 @@
|
|
|
8211
8227
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
8212
8228
|
padding: 0 5px 0 0;
|
|
8213
8229
|
}
|
|
8230
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
8231
|
+
padding: 0;
|
|
8232
|
+
}
|
|
8214
8233
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
8215
8234
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
8216
8235
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8533,7 +8552,6 @@
|
|
|
8533
8552
|
.e-treeview.e-bigger .e-list-text {
|
|
8534
8553
|
line-height: 36px;
|
|
8535
8554
|
min-height: 38px;
|
|
8536
|
-
padding: 0 12px 0 8px;
|
|
8537
8555
|
}
|
|
8538
8556
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8539
8557
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -11003,6 +11021,7 @@ ejs-sidebar {
|
|
|
11003
11021
|
}
|
|
11004
11022
|
.e-stepper.e-vertical {
|
|
11005
11023
|
min-height: inherit;
|
|
11024
|
+
height: inherit;
|
|
11006
11025
|
display: inline-block;
|
|
11007
11026
|
}
|
|
11008
11027
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -11026,6 +11045,7 @@ ejs-sidebar {
|
|
|
11026
11045
|
-ms-flex-direction: column;
|
|
11027
11046
|
flex-direction: column;
|
|
11028
11047
|
min-height: inherit;
|
|
11048
|
+
height: inherit;
|
|
11029
11049
|
float: left;
|
|
11030
11050
|
-webkit-box-align: start;
|
|
11031
11051
|
-ms-flex-align: start;
|
|
@@ -11143,6 +11163,7 @@ ejs-sidebar {
|
|
|
11143
11163
|
}
|
|
11144
11164
|
.e-stepper.e-vertical .e-stepper-progressbar {
|
|
11145
11165
|
min-height: inherit;
|
|
11166
|
+
height: inherit;
|
|
11146
11167
|
width: 1.6px;
|
|
11147
11168
|
top: 0;
|
|
11148
11169
|
left: var(--progress-position);
|
|
@@ -11277,7 +11298,8 @@ ejs-sidebar {
|
|
|
11277
11298
|
background-color: #fff;
|
|
11278
11299
|
border-color: transparent;
|
|
11279
11300
|
}
|
|
11280
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
11301
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
11302
|
+
.e-stepper .e-step-disabled .e-step {
|
|
11281
11303
|
background: #dee2e6;
|
|
11282
11304
|
color: #f8f9fa;
|
|
11283
11305
|
}
|
|
@@ -1395,7 +1395,6 @@
|
|
|
1395
1395
|
}
|
|
1396
1396
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1397
1397
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1398
|
-
color: #adb5bd;
|
|
1399
1398
|
display: -webkit-box;
|
|
1400
1399
|
display: -ms-flexbox;
|
|
1401
1400
|
display: flex;
|
|
@@ -1409,6 +1408,7 @@
|
|
|
1409
1408
|
justify-content: center;
|
|
1410
1409
|
width: 100%;
|
|
1411
1410
|
font-size: 18px;
|
|
1411
|
+
color: #adb5bd;
|
|
1412
1412
|
}
|
|
1413
1413
|
.e-toolbar.e-toolpop {
|
|
1414
1414
|
overflow: visible;
|
|
@@ -1702,7 +1702,7 @@
|
|
|
1702
1702
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1703
1703
|
}
|
|
1704
1704
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
1705
|
-
background:
|
|
1705
|
+
background: #5c636a;
|
|
1706
1706
|
border-radius: 4px;
|
|
1707
1707
|
color: #adb5bd;
|
|
1708
1708
|
border-color: #adb5bd;
|
|
@@ -1712,11 +1712,11 @@
|
|
|
1712
1712
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1713
1713
|
}
|
|
1714
1714
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1715
|
-
color: #
|
|
1715
|
+
color: #fff;
|
|
1716
1716
|
}
|
|
1717
1717
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1718
1718
|
color: #fff;
|
|
1719
|
-
color: #
|
|
1719
|
+
color: #fff;
|
|
1720
1720
|
}
|
|
1721
1721
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
1722
1722
|
background: #5c636a;
|
|
@@ -1727,7 +1727,7 @@
|
|
|
1727
1727
|
color: #adb5bd;
|
|
1728
1728
|
}
|
|
1729
1729
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1730
|
-
color: #
|
|
1730
|
+
color: #fff;
|
|
1731
1731
|
color: #fff;
|
|
1732
1732
|
}
|
|
1733
1733
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
@@ -1750,10 +1750,10 @@
|
|
|
1750
1750
|
color: #ced4da;
|
|
1751
1751
|
}
|
|
1752
1752
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1753
|
-
color: #
|
|
1753
|
+
color: #fff;
|
|
1754
1754
|
}
|
|
1755
1755
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1756
|
-
color: #
|
|
1756
|
+
color: #fff;
|
|
1757
1757
|
}
|
|
1758
1758
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
1759
1759
|
border: solid #444c54;
|
|
@@ -1875,7 +1875,7 @@
|
|
|
1875
1875
|
border-width: 0;
|
|
1876
1876
|
}
|
|
1877
1877
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
1878
|
-
background:
|
|
1878
|
+
background: #565e64;
|
|
1879
1879
|
-webkit-box-shadow: none;
|
|
1880
1880
|
box-shadow: none;
|
|
1881
1881
|
border-color: #444c54;
|
|
@@ -1903,7 +1903,7 @@
|
|
|
1903
1903
|
border: none;
|
|
1904
1904
|
}
|
|
1905
1905
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1906
|
-
background:
|
|
1906
|
+
background: #5c636a;
|
|
1907
1907
|
border-radius: 4px;
|
|
1908
1908
|
border-color: #adb5bd;
|
|
1909
1909
|
border-style: solid;
|
|
@@ -4961,17 +4961,6 @@
|
|
|
4961
4961
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
4962
4962
|
color: #adb5bd;
|
|
4963
4963
|
}
|
|
4964
|
-
@media screen and (max-width: 480px) {
|
|
4965
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4966
|
-
color: #ced4da;
|
|
4967
|
-
}
|
|
4968
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
4969
|
-
color: #ced4da;
|
|
4970
|
-
}
|
|
4971
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
4972
|
-
color: rgba(173, 181, 189, 0.87);
|
|
4973
|
-
}
|
|
4974
|
-
}
|
|
4975
4964
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
4976
4965
|
background: transparent;
|
|
4977
4966
|
border: 1px solid #444c54;
|
|
@@ -6195,6 +6184,9 @@
|
|
|
6195
6184
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6196
6185
|
height: 28px;
|
|
6197
6186
|
}
|
|
6187
|
+
.e-treeview .e-navigable-text {
|
|
6188
|
+
padding: 0 8px;
|
|
6189
|
+
}
|
|
6198
6190
|
.e-treeview .e-list-icon,
|
|
6199
6191
|
.e-treeview .e-list-img {
|
|
6200
6192
|
display: inline-block;
|
|
@@ -6212,6 +6204,10 @@
|
|
|
6212
6204
|
.e-treeview .e-list-img + .e-list-text {
|
|
6213
6205
|
padding: 0 8px;
|
|
6214
6206
|
}
|
|
6207
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
6208
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
6209
|
+
padding: 0 8px;
|
|
6210
|
+
}
|
|
6215
6211
|
.e-treeview .e-icon-collapsible,
|
|
6216
6212
|
.e-treeview .e-icon-expandable {
|
|
6217
6213
|
display: inline-block;
|
|
@@ -6313,6 +6309,12 @@
|
|
|
6313
6309
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
6314
6310
|
padding: 0 0 0 12px;
|
|
6315
6311
|
}
|
|
6312
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
6313
|
+
padding: 0;
|
|
6314
|
+
}
|
|
6315
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
6316
|
+
padding: 0;
|
|
6317
|
+
}
|
|
6316
6318
|
.e-treeview .e-navigable .e-list-icon,
|
|
6317
6319
|
.e-treeview .e-navigable .e-list-img {
|
|
6318
6320
|
margin: 0 8px 0 0;
|
|
@@ -6368,6 +6370,9 @@
|
|
|
6368
6370
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
6369
6371
|
padding: 0 12px 0 0;
|
|
6370
6372
|
}
|
|
6373
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
6374
|
+
padding: 0;
|
|
6375
|
+
}
|
|
6371
6376
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
6372
6377
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
6373
6378
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8460,6 +8465,7 @@ ejs-sidebar {
|
|
|
8460
8465
|
}
|
|
8461
8466
|
.e-stepper.e-vertical {
|
|
8462
8467
|
min-height: inherit;
|
|
8468
|
+
height: inherit;
|
|
8463
8469
|
display: inline-block;
|
|
8464
8470
|
}
|
|
8465
8471
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -8483,6 +8489,7 @@ ejs-sidebar {
|
|
|
8483
8489
|
-ms-flex-direction: column;
|
|
8484
8490
|
flex-direction: column;
|
|
8485
8491
|
min-height: inherit;
|
|
8492
|
+
height: inherit;
|
|
8486
8493
|
float: left;
|
|
8487
8494
|
-webkit-box-align: start;
|
|
8488
8495
|
-ms-flex-align: start;
|
|
@@ -8600,6 +8607,7 @@ ejs-sidebar {
|
|
|
8600
8607
|
}
|
|
8601
8608
|
.e-stepper.e-vertical .e-stepper-progressbar {
|
|
8602
8609
|
min-height: inherit;
|
|
8610
|
+
height: inherit;
|
|
8603
8611
|
width: 1.6px;
|
|
8604
8612
|
top: 0;
|
|
8605
8613
|
left: var(--progress-position);
|
|
@@ -8734,7 +8742,8 @@ ejs-sidebar {
|
|
|
8734
8742
|
background-color: #212529;
|
|
8735
8743
|
border-color: transparent;
|
|
8736
8744
|
}
|
|
8737
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
8745
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
8746
|
+
.e-stepper .e-step-disabled .e-step {
|
|
8738
8747
|
background: #495057;
|
|
8739
8748
|
color: #6c757d;
|
|
8740
8749
|
}
|
|
@@ -746,6 +746,13 @@
|
|
|
746
746
|
margin-top: 10px;
|
|
747
747
|
}
|
|
748
748
|
}
|
|
749
|
+
@media (max-width: 769px) {
|
|
750
|
+
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
751
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
752
|
+
margin-left: 0;
|
|
753
|
+
margin-top: 10px;
|
|
754
|
+
}
|
|
755
|
+
}
|
|
749
756
|
.e-bigger .e-pager.e-rtl .e-numericitem.e-currentitem,
|
|
750
757
|
.e-bigger .e-pager.e-rtl .e-numericitem.e-currentitem:hover,
|
|
751
758
|
.e-pager.e-bigger.e-rtl .e-numericitem.e-currentitem,
|
|
@@ -1663,7 +1670,6 @@
|
|
|
1663
1670
|
}
|
|
1664
1671
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1665
1672
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1666
|
-
color: #adb5bd;
|
|
1667
1673
|
display: -webkit-box;
|
|
1668
1674
|
display: -ms-flexbox;
|
|
1669
1675
|
display: flex;
|
|
@@ -1677,6 +1683,7 @@
|
|
|
1677
1683
|
justify-content: center;
|
|
1678
1684
|
width: 100%;
|
|
1679
1685
|
font-size: 18px;
|
|
1686
|
+
color: #adb5bd;
|
|
1680
1687
|
}
|
|
1681
1688
|
.e-toolbar.e-toolpop {
|
|
1682
1689
|
overflow: visible;
|
|
@@ -1970,7 +1977,7 @@
|
|
|
1970
1977
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1971
1978
|
}
|
|
1972
1979
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
1973
|
-
background:
|
|
1980
|
+
background: #5c636a;
|
|
1974
1981
|
border-radius: 4px;
|
|
1975
1982
|
color: #adb5bd;
|
|
1976
1983
|
border-color: #adb5bd;
|
|
@@ -1980,11 +1987,11 @@
|
|
|
1980
1987
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1981
1988
|
}
|
|
1982
1989
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1983
|
-
color: #
|
|
1990
|
+
color: #fff;
|
|
1984
1991
|
}
|
|
1985
1992
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1986
1993
|
color: #fff;
|
|
1987
|
-
color: #
|
|
1994
|
+
color: #fff;
|
|
1988
1995
|
}
|
|
1989
1996
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
1990
1997
|
background: #5c636a;
|
|
@@ -1995,7 +2002,7 @@
|
|
|
1995
2002
|
color: #adb5bd;
|
|
1996
2003
|
}
|
|
1997
2004
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1998
|
-
color: #
|
|
2005
|
+
color: #fff;
|
|
1999
2006
|
color: #fff;
|
|
2000
2007
|
}
|
|
2001
2008
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
@@ -2018,10 +2025,10 @@
|
|
|
2018
2025
|
color: #ced4da;
|
|
2019
2026
|
}
|
|
2020
2027
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2021
|
-
color: #
|
|
2028
|
+
color: #fff;
|
|
2022
2029
|
}
|
|
2023
2030
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2024
|
-
color: #
|
|
2031
|
+
color: #fff;
|
|
2025
2032
|
}
|
|
2026
2033
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
2027
2034
|
border: solid #444c54;
|
|
@@ -2143,7 +2150,7 @@
|
|
|
2143
2150
|
border-width: 0;
|
|
2144
2151
|
}
|
|
2145
2152
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2146
|
-
background:
|
|
2153
|
+
background: #565e64;
|
|
2147
2154
|
-webkit-box-shadow: none;
|
|
2148
2155
|
box-shadow: none;
|
|
2149
2156
|
border-color: #444c54;
|
|
@@ -2171,7 +2178,7 @@
|
|
|
2171
2178
|
border: none;
|
|
2172
2179
|
}
|
|
2173
2180
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2174
|
-
background:
|
|
2181
|
+
background: #5c636a;
|
|
2175
2182
|
border-radius: 4px;
|
|
2176
2183
|
border-color: #adb5bd;
|
|
2177
2184
|
border-style: solid;
|
|
@@ -5648,17 +5655,6 @@
|
|
|
5648
5655
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5649
5656
|
color: #adb5bd;
|
|
5650
5657
|
}
|
|
5651
|
-
@media screen and (max-width: 480px) {
|
|
5652
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5653
|
-
color: #ced4da;
|
|
5654
|
-
}
|
|
5655
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5656
|
-
color: #ced4da;
|
|
5657
|
-
}
|
|
5658
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5659
|
-
color: rgba(173, 181, 189, 0.87);
|
|
5660
|
-
}
|
|
5661
|
-
}
|
|
5662
5658
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5663
5659
|
background: transparent;
|
|
5664
5660
|
border: 1px solid #444c54;
|
|
@@ -7037,6 +7033,13 @@
|
|
|
7037
7033
|
top: 0;
|
|
7038
7034
|
vertical-align: initial;
|
|
7039
7035
|
}
|
|
7036
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7037
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon,
|
|
7038
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7039
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
|
|
7040
|
+
height: 100%;
|
|
7041
|
+
width: 100%;
|
|
7042
|
+
}
|
|
7040
7043
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
7041
7044
|
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
7042
7045
|
height: 42px;
|
|
@@ -8076,6 +8079,9 @@
|
|
|
8076
8079
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8077
8080
|
height: 28px;
|
|
8078
8081
|
}
|
|
8082
|
+
.e-treeview .e-navigable-text {
|
|
8083
|
+
padding: 0 8px;
|
|
8084
|
+
}
|
|
8079
8085
|
.e-treeview .e-list-icon,
|
|
8080
8086
|
.e-treeview .e-list-img {
|
|
8081
8087
|
display: inline-block;
|
|
@@ -8093,6 +8099,10 @@
|
|
|
8093
8099
|
.e-treeview .e-list-img + .e-list-text {
|
|
8094
8100
|
padding: 0 8px;
|
|
8095
8101
|
}
|
|
8102
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
8103
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
8104
|
+
padding: 0 8px;
|
|
8105
|
+
}
|
|
8096
8106
|
.e-treeview .e-icon-collapsible,
|
|
8097
8107
|
.e-treeview .e-icon-expandable {
|
|
8098
8108
|
display: inline-block;
|
|
@@ -8194,6 +8204,12 @@
|
|
|
8194
8204
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
8195
8205
|
padding: 0 0 0 12px;
|
|
8196
8206
|
}
|
|
8207
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
8208
|
+
padding: 0;
|
|
8209
|
+
}
|
|
8210
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
8211
|
+
padding: 0;
|
|
8212
|
+
}
|
|
8197
8213
|
.e-treeview .e-navigable .e-list-icon,
|
|
8198
8214
|
.e-treeview .e-navigable .e-list-img {
|
|
8199
8215
|
margin: 0 8px 0 0;
|
|
@@ -8249,6 +8265,9 @@
|
|
|
8249
8265
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
8250
8266
|
padding: 0 12px 0 0;
|
|
8251
8267
|
}
|
|
8268
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
8269
|
+
padding: 0;
|
|
8270
|
+
}
|
|
8252
8271
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
8253
8272
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
8254
8273
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8606,7 +8625,6 @@
|
|
|
8606
8625
|
.e-treeview.e-bigger .e-list-text {
|
|
8607
8626
|
line-height: 40px;
|
|
8608
8627
|
min-height: 40px;
|
|
8609
|
-
padding: 0 12px;
|
|
8610
8628
|
}
|
|
8611
8629
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8612
8630
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -11026,6 +11044,7 @@ ejs-sidebar {
|
|
|
11026
11044
|
}
|
|
11027
11045
|
.e-stepper.e-vertical {
|
|
11028
11046
|
min-height: inherit;
|
|
11047
|
+
height: inherit;
|
|
11029
11048
|
display: inline-block;
|
|
11030
11049
|
}
|
|
11031
11050
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -11049,6 +11068,7 @@ ejs-sidebar {
|
|
|
11049
11068
|
-ms-flex-direction: column;
|
|
11050
11069
|
flex-direction: column;
|
|
11051
11070
|
min-height: inherit;
|
|
11071
|
+
height: inherit;
|
|
11052
11072
|
float: left;
|
|
11053
11073
|
-webkit-box-align: start;
|
|
11054
11074
|
-ms-flex-align: start;
|
|
@@ -11166,6 +11186,7 @@ ejs-sidebar {
|
|
|
11166
11186
|
}
|
|
11167
11187
|
.e-stepper.e-vertical .e-stepper-progressbar {
|
|
11168
11188
|
min-height: inherit;
|
|
11189
|
+
height: inherit;
|
|
11169
11190
|
width: 1.6px;
|
|
11170
11191
|
top: 0;
|
|
11171
11192
|
left: var(--progress-position);
|
|
@@ -11300,7 +11321,8 @@ ejs-sidebar {
|
|
|
11300
11321
|
background-color: #212529;
|
|
11301
11322
|
border-color: transparent;
|
|
11302
11323
|
}
|
|
11303
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
11324
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
11325
|
+
.e-stepper .e-step-disabled .e-step {
|
|
11304
11326
|
background: #495057;
|
|
11305
11327
|
color: #6c757d;
|
|
11306
11328
|
}
|
|
@@ -1395,7 +1395,6 @@
|
|
|
1395
1395
|
}
|
|
1396
1396
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1397
1397
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1398
|
-
color: #6c757d;
|
|
1399
1398
|
display: -webkit-box;
|
|
1400
1399
|
display: -ms-flexbox;
|
|
1401
1400
|
display: flex;
|
|
@@ -1409,6 +1408,7 @@
|
|
|
1409
1408
|
justify-content: center;
|
|
1410
1409
|
width: 100%;
|
|
1411
1410
|
font-size: 18px;
|
|
1411
|
+
color: #6c757d;
|
|
1412
1412
|
}
|
|
1413
1413
|
.e-toolbar.e-toolpop {
|
|
1414
1414
|
overflow: visible;
|
|
@@ -1702,7 +1702,7 @@
|
|
|
1702
1702
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1703
1703
|
}
|
|
1704
1704
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
1705
|
-
background:
|
|
1705
|
+
background: #5c636a;
|
|
1706
1706
|
border-radius: 4px;
|
|
1707
1707
|
color: #6c757d;
|
|
1708
1708
|
border-color: #6c757d;
|
|
@@ -1712,11 +1712,11 @@
|
|
|
1712
1712
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1713
1713
|
}
|
|
1714
1714
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1715
|
-
color: #
|
|
1715
|
+
color: #fff;
|
|
1716
1716
|
}
|
|
1717
1717
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1718
1718
|
color: #fff;
|
|
1719
|
-
color: #
|
|
1719
|
+
color: #fff;
|
|
1720
1720
|
}
|
|
1721
1721
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
1722
1722
|
background: #5c636a;
|
|
@@ -1727,7 +1727,7 @@
|
|
|
1727
1727
|
color: #6c757d;
|
|
1728
1728
|
}
|
|
1729
1729
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1730
|
-
color: #
|
|
1730
|
+
color: #fff;
|
|
1731
1731
|
color: #fff;
|
|
1732
1732
|
}
|
|
1733
1733
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
@@ -1750,10 +1750,10 @@
|
|
|
1750
1750
|
color: #495057;
|
|
1751
1751
|
}
|
|
1752
1752
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1753
|
-
color: #
|
|
1753
|
+
color: #fff;
|
|
1754
1754
|
}
|
|
1755
1755
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1756
|
-
color: #
|
|
1756
|
+
color: #fff;
|
|
1757
1757
|
}
|
|
1758
1758
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
1759
1759
|
border: solid #dee2e6;
|
|
@@ -1875,7 +1875,7 @@
|
|
|
1875
1875
|
border-width: 0;
|
|
1876
1876
|
}
|
|
1877
1877
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
1878
|
-
background:
|
|
1878
|
+
background: #565e64;
|
|
1879
1879
|
-webkit-box-shadow: none;
|
|
1880
1880
|
box-shadow: none;
|
|
1881
1881
|
border-color: #dee2e6;
|
|
@@ -1903,7 +1903,7 @@
|
|
|
1903
1903
|
border: none;
|
|
1904
1904
|
}
|
|
1905
1905
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1906
|
-
background:
|
|
1906
|
+
background: #5c636a;
|
|
1907
1907
|
border-radius: 4px;
|
|
1908
1908
|
border-color: #6c757d;
|
|
1909
1909
|
border-style: solid;
|
|
@@ -4961,17 +4961,6 @@
|
|
|
4961
4961
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
4962
4962
|
color: #6c757d;
|
|
4963
4963
|
}
|
|
4964
|
-
@media screen and (max-width: 480px) {
|
|
4965
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4966
|
-
color: #495057;
|
|
4967
|
-
}
|
|
4968
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
4969
|
-
color: #495057;
|
|
4970
|
-
}
|
|
4971
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
4972
|
-
color: rgba(108, 117, 125, 0.87);
|
|
4973
|
-
}
|
|
4974
|
-
}
|
|
4975
4964
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
4976
4965
|
background: transparent;
|
|
4977
4966
|
border: 1px solid #dee2e6;
|
|
@@ -6195,6 +6184,9 @@
|
|
|
6195
6184
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6196
6185
|
height: 28px;
|
|
6197
6186
|
}
|
|
6187
|
+
.e-treeview .e-navigable-text {
|
|
6188
|
+
padding: 0 8px;
|
|
6189
|
+
}
|
|
6198
6190
|
.e-treeview .e-list-icon,
|
|
6199
6191
|
.e-treeview .e-list-img {
|
|
6200
6192
|
display: inline-block;
|
|
@@ -6212,6 +6204,10 @@
|
|
|
6212
6204
|
.e-treeview .e-list-img + .e-list-text {
|
|
6213
6205
|
padding: 0 8px;
|
|
6214
6206
|
}
|
|
6207
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
6208
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
6209
|
+
padding: 0 8px;
|
|
6210
|
+
}
|
|
6215
6211
|
.e-treeview .e-icon-collapsible,
|
|
6216
6212
|
.e-treeview .e-icon-expandable {
|
|
6217
6213
|
display: inline-block;
|
|
@@ -6313,6 +6309,12 @@
|
|
|
6313
6309
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
6314
6310
|
padding: 0 0 0 12px;
|
|
6315
6311
|
}
|
|
6312
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
6313
|
+
padding: 0;
|
|
6314
|
+
}
|
|
6315
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
6316
|
+
padding: 0;
|
|
6317
|
+
}
|
|
6316
6318
|
.e-treeview .e-navigable .e-list-icon,
|
|
6317
6319
|
.e-treeview .e-navigable .e-list-img {
|
|
6318
6320
|
margin: 0 8px 0 0;
|
|
@@ -6368,6 +6370,9 @@
|
|
|
6368
6370
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
6369
6371
|
padding: 0 12px 0 0;
|
|
6370
6372
|
}
|
|
6373
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
6374
|
+
padding: 0;
|
|
6375
|
+
}
|
|
6371
6376
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
6372
6377
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
6373
6378
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8460,6 +8465,7 @@ ejs-sidebar {
|
|
|
8460
8465
|
}
|
|
8461
8466
|
.e-stepper.e-vertical {
|
|
8462
8467
|
min-height: inherit;
|
|
8468
|
+
height: inherit;
|
|
8463
8469
|
display: inline-block;
|
|
8464
8470
|
}
|
|
8465
8471
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -8483,6 +8489,7 @@ ejs-sidebar {
|
|
|
8483
8489
|
-ms-flex-direction: column;
|
|
8484
8490
|
flex-direction: column;
|
|
8485
8491
|
min-height: inherit;
|
|
8492
|
+
height: inherit;
|
|
8486
8493
|
float: left;
|
|
8487
8494
|
-webkit-box-align: start;
|
|
8488
8495
|
-ms-flex-align: start;
|
|
@@ -8600,6 +8607,7 @@ ejs-sidebar {
|
|
|
8600
8607
|
}
|
|
8601
8608
|
.e-stepper.e-vertical .e-stepper-progressbar {
|
|
8602
8609
|
min-height: inherit;
|
|
8610
|
+
height: inherit;
|
|
8603
8611
|
width: 1.6px;
|
|
8604
8612
|
top: 0;
|
|
8605
8613
|
left: var(--progress-position);
|
|
@@ -8734,7 +8742,8 @@ ejs-sidebar {
|
|
|
8734
8742
|
background-color: #fff;
|
|
8735
8743
|
border-color: transparent;
|
|
8736
8744
|
}
|
|
8737
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
8745
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
8746
|
+
.e-stepper .e-step-disabled .e-step {
|
|
8738
8747
|
background: #dee2e6;
|
|
8739
8748
|
color: #adb5bd;
|
|
8740
8749
|
}
|