@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
package/styles/tab/fluent.css
CHANGED
|
@@ -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: #edebe9;
|
|
3003
3012
|
}
|
|
3013
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active:hover {
|
|
3014
|
+
background: #edebe9;
|
|
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: #201f1e;
|
|
3071
3083
|
}
|
|
3084
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3085
|
+
color: #605e5c;
|
|
3086
|
+
}
|
|
3072
3087
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3073
3088
|
color: #605e5c;
|
|
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: #a19f9d;
|
|
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: #fff;
|
|
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: #a19f9d;
|
|
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;
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
}
|
|
306
306
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon,
|
|
307
307
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
|
|
308
|
-
margin: 0;
|
|
308
|
+
margin: 0 0 0 8px;
|
|
309
309
|
}
|
|
310
310
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before,
|
|
311
311
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before {
|
|
@@ -1436,7 +1436,7 @@
|
|
|
1436
1436
|
}
|
|
1437
1437
|
@media screen and (max-width: 480px) {
|
|
1438
1438
|
.e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom {
|
|
1439
|
-
height:
|
|
1439
|
+
height: 62px;
|
|
1440
1440
|
}
|
|
1441
1441
|
}
|
|
1442
1442
|
.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 {
|
|
@@ -1449,7 +1449,7 @@
|
|
|
1449
1449
|
}
|
|
1450
1450
|
@media screen and (max-width: 480px) {
|
|
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 {
|
|
1452
|
-
height:
|
|
1452
|
+
height: 62px;
|
|
1453
1453
|
}
|
|
1454
1454
|
}
|
|
1455
1455
|
.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 {
|
|
@@ -1841,6 +1841,11 @@
|
|
|
1841
1841
|
height: 36px;
|
|
1842
1842
|
padding: 0;
|
|
1843
1843
|
}
|
|
1844
|
+
@media screen and (max-width: 480px) {
|
|
1845
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
1846
|
+
height: 46px;
|
|
1847
|
+
}
|
|
1848
|
+
}
|
|
1844
1849
|
.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 {
|
|
1845
1850
|
top: 0;
|
|
1846
1851
|
}
|
|
@@ -2227,6 +2232,10 @@
|
|
|
2227
2232
|
.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 {
|
|
2228
2233
|
height: auto;
|
|
2229
2234
|
}
|
|
2235
|
+
.e-tab.e-template .e-tab-header .e-toolbar-items .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div,
|
|
2236
|
+
.e-tab.e-template .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div {
|
|
2237
|
+
display: inherit;
|
|
2238
|
+
}
|
|
2230
2239
|
.e-tab.e-template .e-content > .e-item {
|
|
2231
2240
|
display: none;
|
|
2232
2241
|
}
|
|
@@ -2529,7 +2538,7 @@
|
|
|
2529
2538
|
}
|
|
2530
2539
|
@media screen and (max-width: 480px) {
|
|
2531
2540
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2532
|
-
padding: 0
|
|
2541
|
+
padding: 0 10px;
|
|
2533
2542
|
}
|
|
2534
2543
|
}
|
|
2535
2544
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -2769,7 +2778,7 @@
|
|
|
2769
2778
|
}
|
|
2770
2779
|
@media screen and (max-width: 480px) {
|
|
2771
2780
|
.e-tab-clone-element.e-itop, .e-tab-clone-element.e-ibottom {
|
|
2772
|
-
height:
|
|
2781
|
+
height: 62px;
|
|
2773
2782
|
}
|
|
2774
2783
|
}
|
|
2775
2784
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
@@ -2782,7 +2791,7 @@
|
|
|
2782
2791
|
}
|
|
2783
2792
|
@media screen and (max-width: 480px) {
|
|
2784
2793
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
2785
|
-
height:
|
|
2794
|
+
height: 62px;
|
|
2786
2795
|
}
|
|
2787
2796
|
}
|
|
2788
2797
|
.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 {
|
|
@@ -2992,6 +3001,9 @@
|
|
|
2992
3001
|
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
2993
3002
|
background: inherit;
|
|
2994
3003
|
}
|
|
3004
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active:hover {
|
|
3005
|
+
background: inherit;
|
|
3006
|
+
}
|
|
2995
3007
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
2996
3008
|
background: rgba(255, 255, 255, 0);
|
|
2997
3009
|
}
|
|
@@ -3047,8 +3059,8 @@
|
|
|
3047
3059
|
content: "";
|
|
3048
3060
|
display: block;
|
|
3049
3061
|
position: absolute;
|
|
3050
|
-
top: 95%;
|
|
3051
3062
|
width: 100%;
|
|
3063
|
+
top: 95%;
|
|
3052
3064
|
}
|
|
3053
3065
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3054
3066
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
@@ -3060,6 +3072,9 @@
|
|
|
3060
3072
|
.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 {
|
|
3061
3073
|
color: #000;
|
|
3062
3074
|
}
|
|
3075
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3076
|
+
color: #000;
|
|
3077
|
+
}
|
|
3063
3078
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3064
3079
|
color: #000;
|
|
3065
3080
|
}
|
|
@@ -3473,6 +3488,10 @@
|
|
|
3473
3488
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
|
|
3474
3489
|
border: 0;
|
|
3475
3490
|
}
|
|
3491
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3492
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3493
|
+
color: #757575;
|
|
3494
|
+
}
|
|
3476
3495
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3477
3496
|
background: #400074;
|
|
3478
3497
|
border-radius: 0;
|
|
@@ -3633,6 +3652,10 @@
|
|
|
3633
3652
|
margin: 0;
|
|
3634
3653
|
background: inherit;
|
|
3635
3654
|
}
|
|
3655
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3656
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3657
|
+
color: #757575;
|
|
3658
|
+
}
|
|
3636
3659
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3637
3660
|
background: #400074;
|
|
3638
3661
|
border-color: #400074;
|
|
@@ -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: 36px;
|
|
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: 46px;
|
|
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: #685708;
|
|
3005
3014
|
}
|
|
3015
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active:hover {
|
|
3016
|
+
background: #685708;
|
|
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: #fff;
|
|
3073
3085
|
}
|
|
3086
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3087
|
+
color: #fff;
|
|
3088
|
+
}
|
|
3074
3089
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3075
3090
|
color: #fff;
|
|
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: #757575;
|
|
3505
|
+
}
|
|
3487
3506
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3488
3507
|
background: #ffd939;
|
|
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: #757575;
|
|
3669
|
+
}
|
|
3647
3670
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3648
3671
|
background: #ffd939;
|
|
3649
3672
|
border-color: #ffd939;
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
}
|
|
334
334
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon,
|
|
335
335
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
|
|
336
|
-
margin: 0;
|
|
336
|
+
margin: 0 0 0 8px;
|
|
337
337
|
}
|
|
338
338
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before,
|
|
339
339
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before {
|
|
@@ -1464,7 +1464,7 @@
|
|
|
1464
1464
|
}
|
|
1465
1465
|
@media screen and (max-width: 480px) {
|
|
1466
1466
|
.e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom {
|
|
1467
|
-
height:
|
|
1467
|
+
height: 62px;
|
|
1468
1468
|
}
|
|
1469
1469
|
}
|
|
1470
1470
|
.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 {
|
|
@@ -1477,7 +1477,7 @@
|
|
|
1477
1477
|
}
|
|
1478
1478
|
@media screen and (max-width: 480px) {
|
|
1479
1479
|
.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 {
|
|
1480
|
-
height:
|
|
1480
|
+
height: 62px;
|
|
1481
1481
|
}
|
|
1482
1482
|
}
|
|
1483
1483
|
.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 {
|
|
@@ -1869,6 +1869,11 @@
|
|
|
1869
1869
|
height: 36px;
|
|
1870
1870
|
padding: 0;
|
|
1871
1871
|
}
|
|
1872
|
+
@media screen and (max-width: 480px) {
|
|
1873
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
1874
|
+
height: 48px;
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1872
1877
|
.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 {
|
|
1873
1878
|
top: unset;
|
|
1874
1879
|
}
|
|
@@ -2255,6 +2260,10 @@
|
|
|
2255
2260
|
.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 {
|
|
2256
2261
|
height: auto;
|
|
2257
2262
|
}
|
|
2263
|
+
.e-tab.e-template .e-tab-header .e-toolbar-items .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div,
|
|
2264
|
+
.e-tab.e-template .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div {
|
|
2265
|
+
display: inherit;
|
|
2266
|
+
}
|
|
2258
2267
|
.e-tab.e-template .e-content > .e-item {
|
|
2259
2268
|
display: none;
|
|
2260
2269
|
}
|
|
@@ -2557,7 +2566,7 @@
|
|
|
2557
2566
|
}
|
|
2558
2567
|
@media screen and (max-width: 480px) {
|
|
2559
2568
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2560
|
-
padding: 0
|
|
2569
|
+
padding: 0 18px;
|
|
2561
2570
|
}
|
|
2562
2571
|
}
|
|
2563
2572
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -2797,7 +2806,7 @@
|
|
|
2797
2806
|
}
|
|
2798
2807
|
@media screen and (max-width: 480px) {
|
|
2799
2808
|
.e-tab-clone-element.e-itop, .e-tab-clone-element.e-ibottom {
|
|
2800
|
-
height:
|
|
2809
|
+
height: 62px;
|
|
2801
2810
|
}
|
|
2802
2811
|
}
|
|
2803
2812
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
@@ -2810,7 +2819,7 @@
|
|
|
2810
2819
|
}
|
|
2811
2820
|
@media screen and (max-width: 480px) {
|
|
2812
2821
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
2813
|
-
height:
|
|
2822
|
+
height: 62px;
|
|
2814
2823
|
}
|
|
2815
2824
|
}
|
|
2816
2825
|
.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 {
|
|
@@ -3020,6 +3029,9 @@
|
|
|
3020
3029
|
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
3021
3030
|
background: inherit;
|
|
3022
3031
|
}
|
|
3032
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active:hover {
|
|
3033
|
+
background: inherit;
|
|
3034
|
+
}
|
|
3023
3035
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
3024
3036
|
background: rgba(0, 176, 255, 0.12);
|
|
3025
3037
|
}
|
|
@@ -3075,8 +3087,8 @@
|
|
|
3075
3087
|
content: unset;
|
|
3076
3088
|
display: unset;
|
|
3077
3089
|
position: unset;
|
|
3078
|
-
top: unset;
|
|
3079
3090
|
width: unset;
|
|
3091
|
+
top: unset;
|
|
3080
3092
|
}
|
|
3081
3093
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3082
3094
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
@@ -3088,6 +3100,9 @@
|
|
|
3088
3100
|
.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 {
|
|
3089
3101
|
color: #00b0ff;
|
|
3090
3102
|
}
|
|
3103
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3104
|
+
color: rgba(255, 255, 255, 0.7);
|
|
3105
|
+
}
|
|
3091
3106
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3092
3107
|
color: rgba(255, 255, 255, 0.7);
|
|
3093
3108
|
}
|
|
@@ -3501,6 +3516,10 @@
|
|
|
3501
3516
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
|
|
3502
3517
|
border: 0;
|
|
3503
3518
|
}
|
|
3519
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3520
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3521
|
+
color: rgba(255, 255, 255, 0.3);
|
|
3522
|
+
}
|
|
3504
3523
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3505
3524
|
background: #00b0ff;
|
|
3506
3525
|
border-radius: 0;
|
|
@@ -3661,6 +3680,10 @@
|
|
|
3661
3680
|
margin: 0;
|
|
3662
3681
|
background: inherit;
|
|
3663
3682
|
}
|
|
3683
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3684
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3685
|
+
color: rgba(255, 255, 255, 0.3);
|
|
3686
|
+
}
|
|
3664
3687
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3665
3688
|
background: #3f51b5;
|
|
3666
3689
|
border-color: unset;
|
package/styles/tab/material.css
CHANGED
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
}
|
|
340
340
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon,
|
|
341
341
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
|
|
342
|
-
margin: 0;
|
|
342
|
+
margin: 0 0 0 8px;
|
|
343
343
|
}
|
|
344
344
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before,
|
|
345
345
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before {
|
|
@@ -1470,7 +1470,7 @@
|
|
|
1470
1470
|
}
|
|
1471
1471
|
@media screen and (max-width: 480px) {
|
|
1472
1472
|
.e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom {
|
|
1473
|
-
height:
|
|
1473
|
+
height: 62px;
|
|
1474
1474
|
}
|
|
1475
1475
|
}
|
|
1476
1476
|
.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 {
|
|
@@ -1483,7 +1483,7 @@
|
|
|
1483
1483
|
}
|
|
1484
1484
|
@media screen and (max-width: 480px) {
|
|
1485
1485
|
.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 {
|
|
1486
|
-
height:
|
|
1486
|
+
height: 62px;
|
|
1487
1487
|
}
|
|
1488
1488
|
}
|
|
1489
1489
|
.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 {
|
|
@@ -1875,6 +1875,11 @@
|
|
|
1875
1875
|
height: 36px;
|
|
1876
1876
|
padding: 0;
|
|
1877
1877
|
}
|
|
1878
|
+
@media screen and (max-width: 480px) {
|
|
1879
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
1880
|
+
height: 48px;
|
|
1881
|
+
}
|
|
1882
|
+
}
|
|
1878
1883
|
.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 {
|
|
1879
1884
|
top: unset;
|
|
1880
1885
|
}
|
|
@@ -2261,6 +2266,10 @@
|
|
|
2261
2266
|
.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 {
|
|
2262
2267
|
height: auto;
|
|
2263
2268
|
}
|
|
2269
|
+
.e-tab.e-template .e-tab-header .e-toolbar-items .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div,
|
|
2270
|
+
.e-tab.e-template .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div {
|
|
2271
|
+
display: inherit;
|
|
2272
|
+
}
|
|
2264
2273
|
.e-tab.e-template .e-content > .e-item {
|
|
2265
2274
|
display: none;
|
|
2266
2275
|
}
|
|
@@ -2563,7 +2572,7 @@
|
|
|
2563
2572
|
}
|
|
2564
2573
|
@media screen and (max-width: 480px) {
|
|
2565
2574
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2566
|
-
padding: 0
|
|
2575
|
+
padding: 0 18px;
|
|
2567
2576
|
}
|
|
2568
2577
|
}
|
|
2569
2578
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -2803,7 +2812,7 @@
|
|
|
2803
2812
|
}
|
|
2804
2813
|
@media screen and (max-width: 480px) {
|
|
2805
2814
|
.e-tab-clone-element.e-itop, .e-tab-clone-element.e-ibottom {
|
|
2806
|
-
height:
|
|
2815
|
+
height: 62px;
|
|
2807
2816
|
}
|
|
2808
2817
|
}
|
|
2809
2818
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
@@ -2816,7 +2825,7 @@
|
|
|
2816
2825
|
}
|
|
2817
2826
|
@media screen and (max-width: 480px) {
|
|
2818
2827
|
.e-tab-clone-element.e-itop .e-tab-wrap, .e-tab-clone-element.e-ibottom .e-tab-wrap {
|
|
2819
|
-
height:
|
|
2828
|
+
height: 62px;
|
|
2820
2829
|
}
|
|
2821
2830
|
}
|
|
2822
2831
|
.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 {
|
|
@@ -3026,6 +3035,9 @@
|
|
|
3026
3035
|
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
3027
3036
|
background: inherit;
|
|
3028
3037
|
}
|
|
3038
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active:hover {
|
|
3039
|
+
background: inherit;
|
|
3040
|
+
}
|
|
3029
3041
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
3030
3042
|
background: rgba(227, 22, 91, 0.12);
|
|
3031
3043
|
}
|
|
@@ -3081,8 +3093,8 @@
|
|
|
3081
3093
|
content: unset;
|
|
3082
3094
|
display: unset;
|
|
3083
3095
|
position: unset;
|
|
3084
|
-
top: unset;
|
|
3085
3096
|
width: unset;
|
|
3097
|
+
top: unset;
|
|
3086
3098
|
}
|
|
3087
3099
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3088
3100
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
@@ -3094,6 +3106,9 @@
|
|
|
3094
3106
|
.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 {
|
|
3095
3107
|
color: #e3165b;
|
|
3096
3108
|
}
|
|
3109
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3110
|
+
color: rgba(0, 0, 0, 0.54);
|
|
3111
|
+
}
|
|
3097
3112
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon {
|
|
3098
3113
|
color: rgba(0, 0, 0, 0.54);
|
|
3099
3114
|
}
|
|
@@ -3507,6 +3522,10 @@
|
|
|
3507
3522
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
|
|
3508
3523
|
border: 0;
|
|
3509
3524
|
}
|
|
3525
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3526
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3527
|
+
color: rgba(0, 0, 0, 0.38);
|
|
3528
|
+
}
|
|
3510
3529
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3511
3530
|
background: #e3165b;
|
|
3512
3531
|
border-radius: 0;
|
|
@@ -3667,6 +3686,10 @@
|
|
|
3667
3686
|
margin: 0;
|
|
3668
3687
|
background: inherit;
|
|
3669
3688
|
}
|
|
3689
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-text,
|
|
3690
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-disable.e-overlay .e-tab-icon {
|
|
3691
|
+
color: rgba(0, 0, 0, 0.38);
|
|
3692
|
+
}
|
|
3670
3693
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3671
3694
|
background: #3f51b5;
|
|
3672
3695
|
border-color: unset;
|