@syncfusion/ej2-navigations 28.2.12 → 29.1.34
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 +1 -1
- 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 +96 -18
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +96 -18
- 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 +19 -26
- package/src/common/menu-base.d.ts +5 -0
- package/src/common/menu-base.js +60 -6
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +8 -1
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +3 -3
- package/src/tab/tab.js +20 -4
- package/src/treeview/treeview.js +7 -6
- package/styles/accordion/_bootstrap-dark-definition.scss +4 -2
- package/styles/accordion/_bootstrap4-definition.scss +7 -5
- package/styles/accordion/bootstrap-dark.css +12 -12
- package/styles/accordion/bootstrap4.css +4 -4
- package/styles/accordion/bootstrap5-dark.css +37 -37
- package/styles/accordion/bootstrap5.css +16 -16
- package/styles/accordion/fabric.css +11 -11
- package/styles/accordion/tailwind-dark.css +2 -2
- package/styles/bds-lite.css +11 -1
- package/styles/bds.css +11 -1
- package/styles/bootstrap-dark-lite.css +60 -50
- package/styles/bootstrap-dark.css +60 -50
- package/styles/bootstrap-lite.css +11 -1
- package/styles/bootstrap.css +11 -1
- package/styles/bootstrap4-lite.css +88 -78
- package/styles/bootstrap4.css +89 -79
- package/styles/bootstrap5-dark-lite.css +223 -213
- package/styles/bootstrap5-dark.css +223 -213
- package/styles/bootstrap5-lite.css +84 -74
- package/styles/bootstrap5.3-lite.css +12 -8
- package/styles/bootstrap5.3.css +18 -8
- package/styles/bootstrap5.css +84 -74
- package/styles/breadcrumb/_bigger.scss +3 -1
- package/styles/breadcrumb/_bootstrap4-definition.scss +6 -4
- package/styles/breadcrumb/_bootstrap5-definition.scss +5 -3
- package/styles/breadcrumb/_fusionnew-definition.scss +9 -3
- package/styles/breadcrumb/_layout.scss +3 -1
- package/styles/breadcrumb/bootstrap-dark.css +2 -2
- package/styles/breadcrumb/bootstrap4.css +4 -4
- package/styles/breadcrumb/bootstrap5-dark.css +12 -12
- package/styles/breadcrumb/bootstrap5.css +3 -3
- package/styles/breadcrumb/fabric-dark.css +3 -3
- package/styles/context-menu/_bootstrap4-definition.scss +3 -1
- package/styles/context-menu/_fusionnew-definition.scss +1 -0
- package/styles/context-menu/_theme.scss +9 -1
- package/styles/context-menu/bds.css +1 -1
- package/styles/context-menu/bootstrap-dark.css +1 -1
- package/styles/context-menu/bootstrap.css +1 -1
- package/styles/context-menu/bootstrap4.css +2 -2
- package/styles/context-menu/bootstrap5-dark.css +8 -8
- package/styles/context-menu/bootstrap5.3.css +1 -1
- package/styles/context-menu/bootstrap5.css +1 -1
- package/styles/context-menu/fabric-dark.css +1 -1
- package/styles/context-menu/fabric.css +1 -1
- package/styles/context-menu/fluent-dark.css +1 -1
- package/styles/context-menu/fluent.css +1 -1
- package/styles/context-menu/fluent2.css +1 -1
- package/styles/context-menu/highcontrast-light.css +1 -1
- package/styles/context-menu/highcontrast.css +1 -1
- package/styles/context-menu/material-dark.css +2 -1
- package/styles/context-menu/material.css +1 -1
- package/styles/context-menu/material3-dark.css +2 -1
- package/styles/context-menu/material3.css +2 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/context-menu/tailwind3.css +1 -1
- package/styles/fabric-dark-lite.css +17 -7
- package/styles/fabric-dark.css +17 -7
- package/styles/fabric-lite.css +48 -38
- package/styles/fabric.css +48 -38
- package/styles/fluent-dark-lite.css +21 -11
- package/styles/fluent-dark.css +21 -11
- package/styles/fluent-lite.css +21 -11
- package/styles/fluent.css +21 -11
- package/styles/fluent2-lite.css +11 -1
- package/styles/fluent2.css +11 -1
- package/styles/h-scroll/_bootstrap4-definition.scss +4 -2
- package/styles/h-scroll/bootstrap4.css +5 -5
- package/styles/h-scroll/bootstrap5-dark.css +6 -6
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/highcontrast-light-lite.css +11 -1
- package/styles/highcontrast-light.css +11 -1
- package/styles/highcontrast-lite.css +11 -1
- package/styles/highcontrast.css +11 -1
- package/styles/material-dark-lite.css +14 -3
- package/styles/material-dark.css +14 -3
- package/styles/material-lite.css +19 -9
- package/styles/material.css +19 -9
- package/styles/material3-dark-lite.css +12 -1
- package/styles/material3-dark.css +19 -2
- package/styles/material3-lite.css +12 -1
- package/styles/material3.css +19 -2
- package/styles/menu/_bootstrap4-definition.scss +4 -2
- package/styles/menu/_theme.scss +7 -6
- package/styles/menu/bootstrap4.css +13 -13
- package/styles/menu/bootstrap5-dark.css +14 -14
- package/styles/pager/_bigger.scss +3 -1
- package/styles/pager/_bootstrap-dark-definition.scss +3 -2
- package/styles/pager/_bootstrap4-definition.scss +2 -1
- package/styles/pager/bootstrap-dark.css +4 -4
- package/styles/pager/bootstrap4.css +1 -1
- package/styles/pager/bootstrap5-dark.css +13 -13
- package/styles/pager/bootstrap5.css +4 -4
- package/styles/pager/fabric.css +2 -2
- package/styles/pager/material3-dark.css +7 -1
- package/styles/pager/material3.css +7 -1
- package/styles/sidebar/bootstrap5-dark.css +1 -1
- package/styles/stepper/_bootstrap4-definition.scss +4 -2
- package/styles/stepper/_material-dark-definition.scss +4 -2
- package/styles/stepper/_material-definition.scss +7 -5
- package/styles/stepper/bootstrap-dark.css +2 -2
- package/styles/stepper/bootstrap4.css +2 -2
- package/styles/stepper/bootstrap5-dark.css +20 -20
- package/styles/stepper/bootstrap5.css +2 -2
- package/styles/stepper/fabric-dark.css +2 -2
- package/styles/stepper/fabric.css +2 -2
- package/styles/stepper/fluent-dark.css +1 -1
- package/styles/stepper/fluent.css +1 -1
- package/styles/stepper/material-dark.css +2 -2
- package/styles/stepper/material.css +8 -8
- package/styles/tab/_bootstrap-dark-definition.scss +8 -6
- package/styles/tab/_bootstrap4-definition.scss +13 -11
- package/styles/tab/_bootstrap5-definition.scss +3 -1
- package/styles/tab/_bootstrap5.3-definition.scss +3 -1
- package/styles/tab/_fluent-definition.scss +4 -2
- package/styles/tab/_layout.scss +4 -0
- package/styles/tab/bds.css +5 -0
- package/styles/tab/bootstrap-dark.css +34 -29
- package/styles/tab/bootstrap.css +5 -0
- package/styles/tab/bootstrap4.css +32 -27
- package/styles/tab/bootstrap5-dark.css +48 -43
- package/styles/tab/bootstrap5.3.css +5 -0
- package/styles/tab/bootstrap5.css +27 -22
- package/styles/tab/fabric-dark.css +5 -0
- package/styles/tab/fabric.css +9 -4
- package/styles/tab/fluent-dark.css +12 -7
- package/styles/tab/fluent.css +12 -7
- package/styles/tab/fluent2.css +5 -0
- package/styles/tab/highcontrast-light.css +5 -0
- package/styles/tab/highcontrast.css +5 -0
- package/styles/tab/material-dark.css +5 -0
- package/styles/tab/material.css +5 -0
- package/styles/tab/material3-dark.css +5 -0
- package/styles/tab/material3.css +5 -0
- package/styles/tab/tailwind-dark.css +5 -0
- package/styles/tab/tailwind.css +5 -0
- package/styles/tab/tailwind3.css +5 -0
- package/styles/tailwind-dark-lite.css +15 -5
- package/styles/tailwind-dark.css +15 -5
- package/styles/tailwind-lite.css +13 -3
- package/styles/tailwind.css +13 -3
- package/styles/tailwind3-lite.css +12 -2
- package/styles/tailwind3.css +13 -2
- package/styles/toolbar/_bootstrap4-definition.scss +8 -6
- package/styles/toolbar/_material-dark-definition.scss +3 -1
- package/styles/toolbar/_material-definition.scss +3 -1
- package/styles/toolbar/bootstrap4.css +12 -12
- package/styles/toolbar/bootstrap5-dark.css +47 -47
- package/styles/toolbar/bootstrap5.css +23 -23
- package/styles/toolbar/fabric.css +9 -9
- package/styles/treeview/_bigger.scss +5 -1
- package/styles/treeview/_bootstrap4-definition.scss +6 -4
- package/styles/treeview/_bootstrap5-definition.scss +4 -2
- package/styles/treeview/_bootstrap5.3-definition.scss +1 -1
- package/styles/treeview/_fluent-definition.scss +3 -1
- package/styles/treeview/_layout.scss +6 -2
- package/styles/treeview/_tailwind-definition.scss +3 -1
- package/styles/treeview/_theme.scss +3 -1
- package/styles/treeview/bds.css +5 -0
- package/styles/treeview/bootstrap-dark.css +5 -0
- package/styles/treeview/bootstrap.css +5 -0
- package/styles/treeview/bootstrap4.css +14 -9
- package/styles/treeview/bootstrap5-dark.css +17 -12
- package/styles/treeview/bootstrap5.3.css +12 -7
- package/styles/treeview/bootstrap5.css +8 -3
- package/styles/treeview/fabric-dark.css +5 -0
- package/styles/treeview/fabric.css +12 -7
- package/styles/treeview/fluent-dark.css +7 -2
- package/styles/treeview/fluent.css +7 -2
- package/styles/treeview/fluent2.css +5 -0
- package/styles/treeview/highcontrast-light.css +5 -0
- package/styles/treeview/highcontrast.css +5 -0
- package/styles/treeview/material-dark.css +5 -0
- package/styles/treeview/material.css +5 -0
- package/styles/treeview/material3-dark.css +5 -0
- package/styles/treeview/material3.css +5 -0
- package/styles/treeview/tailwind-dark.css +7 -2
- package/styles/treeview/tailwind.css +7 -2
- package/styles/treeview/tailwind3.css +7 -1
- package/styles/v-scroll/fabric-dark.css +1 -1
- package/styles/v-scroll/fabric.css +1 -1
package/styles/fabric-lite.css
CHANGED
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
}
|
|
560
560
|
.e-pager .e-currentitem,
|
|
561
561
|
.e-pager .e-currentitem:hover {
|
|
562
|
-
background:
|
|
562
|
+
background: rgb(183.4, 223.5495327103, 255);
|
|
563
563
|
color: #333;
|
|
564
564
|
opacity: 1;
|
|
565
565
|
}
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
background-color: #f4f4f4;
|
|
576
576
|
}
|
|
577
577
|
.e-pager .e-currentitem.e-numericitem.e-focused {
|
|
578
|
-
background:
|
|
578
|
+
background: rgb(183.4, 223.5495327103, 255);
|
|
579
579
|
-webkit-box-shadow: 0 0 0 1px #666 inset;
|
|
580
580
|
box-shadow: 0 0 0 1px #666 inset;
|
|
581
581
|
}
|
|
@@ -806,7 +806,7 @@
|
|
|
806
806
|
color: #333;
|
|
807
807
|
}
|
|
808
808
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
809
|
-
background:
|
|
809
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
810
810
|
border: 0;
|
|
811
811
|
-webkit-box-shadow: none;
|
|
812
812
|
box-shadow: none;
|
|
@@ -1003,7 +1003,7 @@
|
|
|
1003
1003
|
color: #333;
|
|
1004
1004
|
}
|
|
1005
1005
|
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
1006
|
-
background:
|
|
1006
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
1007
1007
|
border: 0;
|
|
1008
1008
|
-webkit-box-shadow: none;
|
|
1009
1009
|
box-shadow: none;
|
|
@@ -1686,8 +1686,8 @@
|
|
|
1686
1686
|
color: #333;
|
|
1687
1687
|
}
|
|
1688
1688
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
1689
|
-
background:
|
|
1690
|
-
border-color:
|
|
1689
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
1690
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
1691
1691
|
border-style: solid;
|
|
1692
1692
|
border-width: 0;
|
|
1693
1693
|
border-radius: 0;
|
|
@@ -1782,16 +1782,16 @@
|
|
|
1782
1782
|
}
|
|
1783
1783
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1784
1784
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1785
|
-
background:
|
|
1785
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
1786
1786
|
-webkit-box-shadow: none;
|
|
1787
1787
|
box-shadow: none;
|
|
1788
|
-
border-color:
|
|
1788
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
1789
1789
|
border-style: solid;
|
|
1790
1790
|
border-width: 0 0 0 1px;
|
|
1791
1791
|
}
|
|
1792
1792
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
1793
1793
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
1794
|
-
border-color:
|
|
1794
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
1795
1795
|
border-style: solid;
|
|
1796
1796
|
border-width: 0 0 0 1px;
|
|
1797
1797
|
}
|
|
@@ -1821,10 +1821,10 @@
|
|
|
1821
1821
|
border-width: 0;
|
|
1822
1822
|
}
|
|
1823
1823
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
1824
|
-
background:
|
|
1824
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
1825
1825
|
-webkit-box-shadow: none;
|
|
1826
1826
|
box-shadow: none;
|
|
1827
|
-
border-color:
|
|
1827
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
1828
1828
|
border-style: solid;
|
|
1829
1829
|
border-width: 0;
|
|
1830
1830
|
}
|
|
@@ -1865,11 +1865,11 @@
|
|
|
1865
1865
|
border-width: 0;
|
|
1866
1866
|
}
|
|
1867
1867
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1868
|
-
background:
|
|
1868
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
1869
1869
|
border-radius: 0;
|
|
1870
1870
|
-webkit-box-shadow: none;
|
|
1871
1871
|
box-shadow: none;
|
|
1872
|
-
border-color:
|
|
1872
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
1873
1873
|
border-style: solid;
|
|
1874
1874
|
border-width: 0;
|
|
1875
1875
|
}
|
|
@@ -2111,7 +2111,7 @@
|
|
|
2111
2111
|
border-width: 1px 0 1px 0;
|
|
2112
2112
|
}
|
|
2113
2113
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2114
|
-
border-top: 1px solid
|
|
2114
|
+
border-top: 1px solid rgb(208.9, 234.7504672897, 255);
|
|
2115
2115
|
}
|
|
2116
2116
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2117
2117
|
border-color: #666;
|
|
@@ -2119,7 +2119,7 @@
|
|
|
2119
2119
|
border-width: 1px;
|
|
2120
2120
|
}
|
|
2121
2121
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2122
|
-
background:
|
|
2122
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2123
2123
|
}
|
|
2124
2124
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2125
2125
|
color: #333;
|
|
@@ -2131,10 +2131,10 @@
|
|
|
2131
2131
|
color: #333;
|
|
2132
2132
|
}
|
|
2133
2133
|
.e-accordion .e-acrdn-item.e-item-focus.e-expand-state.e-select, .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2134
|
-
border-color:
|
|
2134
|
+
border-color: rgb(208.9, 234.7504672897, 255) rgb(208.9, 234.7504672897, 255) #eaeaea;
|
|
2135
2135
|
}
|
|
2136
2136
|
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2137
|
-
border-color:
|
|
2137
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
2138
2138
|
border-style: solid;
|
|
2139
2139
|
border-width: 1px 0 1px 0;
|
|
2140
2140
|
}
|
|
@@ -2163,13 +2163,13 @@
|
|
|
2163
2163
|
border-color: #666;
|
|
2164
2164
|
border-style: solid;
|
|
2165
2165
|
border-width: 1px;
|
|
2166
|
-
background:
|
|
2166
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2167
2167
|
}
|
|
2168
2168
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2169
|
-
background:
|
|
2169
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2170
2170
|
}
|
|
2171
2171
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2172
|
-
background:
|
|
2172
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2173
2173
|
}
|
|
2174
2174
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2175
2175
|
color: #333;
|
|
@@ -2202,7 +2202,7 @@
|
|
|
2202
2202
|
border: 1px solid #666;
|
|
2203
2203
|
}
|
|
2204
2204
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2205
|
-
background:
|
|
2205
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2206
2206
|
border: 1px solid #666;
|
|
2207
2207
|
border-color: #666;
|
|
2208
2208
|
}
|
|
@@ -2240,10 +2240,10 @@
|
|
|
2240
2240
|
color: #333;
|
|
2241
2241
|
}
|
|
2242
2242
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
2243
|
-
border-color:
|
|
2243
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
2244
2244
|
border-style: solid;
|
|
2245
2245
|
border-width: 1px;
|
|
2246
|
-
background:
|
|
2246
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2247
2247
|
}
|
|
2248
2248
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-icons {
|
|
2249
2249
|
color: #333;
|
|
@@ -2261,7 +2261,7 @@
|
|
|
2261
2261
|
color: #333;
|
|
2262
2262
|
}
|
|
2263
2263
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2264
|
-
border-color:
|
|
2264
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
2265
2265
|
}
|
|
2266
2266
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon {
|
|
2267
2267
|
color: #333;
|
|
@@ -3017,7 +3017,7 @@
|
|
|
3017
3017
|
|
|
3018
3018
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3019
3019
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3020
|
-
background-color:
|
|
3020
|
+
background-color: #fff;
|
|
3021
3021
|
border: 1px solid #eaeaea;
|
|
3022
3022
|
}
|
|
3023
3023
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -3492,6 +3492,11 @@
|
|
|
3492
3492
|
height: 34px;
|
|
3493
3493
|
width: 100%;
|
|
3494
3494
|
}
|
|
3495
|
+
@media screen and (max-width: 480px) {
|
|
3496
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
3497
|
+
height: 50px;
|
|
3498
|
+
}
|
|
3499
|
+
}
|
|
3495
3500
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
3496
3501
|
display: -webkit-inline-box;
|
|
3497
3502
|
display: -ms-inline-flexbox;
|
|
@@ -4989,7 +4994,7 @@
|
|
|
4989
4994
|
color: #333;
|
|
4990
4995
|
}
|
|
4991
4996
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
4992
|
-
color:
|
|
4997
|
+
color: rgb(0, 68.523364486, 122.2);
|
|
4993
4998
|
}
|
|
4994
4999
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon:active {
|
|
4995
5000
|
color: #0078d6;
|
|
@@ -5038,8 +5043,8 @@
|
|
|
5038
5043
|
color: #333;
|
|
5039
5044
|
}
|
|
5040
5045
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
5041
|
-
background:
|
|
5042
|
-
border-color:
|
|
5046
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
5047
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
5043
5048
|
}
|
|
5044
5049
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
5045
5050
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
@@ -5073,7 +5078,7 @@
|
|
|
5073
5078
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
5074
5079
|
-webkit-box-shadow: none;
|
|
5075
5080
|
box-shadow: none;
|
|
5076
|
-
border: 1px solid
|
|
5081
|
+
border: 1px solid rgb(208.9, 234.7504672897, 255);
|
|
5077
5082
|
}
|
|
5078
5083
|
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
5079
5084
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
@@ -6120,6 +6125,11 @@
|
|
|
6120
6125
|
position: absolute;
|
|
6121
6126
|
width: 100%;
|
|
6122
6127
|
}
|
|
6128
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
6129
|
+
.e-treeview .e-fullrow {
|
|
6130
|
+
z-index: -1;
|
|
6131
|
+
}
|
|
6132
|
+
}
|
|
6123
6133
|
.e-treeview .e-checkbox-wrapper {
|
|
6124
6134
|
margin: 0 0 0 5px;
|
|
6125
6135
|
pointer-events: all;
|
|
@@ -6456,8 +6466,8 @@
|
|
|
6456
6466
|
background: transparent;
|
|
6457
6467
|
}
|
|
6458
6468
|
.e-treeview .e-list-item.e-active > .e-fullrow {
|
|
6459
|
-
background-color:
|
|
6460
|
-
border-color:
|
|
6469
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
6470
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
6461
6471
|
}
|
|
6462
6472
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
|
|
6463
6473
|
background-color: transparent;
|
|
@@ -6480,7 +6490,7 @@
|
|
|
6480
6490
|
color: #333;
|
|
6481
6491
|
}
|
|
6482
6492
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
6483
|
-
background-color:
|
|
6493
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
6484
6494
|
border-color: #666;
|
|
6485
6495
|
}
|
|
6486
6496
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
@@ -6543,11 +6553,11 @@
|
|
|
6543
6553
|
border-color: #f4f4f4;
|
|
6544
6554
|
}
|
|
6545
6555
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content {
|
|
6546
|
-
background-color:
|
|
6547
|
-
border-color:
|
|
6556
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
6557
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
6548
6558
|
}
|
|
6549
6559
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
6550
|
-
background-color:
|
|
6560
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
6551
6561
|
border-color: #666;
|
|
6552
6562
|
}
|
|
6553
6563
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
@@ -6558,7 +6568,7 @@
|
|
|
6558
6568
|
border-color: transparent;
|
|
6559
6569
|
}
|
|
6560
6570
|
.e-treeview.e-drag-item {
|
|
6561
|
-
background-color:
|
|
6571
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
6562
6572
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
6563
6573
|
}
|
|
6564
6574
|
.e-treeview.e-drag-item .e-icon-collapsible::before,
|
|
@@ -8760,14 +8770,14 @@ ejs-sidebar {
|
|
|
8760
8770
|
.e-stepper:not(.e-step-type-label) .e-indicator:hover,
|
|
8761
8771
|
.e-stepper:not(.e-step-type-label) .e-step:hover {
|
|
8762
8772
|
color: #fff;
|
|
8763
|
-
background:
|
|
8773
|
+
background: rgb(0, 111.4205607477, 198.7);
|
|
8764
8774
|
}
|
|
8765
8775
|
.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover, .e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
8766
8776
|
color: #333;
|
|
8767
8777
|
}
|
|
8768
8778
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
8769
8779
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
8770
|
-
background:
|
|
8780
|
+
background: rgb(0, 91.4018691589, 163);
|
|
8771
8781
|
}
|
|
8772
8782
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|
|
8773
8783
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
|
package/styles/fabric.css
CHANGED
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
}
|
|
560
560
|
.e-pager .e-currentitem,
|
|
561
561
|
.e-pager .e-currentitem:hover {
|
|
562
|
-
background:
|
|
562
|
+
background: rgb(183.4, 223.5495327103, 255);
|
|
563
563
|
color: #333;
|
|
564
564
|
opacity: 1;
|
|
565
565
|
}
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
background-color: #f4f4f4;
|
|
576
576
|
}
|
|
577
577
|
.e-pager .e-currentitem.e-numericitem.e-focused {
|
|
578
|
-
background:
|
|
578
|
+
background: rgb(183.4, 223.5495327103, 255);
|
|
579
579
|
-webkit-box-shadow: 0 0 0 1px #666 inset;
|
|
580
580
|
box-shadow: 0 0 0 1px #666 inset;
|
|
581
581
|
}
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
color: #333;
|
|
1014
1014
|
}
|
|
1015
1015
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
1016
|
-
background:
|
|
1016
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
1017
1017
|
border: 0;
|
|
1018
1018
|
-webkit-box-shadow: none;
|
|
1019
1019
|
box-shadow: none;
|
|
@@ -1245,7 +1245,7 @@
|
|
|
1245
1245
|
color: #333;
|
|
1246
1246
|
}
|
|
1247
1247
|
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
1248
|
-
background:
|
|
1248
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
1249
1249
|
border: 0;
|
|
1250
1250
|
-webkit-box-shadow: none;
|
|
1251
1251
|
box-shadow: none;
|
|
@@ -1949,8 +1949,8 @@
|
|
|
1949
1949
|
color: #333;
|
|
1950
1950
|
}
|
|
1951
1951
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
1952
|
-
background:
|
|
1953
|
-
border-color:
|
|
1952
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
1953
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
1954
1954
|
border-style: solid;
|
|
1955
1955
|
border-width: 0;
|
|
1956
1956
|
border-radius: 0;
|
|
@@ -2045,16 +2045,16 @@
|
|
|
2045
2045
|
}
|
|
2046
2046
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2047
2047
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2048
|
-
background:
|
|
2048
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2049
2049
|
-webkit-box-shadow: none;
|
|
2050
2050
|
box-shadow: none;
|
|
2051
|
-
border-color:
|
|
2051
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
2052
2052
|
border-style: solid;
|
|
2053
2053
|
border-width: 0 0 0 1px;
|
|
2054
2054
|
}
|
|
2055
2055
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2056
2056
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2057
|
-
border-color:
|
|
2057
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
2058
2058
|
border-style: solid;
|
|
2059
2059
|
border-width: 0 0 0 1px;
|
|
2060
2060
|
}
|
|
@@ -2084,10 +2084,10 @@
|
|
|
2084
2084
|
border-width: 0;
|
|
2085
2085
|
}
|
|
2086
2086
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2087
|
-
background:
|
|
2087
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2088
2088
|
-webkit-box-shadow: none;
|
|
2089
2089
|
box-shadow: none;
|
|
2090
|
-
border-color:
|
|
2090
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
2091
2091
|
border-style: solid;
|
|
2092
2092
|
border-width: 0;
|
|
2093
2093
|
}
|
|
@@ -2128,11 +2128,11 @@
|
|
|
2128
2128
|
border-width: 0;
|
|
2129
2129
|
}
|
|
2130
2130
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2131
|
-
background:
|
|
2131
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2132
2132
|
border-radius: 0;
|
|
2133
2133
|
-webkit-box-shadow: none;
|
|
2134
2134
|
box-shadow: none;
|
|
2135
|
-
border-color:
|
|
2135
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
2136
2136
|
border-style: solid;
|
|
2137
2137
|
border-width: 0;
|
|
2138
2138
|
}
|
|
@@ -2636,7 +2636,7 @@
|
|
|
2636
2636
|
border-width: 1px 0 1px 0;
|
|
2637
2637
|
}
|
|
2638
2638
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2639
|
-
border-top: 1px solid
|
|
2639
|
+
border-top: 1px solid rgb(208.9, 234.7504672897, 255);
|
|
2640
2640
|
}
|
|
2641
2641
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2642
2642
|
border-color: #666;
|
|
@@ -2644,7 +2644,7 @@
|
|
|
2644
2644
|
border-width: 1px;
|
|
2645
2645
|
}
|
|
2646
2646
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2647
|
-
background:
|
|
2647
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2648
2648
|
}
|
|
2649
2649
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2650
2650
|
color: #333;
|
|
@@ -2656,10 +2656,10 @@
|
|
|
2656
2656
|
color: #333;
|
|
2657
2657
|
}
|
|
2658
2658
|
.e-accordion .e-acrdn-item.e-item-focus.e-expand-state.e-select, .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2659
|
-
border-color:
|
|
2659
|
+
border-color: rgb(208.9, 234.7504672897, 255) rgb(208.9, 234.7504672897, 255) #eaeaea;
|
|
2660
2660
|
}
|
|
2661
2661
|
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2662
|
-
border-color:
|
|
2662
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
2663
2663
|
border-style: solid;
|
|
2664
2664
|
border-width: 1px 0 1px 0;
|
|
2665
2665
|
}
|
|
@@ -2688,13 +2688,13 @@
|
|
|
2688
2688
|
border-color: #666;
|
|
2689
2689
|
border-style: solid;
|
|
2690
2690
|
border-width: 1px;
|
|
2691
|
-
background:
|
|
2691
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2692
2692
|
}
|
|
2693
2693
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2694
|
-
background:
|
|
2694
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2695
2695
|
}
|
|
2696
2696
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2697
|
-
background:
|
|
2697
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2698
2698
|
}
|
|
2699
2699
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2700
2700
|
color: #333;
|
|
@@ -2727,7 +2727,7 @@
|
|
|
2727
2727
|
border: 1px solid #666;
|
|
2728
2728
|
}
|
|
2729
2729
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2730
|
-
background:
|
|
2730
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2731
2731
|
border: 1px solid #666;
|
|
2732
2732
|
border-color: #666;
|
|
2733
2733
|
}
|
|
@@ -2765,10 +2765,10 @@
|
|
|
2765
2765
|
color: #333;
|
|
2766
2766
|
}
|
|
2767
2767
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
2768
|
-
border-color:
|
|
2768
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
2769
2769
|
border-style: solid;
|
|
2770
2770
|
border-width: 1px;
|
|
2771
|
-
background:
|
|
2771
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2772
2772
|
}
|
|
2773
2773
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-icons {
|
|
2774
2774
|
color: #333;
|
|
@@ -2786,7 +2786,7 @@
|
|
|
2786
2786
|
color: #333;
|
|
2787
2787
|
}
|
|
2788
2788
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2789
|
-
border-color:
|
|
2789
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
2790
2790
|
}
|
|
2791
2791
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon {
|
|
2792
2792
|
color: #333;
|
|
@@ -3639,7 +3639,7 @@
|
|
|
3639
3639
|
|
|
3640
3640
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3641
3641
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3642
|
-
background-color:
|
|
3642
|
+
background-color: #fff;
|
|
3643
3643
|
border: 1px solid #eaeaea;
|
|
3644
3644
|
}
|
|
3645
3645
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -4173,6 +4173,11 @@
|
|
|
4173
4173
|
height: 34px;
|
|
4174
4174
|
width: 100%;
|
|
4175
4175
|
}
|
|
4176
|
+
@media screen and (max-width: 480px) {
|
|
4177
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4178
|
+
height: 50px;
|
|
4179
|
+
}
|
|
4180
|
+
}
|
|
4176
4181
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4177
4182
|
display: -webkit-inline-box;
|
|
4178
4183
|
display: -ms-inline-flexbox;
|
|
@@ -5670,7 +5675,7 @@
|
|
|
5670
5675
|
color: #333;
|
|
5671
5676
|
}
|
|
5672
5677
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
5673
|
-
color:
|
|
5678
|
+
color: rgb(0, 68.523364486, 122.2);
|
|
5674
5679
|
}
|
|
5675
5680
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon:active {
|
|
5676
5681
|
color: #0078d6;
|
|
@@ -5719,8 +5724,8 @@
|
|
|
5719
5724
|
color: #333;
|
|
5720
5725
|
}
|
|
5721
5726
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
5722
|
-
background:
|
|
5723
|
-
border-color:
|
|
5727
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
5728
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
5724
5729
|
}
|
|
5725
5730
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
5726
5731
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
@@ -5754,7 +5759,7 @@
|
|
|
5754
5759
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
5755
5760
|
-webkit-box-shadow: none;
|
|
5756
5761
|
box-shadow: none;
|
|
5757
|
-
border: 1px solid
|
|
5762
|
+
border: 1px solid rgb(208.9, 234.7504672897, 255);
|
|
5758
5763
|
}
|
|
5759
5764
|
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
5760
5765
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
@@ -8002,6 +8007,11 @@
|
|
|
8002
8007
|
position: absolute;
|
|
8003
8008
|
width: 100%;
|
|
8004
8009
|
}
|
|
8010
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
8011
|
+
.e-treeview .e-fullrow {
|
|
8012
|
+
z-index: -1;
|
|
8013
|
+
}
|
|
8014
|
+
}
|
|
8005
8015
|
.e-treeview .e-checkbox-wrapper {
|
|
8006
8016
|
margin: 0 0 0 5px;
|
|
8007
8017
|
pointer-events: all;
|
|
@@ -8338,8 +8348,8 @@
|
|
|
8338
8348
|
background: transparent;
|
|
8339
8349
|
}
|
|
8340
8350
|
.e-treeview .e-list-item.e-active > .e-fullrow {
|
|
8341
|
-
background-color:
|
|
8342
|
-
border-color:
|
|
8351
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
8352
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
8343
8353
|
}
|
|
8344
8354
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
|
|
8345
8355
|
background-color: transparent;
|
|
@@ -8362,7 +8372,7 @@
|
|
|
8362
8372
|
color: #333;
|
|
8363
8373
|
}
|
|
8364
8374
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8365
|
-
background-color:
|
|
8375
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
8366
8376
|
border-color: #666;
|
|
8367
8377
|
}
|
|
8368
8378
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
@@ -8425,11 +8435,11 @@
|
|
|
8425
8435
|
border-color: #f4f4f4;
|
|
8426
8436
|
}
|
|
8427
8437
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content {
|
|
8428
|
-
background-color:
|
|
8429
|
-
border-color:
|
|
8438
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
8439
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
8430
8440
|
}
|
|
8431
8441
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8432
|
-
background-color:
|
|
8442
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
8433
8443
|
border-color: #666;
|
|
8434
8444
|
}
|
|
8435
8445
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
@@ -8440,7 +8450,7 @@
|
|
|
8440
8450
|
border-color: transparent;
|
|
8441
8451
|
}
|
|
8442
8452
|
.e-treeview.e-drag-item {
|
|
8443
|
-
background-color:
|
|
8453
|
+
background-color: rgb(208.9, 234.7504672897, 255);
|
|
8444
8454
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
8445
8455
|
}
|
|
8446
8456
|
.e-treeview.e-drag-item .e-icon-collapsible::before,
|
|
@@ -11232,14 +11242,14 @@ ejs-sidebar {
|
|
|
11232
11242
|
.e-stepper:not(.e-step-type-label) .e-indicator:hover,
|
|
11233
11243
|
.e-stepper:not(.e-step-type-label) .e-step:hover {
|
|
11234
11244
|
color: #fff;
|
|
11235
|
-
background:
|
|
11245
|
+
background: rgb(0, 111.4205607477, 198.7);
|
|
11236
11246
|
}
|
|
11237
11247
|
.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover, .e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
11238
11248
|
color: #333;
|
|
11239
11249
|
}
|
|
11240
11250
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
11241
11251
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
11242
|
-
background:
|
|
11252
|
+
background: rgb(0, 91.4018691589, 163);
|
|
11243
11253
|
}
|
|
11244
11254
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|
|
11245
11255
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
|
|
@@ -3055,7 +3055,7 @@
|
|
|
3055
3055
|
|
|
3056
3056
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3057
3057
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3058
|
-
background-color:
|
|
3058
|
+
background-color: #252423;
|
|
3059
3059
|
border: 1px solid #292827;
|
|
3060
3060
|
}
|
|
3061
3061
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -3530,6 +3530,11 @@
|
|
|
3530
3530
|
height: 26px;
|
|
3531
3531
|
width: 100%;
|
|
3532
3532
|
}
|
|
3533
|
+
@media screen and (max-width: 480px) {
|
|
3534
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
3535
|
+
height: 48px;
|
|
3536
|
+
}
|
|
3537
|
+
}
|
|
3533
3538
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
3534
3539
|
display: -webkit-inline-box;
|
|
3535
3540
|
display: -ms-inline-flexbox;
|
|
@@ -5584,8 +5589,8 @@
|
|
|
5584
5589
|
color: #1b1a19;
|
|
5585
5590
|
}
|
|
5586
5591
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5587
|
-
background:
|
|
5588
|
-
background-color:
|
|
5592
|
+
background: rgb(0, 91.1320754717, 161);
|
|
5593
|
+
background-color: rgb(0, 91.1320754717, 161);
|
|
5589
5594
|
border-color: unset;
|
|
5590
5595
|
}
|
|
5591
5596
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
@@ -5722,7 +5727,7 @@
|
|
|
5722
5727
|
}
|
|
5723
5728
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
5724
5729
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
5725
|
-
background:
|
|
5730
|
+
background: rgb(0, 91.1320754717, 161);
|
|
5726
5731
|
color: #1b1a19;
|
|
5727
5732
|
border-color: unset;
|
|
5728
5733
|
}
|
|
@@ -5784,20 +5789,20 @@
|
|
|
5784
5789
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
5785
5790
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
5786
5791
|
color: #1b1a19;
|
|
5787
|
-
background:
|
|
5792
|
+
background: rgb(0, 91.1320754717, 161);
|
|
5788
5793
|
border: 1px solid #292827;
|
|
5789
5794
|
}
|
|
5790
5795
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
5791
5796
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
5792
5797
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
5793
5798
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
5794
|
-
background:
|
|
5799
|
+
background: rgb(0, 91.1320754717, 161);
|
|
5795
5800
|
}
|
|
5796
5801
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
5797
5802
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
5798
5803
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
5799
5804
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
5800
|
-
background:
|
|
5805
|
+
background: rgb(0, 91.1320754717, 161);
|
|
5801
5806
|
border-color: #292827;
|
|
5802
5807
|
color: #1b1a19;
|
|
5803
5808
|
}
|
|
@@ -5906,7 +5911,7 @@
|
|
|
5906
5911
|
background: rgba(41, 40, 39, 0.38);
|
|
5907
5912
|
}
|
|
5908
5913
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
5909
|
-
background:
|
|
5914
|
+
background: rgb(0, 91.1320754717, 161);
|
|
5910
5915
|
border-color: unset;
|
|
5911
5916
|
}
|
|
5912
5917
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
@@ -6158,6 +6163,11 @@
|
|
|
6158
6163
|
position: absolute;
|
|
6159
6164
|
width: 100%;
|
|
6160
6165
|
}
|
|
6166
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
6167
|
+
.e-treeview .e-fullrow {
|
|
6168
|
+
z-index: -1;
|
|
6169
|
+
}
|
|
6170
|
+
}
|
|
6161
6171
|
.e-treeview .e-checkbox-wrapper {
|
|
6162
6172
|
margin: 0 0 0 12px;
|
|
6163
6173
|
pointer-events: all;
|
|
@@ -6529,7 +6539,7 @@
|
|
|
6529
6539
|
border-color: #f3f2f1;
|
|
6530
6540
|
}
|
|
6531
6541
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
6532
|
-
background-color:
|
|
6542
|
+
background-color: rgb(54.06875, 52.75, 51.43125);
|
|
6533
6543
|
border-color: #292827;
|
|
6534
6544
|
}
|
|
6535
6545
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
@@ -6599,7 +6609,7 @@
|
|
|
6599
6609
|
border-color: #292827;
|
|
6600
6610
|
}
|
|
6601
6611
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
6602
|
-
background-color:
|
|
6612
|
+
background-color: rgb(54.06875, 52.75, 51.43125);
|
|
6603
6613
|
border-color: #292827;
|
|
6604
6614
|
}
|
|
6605
6615
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
@@ -8809,7 +8819,7 @@ ejs-sidebar {
|
|
|
8809
8819
|
}
|
|
8810
8820
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
8811
8821
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
8812
|
-
background:
|
|
8822
|
+
background: rgb(0, 96, 169.6);
|
|
8813
8823
|
}
|
|
8814
8824
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|
|
8815
8825
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
|