@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
|
@@ -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;
|
|
@@ -1916,7 +1921,7 @@
|
|
|
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
1927
|
border: 1px solid #dee2e6;
|
|
@@ -1957,7 +1962,7 @@
|
|
|
1957
1962
|
color: #6c757d;
|
|
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: #e9ecef;
|
|
@@ -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: #dee2e6;
|
|
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: #dee2e6;
|
|
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 {
|
|
@@ -2245,7 +2250,7 @@
|
|
|
2245
2250
|
background: rgba(233, 236, 239, 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: #6c757d;
|
|
@@ -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;
|
|
@@ -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(233, 236, 239, 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(230.8, 240.5, 254.8);
|
|
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(230.8, 240.5, 254.8);
|
|
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;
|
|
@@ -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(230.8, 240.5, 254.8);
|
|
2626
2631
|
}
|
|
2627
2632
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
2628
2633
|
background: #e9ecef;
|
|
@@ -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(230.8, 240.5, 254.8);
|
|
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(230.8, 240.5, 254.8);
|
|
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(230.8, 240.5, 254.8);
|
|
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(230.8, 240.5, 254.8);
|
|
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(230.8, 240.5, 254.8);
|
|
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(230.8, 240.5, 254.8);
|
|
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,
|
|
@@ -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(230.8, 240.5, 254.8);
|
|
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);
|
|
@@ -465,6 +465,11 @@
|
|
|
465
465
|
height: 34px;
|
|
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: 50px;
|
|
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;
|
package/styles/tab/fabric.css
CHANGED
|
@@ -465,6 +465,11 @@
|
|
|
465
465
|
height: 34px;
|
|
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: 50px;
|
|
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;
|
|
@@ -1962,7 +1967,7 @@
|
|
|
1962
1967
|
color: #333;
|
|
1963
1968
|
}
|
|
1964
1969
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
1965
|
-
color:
|
|
1970
|
+
color: rgb(0, 68.523364486, 122.2);
|
|
1966
1971
|
}
|
|
1967
1972
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon:active {
|
|
1968
1973
|
color: #0078d6;
|
|
@@ -2011,8 +2016,8 @@
|
|
|
2011
2016
|
color: #333;
|
|
2012
2017
|
}
|
|
2013
2018
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
2014
|
-
background:
|
|
2015
|
-
border-color:
|
|
2019
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
2020
|
+
border-color: rgb(208.9, 234.7504672897, 255);
|
|
2016
2021
|
}
|
|
2017
2022
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
2018
2023
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
@@ -2046,7 +2051,7 @@
|
|
|
2046
2051
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
2047
2052
|
-webkit-box-shadow: none;
|
|
2048
2053
|
box-shadow: none;
|
|
2049
|
-
border: 1px solid
|
|
2054
|
+
border: 1px solid rgb(208.9, 234.7504672897, 255);
|
|
2050
2055
|
}
|
|
2051
2056
|
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
2052
2057
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
@@ -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: 48px;
|
|
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;
|
|
@@ -2519,8 +2524,8 @@
|
|
|
2519
2524
|
color: #1b1a19;
|
|
2520
2525
|
}
|
|
2521
2526
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
2522
|
-
background:
|
|
2523
|
-
background-color:
|
|
2527
|
+
background: rgb(0, 91.1320754717, 161);
|
|
2528
|
+
background-color: rgb(0, 91.1320754717, 161);
|
|
2524
2529
|
border-color: unset;
|
|
2525
2530
|
}
|
|
2526
2531
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
@@ -2657,7 +2662,7 @@
|
|
|
2657
2662
|
}
|
|
2658
2663
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
2659
2664
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
2660
|
-
background:
|
|
2665
|
+
background: rgb(0, 91.1320754717, 161);
|
|
2661
2666
|
color: #1b1a19;
|
|
2662
2667
|
border-color: unset;
|
|
2663
2668
|
}
|
|
@@ -2719,20 +2724,20 @@
|
|
|
2719
2724
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
2720
2725
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
2721
2726
|
color: #1b1a19;
|
|
2722
|
-
background:
|
|
2727
|
+
background: rgb(0, 91.1320754717, 161);
|
|
2723
2728
|
border: 1px solid #292827;
|
|
2724
2729
|
}
|
|
2725
2730
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
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(0, 91.1320754717, 161);
|
|
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(0, 91.1320754717, 161);
|
|
2736
2741
|
border-color: #292827;
|
|
2737
2742
|
color: #1b1a19;
|
|
2738
2743
|
}
|
|
@@ -2841,7 +2846,7 @@
|
|
|
2841
2846
|
background: rgba(41, 40, 39, 0.38);
|
|
2842
2847
|
}
|
|
2843
2848
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
2844
|
-
background:
|
|
2849
|
+
background: rgb(0, 91.1320754717, 161);
|
|
2845
2850
|
border-color: unset;
|
|
2846
2851
|
}
|
|
2847
2852
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
package/styles/tab/fluent.css
CHANGED
|
@@ -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: 48px;
|
|
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;
|
|
@@ -2519,8 +2524,8 @@
|
|
|
2519
2524
|
color: #fff;
|
|
2520
2525
|
}
|
|
2521
2526
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
2522
|
-
background:
|
|
2523
|
-
background-color:
|
|
2527
|
+
background: rgb(0, 91.1320754717, 161);
|
|
2528
|
+
background-color: rgb(0, 91.1320754717, 161);
|
|
2524
2529
|
border-color: unset;
|
|
2525
2530
|
}
|
|
2526
2531
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
@@ -2657,7 +2662,7 @@
|
|
|
2657
2662
|
}
|
|
2658
2663
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
2659
2664
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
2660
|
-
background:
|
|
2665
|
+
background: rgb(0, 91.1320754717, 161);
|
|
2661
2666
|
color: #fff;
|
|
2662
2667
|
border-color: unset;
|
|
2663
2668
|
}
|
|
@@ -2719,20 +2724,20 @@
|
|
|
2719
2724
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
2720
2725
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
2721
2726
|
color: #fff;
|
|
2722
|
-
background:
|
|
2727
|
+
background: rgb(0, 91.1320754717, 161);
|
|
2723
2728
|
border: 1px solid #edebe9;
|
|
2724
2729
|
}
|
|
2725
2730
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
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(0, 91.1320754717, 161);
|
|
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(0, 91.1320754717, 161);
|
|
2736
2741
|
border-color: #edebe9;
|
|
2737
2742
|
color: #fff;
|
|
2738
2743
|
}
|
|
@@ -2841,7 +2846,7 @@
|
|
|
2841
2846
|
background: rgba(237, 235, 233, 0.38);
|
|
2842
2847
|
}
|
|
2843
2848
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
2844
|
-
background:
|
|
2849
|
+
background: rgb(0, 91.1320754717, 161);
|
|
2845
2850
|
border-color: unset;
|
|
2846
2851
|
}
|
|
2847
2852
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
package/styles/tab/fluent2.css
CHANGED
|
@@ -521,6 +521,11 @@
|
|
|
521
521
|
height: 32px;
|
|
522
522
|
width: 100%;
|
|
523
523
|
}
|
|
524
|
+
@media screen and (max-width: 480px) {
|
|
525
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
526
|
+
height: 46px;
|
|
527
|
+
}
|
|
528
|
+
}
|
|
524
529
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
525
530
|
display: -webkit-inline-box;
|
|
526
531
|
display: -ms-inline-flexbox;
|
|
@@ -459,6 +459,11 @@
|
|
|
459
459
|
height: 32px;
|
|
460
460
|
width: 100%;
|
|
461
461
|
}
|
|
462
|
+
@media screen and (max-width: 480px) {
|
|
463
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
464
|
+
height: 50px;
|
|
465
|
+
}
|
|
466
|
+
}
|
|
462
467
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
463
468
|
display: -webkit-inline-box;
|
|
464
469
|
display: -ms-inline-flexbox;
|
|
@@ -465,6 +465,11 @@
|
|
|
465
465
|
height: 32px;
|
|
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: 50px;
|
|
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;
|
|
@@ -525,6 +525,11 @@
|
|
|
525
525
|
height: 36px;
|
|
526
526
|
width: 100%;
|
|
527
527
|
}
|
|
528
|
+
@media screen and (max-width: 480px) {
|
|
529
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
530
|
+
height: 48px;
|
|
531
|
+
}
|
|
532
|
+
}
|
|
528
533
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
529
534
|
display: -webkit-inline-box;
|
|
530
535
|
display: -ms-inline-flexbox;
|
package/styles/tab/material.css
CHANGED
|
@@ -525,6 +525,11 @@
|
|
|
525
525
|
height: 36px;
|
|
526
526
|
width: 100%;
|
|
527
527
|
}
|
|
528
|
+
@media screen and (max-width: 480px) {
|
|
529
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
530
|
+
height: 48px;
|
|
531
|
+
}
|
|
532
|
+
}
|
|
528
533
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
529
534
|
display: -webkit-inline-box;
|
|
530
535
|
display: -ms-inline-flexbox;
|
|
@@ -462,6 +462,11 @@
|
|
|
462
462
|
height: 40px;
|
|
463
463
|
width: 100%;
|
|
464
464
|
}
|
|
465
|
+
@media screen and (max-width: 480px) {
|
|
466
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
467
|
+
height: 48px;
|
|
468
|
+
}
|
|
469
|
+
}
|
|
465
470
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
466
471
|
display: -webkit-inline-box;
|
|
467
472
|
display: -ms-inline-flexbox;
|
package/styles/tab/material3.css
CHANGED
|
@@ -464,6 +464,11 @@
|
|
|
464
464
|
height: 40px;
|
|
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: 48px;
|
|
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;
|
|
@@ -503,6 +503,11 @@
|
|
|
503
503
|
height: 38px;
|
|
504
504
|
width: 100%;
|
|
505
505
|
}
|
|
506
|
+
@media screen and (max-width: 480px) {
|
|
507
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
508
|
+
height: 48px;
|
|
509
|
+
}
|
|
510
|
+
}
|
|
506
511
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
507
512
|
display: -webkit-inline-box;
|
|
508
513
|
display: -ms-inline-flexbox;
|
package/styles/tab/tailwind.css
CHANGED
|
@@ -503,6 +503,11 @@
|
|
|
503
503
|
height: 38px;
|
|
504
504
|
width: 100%;
|
|
505
505
|
}
|
|
506
|
+
@media screen and (max-width: 480px) {
|
|
507
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
508
|
+
height: 48px;
|
|
509
|
+
}
|
|
510
|
+
}
|
|
506
511
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
507
512
|
display: -webkit-inline-box;
|
|
508
513
|
display: -ms-inline-flexbox;
|
package/styles/tab/tailwind3.css
CHANGED
|
@@ -464,6 +464,11 @@
|
|
|
464
464
|
height: 40px;
|
|
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: 56px;
|
|
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;
|
|
@@ -2168,7 +2168,7 @@
|
|
|
2168
2168
|
|
|
2169
2169
|
.e-accordion {
|
|
2170
2170
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2171
|
-
background:
|
|
2171
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
|
2172
2172
|
border: 1px solid #4b5563;
|
|
2173
2173
|
border-radius: 0;
|
|
2174
2174
|
}
|
|
@@ -2238,7 +2238,7 @@
|
|
|
2238
2238
|
color: #6b7280;
|
|
2239
2239
|
}
|
|
2240
2240
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
2241
|
-
background:
|
|
2241
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
|
2242
2242
|
opacity: 0.5;
|
|
2243
2243
|
}
|
|
2244
2244
|
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
@@ -3110,7 +3110,7 @@
|
|
|
3110
3110
|
|
|
3111
3111
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3112
3112
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3113
|
-
background-color:
|
|
3113
|
+
background-color: #374151;
|
|
3114
3114
|
border: 1px solid #4b5563;
|
|
3115
3115
|
}
|
|
3116
3116
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -3624,6 +3624,11 @@
|
|
|
3624
3624
|
height: 38px;
|
|
3625
3625
|
width: 100%;
|
|
3626
3626
|
}
|
|
3627
|
+
@media screen and (max-width: 480px) {
|
|
3628
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
3629
|
+
height: 48px;
|
|
3630
|
+
}
|
|
3631
|
+
}
|
|
3627
3632
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
3628
3633
|
display: -webkit-inline-box;
|
|
3629
3634
|
display: -ms-inline-flexbox;
|
|
@@ -6271,6 +6276,11 @@
|
|
|
6271
6276
|
position: absolute;
|
|
6272
6277
|
width: 100%;
|
|
6273
6278
|
}
|
|
6279
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
6280
|
+
.e-treeview .e-fullrow {
|
|
6281
|
+
z-index: -1;
|
|
6282
|
+
}
|
|
6283
|
+
}
|
|
6274
6284
|
.e-treeview .e-checkbox-wrapper {
|
|
6275
6285
|
margin: 0 0 0 6px;
|
|
6276
6286
|
pointer-events: all;
|
|
@@ -6637,7 +6647,7 @@
|
|
|
6637
6647
|
color: #fff;
|
|
6638
6648
|
}
|
|
6639
6649
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
6640
|
-
background-color:
|
|
6650
|
+
background-color: rgb(53.0172413793, 60.0862068966, 69.9827586207);
|
|
6641
6651
|
border-color: #4b5563;
|
|
6642
6652
|
}
|
|
6643
6653
|
.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 {
|
|
@@ -6703,7 +6713,7 @@
|
|
|
6703
6713
|
border-color: #6b7280;
|
|
6704
6714
|
}
|
|
6705
6715
|
.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 {
|
|
6706
|
-
background-color:
|
|
6716
|
+
background-color: rgb(53.0172413793, 60.0862068966, 69.9827586207);
|
|
6707
6717
|
border-color: #4b5563;
|
|
6708
6718
|
}
|
|
6709
6719
|
.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 {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2747,7 +2747,7 @@
|
|
|
2747
2747
|
|
|
2748
2748
|
.e-accordion {
|
|
2749
2749
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2750
|
-
background:
|
|
2750
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
|
2751
2751
|
border: 1px solid #4b5563;
|
|
2752
2752
|
border-radius: 0;
|
|
2753
2753
|
}
|
|
@@ -2817,7 +2817,7 @@
|
|
|
2817
2817
|
color: #6b7280;
|
|
2818
2818
|
}
|
|
2819
2819
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
2820
|
-
background:
|
|
2820
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
|
2821
2821
|
opacity: 0.5;
|
|
2822
2822
|
}
|
|
2823
2823
|
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
@@ -3786,7 +3786,7 @@
|
|
|
3786
3786
|
|
|
3787
3787
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3788
3788
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3789
|
-
background-color:
|
|
3789
|
+
background-color: #374151;
|
|
3790
3790
|
border: 1px solid #4b5563;
|
|
3791
3791
|
}
|
|
3792
3792
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -4360,6 +4360,11 @@
|
|
|
4360
4360
|
height: 38px;
|
|
4361
4361
|
width: 100%;
|
|
4362
4362
|
}
|
|
4363
|
+
@media screen and (max-width: 480px) {
|
|
4364
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4365
|
+
height: 48px;
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
4363
4368
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4364
4369
|
display: -webkit-inline-box;
|
|
4365
4370
|
display: -ms-inline-flexbox;
|
|
@@ -8208,6 +8213,11 @@
|
|
|
8208
8213
|
position: absolute;
|
|
8209
8214
|
width: 100%;
|
|
8210
8215
|
}
|
|
8216
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
8217
|
+
.e-treeview .e-fullrow {
|
|
8218
|
+
z-index: -1;
|
|
8219
|
+
}
|
|
8220
|
+
}
|
|
8211
8221
|
.e-treeview .e-checkbox-wrapper {
|
|
8212
8222
|
margin: 0 0 0 6px;
|
|
8213
8223
|
pointer-events: all;
|
|
@@ -8574,7 +8584,7 @@
|
|
|
8574
8584
|
color: #fff;
|
|
8575
8585
|
}
|
|
8576
8586
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8577
|
-
background-color:
|
|
8587
|
+
background-color: rgb(53.0172413793, 60.0862068966, 69.9827586207);
|
|
8578
8588
|
border-color: #4b5563;
|
|
8579
8589
|
}
|
|
8580
8590
|
.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 {
|
|
@@ -8640,7 +8650,7 @@
|
|
|
8640
8650
|
border-color: #6b7280;
|
|
8641
8651
|
}
|
|
8642
8652
|
.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 {
|
|
8643
|
-
background-color:
|
|
8653
|
+
background-color: rgb(53.0172413793, 60.0862068966, 69.9827586207);
|
|
8644
8654
|
border-color: #4b5563;
|
|
8645
8655
|
}
|
|
8646
8656
|
.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 {
|
package/styles/tailwind-lite.css
CHANGED
|
@@ -3110,7 +3110,7 @@
|
|
|
3110
3110
|
|
|
3111
3111
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3112
3112
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3113
|
-
background-color:
|
|
3113
|
+
background-color: #fff;
|
|
3114
3114
|
border: 1px solid #e5e7eb;
|
|
3115
3115
|
}
|
|
3116
3116
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -3624,6 +3624,11 @@
|
|
|
3624
3624
|
height: 38px;
|
|
3625
3625
|
width: 100%;
|
|
3626
3626
|
}
|
|
3627
|
+
@media screen and (max-width: 480px) {
|
|
3628
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
3629
|
+
height: 48px;
|
|
3630
|
+
}
|
|
3631
|
+
}
|
|
3627
3632
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
3628
3633
|
display: -webkit-inline-box;
|
|
3629
3634
|
display: -ms-inline-flexbox;
|
|
@@ -6271,6 +6276,11 @@
|
|
|
6271
6276
|
position: absolute;
|
|
6272
6277
|
width: 100%;
|
|
6273
6278
|
}
|
|
6279
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
6280
|
+
.e-treeview .e-fullrow {
|
|
6281
|
+
z-index: -1;
|
|
6282
|
+
}
|
|
6283
|
+
}
|
|
6274
6284
|
.e-treeview .e-checkbox-wrapper {
|
|
6275
6285
|
margin: 0 0 0 6px;
|
|
6276
6286
|
pointer-events: all;
|
|
@@ -6637,7 +6647,7 @@
|
|
|
6637
6647
|
color: #111827;
|
|
6638
6648
|
}
|
|
6639
6649
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
6640
|
-
background-color:
|
|
6650
|
+
background-color: rgb(213.8571428571, 217.2857142857, 224.1428571429);
|
|
6641
6651
|
border-color: #f3f4f6;
|
|
6642
6652
|
}
|
|
6643
6653
|
.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 {
|
|
@@ -6703,7 +6713,7 @@
|
|
|
6703
6713
|
border-color: #e5e7eb;
|
|
6704
6714
|
}
|
|
6705
6715
|
.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 {
|
|
6706
|
-
background-color:
|
|
6716
|
+
background-color: rgb(213.8571428571, 217.2857142857, 224.1428571429);
|
|
6707
6717
|
border-color: #f3f4f6;
|
|
6708
6718
|
}
|
|
6709
6719
|
.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 {
|