@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
|
@@ -576,12 +576,12 @@
|
|
|
576
576
|
}
|
|
577
577
|
.e-pager .e-currentitem.e-numericitem.e-focused {
|
|
578
578
|
background: #0070f0;
|
|
579
|
-
-webkit-box-shadow: 0 0 0 1px
|
|
580
|
-
box-shadow: 0 0 0 1px
|
|
579
|
+
-webkit-box-shadow: 0 0 0 1px rgb(36, 138.2, 255) inset;
|
|
580
|
+
box-shadow: 0 0 0 1px rgb(36, 138.2, 255) inset;
|
|
581
581
|
}
|
|
582
582
|
.e-pager .e-focused {
|
|
583
|
-
-webkit-box-shadow: 0 0 0 1px
|
|
584
|
-
box-shadow: 0 0 0 1px
|
|
583
|
+
-webkit-box-shadow: 0 0 0 1px rgb(36, 138.2, 255) inset;
|
|
584
|
+
box-shadow: 0 0 0 1px rgb(36, 138.2, 255) inset;
|
|
585
585
|
}
|
|
586
586
|
@media (max-width: 590px) {
|
|
587
587
|
.e-pager .e-pager-default:hover {
|
|
@@ -2150,7 +2150,7 @@
|
|
|
2150
2150
|
}
|
|
2151
2151
|
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
2152
2152
|
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
2153
|
-
color:
|
|
2153
|
+
color: rgb(61.5, 151.8, 255);
|
|
2154
2154
|
}
|
|
2155
2155
|
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2156
2156
|
color: #f0f0f0;
|
|
@@ -2177,7 +2177,7 @@
|
|
|
2177
2177
|
border-bottom: 1px solid #505050;
|
|
2178
2178
|
}
|
|
2179
2179
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2180
|
-
color:
|
|
2180
|
+
color: rgb(61.5, 151.8, 255);
|
|
2181
2181
|
}
|
|
2182
2182
|
.e-accordion .e-acrdn-item.e-select {
|
|
2183
2183
|
background: #1a1a1a;
|
|
@@ -2192,10 +2192,10 @@
|
|
|
2192
2192
|
border-bottom: 0;
|
|
2193
2193
|
}
|
|
2194
2194
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2195
|
-
color:
|
|
2195
|
+
color: rgb(61.5, 151.8, 255);
|
|
2196
2196
|
}
|
|
2197
2197
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
2198
|
-
color:
|
|
2198
|
+
color: rgb(61.5, 151.8, 255);
|
|
2199
2199
|
}
|
|
2200
2200
|
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
2201
2201
|
border: 0;
|
|
@@ -2224,19 +2224,19 @@
|
|
|
2224
2224
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2225
2225
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2226
2226
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2227
|
-
color:
|
|
2227
|
+
color: rgb(61.5, 151.8, 255);
|
|
2228
2228
|
}
|
|
2229
2229
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2230
|
-
color:
|
|
2230
|
+
color: rgb(61.5, 151.8, 255);
|
|
2231
2231
|
}
|
|
2232
2232
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2233
|
-
color:
|
|
2233
|
+
color: rgb(61.5, 151.8, 255);
|
|
2234
2234
|
}
|
|
2235
2235
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
2236
|
-
color:
|
|
2236
|
+
color: rgb(61.5, 151.8, 255);
|
|
2237
2237
|
}
|
|
2238
2238
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2239
|
-
color:
|
|
2239
|
+
color: rgb(61.5, 151.8, 255);
|
|
2240
2240
|
}
|
|
2241
2241
|
.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 {
|
|
2242
2242
|
border-color: #505050;
|
|
@@ -2290,10 +2290,10 @@
|
|
|
2290
2290
|
border-bottom: 1px solid #505050;
|
|
2291
2291
|
}
|
|
2292
2292
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2293
|
-
color:
|
|
2293
|
+
color: rgb(61.5, 151.8, 255);
|
|
2294
2294
|
}
|
|
2295
2295
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2296
|
-
color:
|
|
2296
|
+
color: rgb(61.5, 151.8, 255);
|
|
2297
2297
|
}
|
|
2298
2298
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2299
2299
|
position: relative;
|
|
@@ -2332,7 +2332,7 @@
|
|
|
2332
2332
|
color: #fff;
|
|
2333
2333
|
}
|
|
2334
2334
|
.e-accordion .e-acrdn-item .e-toggle-icon {
|
|
2335
|
-
color:
|
|
2335
|
+
color: rgb(61.5, 151.8, 255);
|
|
2336
2336
|
}
|
|
2337
2337
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
2338
2338
|
font-size: 14px;
|
|
@@ -3016,7 +3016,7 @@
|
|
|
3016
3016
|
|
|
3017
3017
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3018
3018
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3019
|
-
background-color:
|
|
3019
|
+
background-color: #313131;
|
|
3020
3020
|
border: 1px solid #505050;
|
|
3021
3021
|
}
|
|
3022
3022
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -3491,6 +3491,11 @@
|
|
|
3491
3491
|
height: 26px;
|
|
3492
3492
|
width: 100%;
|
|
3493
3493
|
}
|
|
3494
|
+
@media screen and (max-width: 480px) {
|
|
3495
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
3496
|
+
height: 50px;
|
|
3497
|
+
}
|
|
3498
|
+
}
|
|
3494
3499
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
3495
3500
|
display: -webkit-inline-box;
|
|
3496
3501
|
display: -ms-inline-flexbox;
|
|
@@ -4929,11 +4934,11 @@
|
|
|
4929
4934
|
}
|
|
4930
4935
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4931
4936
|
border-radius: 4px;
|
|
4932
|
-
color:
|
|
4937
|
+
color: rgb(61.5, 151.8, 255);
|
|
4933
4938
|
border: 0;
|
|
4934
4939
|
}
|
|
4935
4940
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
4936
|
-
color:
|
|
4941
|
+
color: rgb(61.5, 151.8, 255);
|
|
4937
4942
|
}
|
|
4938
4943
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
4939
4944
|
background: #313131;
|
|
@@ -4947,7 +4952,7 @@
|
|
|
4947
4952
|
}
|
|
4948
4953
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
4949
4954
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
4950
|
-
color:
|
|
4955
|
+
color: rgb(36, 138.2, 255);
|
|
4951
4956
|
}
|
|
4952
4957
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
4953
4958
|
border: 1px solid #505050;
|
|
@@ -5034,7 +5039,7 @@
|
|
|
5034
5039
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
5035
5040
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
5036
5041
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
5037
|
-
color:
|
|
5042
|
+
color: rgb(36, 138.2, 255);
|
|
5038
5043
|
}
|
|
5039
5044
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
5040
5045
|
background: #313131;
|
|
@@ -5388,13 +5393,13 @@
|
|
|
5388
5393
|
background: rgba(49, 49, 49, 0);
|
|
5389
5394
|
}
|
|
5390
5395
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5391
|
-
color:
|
|
5396
|
+
color: rgb(61.5, 151.8, 255);
|
|
5392
5397
|
}
|
|
5393
5398
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
5394
|
-
color:
|
|
5399
|
+
color: rgb(36, 138.2, 255);
|
|
5395
5400
|
}
|
|
5396
5401
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
5397
|
-
color:
|
|
5402
|
+
color: rgb(36, 138.2, 255);
|
|
5398
5403
|
}
|
|
5399
5404
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
5400
5405
|
margin-top: 0;
|
|
@@ -5438,13 +5443,13 @@
|
|
|
5438
5443
|
background: #313131;
|
|
5439
5444
|
}
|
|
5440
5445
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
5441
|
-
color:
|
|
5446
|
+
color: rgb(36, 138.2, 255);
|
|
5442
5447
|
}
|
|
5443
5448
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
5444
|
-
color:
|
|
5449
|
+
color: rgb(36, 138.2, 255);
|
|
5445
5450
|
}
|
|
5446
5451
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
5447
|
-
color:
|
|
5452
|
+
color: rgb(36, 138.2, 255);
|
|
5448
5453
|
}
|
|
5449
5454
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
5450
5455
|
border-bottom: 0;
|
|
@@ -5494,17 +5499,17 @@
|
|
|
5494
5499
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
5495
5500
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
5496
5501
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
5497
|
-
color:
|
|
5502
|
+
color: rgb(36, 138.2, 255);
|
|
5498
5503
|
}
|
|
5499
5504
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
5500
5505
|
background: #414141;
|
|
5501
5506
|
border-color: unset;
|
|
5502
5507
|
}
|
|
5503
5508
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
5504
|
-
color:
|
|
5509
|
+
color: rgb(0, 40.6, 87);
|
|
5505
5510
|
}
|
|
5506
5511
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
5507
|
-
color:
|
|
5512
|
+
color: rgb(0, 40.6, 87);
|
|
5508
5513
|
}
|
|
5509
5514
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
5510
5515
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -5536,10 +5541,10 @@
|
|
|
5536
5541
|
}
|
|
5537
5542
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
5538
5543
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5539
|
-
color:
|
|
5544
|
+
color: rgb(61.5, 151.8, 255);
|
|
5540
5545
|
}
|
|
5541
5546
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
5542
|
-
color:
|
|
5547
|
+
color: rgb(61.5, 151.8, 255);
|
|
5543
5548
|
}
|
|
5544
5549
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
5545
5550
|
color: #fff;
|
|
@@ -5653,7 +5658,7 @@
|
|
|
5653
5658
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
5654
5659
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
5655
5660
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5656
|
-
color:
|
|
5661
|
+
color: rgb(61.5, 151.8, 255);
|
|
5657
5662
|
}
|
|
5658
5663
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
5659
5664
|
background: #313131;
|
|
@@ -5664,13 +5669,13 @@
|
|
|
5664
5669
|
color: #0070f0;
|
|
5665
5670
|
}
|
|
5666
5671
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
5667
|
-
color:
|
|
5672
|
+
color: rgb(61.5, 151.8, 255);
|
|
5668
5673
|
}
|
|
5669
5674
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
5670
|
-
color:
|
|
5675
|
+
color: rgb(61.5, 151.8, 255);
|
|
5671
5676
|
}
|
|
5672
5677
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
5673
|
-
color:
|
|
5678
|
+
color: rgb(61.5, 151.8, 255);
|
|
5674
5679
|
}
|
|
5675
5680
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
5676
5681
|
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
@@ -5873,7 +5878,7 @@
|
|
|
5873
5878
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
5874
5879
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
5875
5880
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
5876
|
-
color:
|
|
5881
|
+
color: rgb(61.5, 151.8, 255);
|
|
5877
5882
|
}
|
|
5878
5883
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
5879
5884
|
background: #414141;
|
|
@@ -5889,28 +5894,28 @@
|
|
|
5889
5894
|
border-radius: 4px;
|
|
5890
5895
|
}
|
|
5891
5896
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
5892
|
-
color:
|
|
5897
|
+
color: hsl(0, 0%, 115%);
|
|
5893
5898
|
}
|
|
5894
5899
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
5895
5900
|
color: #fff;
|
|
5896
5901
|
}
|
|
5897
5902
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
5898
|
-
color:
|
|
5903
|
+
color: hsl(0, 0%, 115%);
|
|
5899
5904
|
}
|
|
5900
5905
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
5901
|
-
color:
|
|
5906
|
+
color: hsl(0, 0%, 115%);
|
|
5902
5907
|
}
|
|
5903
5908
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
5904
5909
|
color: #fff;
|
|
5905
5910
|
}
|
|
5906
5911
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
5907
|
-
color:
|
|
5912
|
+
color: hsl(0, 0%, 115%);
|
|
5908
5913
|
}
|
|
5909
5914
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
5910
|
-
color:
|
|
5915
|
+
color: rgb(0, 40.6, 87);
|
|
5911
5916
|
}
|
|
5912
5917
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
5913
|
-
color:
|
|
5918
|
+
color: rgb(0, 40.6, 87);
|
|
5914
5919
|
}
|
|
5915
5920
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
|
|
5916
5921
|
background: #0070f0;
|
|
@@ -5939,15 +5944,15 @@
|
|
|
5939
5944
|
|
|
5940
5945
|
.e-tab-clone-element {
|
|
5941
5946
|
background: rgba(57, 57, 57, 0.87);
|
|
5942
|
-
color:
|
|
5947
|
+
color: rgb(61.5, 151.8, 255);
|
|
5943
5948
|
}
|
|
5944
5949
|
.e-tab-clone-element .e-tab-wrap {
|
|
5945
5950
|
border-radius: 4px;
|
|
5946
|
-
color:
|
|
5951
|
+
color: rgb(61.5, 151.8, 255);
|
|
5947
5952
|
border: 0;
|
|
5948
5953
|
}
|
|
5949
5954
|
.e-tab-clone-element .e-tab-wrap .e-tab-icon {
|
|
5950
|
-
color:
|
|
5955
|
+
color: rgb(61.5, 151.8, 255);
|
|
5951
5956
|
}
|
|
5952
5957
|
|
|
5953
5958
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -6118,6 +6123,11 @@
|
|
|
6118
6123
|
position: absolute;
|
|
6119
6124
|
width: 100%;
|
|
6120
6125
|
}
|
|
6126
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
6127
|
+
.e-treeview .e-fullrow {
|
|
6128
|
+
z-index: -1;
|
|
6129
|
+
}
|
|
6130
|
+
}
|
|
6121
6131
|
.e-treeview .e-checkbox-wrapper {
|
|
6122
6132
|
margin: 0 0 0 5px;
|
|
6123
6133
|
pointer-events: all;
|
|
@@ -7835,10 +7845,10 @@ ejs-sidebar {
|
|
|
7835
7845
|
color: #0070f0;
|
|
7836
7846
|
}
|
|
7837
7847
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:hover, .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus {
|
|
7838
|
-
color:
|
|
7848
|
+
color: rgb(61.5, 151.8, 255);
|
|
7839
7849
|
}
|
|
7840
7850
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:active {
|
|
7841
|
-
color:
|
|
7851
|
+
color: rgb(87, 165.4, 255);
|
|
7842
7852
|
}
|
|
7843
7853
|
.e-breadcrumb .e-breadcrumb-item.e-icon-item:hover {
|
|
7844
7854
|
background: #484848;
|
|
@@ -8763,14 +8773,14 @@ ejs-sidebar {
|
|
|
8763
8773
|
.e-stepper:not(.e-step-type-label) .e-indicator:hover,
|
|
8764
8774
|
.e-stepper:not(.e-step-type-label) .e-step:hover {
|
|
8765
8775
|
color: #fff;
|
|
8766
|
-
background:
|
|
8776
|
+
background: rgb(36, 138.2, 255);
|
|
8767
8777
|
}
|
|
8768
8778
|
.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 {
|
|
8769
8779
|
color: #f0f0f0;
|
|
8770
8780
|
}
|
|
8771
8781
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
8772
8782
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
8773
|
-
background:
|
|
8783
|
+
background: rgb(61.5, 151.8, 255);
|
|
8774
8784
|
}
|
|
8775
8785
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|
|
8776
8786
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
|
|
@@ -576,12 +576,12 @@
|
|
|
576
576
|
}
|
|
577
577
|
.e-pager .e-currentitem.e-numericitem.e-focused {
|
|
578
578
|
background: #0070f0;
|
|
579
|
-
-webkit-box-shadow: 0 0 0 1px
|
|
580
|
-
box-shadow: 0 0 0 1px
|
|
579
|
+
-webkit-box-shadow: 0 0 0 1px rgb(36, 138.2, 255) inset;
|
|
580
|
+
box-shadow: 0 0 0 1px rgb(36, 138.2, 255) inset;
|
|
581
581
|
}
|
|
582
582
|
.e-pager .e-focused {
|
|
583
|
-
-webkit-box-shadow: 0 0 0 1px
|
|
584
|
-
box-shadow: 0 0 0 1px
|
|
583
|
+
-webkit-box-shadow: 0 0 0 1px rgb(36, 138.2, 255) inset;
|
|
584
|
+
box-shadow: 0 0 0 1px rgb(36, 138.2, 255) inset;
|
|
585
585
|
}
|
|
586
586
|
@media (max-width: 590px) {
|
|
587
587
|
.e-pager .e-pager-default:hover {
|
|
@@ -2675,7 +2675,7 @@
|
|
|
2675
2675
|
}
|
|
2676
2676
|
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
2677
2677
|
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
2678
|
-
color:
|
|
2678
|
+
color: rgb(61.5, 151.8, 255);
|
|
2679
2679
|
}
|
|
2680
2680
|
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2681
2681
|
color: #f0f0f0;
|
|
@@ -2702,7 +2702,7 @@
|
|
|
2702
2702
|
border-bottom: 1px solid #505050;
|
|
2703
2703
|
}
|
|
2704
2704
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2705
|
-
color:
|
|
2705
|
+
color: rgb(61.5, 151.8, 255);
|
|
2706
2706
|
}
|
|
2707
2707
|
.e-accordion .e-acrdn-item.e-select {
|
|
2708
2708
|
background: #1a1a1a;
|
|
@@ -2717,10 +2717,10 @@
|
|
|
2717
2717
|
border-bottom: 0;
|
|
2718
2718
|
}
|
|
2719
2719
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2720
|
-
color:
|
|
2720
|
+
color: rgb(61.5, 151.8, 255);
|
|
2721
2721
|
}
|
|
2722
2722
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
2723
|
-
color:
|
|
2723
|
+
color: rgb(61.5, 151.8, 255);
|
|
2724
2724
|
}
|
|
2725
2725
|
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
2726
2726
|
border: 0;
|
|
@@ -2749,19 +2749,19 @@
|
|
|
2749
2749
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2750
2750
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2751
2751
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2752
|
-
color:
|
|
2752
|
+
color: rgb(61.5, 151.8, 255);
|
|
2753
2753
|
}
|
|
2754
2754
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2755
|
-
color:
|
|
2755
|
+
color: rgb(61.5, 151.8, 255);
|
|
2756
2756
|
}
|
|
2757
2757
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2758
|
-
color:
|
|
2758
|
+
color: rgb(61.5, 151.8, 255);
|
|
2759
2759
|
}
|
|
2760
2760
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
2761
|
-
color:
|
|
2761
|
+
color: rgb(61.5, 151.8, 255);
|
|
2762
2762
|
}
|
|
2763
2763
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2764
|
-
color:
|
|
2764
|
+
color: rgb(61.5, 151.8, 255);
|
|
2765
2765
|
}
|
|
2766
2766
|
.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 {
|
|
2767
2767
|
border-color: #505050;
|
|
@@ -2815,10 +2815,10 @@
|
|
|
2815
2815
|
border-bottom: 1px solid #505050;
|
|
2816
2816
|
}
|
|
2817
2817
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2818
|
-
color:
|
|
2818
|
+
color: rgb(61.5, 151.8, 255);
|
|
2819
2819
|
}
|
|
2820
2820
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2821
|
-
color:
|
|
2821
|
+
color: rgb(61.5, 151.8, 255);
|
|
2822
2822
|
}
|
|
2823
2823
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2824
2824
|
position: relative;
|
|
@@ -2857,7 +2857,7 @@
|
|
|
2857
2857
|
color: #fff;
|
|
2858
2858
|
}
|
|
2859
2859
|
.e-accordion .e-acrdn-item .e-toggle-icon {
|
|
2860
|
-
color:
|
|
2860
|
+
color: rgb(61.5, 151.8, 255);
|
|
2861
2861
|
}
|
|
2862
2862
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
2863
2863
|
font-size: 14px;
|
|
@@ -3638,7 +3638,7 @@
|
|
|
3638
3638
|
|
|
3639
3639
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3640
3640
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3641
|
-
background-color:
|
|
3641
|
+
background-color: #313131;
|
|
3642
3642
|
border: 1px solid #505050;
|
|
3643
3643
|
}
|
|
3644
3644
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -4172,6 +4172,11 @@
|
|
|
4172
4172
|
height: 26px;
|
|
4173
4173
|
width: 100%;
|
|
4174
4174
|
}
|
|
4175
|
+
@media screen and (max-width: 480px) {
|
|
4176
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4177
|
+
height: 50px;
|
|
4178
|
+
}
|
|
4179
|
+
}
|
|
4175
4180
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4176
4181
|
display: -webkit-inline-box;
|
|
4177
4182
|
display: -ms-inline-flexbox;
|
|
@@ -5610,11 +5615,11 @@
|
|
|
5610
5615
|
}
|
|
5611
5616
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5612
5617
|
border-radius: 4px;
|
|
5613
|
-
color:
|
|
5618
|
+
color: rgb(61.5, 151.8, 255);
|
|
5614
5619
|
border: 0;
|
|
5615
5620
|
}
|
|
5616
5621
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5617
|
-
color:
|
|
5622
|
+
color: rgb(61.5, 151.8, 255);
|
|
5618
5623
|
}
|
|
5619
5624
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5620
5625
|
background: #313131;
|
|
@@ -5628,7 +5633,7 @@
|
|
|
5628
5633
|
}
|
|
5629
5634
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
5630
5635
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
5631
|
-
color:
|
|
5636
|
+
color: rgb(36, 138.2, 255);
|
|
5632
5637
|
}
|
|
5633
5638
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
5634
5639
|
border: 1px solid #505050;
|
|
@@ -5715,7 +5720,7 @@
|
|
|
5715
5720
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
5716
5721
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
5717
5722
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
5718
|
-
color:
|
|
5723
|
+
color: rgb(36, 138.2, 255);
|
|
5719
5724
|
}
|
|
5720
5725
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
5721
5726
|
background: #313131;
|
|
@@ -6069,13 +6074,13 @@
|
|
|
6069
6074
|
background: rgba(49, 49, 49, 0);
|
|
6070
6075
|
}
|
|
6071
6076
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6072
|
-
color:
|
|
6077
|
+
color: rgb(61.5, 151.8, 255);
|
|
6073
6078
|
}
|
|
6074
6079
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6075
|
-
color:
|
|
6080
|
+
color: rgb(36, 138.2, 255);
|
|
6076
6081
|
}
|
|
6077
6082
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6078
|
-
color:
|
|
6083
|
+
color: rgb(36, 138.2, 255);
|
|
6079
6084
|
}
|
|
6080
6085
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6081
6086
|
margin-top: 0;
|
|
@@ -6119,13 +6124,13 @@
|
|
|
6119
6124
|
background: #313131;
|
|
6120
6125
|
}
|
|
6121
6126
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
6122
|
-
color:
|
|
6127
|
+
color: rgb(36, 138.2, 255);
|
|
6123
6128
|
}
|
|
6124
6129
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
6125
|
-
color:
|
|
6130
|
+
color: rgb(36, 138.2, 255);
|
|
6126
6131
|
}
|
|
6127
6132
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
6128
|
-
color:
|
|
6133
|
+
color: rgb(36, 138.2, 255);
|
|
6129
6134
|
}
|
|
6130
6135
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
6131
6136
|
border-bottom: 0;
|
|
@@ -6175,17 +6180,17 @@
|
|
|
6175
6180
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6176
6181
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
6177
6182
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
6178
|
-
color:
|
|
6183
|
+
color: rgb(36, 138.2, 255);
|
|
6179
6184
|
}
|
|
6180
6185
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6181
6186
|
background: #414141;
|
|
6182
6187
|
border-color: unset;
|
|
6183
6188
|
}
|
|
6184
6189
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
6185
|
-
color:
|
|
6190
|
+
color: rgb(0, 40.6, 87);
|
|
6186
6191
|
}
|
|
6187
6192
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6188
|
-
color:
|
|
6193
|
+
color: rgb(0, 40.6, 87);
|
|
6189
6194
|
}
|
|
6190
6195
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6191
6196
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -6217,10 +6222,10 @@
|
|
|
6217
6222
|
}
|
|
6218
6223
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6219
6224
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6220
|
-
color:
|
|
6225
|
+
color: rgb(61.5, 151.8, 255);
|
|
6221
6226
|
}
|
|
6222
6227
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
6223
|
-
color:
|
|
6228
|
+
color: rgb(61.5, 151.8, 255);
|
|
6224
6229
|
}
|
|
6225
6230
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
6226
6231
|
color: #fff;
|
|
@@ -6334,7 +6339,7 @@
|
|
|
6334
6339
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6335
6340
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6336
6341
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6337
|
-
color:
|
|
6342
|
+
color: rgb(61.5, 151.8, 255);
|
|
6338
6343
|
}
|
|
6339
6344
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6340
6345
|
background: #313131;
|
|
@@ -6345,13 +6350,13 @@
|
|
|
6345
6350
|
color: #0070f0;
|
|
6346
6351
|
}
|
|
6347
6352
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
6348
|
-
color:
|
|
6353
|
+
color: rgb(61.5, 151.8, 255);
|
|
6349
6354
|
}
|
|
6350
6355
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
6351
|
-
color:
|
|
6356
|
+
color: rgb(61.5, 151.8, 255);
|
|
6352
6357
|
}
|
|
6353
6358
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
6354
|
-
color:
|
|
6359
|
+
color: rgb(61.5, 151.8, 255);
|
|
6355
6360
|
}
|
|
6356
6361
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
6357
6362
|
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
@@ -6554,7 +6559,7 @@
|
|
|
6554
6559
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6555
6560
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
6556
6561
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
6557
|
-
color:
|
|
6562
|
+
color: rgb(61.5, 151.8, 255);
|
|
6558
6563
|
}
|
|
6559
6564
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6560
6565
|
background: #414141;
|
|
@@ -6570,28 +6575,28 @@
|
|
|
6570
6575
|
border-radius: 4px;
|
|
6571
6576
|
}
|
|
6572
6577
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
6573
|
-
color:
|
|
6578
|
+
color: hsl(0, 0%, 115%);
|
|
6574
6579
|
}
|
|
6575
6580
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6576
6581
|
color: #fff;
|
|
6577
6582
|
}
|
|
6578
6583
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6579
|
-
color:
|
|
6584
|
+
color: hsl(0, 0%, 115%);
|
|
6580
6585
|
}
|
|
6581
6586
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
6582
|
-
color:
|
|
6587
|
+
color: hsl(0, 0%, 115%);
|
|
6583
6588
|
}
|
|
6584
6589
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6585
6590
|
color: #fff;
|
|
6586
6591
|
}
|
|
6587
6592
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6588
|
-
color:
|
|
6593
|
+
color: hsl(0, 0%, 115%);
|
|
6589
6594
|
}
|
|
6590
6595
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
6591
|
-
color:
|
|
6596
|
+
color: rgb(0, 40.6, 87);
|
|
6592
6597
|
}
|
|
6593
6598
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6594
|
-
color:
|
|
6599
|
+
color: rgb(0, 40.6, 87);
|
|
6595
6600
|
}
|
|
6596
6601
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
|
|
6597
6602
|
background: #0070f0;
|
|
@@ -6620,15 +6625,15 @@
|
|
|
6620
6625
|
|
|
6621
6626
|
.e-tab-clone-element {
|
|
6622
6627
|
background: rgba(57, 57, 57, 0.87);
|
|
6623
|
-
color:
|
|
6628
|
+
color: rgb(61.5, 151.8, 255);
|
|
6624
6629
|
}
|
|
6625
6630
|
.e-tab-clone-element .e-tab-wrap {
|
|
6626
6631
|
border-radius: 4px;
|
|
6627
|
-
color:
|
|
6632
|
+
color: rgb(61.5, 151.8, 255);
|
|
6628
6633
|
border: 0;
|
|
6629
6634
|
}
|
|
6630
6635
|
.e-tab-clone-element .e-tab-wrap .e-tab-icon {
|
|
6631
|
-
color:
|
|
6636
|
+
color: rgb(61.5, 151.8, 255);
|
|
6632
6637
|
}
|
|
6633
6638
|
|
|
6634
6639
|
.e-bigger .e-tab .e-tab-header,
|
|
@@ -8000,6 +8005,11 @@
|
|
|
8000
8005
|
position: absolute;
|
|
8001
8006
|
width: 100%;
|
|
8002
8007
|
}
|
|
8008
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
8009
|
+
.e-treeview .e-fullrow {
|
|
8010
|
+
z-index: -1;
|
|
8011
|
+
}
|
|
8012
|
+
}
|
|
8003
8013
|
.e-treeview .e-checkbox-wrapper {
|
|
8004
8014
|
margin: 0 0 0 5px;
|
|
8005
8015
|
pointer-events: all;
|
|
@@ -10199,10 +10209,10 @@ ejs-sidebar {
|
|
|
10199
10209
|
color: #0070f0;
|
|
10200
10210
|
}
|
|
10201
10211
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:hover, .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus {
|
|
10202
|
-
color:
|
|
10212
|
+
color: rgb(61.5, 151.8, 255);
|
|
10203
10213
|
}
|
|
10204
10214
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:active {
|
|
10205
|
-
color:
|
|
10215
|
+
color: rgb(87, 165.4, 255);
|
|
10206
10216
|
}
|
|
10207
10217
|
.e-breadcrumb .e-breadcrumb-item.e-icon-item:hover {
|
|
10208
10218
|
background: #484848;
|
|
@@ -11230,14 +11240,14 @@ ejs-sidebar {
|
|
|
11230
11240
|
.e-stepper:not(.e-step-type-label) .e-indicator:hover,
|
|
11231
11241
|
.e-stepper:not(.e-step-type-label) .e-step:hover {
|
|
11232
11242
|
color: #fff;
|
|
11233
|
-
background:
|
|
11243
|
+
background: rgb(36, 138.2, 255);
|
|
11234
11244
|
}
|
|
11235
11245
|
.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 {
|
|
11236
11246
|
color: #f0f0f0;
|
|
11237
11247
|
}
|
|
11238
11248
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
11239
11249
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
11240
|
-
background:
|
|
11250
|
+
background: rgb(61.5, 151.8, 255);
|
|
11241
11251
|
}
|
|
11242
11252
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|
|
11243
11253
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
|