@syncfusion/ej2-angular-navigations 21.2.9-ngcc → 22.1.34-ngcc
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/@syncfusion/ej2-angular-navigations.es5.js +2 -2
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +2 -2
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +9 -0
- package/dist/ej2-angular-navigations.umd.js +3 -2
- package/dist/ej2-angular-navigations.umd.js.map +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +2 -2
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
- package/ej2-angular-navigations.metadata.json +1 -1
- package/license +10 -0
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/accordion/accordion.component.d.ts +2 -0
- package/src/breadcrumb/breadcrumb.component.d.ts +2 -0
- package/src/carousel/carousel.component.d.ts +5 -0
- package/src/carousel/items.directive.d.ts +1 -0
- package/src/menu/menu.component.d.ts +1 -0
- package/src/tab/items.directive.d.ts +1 -0
- package/src/toolbar/items.directive.d.ts +2 -0
- package/src/treeview/treeview.component.d.ts +3 -0
- package/styles/accordion/bootstrap-dark.css +11 -1
- package/styles/accordion/bootstrap.css +11 -1
- package/styles/accordion/bootstrap4.css +10 -0
- package/styles/accordion/bootstrap5-dark.css +11 -1
- package/styles/accordion/bootstrap5.css +11 -1
- package/styles/accordion/fabric-dark.css +10 -0
- package/styles/accordion/fabric.css +10 -0
- package/styles/accordion/fluent-dark.css +10 -0
- package/styles/accordion/fluent.css +10 -0
- package/styles/accordion/highcontrast-light.css +10 -0
- package/styles/accordion/highcontrast.css +10 -0
- package/styles/accordion/material-dark.css +10 -0
- package/styles/accordion/material.css +10 -0
- package/styles/accordion/material3-dark.css +596 -0
- package/styles/accordion/material3-dark.scss +2 -0
- package/styles/accordion/material3.css +652 -0
- package/styles/accordion/material3.scss +2 -0
- package/styles/accordion/tailwind-dark.css +10 -0
- package/styles/accordion/tailwind.css +10 -0
- package/styles/appbar/bootstrap-dark.css +7 -3
- package/styles/appbar/bootstrap.css +7 -3
- package/styles/appbar/bootstrap4.css +7 -3
- package/styles/appbar/bootstrap5-dark.css +7 -3
- package/styles/appbar/bootstrap5.css +7 -3
- package/styles/appbar/fabric-dark.css +7 -3
- package/styles/appbar/fabric.css +7 -3
- package/styles/appbar/fluent-dark.css +7 -3
- package/styles/appbar/fluent.css +7 -3
- package/styles/appbar/highcontrast-light.css +7 -3
- package/styles/appbar/highcontrast.css +7 -3
- package/styles/appbar/material-dark.css +7 -3
- package/styles/appbar/material.css +7 -3
- package/styles/appbar/material3-dark.css +307 -0
- package/styles/appbar/material3-dark.scss +2 -0
- package/styles/appbar/material3.css +363 -0
- package/styles/appbar/material3.scss +2 -0
- package/styles/appbar/tailwind-dark.css +7 -3
- package/styles/appbar/tailwind.css +7 -3
- package/styles/bootstrap-dark.css +185 -126
- package/styles/bootstrap.css +185 -126
- package/styles/bootstrap4.css +183 -124
- package/styles/bootstrap5-dark.css +179 -120
- package/styles/bootstrap5.css +179 -120
- package/styles/breadcrumb/bootstrap-dark.css +9 -9
- package/styles/breadcrumb/bootstrap.css +9 -9
- package/styles/breadcrumb/bootstrap4.css +9 -9
- package/styles/breadcrumb/bootstrap5-dark.css +8 -8
- package/styles/breadcrumb/bootstrap5.css +8 -8
- package/styles/breadcrumb/fabric-dark.css +7 -7
- package/styles/breadcrumb/fabric.css +7 -7
- package/styles/breadcrumb/fluent-dark.css +5 -5
- package/styles/breadcrumb/fluent.css +5 -5
- package/styles/breadcrumb/highcontrast-light.css +7 -7
- package/styles/breadcrumb/highcontrast.css +7 -7
- package/styles/breadcrumb/material-dark.css +9 -9
- package/styles/breadcrumb/material.css +9 -9
- package/styles/breadcrumb/material3-dark.css +424 -0
- package/styles/breadcrumb/material3-dark.scss +2 -0
- package/styles/breadcrumb/material3.css +480 -0
- package/styles/breadcrumb/material3.scss +2 -0
- package/styles/breadcrumb/tailwind-dark.css +8 -8
- package/styles/breadcrumb/tailwind.css +8 -8
- package/styles/carousel/bootstrap-dark.css +101 -62
- package/styles/carousel/bootstrap.css +101 -62
- package/styles/carousel/bootstrap4.css +101 -62
- package/styles/carousel/bootstrap5-dark.css +101 -62
- package/styles/carousel/bootstrap5.css +101 -62
- package/styles/carousel/fabric-dark.css +101 -62
- package/styles/carousel/fabric.css +101 -62
- package/styles/carousel/fluent-dark.css +101 -62
- package/styles/carousel/fluent.css +101 -62
- package/styles/carousel/highcontrast-light.css +101 -62
- package/styles/carousel/highcontrast.css +101 -62
- package/styles/carousel/material-dark.css +101 -62
- package/styles/carousel/material.css +101 -62
- package/styles/carousel/material3-dark.css +359 -0
- package/styles/carousel/material3-dark.scss +2 -0
- package/styles/carousel/material3.css +415 -0
- package/styles/carousel/material3.scss +2 -0
- package/styles/carousel/tailwind-dark.css +101 -62
- package/styles/carousel/tailwind.css +101 -62
- package/styles/context-menu/material3-dark.css +435 -0
- package/styles/context-menu/material3-dark.scss +2 -0
- package/styles/context-menu/material3.css +491 -0
- package/styles/context-menu/material3.scss +2 -0
- package/styles/fabric-dark.css +186 -127
- package/styles/fabric.css +185 -126
- package/styles/fluent-dark.css +179 -120
- package/styles/fluent.css +179 -120
- package/styles/h-scroll/material3-dark.css +336 -0
- package/styles/h-scroll/material3-dark.scss +2 -0
- package/styles/h-scroll/material3.css +392 -0
- package/styles/h-scroll/material3.scss +2 -0
- package/styles/highcontrast-light.css +178 -119
- package/styles/highcontrast.css +182 -123
- package/styles/material-dark.css +189 -130
- package/styles/material.css +188 -129
- package/styles/material3-dark.css +11015 -0
- package/styles/material3-dark.scss +14 -0
- package/styles/material3.css +11731 -0
- package/styles/material3.scss +14 -0
- package/styles/menu/bootstrap-dark.css +4 -0
- package/styles/menu/bootstrap.css +4 -0
- package/styles/menu/bootstrap4.css +4 -0
- package/styles/menu/bootstrap5-dark.css +4 -0
- package/styles/menu/bootstrap5.css +4 -0
- package/styles/menu/fabric-dark.css +4 -0
- package/styles/menu/fabric.css +4 -0
- package/styles/menu/fluent-dark.css +4 -0
- package/styles/menu/fluent.css +4 -0
- package/styles/menu/highcontrast-light.css +4 -0
- package/styles/menu/highcontrast.css +4 -0
- package/styles/menu/material-dark.css +4 -0
- package/styles/menu/material.css +4 -0
- package/styles/menu/material3-dark.css +1162 -0
- package/styles/menu/material3-dark.scss +2 -0
- package/styles/menu/material3.css +1218 -0
- package/styles/menu/material3.scss +2 -0
- package/styles/menu/tailwind-dark.css +4 -0
- package/styles/menu/tailwind.css +4 -0
- package/styles/pager/bootstrap-dark.css +15 -43
- package/styles/pager/bootstrap.css +15 -43
- package/styles/pager/bootstrap4.css +14 -42
- package/styles/pager/bootstrap5-dark.css +10 -38
- package/styles/pager/bootstrap5.css +10 -38
- package/styles/pager/fabric-dark.css +17 -45
- package/styles/pager/fabric.css +16 -44
- package/styles/pager/fluent-dark.css +14 -42
- package/styles/pager/fluent.css +14 -42
- package/styles/pager/highcontrast-light.css +10 -38
- package/styles/pager/highcontrast.css +14 -42
- package/styles/pager/material-dark.css +18 -46
- package/styles/pager/material.css +17 -45
- package/styles/pager/material3-dark.css +765 -0
- package/styles/pager/material3-dark.scss +2 -0
- package/styles/pager/material3.css +821 -0
- package/styles/pager/material3.scss +2 -0
- package/styles/pager/tailwind-dark.css +15 -43
- package/styles/pager/tailwind.css +15 -43
- package/styles/sidebar/material3-dark.css +204 -0
- package/styles/sidebar/material3-dark.scss +2 -0
- package/styles/sidebar/material3.css +260 -0
- package/styles/sidebar/material3.scss +2 -0
- package/styles/tab/bootstrap-dark.css +30 -7
- package/styles/tab/bootstrap.css +30 -7
- package/styles/tab/bootstrap4.css +30 -7
- package/styles/tab/bootstrap5-dark.css +30 -7
- package/styles/tab/bootstrap5.css +30 -7
- package/styles/tab/fabric-dark.css +30 -7
- package/styles/tab/fabric.css +30 -7
- package/styles/tab/fluent-dark.css +30 -7
- package/styles/tab/fluent.css +30 -7
- package/styles/tab/highcontrast-light.css +30 -7
- package/styles/tab/highcontrast.css +30 -7
- package/styles/tab/material-dark.css +30 -7
- package/styles/tab/material.css +30 -7
- package/styles/tab/material3-dark.css +4109 -0
- package/styles/tab/material3-dark.scss +2 -0
- package/styles/tab/material3.css +4165 -0
- package/styles/tab/material3.scss +2 -0
- package/styles/tab/tailwind-dark.css +29 -6
- package/styles/tab/tailwind.css +29 -6
- package/styles/tailwind-dark.css +185 -126
- package/styles/tailwind.css +185 -126
- package/styles/toolbar/bootstrap-dark.css +8 -1
- package/styles/toolbar/bootstrap.css +8 -1
- package/styles/toolbar/bootstrap4.css +8 -1
- package/styles/toolbar/bootstrap5-dark.css +8 -1
- package/styles/toolbar/bootstrap5.css +8 -1
- package/styles/toolbar/fabric-dark.css +10 -3
- package/styles/toolbar/fabric.css +10 -3
- package/styles/toolbar/fluent-dark.css +8 -1
- package/styles/toolbar/fluent.css +8 -1
- package/styles/toolbar/highcontrast-light.css +9 -2
- package/styles/toolbar/highcontrast.css +9 -2
- package/styles/toolbar/material-dark.css +10 -3
- package/styles/toolbar/material.css +10 -3
- package/styles/toolbar/material3-dark.css +1145 -0
- package/styles/toolbar/material3-dark.scss +2 -0
- package/styles/toolbar/material3.css +1201 -0
- package/styles/toolbar/material3.scss +2 -0
- package/styles/toolbar/tailwind-dark.css +11 -4
- package/styles/toolbar/tailwind.css +11 -4
- package/styles/treeview/material3-dark.css +903 -0
- package/styles/treeview/material3-dark.scss +2 -0
- package/styles/treeview/material3.css +959 -0
- package/styles/treeview/material3.scss +2 -0
- package/styles/v-scroll/material3-dark.css +258 -0
- package/styles/v-scroll/material3-dark.scss +2 -0
- package/styles/v-scroll/material3.css +314 -0
- package/styles/v-scroll/material3.scss +2 -0
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
}
|
|
313
313
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon,
|
|
314
314
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
|
|
315
|
-
margin: 0;
|
|
315
|
+
margin: 0 0 0 8px;
|
|
316
316
|
}
|
|
317
317
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before,
|
|
318
318
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before {
|
|
@@ -1443,7 +1443,7 @@
|
|
|
1443
1443
|
}
|
|
1444
1444
|
@media screen and (max-width: 480px) {
|
|
1445
1445
|
.e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom {
|
|
1446
|
-
height:
|
|
1446
|
+
height: 62px;
|
|
1447
1447
|
}
|
|
1448
1448
|
}
|
|
1449
1449
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
@@ -1456,7 +1456,7 @@
|
|
|
1456
1456
|
}
|
|
1457
1457
|
@media screen and (max-width: 480px) {
|
|
1458
1458
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
1459
|
-
height:
|
|
1459
|
+
height: 62px;
|
|
1460
1460
|
}
|
|
1461
1461
|
}
|
|
1462
1462
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
@@ -1848,6 +1848,11 @@
|
|
|
1848
1848
|
height: 32px;
|
|
1849
1849
|
padding: 0;
|
|
1850
1850
|
}
|
|
1851
|
+
@media screen and (max-width: 480px) {
|
|
1852
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
1853
|
+
height: 42px;
|
|
1854
|
+
}
|
|
1855
|
+
}
|
|
1851
1856
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:not(.e-separator):last-child .e-text-wrap::before {
|
|
1852
1857
|
top: unset;
|
|
1853
1858
|
}
|
|
@@ -2234,6 +2239,10 @@
|
|
|
2234
2239
|
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
2235
2240
|
height: auto;
|
|
2236
2241
|
}
|
|
2242
|
+
.e-tab.e-template .e-tab-header .e-toolbar-items .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div,
|
|
2243
|
+
.e-tab.e-template .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div {
|
|
2244
|
+
display: inherit;
|
|
2245
|
+
}
|
|
2237
2246
|
.e-tab.e-template .e-content > .e-item {
|
|
2238
2247
|
display: none;
|
|
2239
2248
|
}
|
|
@@ -2536,7 +2545,7 @@
|
|
|
2536
2545
|
}
|
|
2537
2546
|
@media screen and (max-width: 480px) {
|
|
2538
2547
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2539
|
-
padding: 0
|
|
2548
|
+
padding: 0 15px;
|
|
2540
2549
|
}
|
|
2541
2550
|
}
|
|
2542
2551
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -2776,7 +2785,7 @@
|
|
|
2776
2785
|
}
|
|
2777
2786
|
@media screen and (max-width: 480px) {
|
|
2778
2787
|
.e-tab-clone-element.e-itop, .e-tab-clone-element.e-ibottom {
|
|
2779
|
-
height:
|
|
2788
|
+
height: 62px;
|
|
2780
2789
|
}
|
|
2781
2790
|
}
|
|
2782
2791
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
@@ -2789,7 +2798,7 @@
|
|
|
2789
2798
|
}
|
|
2790
2799
|
@media screen and (max-width: 480px) {
|
|
2791
2800
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
2792
|
-
height:
|
|
2801
|
+
height: 62px;
|
|
2793
2802
|
}
|
|
2794
2803
|
}
|
|
2795
2804
|
.e-tab-clone-element.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
@@ -2999,6 +3008,9 @@
|
|
|
2999
3008
|
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
3000
3009
|
background: inherit;
|
|
3001
3010
|
}
|
|
3011
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active:hover {
|
|
3012
|
+
background: inherit;
|
|
3013
|
+
}
|
|
3002
3014
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
3003
3015
|
background: rgba(0, 0, 0, 0.12);
|
|
3004
3016
|
}
|
|
@@ -3054,8 +3066,8 @@
|
|
|
3054
3066
|
content: unset;
|
|
3055
3067
|
display: unset;
|
|
3056
3068
|
position: unset;
|
|
3057
|
-
top: unset;
|
|
3058
3069
|
width: unset;
|
|
3070
|
+
top: unset;
|
|
3059
3071
|
}
|
|
3060
3072
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3061
3073
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
@@ -3067,6 +3079,9 @@
|
|
|
3067
3079
|
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
|
|
3068
3080
|
color: #ced4da;
|
|
3069
3081
|
}
|
|
3082
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3083
|
+
color: #adb5bd;
|
|
3084
|
+
}
|
|
3070
3085
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3071
3086
|
color: #adb5bd;
|
|
3072
3087
|
}
|
|
@@ -3480,6 +3495,10 @@
|
|
|
3480
3495
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
|
|
3481
3496
|
border: 0;
|
|
3482
3497
|
}
|
|
3498
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3499
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3500
|
+
color: #6c757d;
|
|
3501
|
+
}
|
|
3483
3502
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3484
3503
|
background: #0d6efd;
|
|
3485
3504
|
border-radius: 4px;
|
|
@@ -3640,6 +3659,10 @@
|
|
|
3640
3659
|
margin: 0;
|
|
3641
3660
|
background: inherit;
|
|
3642
3661
|
}
|
|
3662
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3663
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3664
|
+
color: #6c757d;
|
|
3665
|
+
}
|
|
3643
3666
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3644
3667
|
background: #212529;
|
|
3645
3668
|
border-color: #0d6efd;
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
}
|
|
313
313
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon,
|
|
314
314
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
|
|
315
|
-
margin: 0;
|
|
315
|
+
margin: 0 0 0 8px;
|
|
316
316
|
}
|
|
317
317
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before,
|
|
318
318
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before {
|
|
@@ -1443,7 +1443,7 @@
|
|
|
1443
1443
|
}
|
|
1444
1444
|
@media screen and (max-width: 480px) {
|
|
1445
1445
|
.e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom {
|
|
1446
|
-
height:
|
|
1446
|
+
height: 62px;
|
|
1447
1447
|
}
|
|
1448
1448
|
}
|
|
1449
1449
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
@@ -1456,7 +1456,7 @@
|
|
|
1456
1456
|
}
|
|
1457
1457
|
@media screen and (max-width: 480px) {
|
|
1458
1458
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
1459
|
-
height:
|
|
1459
|
+
height: 62px;
|
|
1460
1460
|
}
|
|
1461
1461
|
}
|
|
1462
1462
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
@@ -1848,6 +1848,11 @@
|
|
|
1848
1848
|
height: 32px;
|
|
1849
1849
|
padding: 0;
|
|
1850
1850
|
}
|
|
1851
|
+
@media screen and (max-width: 480px) {
|
|
1852
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
1853
|
+
height: 42px;
|
|
1854
|
+
}
|
|
1855
|
+
}
|
|
1851
1856
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:not(.e-separator):last-child .e-text-wrap::before {
|
|
1852
1857
|
top: unset;
|
|
1853
1858
|
}
|
|
@@ -2234,6 +2239,10 @@
|
|
|
2234
2239
|
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
2235
2240
|
height: auto;
|
|
2236
2241
|
}
|
|
2242
|
+
.e-tab.e-template .e-tab-header .e-toolbar-items .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div,
|
|
2243
|
+
.e-tab.e-template .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div {
|
|
2244
|
+
display: inherit;
|
|
2245
|
+
}
|
|
2237
2246
|
.e-tab.e-template .e-content > .e-item {
|
|
2238
2247
|
display: none;
|
|
2239
2248
|
}
|
|
@@ -2536,7 +2545,7 @@
|
|
|
2536
2545
|
}
|
|
2537
2546
|
@media screen and (max-width: 480px) {
|
|
2538
2547
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2539
|
-
padding: 0
|
|
2548
|
+
padding: 0 15px;
|
|
2540
2549
|
}
|
|
2541
2550
|
}
|
|
2542
2551
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -2776,7 +2785,7 @@
|
|
|
2776
2785
|
}
|
|
2777
2786
|
@media screen and (max-width: 480px) {
|
|
2778
2787
|
.e-tab-clone-element.e-itop, .e-tab-clone-element.e-ibottom {
|
|
2779
|
-
height:
|
|
2788
|
+
height: 62px;
|
|
2780
2789
|
}
|
|
2781
2790
|
}
|
|
2782
2791
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
@@ -2789,7 +2798,7 @@
|
|
|
2789
2798
|
}
|
|
2790
2799
|
@media screen and (max-width: 480px) {
|
|
2791
2800
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
2792
|
-
height:
|
|
2801
|
+
height: 62px;
|
|
2793
2802
|
}
|
|
2794
2803
|
}
|
|
2795
2804
|
.e-tab-clone-element.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
@@ -2999,6 +3008,9 @@
|
|
|
2999
3008
|
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
3000
3009
|
background: inherit;
|
|
3001
3010
|
}
|
|
3011
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active:hover {
|
|
3012
|
+
background: inherit;
|
|
3013
|
+
}
|
|
3002
3014
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
3003
3015
|
background: rgba(0, 0, 0, 0.12);
|
|
3004
3016
|
}
|
|
@@ -3054,8 +3066,8 @@
|
|
|
3054
3066
|
content: unset;
|
|
3055
3067
|
display: unset;
|
|
3056
3068
|
position: unset;
|
|
3057
|
-
top: unset;
|
|
3058
3069
|
width: unset;
|
|
3070
|
+
top: unset;
|
|
3059
3071
|
}
|
|
3060
3072
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3061
3073
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
@@ -3067,6 +3079,9 @@
|
|
|
3067
3079
|
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
|
|
3068
3080
|
color: #495057;
|
|
3069
3081
|
}
|
|
3082
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3083
|
+
color: #6c757d;
|
|
3084
|
+
}
|
|
3070
3085
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3071
3086
|
color: #6c757d;
|
|
3072
3087
|
}
|
|
@@ -3480,6 +3495,10 @@
|
|
|
3480
3495
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
|
|
3481
3496
|
border: 0;
|
|
3482
3497
|
}
|
|
3498
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3499
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3500
|
+
color: #adb5bd;
|
|
3501
|
+
}
|
|
3483
3502
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3484
3503
|
background: #0d6efd;
|
|
3485
3504
|
border-radius: 4px;
|
|
@@ -3640,6 +3659,10 @@
|
|
|
3640
3659
|
margin: 0;
|
|
3641
3660
|
background: inherit;
|
|
3642
3661
|
}
|
|
3662
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3663
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3664
|
+
color: #adb5bd;
|
|
3665
|
+
}
|
|
3643
3666
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3644
3667
|
background: #fff;
|
|
3645
3668
|
border-color: #0d6efd;
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
}
|
|
312
312
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon,
|
|
313
313
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
|
|
314
|
-
margin: 0;
|
|
314
|
+
margin: 0 0 0 8px;
|
|
315
315
|
}
|
|
316
316
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before,
|
|
317
317
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before {
|
|
@@ -1442,7 +1442,7 @@
|
|
|
1442
1442
|
}
|
|
1443
1443
|
@media screen and (max-width: 480px) {
|
|
1444
1444
|
.e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom {
|
|
1445
|
-
height:
|
|
1445
|
+
height: 62px;
|
|
1446
1446
|
}
|
|
1447
1447
|
}
|
|
1448
1448
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
@@ -1455,7 +1455,7 @@
|
|
|
1455
1455
|
}
|
|
1456
1456
|
@media screen and (max-width: 480px) {
|
|
1457
1457
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
1458
|
-
height:
|
|
1458
|
+
height: 62px;
|
|
1459
1459
|
}
|
|
1460
1460
|
}
|
|
1461
1461
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
@@ -1847,6 +1847,11 @@
|
|
|
1847
1847
|
height: 38px;
|
|
1848
1848
|
padding: 0;
|
|
1849
1849
|
}
|
|
1850
|
+
@media screen and (max-width: 480px) {
|
|
1851
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
1852
|
+
height: 50px;
|
|
1853
|
+
}
|
|
1854
|
+
}
|
|
1850
1855
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:not(.e-separator):last-child .e-text-wrap::before {
|
|
1851
1856
|
top: 0;
|
|
1852
1857
|
}
|
|
@@ -2233,6 +2238,10 @@
|
|
|
2233
2238
|
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
2234
2239
|
height: auto;
|
|
2235
2240
|
}
|
|
2241
|
+
.e-tab.e-template .e-tab-header .e-toolbar-items .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div,
|
|
2242
|
+
.e-tab.e-template .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div {
|
|
2243
|
+
display: inherit;
|
|
2244
|
+
}
|
|
2236
2245
|
.e-tab.e-template .e-content > .e-item {
|
|
2237
2246
|
display: none;
|
|
2238
2247
|
}
|
|
@@ -2535,7 +2544,7 @@
|
|
|
2535
2544
|
}
|
|
2536
2545
|
@media screen and (max-width: 480px) {
|
|
2537
2546
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2538
|
-
padding: 0
|
|
2547
|
+
padding: 0 10px;
|
|
2539
2548
|
}
|
|
2540
2549
|
}
|
|
2541
2550
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -2775,7 +2784,7 @@
|
|
|
2775
2784
|
}
|
|
2776
2785
|
@media screen and (max-width: 480px) {
|
|
2777
2786
|
.e-tab-clone-element.e-itop, .e-tab-clone-element.e-ibottom {
|
|
2778
|
-
height:
|
|
2787
|
+
height: 62px;
|
|
2779
2788
|
}
|
|
2780
2789
|
}
|
|
2781
2790
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
@@ -2788,7 +2797,7 @@
|
|
|
2788
2797
|
}
|
|
2789
2798
|
@media screen and (max-width: 480px) {
|
|
2790
2799
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
2791
|
-
height:
|
|
2800
|
+
height: 62px;
|
|
2792
2801
|
}
|
|
2793
2802
|
}
|
|
2794
2803
|
.e-tab-clone-element.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
@@ -2998,6 +3007,9 @@
|
|
|
2998
3007
|
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
2999
3008
|
background: inherit;
|
|
3000
3009
|
}
|
|
3010
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active:hover {
|
|
3011
|
+
background: inherit;
|
|
3012
|
+
}
|
|
3001
3013
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
3002
3014
|
background: rgba(248, 248, 248, 0);
|
|
3003
3015
|
}
|
|
@@ -3053,8 +3065,8 @@
|
|
|
3053
3065
|
content: "";
|
|
3054
3066
|
display: block;
|
|
3055
3067
|
position: absolute;
|
|
3056
|
-
top: 95%;
|
|
3057
3068
|
width: 100%;
|
|
3069
|
+
top: 95%;
|
|
3058
3070
|
}
|
|
3059
3071
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3060
3072
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
@@ -3066,6 +3078,9 @@
|
|
|
3066
3078
|
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
|
|
3067
3079
|
color: #dadada;
|
|
3068
3080
|
}
|
|
3081
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3082
|
+
color: #dadada;
|
|
3083
|
+
}
|
|
3069
3084
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3070
3085
|
color: #dadada;
|
|
3071
3086
|
}
|
|
@@ -3479,6 +3494,10 @@
|
|
|
3479
3494
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
|
|
3480
3495
|
border: 0;
|
|
3481
3496
|
}
|
|
3497
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3498
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3499
|
+
color: #6f6c6c;
|
|
3500
|
+
}
|
|
3482
3501
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3483
3502
|
background: #0074cc;
|
|
3484
3503
|
border-radius: 0;
|
|
@@ -3639,6 +3658,10 @@
|
|
|
3639
3658
|
margin: 0;
|
|
3640
3659
|
background: inherit;
|
|
3641
3660
|
}
|
|
3661
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3662
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3663
|
+
color: #6f6c6c;
|
|
3664
|
+
}
|
|
3642
3665
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3643
3666
|
background: #0074cc;
|
|
3644
3667
|
border-color: #0074cc;
|
package/styles/tab/fabric.css
CHANGED
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
}
|
|
317
317
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon,
|
|
318
318
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
|
|
319
|
-
margin: 0;
|
|
319
|
+
margin: 0 0 0 8px;
|
|
320
320
|
}
|
|
321
321
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before,
|
|
322
322
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before {
|
|
@@ -1447,7 +1447,7 @@
|
|
|
1447
1447
|
}
|
|
1448
1448
|
@media screen and (max-width: 480px) {
|
|
1449
1449
|
.e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom {
|
|
1450
|
-
height:
|
|
1450
|
+
height: 62px;
|
|
1451
1451
|
}
|
|
1452
1452
|
}
|
|
1453
1453
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
@@ -1460,7 +1460,7 @@
|
|
|
1460
1460
|
}
|
|
1461
1461
|
@media screen and (max-width: 480px) {
|
|
1462
1462
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
1463
|
-
height:
|
|
1463
|
+
height: 62px;
|
|
1464
1464
|
}
|
|
1465
1465
|
}
|
|
1466
1466
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
@@ -1852,6 +1852,11 @@
|
|
|
1852
1852
|
height: 38px;
|
|
1853
1853
|
padding: 0;
|
|
1854
1854
|
}
|
|
1855
|
+
@media screen and (max-width: 480px) {
|
|
1856
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
1857
|
+
height: 50px;
|
|
1858
|
+
}
|
|
1859
|
+
}
|
|
1855
1860
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:not(.e-separator):last-child .e-text-wrap::before {
|
|
1856
1861
|
top: 0;
|
|
1857
1862
|
}
|
|
@@ -2238,6 +2243,10 @@
|
|
|
2238
2243
|
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
2239
2244
|
height: auto;
|
|
2240
2245
|
}
|
|
2246
|
+
.e-tab.e-template .e-tab-header .e-toolbar-items .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div,
|
|
2247
|
+
.e-tab.e-template .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div {
|
|
2248
|
+
display: inherit;
|
|
2249
|
+
}
|
|
2241
2250
|
.e-tab.e-template .e-content > .e-item {
|
|
2242
2251
|
display: none;
|
|
2243
2252
|
}
|
|
@@ -2540,7 +2549,7 @@
|
|
|
2540
2549
|
}
|
|
2541
2550
|
@media screen and (max-width: 480px) {
|
|
2542
2551
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2543
|
-
padding: 0
|
|
2552
|
+
padding: 0 10px;
|
|
2544
2553
|
}
|
|
2545
2554
|
}
|
|
2546
2555
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -2780,7 +2789,7 @@
|
|
|
2780
2789
|
}
|
|
2781
2790
|
@media screen and (max-width: 480px) {
|
|
2782
2791
|
.e-tab-clone-element.e-itop, .e-tab-clone-element.e-ibottom {
|
|
2783
|
-
height:
|
|
2792
|
+
height: 62px;
|
|
2784
2793
|
}
|
|
2785
2794
|
}
|
|
2786
2795
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
@@ -2793,7 +2802,7 @@
|
|
|
2793
2802
|
}
|
|
2794
2803
|
@media screen and (max-width: 480px) {
|
|
2795
2804
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
2796
|
-
height:
|
|
2805
|
+
height: 62px;
|
|
2797
2806
|
}
|
|
2798
2807
|
}
|
|
2799
2808
|
.e-tab-clone-element.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
@@ -3003,6 +3012,9 @@
|
|
|
3003
3012
|
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
3004
3013
|
background: inherit;
|
|
3005
3014
|
}
|
|
3015
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active:hover {
|
|
3016
|
+
background: inherit;
|
|
3017
|
+
}
|
|
3006
3018
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
3007
3019
|
background: rgba(0, 0, 0, 0);
|
|
3008
3020
|
}
|
|
@@ -3058,8 +3070,8 @@
|
|
|
3058
3070
|
content: "";
|
|
3059
3071
|
display: block;
|
|
3060
3072
|
position: absolute;
|
|
3061
|
-
top: 95%;
|
|
3062
3073
|
width: 100%;
|
|
3074
|
+
top: 95%;
|
|
3063
3075
|
}
|
|
3064
3076
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3065
3077
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
@@ -3071,6 +3083,9 @@
|
|
|
3071
3083
|
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
|
|
3072
3084
|
color: #333;
|
|
3073
3085
|
}
|
|
3086
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3087
|
+
color: #333;
|
|
3088
|
+
}
|
|
3074
3089
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3075
3090
|
color: #333;
|
|
3076
3091
|
}
|
|
@@ -3484,6 +3499,10 @@
|
|
|
3484
3499
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
|
|
3485
3500
|
border: 0;
|
|
3486
3501
|
}
|
|
3502
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3503
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3504
|
+
color: #a6a6a6;
|
|
3505
|
+
}
|
|
3487
3506
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3488
3507
|
background: #0078d6;
|
|
3489
3508
|
border-radius: 0;
|
|
@@ -3644,6 +3663,10 @@
|
|
|
3644
3663
|
margin: 0;
|
|
3645
3664
|
background: inherit;
|
|
3646
3665
|
}
|
|
3666
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3667
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3668
|
+
color: #a6a6a6;
|
|
3669
|
+
}
|
|
3647
3670
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3648
3671
|
background: #0078d6;
|
|
3649
3672
|
border-color: #0078d6;
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
}
|
|
315
315
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon,
|
|
316
316
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
|
|
317
|
-
margin: 0;
|
|
317
|
+
margin: 0 0 0 8px;
|
|
318
318
|
}
|
|
319
319
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before,
|
|
320
320
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before {
|
|
@@ -1445,7 +1445,7 @@
|
|
|
1445
1445
|
}
|
|
1446
1446
|
@media screen and (max-width: 480px) {
|
|
1447
1447
|
.e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom {
|
|
1448
|
-
height:
|
|
1448
|
+
height: 62px;
|
|
1449
1449
|
}
|
|
1450
1450
|
}
|
|
1451
1451
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
@@ -1458,7 +1458,7 @@
|
|
|
1458
1458
|
}
|
|
1459
1459
|
@media screen and (max-width: 480px) {
|
|
1460
1460
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
1461
|
-
height:
|
|
1461
|
+
height: 62px;
|
|
1462
1462
|
}
|
|
1463
1463
|
}
|
|
1464
1464
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
@@ -1850,6 +1850,11 @@
|
|
|
1850
1850
|
height: 44px;
|
|
1851
1851
|
padding: 0;
|
|
1852
1852
|
}
|
|
1853
|
+
@media screen and (max-width: 480px) {
|
|
1854
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
1855
|
+
height: 48px;
|
|
1856
|
+
}
|
|
1857
|
+
}
|
|
1853
1858
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:not(.e-separator):last-child .e-text-wrap::before {
|
|
1854
1859
|
top: unset;
|
|
1855
1860
|
}
|
|
@@ -2236,6 +2241,10 @@
|
|
|
2236
2241
|
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
2237
2242
|
height: auto;
|
|
2238
2243
|
}
|
|
2244
|
+
.e-tab.e-template .e-tab-header .e-toolbar-items .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div,
|
|
2245
|
+
.e-tab.e-template .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div {
|
|
2246
|
+
display: inherit;
|
|
2247
|
+
}
|
|
2239
2248
|
.e-tab.e-template .e-content > .e-item {
|
|
2240
2249
|
display: none;
|
|
2241
2250
|
}
|
|
@@ -2538,7 +2547,7 @@
|
|
|
2538
2547
|
}
|
|
2539
2548
|
@media screen and (max-width: 480px) {
|
|
2540
2549
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2541
|
-
padding: 0
|
|
2550
|
+
padding: 0 15px;
|
|
2542
2551
|
}
|
|
2543
2552
|
}
|
|
2544
2553
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -2778,7 +2787,7 @@
|
|
|
2778
2787
|
}
|
|
2779
2788
|
@media screen and (max-width: 480px) {
|
|
2780
2789
|
.e-tab-clone-element.e-itop, .e-tab-clone-element.e-ibottom {
|
|
2781
|
-
height:
|
|
2790
|
+
height: 62px;
|
|
2782
2791
|
}
|
|
2783
2792
|
}
|
|
2784
2793
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
@@ -2791,7 +2800,7 @@
|
|
|
2791
2800
|
}
|
|
2792
2801
|
@media screen and (max-width: 480px) {
|
|
2793
2802
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
2794
|
-
height:
|
|
2803
|
+
height: 62px;
|
|
2795
2804
|
}
|
|
2796
2805
|
}
|
|
2797
2806
|
.e-tab-clone-element.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
@@ -3001,6 +3010,9 @@
|
|
|
3001
3010
|
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
3002
3011
|
background: #292827;
|
|
3003
3012
|
}
|
|
3013
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active:hover {
|
|
3014
|
+
background: #292827;
|
|
3015
|
+
}
|
|
3004
3016
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
3005
3017
|
background: none;
|
|
3006
3018
|
}
|
|
@@ -3056,8 +3068,8 @@
|
|
|
3056
3068
|
content: unset;
|
|
3057
3069
|
display: unset;
|
|
3058
3070
|
position: unset;
|
|
3059
|
-
top: unset;
|
|
3060
3071
|
width: unset;
|
|
3072
|
+
top: unset;
|
|
3061
3073
|
}
|
|
3062
3074
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3063
3075
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
@@ -3069,6 +3081,9 @@
|
|
|
3069
3081
|
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
|
|
3070
3082
|
color: #f3f2f1;
|
|
3071
3083
|
}
|
|
3084
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3085
|
+
color: #a19f9d;
|
|
3086
|
+
}
|
|
3072
3087
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3073
3088
|
color: #a19f9d;
|
|
3074
3089
|
}
|
|
@@ -3482,6 +3497,10 @@
|
|
|
3482
3497
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
|
|
3483
3498
|
border: 0;
|
|
3484
3499
|
}
|
|
3500
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3501
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3502
|
+
color: #484644;
|
|
3503
|
+
}
|
|
3485
3504
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3486
3505
|
background: #0078d4;
|
|
3487
3506
|
border-radius: 0;
|
|
@@ -3642,6 +3661,10 @@
|
|
|
3642
3661
|
margin: 0;
|
|
3643
3662
|
background: #1b1a19;
|
|
3644
3663
|
}
|
|
3664
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3665
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3666
|
+
color: #484644;
|
|
3667
|
+
}
|
|
3645
3668
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3646
3669
|
background: none;
|
|
3647
3670
|
border-color: unset;
|