@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
|
@@ -465,6 +465,11 @@
|
|
|
465
465
|
height: 26px;
|
|
466
466
|
width: 100%;
|
|
467
467
|
}
|
|
468
|
+
@media screen and (max-width: 480px) {
|
|
469
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
470
|
+
height: 42px;
|
|
471
|
+
}
|
|
472
|
+
}
|
|
468
473
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
469
474
|
display: -webkit-inline-box;
|
|
470
475
|
display: -ms-inline-flexbox;
|
|
@@ -1921,7 +1926,7 @@
|
|
|
1921
1926
|
}
|
|
1922
1927
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
1923
1928
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
1924
|
-
color:
|
|
1929
|
+
color: rgb(0, 86.1, 178.5);
|
|
1925
1930
|
}
|
|
1926
1931
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1927
1932
|
border: 1px solid #dee2e6;
|
|
@@ -2001,14 +2006,14 @@
|
|
|
2001
2006
|
color: #212529;
|
|
2002
2007
|
}
|
|
2003
2008
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
2004
|
-
background:
|
|
2009
|
+
background: rgb(242.05, 243.9, 245.75);
|
|
2005
2010
|
border: 1px solid transparent;
|
|
2006
2011
|
border-radius: 0;
|
|
2007
2012
|
}
|
|
2008
2013
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
2009
2014
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
2010
2015
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
2011
|
-
color:
|
|
2016
|
+
color: rgb(0, 86.1, 178.5);
|
|
2012
2017
|
}
|
|
2013
2018
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
2014
2019
|
background: #007bff;
|
|
@@ -2038,7 +2043,7 @@
|
|
|
2038
2043
|
}
|
|
2039
2044
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
2040
2045
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
2041
|
-
background:
|
|
2046
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
2042
2047
|
color: #fff;
|
|
2043
2048
|
border: 0;
|
|
2044
2049
|
}
|
|
@@ -2060,7 +2065,7 @@
|
|
|
2060
2065
|
}
|
|
2061
2066
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
2062
2067
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
2063
|
-
background:
|
|
2068
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
2064
2069
|
color: #fff;
|
|
2065
2070
|
}
|
|
2066
2071
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
@@ -2083,7 +2088,7 @@
|
|
|
2083
2088
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
2084
2089
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
2085
2090
|
color: rgba(108, 117, 125, 0.65);
|
|
2086
|
-
background:
|
|
2091
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
2087
2092
|
border-color: unset;
|
|
2088
2093
|
}
|
|
2089
2094
|
.e-tab .e-tab-header .e-hor-nav,
|
|
@@ -2102,7 +2107,7 @@
|
|
|
2102
2107
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
2103
2108
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
2104
2109
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
2105
|
-
background:
|
|
2110
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
2106
2111
|
border: 0;
|
|
2107
2112
|
border-radius: 4px;
|
|
2108
2113
|
}
|
|
@@ -2127,7 +2132,7 @@
|
|
|
2127
2132
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
2128
2133
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
2129
2134
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover {
|
|
2130
|
-
background:
|
|
2135
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
2131
2136
|
border: 0;
|
|
2132
2137
|
border-radius: 4px;
|
|
2133
2138
|
}
|
|
@@ -2135,7 +2140,7 @@
|
|
|
2135
2140
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active,
|
|
2136
2141
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
2137
2142
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
2138
|
-
background:
|
|
2143
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
2139
2144
|
color: #212529;
|
|
2140
2145
|
border: 0;
|
|
2141
2146
|
border-radius: 4px;
|
|
@@ -2306,10 +2311,10 @@
|
|
|
2306
2311
|
}
|
|
2307
2312
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
2308
2313
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
2309
|
-
color:
|
|
2314
|
+
color: rgb(0, 86.1, 178.5);
|
|
2310
2315
|
}
|
|
2311
2316
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
2312
|
-
color:
|
|
2317
|
+
color: rgb(0, 86.1, 178.5);
|
|
2313
2318
|
}
|
|
2314
2319
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
2315
2320
|
color: #212529;
|
|
@@ -2365,10 +2370,10 @@
|
|
|
2365
2370
|
color: #007bff;
|
|
2366
2371
|
}
|
|
2367
2372
|
.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 {
|
|
2368
|
-
color:
|
|
2373
|
+
color: rgb(0, 86.1, 178.5);
|
|
2369
2374
|
}
|
|
2370
2375
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
2371
|
-
color:
|
|
2376
|
+
color: rgb(0, 86.1, 178.5);
|
|
2372
2377
|
}
|
|
2373
2378
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
2374
2379
|
margin-top: 0;
|
|
@@ -2468,17 +2473,17 @@
|
|
|
2468
2473
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
2469
2474
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
2470
2475
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
2471
|
-
color:
|
|
2476
|
+
color: rgb(0, 86.1, 178.5);
|
|
2472
2477
|
}
|
|
2473
2478
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2474
2479
|
background: #eee;
|
|
2475
2480
|
border-color: unset;
|
|
2476
2481
|
}
|
|
2477
2482
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
2478
|
-
color:
|
|
2483
|
+
color: rgb(0, 86.1, 178.5);
|
|
2479
2484
|
}
|
|
2480
2485
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2481
|
-
color:
|
|
2486
|
+
color: rgb(0, 86.1, 178.5);
|
|
2482
2487
|
}
|
|
2483
2488
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2484
2489
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -2524,7 +2529,7 @@
|
|
|
2524
2529
|
border-color: #e9ecef;
|
|
2525
2530
|
}
|
|
2526
2531
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
2527
|
-
color:
|
|
2532
|
+
color: rgb(0, 86.1, 178.5);
|
|
2528
2533
|
}
|
|
2529
2534
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
2530
2535
|
color: #fff;
|
|
@@ -2703,7 +2708,7 @@
|
|
|
2703
2708
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
2704
2709
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
2705
2710
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
2706
|
-
background:
|
|
2711
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
2707
2712
|
border-color: unset;
|
|
2708
2713
|
color: #fff;
|
|
2709
2714
|
}
|
|
@@ -2711,7 +2716,7 @@
|
|
|
2711
2716
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
2712
2717
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
2713
2718
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
2714
|
-
background:
|
|
2719
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
2715
2720
|
color: #fff;
|
|
2716
2721
|
}
|
|
2717
2722
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
@@ -2726,13 +2731,13 @@
|
|
|
2726
2731
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
2727
2732
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
2728
2733
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
2729
|
-
background:
|
|
2734
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
2730
2735
|
}
|
|
2731
2736
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
2732
2737
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
2733
2738
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
2734
2739
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
2735
|
-
background:
|
|
2740
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
2736
2741
|
border-color: unset;
|
|
2737
2742
|
color: #fff;
|
|
2738
2743
|
}
|
|
@@ -2863,28 +2868,28 @@
|
|
|
2863
2868
|
border-radius: 4px 4px 0 0;
|
|
2864
2869
|
}
|
|
2865
2870
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
2866
|
-
color:
|
|
2871
|
+
color: rgb(0, 86.1, 178.5);
|
|
2867
2872
|
}
|
|
2868
2873
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
2869
2874
|
color: #fff;
|
|
2870
2875
|
}
|
|
2871
2876
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2872
|
-
color:
|
|
2877
|
+
color: rgb(0, 86.1, 178.5);
|
|
2873
2878
|
}
|
|
2874
2879
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
2875
|
-
color:
|
|
2880
|
+
color: rgb(0, 86.1, 178.5);
|
|
2876
2881
|
}
|
|
2877
2882
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
2878
2883
|
color: #fff;
|
|
2879
2884
|
}
|
|
2880
2885
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
2881
|
-
color:
|
|
2886
|
+
color: rgb(0, 86.1, 178.5);
|
|
2882
2887
|
}
|
|
2883
2888
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
2884
|
-
color:
|
|
2889
|
+
color: rgb(0, 86.1, 178.5);
|
|
2885
2890
|
}
|
|
2886
2891
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
2887
|
-
color:
|
|
2892
|
+
color: rgb(0, 86.1, 178.5);
|
|
2888
2893
|
}
|
|
2889
2894
|
.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 {
|
|
2890
2895
|
background: #37b;
|
|
@@ -460,6 +460,11 @@
|
|
|
460
460
|
height: 26px;
|
|
461
461
|
width: 100%;
|
|
462
462
|
}
|
|
463
|
+
@media screen and (max-width: 480px) {
|
|
464
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
465
|
+
height: 42px;
|
|
466
|
+
}
|
|
467
|
+
}
|
|
463
468
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
464
469
|
display: -webkit-inline-box;
|
|
465
470
|
display: -ms-inline-flexbox;
|
|
@@ -1867,7 +1872,7 @@
|
|
|
1867
1872
|
border-bottom: 0;
|
|
1868
1873
|
}
|
|
1869
1874
|
.e-tab .e-tab-header::before {
|
|
1870
|
-
border-color:
|
|
1875
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1871
1876
|
border-style: solid;
|
|
1872
1877
|
}
|
|
1873
1878
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
@@ -1881,7 +1886,7 @@
|
|
|
1881
1886
|
background: inherit;
|
|
1882
1887
|
}
|
|
1883
1888
|
.e-tab .e-tab-header .e-indicator {
|
|
1884
|
-
background:
|
|
1889
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1885
1890
|
}
|
|
1886
1891
|
.e-tab .e-tab-header .e-toolbar-item {
|
|
1887
1892
|
background: inherit;
|
|
@@ -1906,7 +1911,7 @@
|
|
|
1906
1911
|
}
|
|
1907
1912
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
1908
1913
|
background: transparent;
|
|
1909
|
-
border: 1px solid
|
|
1914
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1910
1915
|
border-radius: 4px 4px 0 0;
|
|
1911
1916
|
}
|
|
1912
1917
|
@media screen and (max-width: 480px) {
|
|
@@ -1916,10 +1921,10 @@
|
|
|
1916
1921
|
}
|
|
1917
1922
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
1918
1923
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
1919
|
-
color:
|
|
1924
|
+
color: rgb(10.4, 88, 202.4);
|
|
1920
1925
|
}
|
|
1921
1926
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1922
|
-
border: 1px solid
|
|
1927
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
1923
1928
|
border-radius: 4px 4px 0 0;
|
|
1924
1929
|
}
|
|
1925
1930
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
@@ -1957,7 +1962,7 @@
|
|
|
1957
1962
|
color: #adb5bd;
|
|
1958
1963
|
}
|
|
1959
1964
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
1960
|
-
color:
|
|
1965
|
+
color: rgb(10.4, 88, 202.4);
|
|
1961
1966
|
}
|
|
1962
1967
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon:active {
|
|
1963
1968
|
color: #0d6efd;
|
|
@@ -2003,7 +2008,7 @@
|
|
|
2003
2008
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
2004
2009
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
2005
2010
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
2006
|
-
color:
|
|
2011
|
+
color: rgb(10.4, 88, 202.4);
|
|
2007
2012
|
}
|
|
2008
2013
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
2009
2014
|
background: #343a40;
|
|
@@ -2034,7 +2039,7 @@
|
|
|
2034
2039
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
2035
2040
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
2036
2041
|
background: #495057;
|
|
2037
|
-
color:
|
|
2042
|
+
color: rgb(10.4, 88, 202.4);
|
|
2038
2043
|
border: 0;
|
|
2039
2044
|
}
|
|
2040
2045
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
@@ -2056,7 +2061,7 @@
|
|
|
2056
2061
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
2057
2062
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
2058
2063
|
background: #495057;
|
|
2059
|
-
color:
|
|
2064
|
+
color: rgb(10.4, 88, 202.4);
|
|
2060
2065
|
}
|
|
2061
2066
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
2062
2067
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
@@ -2103,7 +2108,7 @@
|
|
|
2103
2108
|
}
|
|
2104
2109
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
2105
2110
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
2106
|
-
color:
|
|
2111
|
+
color: rgb(10.4, 88, 202.4);
|
|
2107
2112
|
}
|
|
2108
2113
|
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
2109
2114
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
@@ -2187,7 +2192,7 @@
|
|
|
2187
2192
|
border-radius: 0 0 4px 4px;
|
|
2188
2193
|
}
|
|
2189
2194
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
2190
|
-
border-color: #212529
|
|
2195
|
+
border-color: #212529 rgb(68.0034482759, 75.85, 83.6965517241) rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2191
2196
|
border-style: solid;
|
|
2192
2197
|
border-width: 1px;
|
|
2193
2198
|
margin-top: 0;
|
|
@@ -2200,8 +2205,8 @@
|
|
|
2200
2205
|
border-width: 0 1px 0 0;
|
|
2201
2206
|
}
|
|
2202
2207
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active {
|
|
2203
|
-
border-bottom: 1px solid
|
|
2204
|
-
border-top: 1px solid
|
|
2208
|
+
border-bottom: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2209
|
+
border-top: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2205
2210
|
}
|
|
2206
2211
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
2207
2212
|
border-radius: 4px 0 0 4px;
|
|
@@ -2245,7 +2250,7 @@
|
|
|
2245
2250
|
background: rgba(52, 58, 64, 0.12);
|
|
2246
2251
|
}
|
|
2247
2252
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
2248
|
-
color:
|
|
2253
|
+
color: rgb(10.4, 88, 202.4);
|
|
2249
2254
|
}
|
|
2250
2255
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow:hover {
|
|
2251
2256
|
background: none;
|
|
@@ -2271,7 +2276,7 @@
|
|
|
2271
2276
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
2272
2277
|
background: inherit;
|
|
2273
2278
|
border: 0;
|
|
2274
|
-
color:
|
|
2279
|
+
color: rgb(10.4, 88, 202.4);
|
|
2275
2280
|
}
|
|
2276
2281
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
2277
2282
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -2301,7 +2306,7 @@
|
|
|
2301
2306
|
}
|
|
2302
2307
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
2303
2308
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
2304
|
-
color:
|
|
2309
|
+
color: rgb(10.4, 88, 202.4);
|
|
2305
2310
|
}
|
|
2306
2311
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
2307
2312
|
color: #adb5bd;
|
|
@@ -2332,14 +2337,14 @@
|
|
|
2332
2337
|
pointer-events: none;
|
|
2333
2338
|
}
|
|
2334
2339
|
.e-tab.e-disable .e-tab-header .e-indicator {
|
|
2335
|
-
background: rgba(68,
|
|
2340
|
+
background: rgba(68.0034482759, 75.85, 83.6965517241, 0.38);
|
|
2336
2341
|
}
|
|
2337
2342
|
.e-tab.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2338
2343
|
color: #6c757d;
|
|
2339
2344
|
}
|
|
2340
2345
|
.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
2341
2346
|
.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
2342
|
-
color: rgba(68,
|
|
2347
|
+
color: rgba(68.0034482759, 75.85, 83.6965517241, 0.38);
|
|
2343
2348
|
}
|
|
2344
2349
|
.e-tab.e-disable .e-content {
|
|
2345
2350
|
opacity: 0.38;
|
|
@@ -2360,10 +2365,10 @@
|
|
|
2360
2365
|
color: #0d6efd;
|
|
2361
2366
|
}
|
|
2362
2367
|
.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 {
|
|
2363
|
-
color:
|
|
2368
|
+
color: rgb(10.4, 88, 202.4);
|
|
2364
2369
|
}
|
|
2365
2370
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
2366
|
-
color:
|
|
2371
|
+
color: rgb(10.4, 88, 202.4);
|
|
2367
2372
|
}
|
|
2368
2373
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
2369
2374
|
margin-top: 0;
|
|
@@ -2454,7 +2459,7 @@
|
|
|
2454
2459
|
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,
|
|
2455
2460
|
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2456
2461
|
.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
2457
|
-
color:
|
|
2462
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
2458
2463
|
}
|
|
2459
2464
|
.e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom {
|
|
2460
2465
|
border-bottom: 0;
|
|
@@ -2463,7 +2468,7 @@
|
|
|
2463
2468
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
2464
2469
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
2465
2470
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
2466
|
-
color:
|
|
2471
|
+
color: rgb(10.4, 88, 202.4);
|
|
2467
2472
|
}
|
|
2468
2473
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2469
2474
|
background: rgba(52, 58, 64, 0.8);
|
|
@@ -2505,10 +2510,10 @@
|
|
|
2505
2510
|
}
|
|
2506
2511
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
2507
2512
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
2508
|
-
color:
|
|
2513
|
+
color: rgb(2.6, 22, 50.6);
|
|
2509
2514
|
}
|
|
2510
2515
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
2511
|
-
color:
|
|
2516
|
+
color: rgb(2.6, 22, 50.6);
|
|
2512
2517
|
}
|
|
2513
2518
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
2514
2519
|
color: #fff;
|
|
@@ -2516,7 +2521,7 @@
|
|
|
2516
2521
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
2517
2522
|
background: transparent;
|
|
2518
2523
|
background-color: transparent;
|
|
2519
|
-
border-color:
|
|
2524
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2520
2525
|
}
|
|
2521
2526
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
2522
2527
|
color: #fff;
|
|
@@ -2614,7 +2619,7 @@
|
|
|
2614
2619
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-text,
|
|
2615
2620
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-icon,
|
|
2616
2621
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-close-icon {
|
|
2617
|
-
color: rgba(68,
|
|
2622
|
+
color: rgba(68.0034482759, 75.85, 83.6965517241, 0.38);
|
|
2618
2623
|
}
|
|
2619
2624
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
2620
2625
|
background: inherit;
|
|
@@ -2622,7 +2627,7 @@
|
|
|
2622
2627
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
2623
2628
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
2624
2629
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
2625
|
-
color:
|
|
2630
|
+
color: rgb(2.6, 22, 50.6);
|
|
2626
2631
|
}
|
|
2627
2632
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
2628
2633
|
background: #343a40;
|
|
@@ -2633,13 +2638,13 @@
|
|
|
2633
2638
|
color: #fff;
|
|
2634
2639
|
}
|
|
2635
2640
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
2636
|
-
color:
|
|
2641
|
+
color: rgb(2.6, 22, 50.6);
|
|
2637
2642
|
}
|
|
2638
2643
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
2639
|
-
color:
|
|
2644
|
+
color: rgb(2.6, 22, 50.6);
|
|
2640
2645
|
}
|
|
2641
2646
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
2642
|
-
color:
|
|
2647
|
+
color: rgb(2.6, 22, 50.6);
|
|
2643
2648
|
}
|
|
2644
2649
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
2645
2650
|
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
@@ -2647,7 +2652,7 @@
|
|
|
2647
2652
|
}
|
|
2648
2653
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
2649
2654
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
2650
|
-
color:
|
|
2655
|
+
color: rgb(2.6, 22, 50.6);
|
|
2651
2656
|
border: 0;
|
|
2652
2657
|
}
|
|
2653
2658
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
@@ -2659,7 +2664,7 @@
|
|
|
2659
2664
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
2660
2665
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
2661
2666
|
background: unset;
|
|
2662
|
-
color:
|
|
2667
|
+
color: rgb(2.6, 22, 50.6);
|
|
2663
2668
|
}
|
|
2664
2669
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
2665
2670
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
@@ -2691,7 +2696,7 @@
|
|
|
2691
2696
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
2692
2697
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
2693
2698
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
2694
|
-
color:
|
|
2699
|
+
color: rgb(2.6, 22, 50.6);
|
|
2695
2700
|
border: 0;
|
|
2696
2701
|
}
|
|
2697
2702
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
@@ -2802,18 +2807,18 @@
|
|
|
2802
2807
|
border-color: transparent;
|
|
2803
2808
|
}
|
|
2804
2809
|
.e-tab.e-background.e-disable .e-tab-header .e-indicator {
|
|
2805
|
-
background:
|
|
2810
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2806
2811
|
}
|
|
2807
2812
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2808
|
-
color: rgba(68,
|
|
2813
|
+
color: rgba(68.0034482759, 75.85, 83.6965517241, 0.38);
|
|
2809
2814
|
}
|
|
2810
2815
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
2811
2816
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
2812
|
-
color: rgba(68,
|
|
2817
|
+
color: rgba(68.0034482759, 75.85, 83.6965517241, 0.38);
|
|
2813
2818
|
}
|
|
2814
2819
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
2815
2820
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
2816
|
-
color: rgba(68,
|
|
2821
|
+
color: rgba(68.0034482759, 75.85, 83.6965517241, 0.38);
|
|
2817
2822
|
}
|
|
2818
2823
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active {
|
|
2819
2824
|
opacity: 0.65;
|
|
@@ -2821,19 +2826,19 @@
|
|
|
2821
2826
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
|
|
2822
2827
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2823
2828
|
background: #0d6efd;
|
|
2824
|
-
color:
|
|
2829
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
2825
2830
|
}
|
|
2826
2831
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
2827
2832
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,
|
|
2828
2833
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2829
2834
|
.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
2830
|
-
color:
|
|
2835
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
2831
2836
|
}
|
|
2832
2837
|
.e-tab.e-background.e-accent .e-tab-header .e-indicator {
|
|
2833
|
-
background:
|
|
2838
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2834
2839
|
}
|
|
2835
2840
|
.e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator {
|
|
2836
|
-
background: rgba(68,
|
|
2841
|
+
background: rgba(68.0034482759, 75.85, 83.6965517241, 0.38);
|
|
2837
2842
|
}
|
|
2838
2843
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
2839
2844
|
background: #343a40;
|
|
@@ -2842,7 +2847,7 @@
|
|
|
2842
2847
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
2843
2848
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
2844
2849
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
2845
|
-
color:
|
|
2850
|
+
color: rgb(2.6, 22, 50.6);
|
|
2846
2851
|
}
|
|
2847
2852
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2848
2853
|
background: rgba(13, 110, 253, 0.12);
|
|
@@ -2854,7 +2859,7 @@
|
|
|
2854
2859
|
}
|
|
2855
2860
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
2856
2861
|
background: #212529;
|
|
2857
|
-
border: 1px solid
|
|
2862
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
2858
2863
|
border-radius: 4px 4px 0 0;
|
|
2859
2864
|
}
|
|
2860
2865
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
@@ -464,6 +464,11 @@
|
|
|
464
464
|
height: 26px;
|
|
465
465
|
width: 100%;
|
|
466
466
|
}
|
|
467
|
+
@media screen and (max-width: 480px) {
|
|
468
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
469
|
+
height: 42px;
|
|
470
|
+
}
|
|
471
|
+
}
|
|
467
472
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
468
473
|
display: -webkit-inline-box;
|
|
469
474
|
display: -ms-inline-flexbox;
|