@syncfusion/ej2-angular-navigations 20.3.60-ngcc → 20.4.38-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 +17 -0
- package/dist/ej2-angular-navigations.umd.js +3 -3
- 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/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/tab/items.directive.d.ts +7 -0
- package/src/toolbar/items.directive.d.ts +7 -0
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +999 -145
- package/styles/bootstrap.css +986 -132
- package/styles/bootstrap4.css +888 -167
- package/styles/bootstrap5-dark.css +949 -179
- package/styles/bootstrap5.css +949 -179
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1068 -232
- package/styles/fabric.css +1067 -231
- package/styles/fluent-dark.css +1014 -123
- package/styles/fluent.css +1012 -121
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +918 -369
- package/styles/highcontrast.css +925 -370
- package/styles/material-dark.css +1184 -114
- package/styles/material.css +1162 -92
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/tab/bootstrap-dark.css +587 -109
- package/styles/tab/bootstrap.css +574 -96
- package/styles/tab/bootstrap4.css +546 -114
- package/styles/tab/bootstrap5-dark.css +523 -134
- package/styles/tab/bootstrap5.css +523 -134
- package/styles/tab/fabric-dark.css +614 -199
- package/styles/tab/fabric.css +612 -197
- package/styles/tab/fluent-dark.css +546 -102
- package/styles/tab/fluent.css +546 -102
- package/styles/tab/highcontrast-light.css +520 -250
- package/styles/tab/highcontrast.css +520 -244
- package/styles/tab/material-dark.css +705 -54
- package/styles/tab/material.css +705 -54
- package/styles/tab/tailwind-dark.css +706 -71
- package/styles/tab/tailwind.css +706 -71
- package/styles/tailwind-dark.css +1145 -99
- package/styles/tailwind.css +1144 -98
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
|
@@ -1,16 +1,4 @@
|
|
|
1
1
|
/*! tab icons */
|
|
2
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
3
|
-
content: "\e219";
|
|
4
|
-
}
|
|
5
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
6
|
-
content: "\e98f";
|
|
7
|
-
}
|
|
8
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
9
|
-
content: "\e98f";
|
|
10
|
-
}
|
|
11
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
12
|
-
content: "\e219";
|
|
13
|
-
}
|
|
14
2
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
15
3
|
content: "\e7fc";
|
|
16
4
|
position: relative;
|
|
@@ -39,12 +27,6 @@
|
|
|
39
27
|
content: "\e968";
|
|
40
28
|
}
|
|
41
29
|
}
|
|
42
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
43
|
-
content: "\eb04";
|
|
44
|
-
}
|
|
45
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
46
|
-
content: "\eb05";
|
|
47
|
-
}
|
|
48
30
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
49
31
|
content: "More";
|
|
50
32
|
}
|
|
@@ -133,7 +115,7 @@
|
|
|
133
115
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
134
116
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
135
117
|
height: 50px;
|
|
136
|
-
margin: 0
|
|
118
|
+
margin: 0;
|
|
137
119
|
min-height: 50px;
|
|
138
120
|
min-width: auto;
|
|
139
121
|
padding: 0;
|
|
@@ -141,7 +123,7 @@
|
|
|
141
123
|
@media screen and (max-width: 480px) {
|
|
142
124
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
143
125
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
144
|
-
margin: 0
|
|
126
|
+
margin: 0;
|
|
145
127
|
}
|
|
146
128
|
}
|
|
147
129
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom,
|
|
@@ -168,6 +150,12 @@
|
|
|
168
150
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
169
151
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
170
152
|
font-size: 15px;
|
|
153
|
+
margin-bottom: 0;
|
|
154
|
+
}
|
|
155
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
156
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
157
|
+
position: relative;
|
|
158
|
+
top: 2px;
|
|
171
159
|
}
|
|
172
160
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
173
161
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -183,7 +171,7 @@
|
|
|
183
171
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
184
172
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
185
173
|
position: relative;
|
|
186
|
-
top:
|
|
174
|
+
top: 2px;
|
|
187
175
|
}
|
|
188
176
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
189
177
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -195,10 +183,6 @@
|
|
|
195
183
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
196
184
|
height: 50px;
|
|
197
185
|
}
|
|
198
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
199
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
200
|
-
padding: 0;
|
|
201
|
-
}
|
|
202
186
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
203
187
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
204
188
|
cursor: pointer;
|
|
@@ -229,6 +213,7 @@
|
|
|
229
213
|
height: 24px;
|
|
230
214
|
min-width: 24px;
|
|
231
215
|
width: 24px;
|
|
216
|
+
line-height: 1;
|
|
232
217
|
}
|
|
233
218
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
234
219
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -240,6 +225,16 @@
|
|
|
240
225
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
241
226
|
padding: 0 20px;
|
|
242
227
|
}
|
|
228
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
229
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
230
|
+
margin: 0 0 0 12px;
|
|
231
|
+
}
|
|
232
|
+
@media screen and (max-width: 480px) {
|
|
233
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
234
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
235
|
+
margin: 0;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
243
238
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
244
239
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
245
240
|
margin: 0 0 0 10px;
|
|
@@ -485,7 +480,6 @@
|
|
|
485
480
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
486
481
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
487
482
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
488
|
-
top: 0;
|
|
489
483
|
line-height: 42px;
|
|
490
484
|
top: 0.5px;
|
|
491
485
|
}
|
|
@@ -499,8 +493,8 @@
|
|
|
499
493
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
500
494
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
501
495
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
502
|
-
top: 0;
|
|
503
496
|
line-height: 42px;
|
|
497
|
+
top: 0;
|
|
504
498
|
}
|
|
505
499
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
506
500
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
@@ -535,7 +529,7 @@
|
|
|
535
529
|
}
|
|
536
530
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
|
|
537
531
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
538
|
-
margin:
|
|
532
|
+
margin: 0 2px 0 0;
|
|
539
533
|
padding-bottom: 0;
|
|
540
534
|
}
|
|
541
535
|
@media screen and (max-width: 480px) {
|
|
@@ -552,11 +546,6 @@
|
|
|
552
546
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
553
547
|
top: 0.5px;
|
|
554
548
|
}
|
|
555
|
-
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap,
|
|
556
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
557
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
558
|
-
height: initial;
|
|
559
|
-
}
|
|
560
549
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before,
|
|
561
550
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
562
551
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
@@ -596,16 +585,15 @@
|
|
|
596
585
|
height: 50px;
|
|
597
586
|
padding: 0;
|
|
598
587
|
}
|
|
599
|
-
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap,
|
|
600
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
601
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
602
|
-
height: 50px;
|
|
603
|
-
}
|
|
604
588
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap,
|
|
605
589
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
606
590
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
607
591
|
height: initial;
|
|
608
592
|
}
|
|
593
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
594
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
595
|
+
height: 50px;
|
|
596
|
+
}
|
|
609
597
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
610
598
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
611
599
|
max-width: 150px;
|
|
@@ -643,6 +631,11 @@
|
|
|
643
631
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
644
632
|
right: -20px;
|
|
645
633
|
}
|
|
634
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
635
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
636
|
+
min-height: 38px;
|
|
637
|
+
min-width: auto;
|
|
638
|
+
}
|
|
646
639
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
647
640
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
648
641
|
height: 24px;
|
|
@@ -702,10 +695,6 @@
|
|
|
702
695
|
font-size: 12px;
|
|
703
696
|
}
|
|
704
697
|
}
|
|
705
|
-
.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active,
|
|
706
|
-
.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active {
|
|
707
|
-
margin: 0 0 0 2px;
|
|
708
|
-
}
|
|
709
698
|
.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
|
|
710
699
|
.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
711
700
|
height: inherit;
|
|
@@ -755,6 +744,10 @@
|
|
|
755
744
|
height: 50px;
|
|
756
745
|
padding: 0;
|
|
757
746
|
}
|
|
747
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
748
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
749
|
+
height: 50px;
|
|
750
|
+
}
|
|
758
751
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
759
752
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
760
753
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -819,10 +812,6 @@
|
|
|
819
812
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
820
813
|
top: 0;
|
|
821
814
|
}
|
|
822
|
-
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
|
|
823
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
824
|
-
margin: 1px 0 -6px 2px;
|
|
825
|
-
}
|
|
826
815
|
.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator),
|
|
827
816
|
.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
828
817
|
margin: 0 0 0 2px;
|
|
@@ -866,6 +855,7 @@
|
|
|
866
855
|
height: 50px;
|
|
867
856
|
margin: 0 2px 0 0;
|
|
868
857
|
min-height: 50px;
|
|
858
|
+
padding: 0;
|
|
869
859
|
}
|
|
870
860
|
@media screen and (max-width: 480px) {
|
|
871
861
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -971,6 +961,10 @@
|
|
|
971
961
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
972
962
|
height: 50px;
|
|
973
963
|
}
|
|
964
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
965
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
966
|
+
height: 50px;
|
|
967
|
+
}
|
|
974
968
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
|
|
975
969
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
976
970
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -1006,7 +1000,7 @@
|
|
|
1006
1000
|
}
|
|
1007
1001
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
1008
1002
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
1009
|
-
|
|
1003
|
+
padding: 0;
|
|
1010
1004
|
}
|
|
1011
1005
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
1012
1006
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -1026,10 +1020,6 @@
|
|
|
1026
1020
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
1027
1021
|
margin-bottom: 0;
|
|
1028
1022
|
}
|
|
1029
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
1030
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
1031
|
-
height: 50px;
|
|
1032
|
-
}
|
|
1033
1023
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
1034
1024
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
1035
1025
|
padding: 0 20px;
|
|
@@ -1048,6 +1038,10 @@
|
|
|
1048
1038
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
1049
1039
|
margin: 1px 0 -6px 2px;
|
|
1050
1040
|
}
|
|
1041
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
1042
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
1043
|
+
margin: 0;
|
|
1044
|
+
}
|
|
1051
1045
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
1052
1046
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
1053
1047
|
margin: 0 10px 0 0;
|
|
@@ -1205,17 +1199,44 @@
|
|
|
1205
1199
|
margin: 0 2px -4px 0;
|
|
1206
1200
|
}
|
|
1207
1201
|
}
|
|
1202
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
1203
|
+
position: unset;
|
|
1204
|
+
}
|
|
1205
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1206
|
+
left: unset;
|
|
1207
|
+
right: unset;
|
|
1208
|
+
}
|
|
1209
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1210
|
+
background-color: unset;
|
|
1211
|
+
bottom: unset;
|
|
1212
|
+
content: unset;
|
|
1213
|
+
height: unset;
|
|
1214
|
+
left: unset;
|
|
1215
|
+
position: unset;
|
|
1216
|
+
right: unset;
|
|
1217
|
+
transition: unset;
|
|
1218
|
+
}
|
|
1219
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1220
|
+
color: unset;
|
|
1221
|
+
content: unset;
|
|
1222
|
+
display: unset;
|
|
1223
|
+
font-weight: unset;
|
|
1224
|
+
height: unset;
|
|
1225
|
+
overflow: unset;
|
|
1226
|
+
visibility: unset;
|
|
1227
|
+
}
|
|
1208
1228
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
1209
1229
|
padding: 0;
|
|
1210
1230
|
}
|
|
1211
1231
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
1212
1232
|
display: none;
|
|
1213
1233
|
}
|
|
1214
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll
|
|
1215
|
-
|
|
1234
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
1235
|
+
padding: 0;
|
|
1216
1236
|
}
|
|
1217
1237
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
1218
1238
|
width: 40px;
|
|
1239
|
+
border-radius: 0;
|
|
1219
1240
|
}
|
|
1220
1241
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1221
1242
|
margin: 0 2px -2px 0;
|
|
@@ -1243,6 +1264,7 @@
|
|
|
1243
1264
|
height: 2px;
|
|
1244
1265
|
left: 0;
|
|
1245
1266
|
right: 0;
|
|
1267
|
+
border-radius: 0;
|
|
1246
1268
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
1247
1269
|
}
|
|
1248
1270
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -1250,7 +1272,7 @@
|
|
|
1250
1272
|
}
|
|
1251
1273
|
.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
1252
1274
|
height: 40px;
|
|
1253
|
-
margin: 0
|
|
1275
|
+
margin: 0;
|
|
1254
1276
|
min-height: 40px;
|
|
1255
1277
|
min-width: auto;
|
|
1256
1278
|
padding: 0;
|
|
@@ -1292,6 +1314,10 @@
|
|
|
1292
1314
|
font-size: 14px;
|
|
1293
1315
|
font-weight: 400;
|
|
1294
1316
|
text-transform: capitalize;
|
|
1317
|
+
-ms-flex-item-align: auto;
|
|
1318
|
+
-ms-grid-row-align: auto;
|
|
1319
|
+
align-self: auto;
|
|
1320
|
+
margin-bottom: 0;
|
|
1295
1321
|
}
|
|
1296
1322
|
@media screen and (max-width: 480px) {
|
|
1297
1323
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -1323,7 +1349,12 @@
|
|
|
1323
1349
|
font-weight: 400;
|
|
1324
1350
|
}
|
|
1325
1351
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
1326
|
-
top:
|
|
1352
|
+
top: 2px;
|
|
1353
|
+
left: 2px;
|
|
1354
|
+
}
|
|
1355
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
1356
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
1357
|
+
left: 0;
|
|
1327
1358
|
}
|
|
1328
1359
|
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
1329
1360
|
height: 40px;
|
|
@@ -1355,7 +1386,7 @@
|
|
|
1355
1386
|
}
|
|
1356
1387
|
}
|
|
1357
1388
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
1358
|
-
top:
|
|
1389
|
+
top: 1px;
|
|
1359
1390
|
}
|
|
1360
1391
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
1361
1392
|
display: -ms-inline-flexbox;
|
|
@@ -1363,6 +1394,7 @@
|
|
|
1363
1394
|
height: 20px;
|
|
1364
1395
|
min-width: 20px;
|
|
1365
1396
|
width: 20px;
|
|
1397
|
+
line-height: 1;
|
|
1366
1398
|
}
|
|
1367
1399
|
@media screen and (max-width: 480px) {
|
|
1368
1400
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -1380,6 +1412,15 @@
|
|
|
1380
1412
|
font-size: 20px;
|
|
1381
1413
|
}
|
|
1382
1414
|
}
|
|
1415
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
1416
|
+
position: relative;
|
|
1417
|
+
top: 2px;
|
|
1418
|
+
left: 2px;
|
|
1419
|
+
}
|
|
1420
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
1421
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
1422
|
+
left: 0;
|
|
1423
|
+
}
|
|
1383
1424
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
1384
1425
|
-ms-flex-pack: center;
|
|
1385
1426
|
justify-content: center;
|
|
@@ -1390,6 +1431,14 @@
|
|
|
1390
1431
|
padding: 0 20px;
|
|
1391
1432
|
}
|
|
1392
1433
|
}
|
|
1434
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
1435
|
+
margin: 0 0 0 8px;
|
|
1436
|
+
}
|
|
1437
|
+
@media screen and (max-width: 480px) {
|
|
1438
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
1439
|
+
margin: 0;
|
|
1440
|
+
}
|
|
1441
|
+
}
|
|
1393
1442
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1394
1443
|
margin: 0 0 0 8px;
|
|
1395
1444
|
}
|
|
@@ -1487,6 +1536,7 @@
|
|
|
1487
1536
|
}
|
|
1488
1537
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1489
1538
|
margin: 0;
|
|
1539
|
+
padding: 0;
|
|
1490
1540
|
}
|
|
1491
1541
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
1492
1542
|
height: 26px;
|
|
@@ -1698,7 +1748,6 @@
|
|
|
1698
1748
|
}
|
|
1699
1749
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
1700
1750
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
1701
|
-
top: 0;
|
|
1702
1751
|
line-height: 34px;
|
|
1703
1752
|
top: 0;
|
|
1704
1753
|
}
|
|
@@ -1734,7 +1783,6 @@
|
|
|
1734
1783
|
}
|
|
1735
1784
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
1736
1785
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
1737
|
-
top: 0;
|
|
1738
1786
|
line-height: 32px;
|
|
1739
1787
|
top: 0;
|
|
1740
1788
|
}
|
|
@@ -1749,6 +1797,32 @@
|
|
|
1749
1797
|
line-height: 32px;
|
|
1750
1798
|
top: -0.5px;
|
|
1751
1799
|
}
|
|
1800
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
1801
|
+
position: unset;
|
|
1802
|
+
}
|
|
1803
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1804
|
+
left: unset;
|
|
1805
|
+
right: unset;
|
|
1806
|
+
}
|
|
1807
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1808
|
+
background-color: unset;
|
|
1809
|
+
content: unset;
|
|
1810
|
+
height: unset;
|
|
1811
|
+
left: unset;
|
|
1812
|
+
position: unset;
|
|
1813
|
+
right: unset;
|
|
1814
|
+
top: unset;
|
|
1815
|
+
transition: unset;
|
|
1816
|
+
}
|
|
1817
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1818
|
+
color: unset;
|
|
1819
|
+
content: unset;
|
|
1820
|
+
display: unset;
|
|
1821
|
+
font-weight: unset;
|
|
1822
|
+
height: unset;
|
|
1823
|
+
overflow: unset;
|
|
1824
|
+
visibility: unset;
|
|
1825
|
+
}
|
|
1752
1826
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
1753
1827
|
bottom: auto;
|
|
1754
1828
|
}
|
|
@@ -1770,7 +1844,7 @@
|
|
|
1770
1844
|
top: 0;
|
|
1771
1845
|
}
|
|
1772
1846
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
1773
|
-
margin:
|
|
1847
|
+
margin: 0 2px 0 0;
|
|
1774
1848
|
padding-bottom: 0;
|
|
1775
1849
|
padding-top: 0;
|
|
1776
1850
|
}
|
|
@@ -1783,6 +1857,12 @@
|
|
|
1783
1857
|
height: 40px;
|
|
1784
1858
|
padding: 0;
|
|
1785
1859
|
}
|
|
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 {
|
|
1861
|
+
top: unset;
|
|
1862
|
+
}
|
|
1863
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
1864
|
+
top: 0;
|
|
1865
|
+
}
|
|
1786
1866
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap {
|
|
1787
1867
|
height: initial;
|
|
1788
1868
|
}
|
|
@@ -1855,6 +1935,13 @@
|
|
|
1855
1935
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
1856
1936
|
display: none;
|
|
1857
1937
|
}
|
|
1938
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
1939
|
+
min-height: 40px;
|
|
1940
|
+
min-width: 33px;
|
|
1941
|
+
}
|
|
1942
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
1943
|
+
margin: 0;
|
|
1944
|
+
}
|
|
1858
1945
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
1859
1946
|
right: -15px;
|
|
1860
1947
|
}
|
|
@@ -1871,6 +1958,30 @@
|
|
|
1871
1958
|
left: auto;
|
|
1872
1959
|
right: 0;
|
|
1873
1960
|
}
|
|
1961
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1962
|
+
bottom: unset;
|
|
1963
|
+
height: unset;
|
|
1964
|
+
}
|
|
1965
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1966
|
+
background-color: unset;
|
|
1967
|
+
bottom: unset;
|
|
1968
|
+
content: unset;
|
|
1969
|
+
height: unset;
|
|
1970
|
+
left: unset;
|
|
1971
|
+
position: unset;
|
|
1972
|
+
right: unset;
|
|
1973
|
+
transition: unset;
|
|
1974
|
+
width: unset;
|
|
1975
|
+
}
|
|
1976
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1977
|
+
color: unset;
|
|
1978
|
+
content: unset;
|
|
1979
|
+
display: unset;
|
|
1980
|
+
font-weight: unset;
|
|
1981
|
+
height: unset;
|
|
1982
|
+
overflow: unset;
|
|
1983
|
+
visibility: unset;
|
|
1984
|
+
}
|
|
1874
1985
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
1875
1986
|
float: right;
|
|
1876
1987
|
}
|
|
@@ -1887,6 +1998,30 @@
|
|
|
1887
1998
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
1888
1999
|
width: auto;
|
|
1889
2000
|
}
|
|
2001
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
2002
|
+
bottom: unset;
|
|
2003
|
+
height: unset;
|
|
2004
|
+
}
|
|
2005
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
2006
|
+
background-color: unset;
|
|
2007
|
+
bottom: unset;
|
|
2008
|
+
content: unset;
|
|
2009
|
+
height: unset;
|
|
2010
|
+
left: unset;
|
|
2011
|
+
position: unset;
|
|
2012
|
+
right: unset;
|
|
2013
|
+
transition: unset;
|
|
2014
|
+
width: unset;
|
|
2015
|
+
}
|
|
2016
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
2017
|
+
color: unset;
|
|
2018
|
+
content: unset;
|
|
2019
|
+
display: unset;
|
|
2020
|
+
font-weight: unset;
|
|
2021
|
+
height: unset;
|
|
2022
|
+
overflow: unset;
|
|
2023
|
+
visibility: unset;
|
|
2024
|
+
}
|
|
1890
2025
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
1891
2026
|
height: 16px;
|
|
1892
2027
|
-ms-flex-pack: center;
|
|
@@ -2012,6 +2147,28 @@
|
|
|
2012
2147
|
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
2013
2148
|
height: 62px;
|
|
2014
2149
|
}
|
|
2150
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
2151
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
2152
|
+
position: unset;
|
|
2153
|
+
}
|
|
2154
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
2155
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
2156
|
+
border: unset;
|
|
2157
|
+
content: unset;
|
|
2158
|
+
display: none;
|
|
2159
|
+
position: unset;
|
|
2160
|
+
top: unset;
|
|
2161
|
+
width: unset;
|
|
2162
|
+
}
|
|
2163
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2164
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2165
|
+
content: unset;
|
|
2166
|
+
display: unset;
|
|
2167
|
+
position: unset;
|
|
2168
|
+
top: unset;
|
|
2169
|
+
width: unset;
|
|
2170
|
+
border: unset;
|
|
2171
|
+
}
|
|
2015
2172
|
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
2016
2173
|
height: 62px;
|
|
2017
2174
|
}
|
|
@@ -2024,6 +2181,9 @@
|
|
|
2024
2181
|
font-size: 12px;
|
|
2025
2182
|
}
|
|
2026
2183
|
}
|
|
2184
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
2185
|
+
width: 2px;
|
|
2186
|
+
}
|
|
2027
2187
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2028
2188
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2029
2189
|
display: none;
|
|
@@ -2035,6 +2195,10 @@
|
|
|
2035
2195
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
2036
2196
|
height: 16px;
|
|
2037
2197
|
}
|
|
2198
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2199
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2200
|
+
top: unset;
|
|
2201
|
+
}
|
|
2038
2202
|
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
2039
2203
|
margin: 0 0 0 2px;
|
|
2040
2204
|
}
|
|
@@ -2221,9 +2385,6 @@
|
|
|
2221
2385
|
min-height: 50px;
|
|
2222
2386
|
}
|
|
2223
2387
|
}
|
|
2224
|
-
.e-tab.e-fill .e-tab-header::before {
|
|
2225
|
-
display: none;
|
|
2226
|
-
}
|
|
2227
2388
|
.e-tab.e-fill .e-tab-header .e-indicator {
|
|
2228
2389
|
display: none;
|
|
2229
2390
|
}
|
|
@@ -2244,6 +2405,7 @@
|
|
|
2244
2405
|
height: 40px;
|
|
2245
2406
|
margin: 0 2px 0 0;
|
|
2246
2407
|
min-height: 40px;
|
|
2408
|
+
padding: 0;
|
|
2247
2409
|
}
|
|
2248
2410
|
@media screen and (max-width: 480px) {
|
|
2249
2411
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -2344,6 +2506,9 @@
|
|
|
2344
2506
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2345
2507
|
height: 40px;
|
|
2346
2508
|
}
|
|
2509
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
2510
|
+
height: 40px;
|
|
2511
|
+
}
|
|
2347
2512
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
2348
2513
|
height: 62px;
|
|
2349
2514
|
}
|
|
@@ -2362,16 +2527,14 @@
|
|
|
2362
2527
|
height: 60px;
|
|
2363
2528
|
min-height: 60px;
|
|
2364
2529
|
}
|
|
2365
|
-
.e-tab.e-background .e-tab-header::before {
|
|
2366
|
-
display: none;
|
|
2367
|
-
}
|
|
2368
2530
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
2369
2531
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
2370
2532
|
margin: 0;
|
|
2371
2533
|
padding: 0;
|
|
2372
2534
|
}
|
|
2373
2535
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2374
|
-
margin: 0
|
|
2536
|
+
margin: 0;
|
|
2537
|
+
padding: 0;
|
|
2375
2538
|
}
|
|
2376
2539
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2377
2540
|
padding: 0 15px;
|
|
@@ -2387,12 +2550,12 @@
|
|
|
2387
2550
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
2388
2551
|
margin-bottom: 0;
|
|
2389
2552
|
}
|
|
2390
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
2391
|
-
height: 40px;
|
|
2392
|
-
}
|
|
2393
2553
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
2394
2554
|
font-weight: 400;
|
|
2395
2555
|
}
|
|
2556
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
2557
|
+
display: none;
|
|
2558
|
+
}
|
|
2396
2559
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
2397
2560
|
padding: 0 15px;
|
|
2398
2561
|
}
|
|
@@ -2414,12 +2577,12 @@
|
|
|
2414
2577
|
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
2415
2578
|
margin: 1px 0 -4px 2px;
|
|
2416
2579
|
}
|
|
2417
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
2418
|
-
margin: 1px 0 -4px 2px;
|
|
2419
|
-
}
|
|
2420
2580
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2421
2581
|
margin: 1px 0 -4px 2px;
|
|
2422
2582
|
}
|
|
2583
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
2584
|
+
margin: 0;
|
|
2585
|
+
}
|
|
2423
2586
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
2424
2587
|
margin: 0 8px 0 0;
|
|
2425
2588
|
}
|
|
@@ -2438,12 +2601,6 @@
|
|
|
2438
2601
|
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
2439
2602
|
margin: 0 0 0 2px;
|
|
2440
2603
|
}
|
|
2441
|
-
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active {
|
|
2442
|
-
margin: 0 0 0 2px;
|
|
2443
|
-
}
|
|
2444
|
-
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active .e-tab-text {
|
|
2445
|
-
margin-bottom: 0;
|
|
2446
|
-
}
|
|
2447
2604
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
2448
2605
|
margin: 0;
|
|
2449
2606
|
}
|
|
@@ -2502,7 +2659,7 @@
|
|
|
2502
2659
|
}
|
|
2503
2660
|
.e-tab-clone-element:not(.e-separator) {
|
|
2504
2661
|
height: 40px;
|
|
2505
|
-
margin: 0
|
|
2662
|
+
margin: 0;
|
|
2506
2663
|
min-height: 40px;
|
|
2507
2664
|
min-width: auto;
|
|
2508
2665
|
padding: 0;
|
|
@@ -2544,6 +2701,9 @@
|
|
|
2544
2701
|
font-size: 14px;
|
|
2545
2702
|
font-weight: 400;
|
|
2546
2703
|
text-transform: capitalize;
|
|
2704
|
+
-ms-flex-item-align: auto;
|
|
2705
|
+
-ms-grid-row-align: auto;
|
|
2706
|
+
align-self: auto;
|
|
2547
2707
|
}
|
|
2548
2708
|
@media screen and (max-width: 480px) {
|
|
2549
2709
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -2564,7 +2724,7 @@
|
|
|
2564
2724
|
}
|
|
2565
2725
|
}
|
|
2566
2726
|
.e-tab-clone-element .e-close-icon::before {
|
|
2567
|
-
top:
|
|
2727
|
+
top: 1px;
|
|
2568
2728
|
}
|
|
2569
2729
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
2570
2730
|
display: -ms-inline-flexbox;
|
|
@@ -2572,6 +2732,7 @@
|
|
|
2572
2732
|
height: 20px;
|
|
2573
2733
|
min-width: 20px;
|
|
2574
2734
|
width: 20px;
|
|
2735
|
+
line-height: 1;
|
|
2575
2736
|
}
|
|
2576
2737
|
@media screen and (max-width: 480px) {
|
|
2577
2738
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -2599,6 +2760,14 @@
|
|
|
2599
2760
|
padding: 0 20px;
|
|
2600
2761
|
}
|
|
2601
2762
|
}
|
|
2763
|
+
.e-tab-clone-element .e-icon-right {
|
|
2764
|
+
margin: 0 0 0 8px;
|
|
2765
|
+
}
|
|
2766
|
+
@media screen and (max-width: 480px) {
|
|
2767
|
+
.e-tab-clone-element .e-icon-right {
|
|
2768
|
+
margin: 0;
|
|
2769
|
+
}
|
|
2770
|
+
}
|
|
2602
2771
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
2603
2772
|
margin: 0 0 0 8px;
|
|
2604
2773
|
}
|
|
@@ -2693,14 +2862,14 @@
|
|
|
2693
2862
|
|
|
2694
2863
|
.e-bigger .e-tab-clone-element:not(.e-separator) {
|
|
2695
2864
|
height: 50px;
|
|
2696
|
-
margin: 0
|
|
2865
|
+
margin: 0;
|
|
2697
2866
|
min-height: 50px;
|
|
2698
2867
|
min-width: auto;
|
|
2699
2868
|
padding: 0;
|
|
2700
2869
|
}
|
|
2701
2870
|
@media screen and (max-width: 480px) {
|
|
2702
2871
|
.e-bigger .e-tab-clone-element:not(.e-separator) {
|
|
2703
|
-
margin: 0
|
|
2872
|
+
margin: 0;
|
|
2704
2873
|
}
|
|
2705
2874
|
}
|
|
2706
2875
|
.e-bigger .e-tab-clone-element:not(.e-separator).e-itop, .e-bigger .e-tab-clone-element:not(.e-separator).e-ibottom {
|
|
@@ -2721,6 +2890,9 @@
|
|
|
2721
2890
|
}
|
|
2722
2891
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
2723
2892
|
font-size: 15px;
|
|
2893
|
+
-ms-flex-item-align: auto;
|
|
2894
|
+
-ms-grid-row-align: auto;
|
|
2895
|
+
align-self: auto;
|
|
2724
2896
|
}
|
|
2725
2897
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
2726
2898
|
cursor: pointer;
|
|
@@ -2745,6 +2917,7 @@
|
|
|
2745
2917
|
height: 24px;
|
|
2746
2918
|
min-width: 24px;
|
|
2747
2919
|
width: 24px;
|
|
2920
|
+
line-height: 1;
|
|
2748
2921
|
}
|
|
2749
2922
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
2750
2923
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -2753,6 +2926,14 @@
|
|
|
2753
2926
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
2754
2927
|
padding: 0 20px;
|
|
2755
2928
|
}
|
|
2929
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
2930
|
+
margin: 0 0 0 12px;
|
|
2931
|
+
}
|
|
2932
|
+
@media screen and (max-width: 480px) {
|
|
2933
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
2934
|
+
margin: 0;
|
|
2935
|
+
}
|
|
2936
|
+
}
|
|
2756
2937
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
2757
2938
|
margin: 0 0 0 10px;
|
|
2758
2939
|
}
|
|
@@ -2795,6 +2976,9 @@
|
|
|
2795
2976
|
background: inherit;
|
|
2796
2977
|
border: 0;
|
|
2797
2978
|
border-radius: 0;
|
|
2979
|
+
box-shadow: none;
|
|
2980
|
+
font-weight: normal;
|
|
2981
|
+
border-bottom: 0;
|
|
2798
2982
|
}
|
|
2799
2983
|
.e-tab .e-tab-header::before {
|
|
2800
2984
|
border-color: #484848;
|
|
@@ -2803,11 +2987,9 @@
|
|
|
2803
2987
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
2804
2988
|
border-width: 0 0 1px;
|
|
2805
2989
|
}
|
|
2806
|
-
.e-tab .e-tab-header[style*="overflow: hidden"] {
|
|
2807
|
-
border: 0;
|
|
2808
|
-
}
|
|
2809
2990
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
2810
|
-
border-bottom: 1px solid #
|
|
2991
|
+
border-bottom: 1px solid #505050;
|
|
2992
|
+
margin-bottom: 0;
|
|
2811
2993
|
}
|
|
2812
2994
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
2813
2995
|
background: inherit;
|
|
@@ -2819,12 +3001,16 @@
|
|
|
2819
3001
|
background: inherit;
|
|
2820
3002
|
border: 1px solid transparent;
|
|
2821
3003
|
}
|
|
3004
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
3005
|
+
background: inherit;
|
|
3006
|
+
}
|
|
2822
3007
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
2823
3008
|
background: rgba(49, 49, 49, 0);
|
|
2824
3009
|
}
|
|
2825
3010
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2826
3011
|
border-radius: 4px;
|
|
2827
3012
|
color: #3e98ff;
|
|
3013
|
+
border: 0;
|
|
2828
3014
|
}
|
|
2829
3015
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
2830
3016
|
color: #3e98ff;
|
|
@@ -2842,6 +3028,8 @@
|
|
|
2842
3028
|
}
|
|
2843
3029
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
2844
3030
|
background: #313131;
|
|
3031
|
+
border: 0;
|
|
3032
|
+
border-radius: 4px;
|
|
2845
3033
|
}
|
|
2846
3034
|
@media screen and (max-width: 480px) {
|
|
2847
3035
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -2853,13 +3041,27 @@
|
|
|
2853
3041
|
color: #248aff;
|
|
2854
3042
|
}
|
|
2855
3043
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2856
|
-
border:
|
|
3044
|
+
border: 1px solid #505050;
|
|
2857
3045
|
border-radius: 4px 4px 0 0;
|
|
2858
3046
|
}
|
|
3047
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3048
|
+
border: 0;
|
|
3049
|
+
}
|
|
2859
3050
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
2860
3051
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
2861
3052
|
color: #f0f0f0;
|
|
2862
3053
|
}
|
|
3054
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3055
|
+
position: unset;
|
|
3056
|
+
}
|
|
3057
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3058
|
+
border: unset;
|
|
3059
|
+
content: unset;
|
|
3060
|
+
display: unset;
|
|
3061
|
+
position: unset;
|
|
3062
|
+
top: unset;
|
|
3063
|
+
width: unset;
|
|
3064
|
+
}
|
|
2863
3065
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
2864
3066
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
2865
3067
|
color: #f0f0f0;
|
|
@@ -2912,14 +3114,25 @@
|
|
|
2912
3114
|
}
|
|
2913
3115
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
2914
3116
|
background: #313131;
|
|
3117
|
+
border: 0;
|
|
3118
|
+
border-radius: 4px;
|
|
2915
3119
|
}
|
|
2916
3120
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
2917
3121
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
2918
3122
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
2919
3123
|
color: #248aff;
|
|
2920
3124
|
}
|
|
3125
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
3126
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3127
|
+
color: #248aff;
|
|
3128
|
+
}
|
|
2921
3129
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
2922
3130
|
background: #313131;
|
|
3131
|
+
border-color: unset;
|
|
3132
|
+
}
|
|
3133
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
3134
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
3135
|
+
color: #fff;
|
|
2923
3136
|
}
|
|
2924
3137
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
2925
3138
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
@@ -2937,29 +3150,45 @@
|
|
|
2937
3150
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
2938
3151
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
2939
3152
|
color: #f0f0f0;
|
|
3153
|
+
border: 0;
|
|
2940
3154
|
}
|
|
2941
3155
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
2942
3156
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
2943
3157
|
background: #313131;
|
|
2944
3158
|
color: #f0f0f0;
|
|
3159
|
+
border: 0;
|
|
2945
3160
|
}
|
|
2946
3161
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
2947
3162
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
2948
3163
|
box-shadow: none;
|
|
3164
|
+
border: 0;
|
|
3165
|
+
}
|
|
3166
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
3167
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
3168
|
+
background: inherit;
|
|
2949
3169
|
}
|
|
2950
3170
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
2951
3171
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
2952
3172
|
background: #2a2a2a;
|
|
2953
3173
|
color: #f0f0f0;
|
|
3174
|
+
border: 0;
|
|
2954
3175
|
}
|
|
2955
3176
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
2956
3177
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
2957
3178
|
background: #313131;
|
|
2958
3179
|
color: #f0f0f0;
|
|
2959
3180
|
}
|
|
3181
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
3182
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3183
|
+
background: #2a2a2a;
|
|
3184
|
+
border-color: unset;
|
|
3185
|
+
color: #f0f0f0;
|
|
3186
|
+
}
|
|
2960
3187
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
2961
3188
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
2962
3189
|
box-shadow: none;
|
|
3190
|
+
background: inherit;
|
|
3191
|
+
border: 0;
|
|
2963
3192
|
}
|
|
2964
3193
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
2965
3194
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
@@ -2968,6 +3197,8 @@
|
|
|
2968
3197
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
2969
3198
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
2970
3199
|
color: rgba(240, 240, 240, 0.65);
|
|
3200
|
+
background: #313131;
|
|
3201
|
+
border-color: unset;
|
|
2971
3202
|
}
|
|
2972
3203
|
.e-tab .e-tab-header .e-hor-nav,
|
|
2973
3204
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -2979,6 +3210,7 @@
|
|
|
2979
3210
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
2980
3211
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon {
|
|
2981
3212
|
color: #f0f0f0;
|
|
3213
|
+
border: 0;
|
|
2982
3214
|
}
|
|
2983
3215
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
2984
3216
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
@@ -2992,6 +3224,10 @@
|
|
|
2992
3224
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
2993
3225
|
color: #f0f0f0;
|
|
2994
3226
|
}
|
|
3227
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
3228
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
3229
|
+
background: transparent;
|
|
3230
|
+
}
|
|
2995
3231
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
2996
3232
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
2997
3233
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
@@ -3014,6 +3250,7 @@
|
|
|
3014
3250
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3015
3251
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
3016
3252
|
background: #313131;
|
|
3253
|
+
color: #f0f0f0;
|
|
3017
3254
|
border: 1px solid none;
|
|
3018
3255
|
border-radius: 4px;
|
|
3019
3256
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -3021,6 +3258,7 @@
|
|
|
3021
3258
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
3022
3259
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
3023
3260
|
border: 0;
|
|
3261
|
+
background: transparent;
|
|
3024
3262
|
}
|
|
3025
3263
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
3026
3264
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
@@ -3029,25 +3267,50 @@
|
|
|
3029
3267
|
.e-tab .e-tab-header .e-hor-nav:active,
|
|
3030
3268
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
3031
3269
|
box-shadow: none;
|
|
3270
|
+
background: transparent;
|
|
3032
3271
|
}
|
|
3033
3272
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
3034
3273
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
3035
3274
|
background: inherit;
|
|
3036
3275
|
border: 0;
|
|
3037
3276
|
box-shadow: none;
|
|
3277
|
+
border-radius: 0 4px 0 0;
|
|
3038
3278
|
}
|
|
3039
|
-
.e-tab .e-tab-header.e-
|
|
3279
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
3280
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
3281
|
+
color: #fff;
|
|
3282
|
+
}
|
|
3283
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
3284
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
3040
3285
|
border: 0;
|
|
3041
3286
|
}
|
|
3287
|
+
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
3288
|
+
border-color: unset;
|
|
3289
|
+
border-style: solid;
|
|
3290
|
+
border-width: 0;
|
|
3291
|
+
}
|
|
3292
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
3293
|
+
border-color: unset;
|
|
3294
|
+
border-style: solid;
|
|
3295
|
+
border-width: 0;
|
|
3296
|
+
}
|
|
3042
3297
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
3043
|
-
border-
|
|
3044
|
-
border-
|
|
3298
|
+
border-color: #484848;
|
|
3299
|
+
border-style: solid;
|
|
3300
|
+
border-width: 1px 0 0;
|
|
3301
|
+
}
|
|
3302
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
3303
|
+
border-radius: 0 0 4px 4px;
|
|
3045
3304
|
}
|
|
3046
3305
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3047
|
-
border-
|
|
3306
|
+
border-color: #505050;
|
|
3307
|
+
border-style: solid;
|
|
3308
|
+
border-width: 1px;
|
|
3309
|
+
margin-top: 0;
|
|
3048
3310
|
border-radius: 0 0 4px 4px;
|
|
3049
|
-
|
|
3050
|
-
|
|
3311
|
+
}
|
|
3312
|
+
.e-tab .e-tab-header.e-vertical {
|
|
3313
|
+
border-bottom: 0;
|
|
3051
3314
|
}
|
|
3052
3315
|
.e-tab .e-tab-header.e-vertical::before {
|
|
3053
3316
|
border-width: 0 1px 0 0;
|
|
@@ -3056,12 +3319,18 @@
|
|
|
3056
3319
|
border-bottom: 1px solid #484848;
|
|
3057
3320
|
border-top: 1px solid #484848;
|
|
3058
3321
|
}
|
|
3322
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
3323
|
+
border-radius: 4px 0 0 4px;
|
|
3324
|
+
}
|
|
3059
3325
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
3060
3326
|
border-radius: 4px 0 0 4px;
|
|
3061
|
-
border-right: 1px solid #
|
|
3327
|
+
border-right: 1px solid #505050;
|
|
3328
|
+
}
|
|
3329
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
3330
|
+
border-radius: 0 4px 4px 0;
|
|
3062
3331
|
}
|
|
3063
3332
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
3064
|
-
border-left: 1px solid #
|
|
3333
|
+
border-left: 1px solid #505050;
|
|
3065
3334
|
border-radius: 0 4px 4px 0;
|
|
3066
3335
|
}
|
|
3067
3336
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
@@ -3085,6 +3354,10 @@
|
|
|
3085
3354
|
}
|
|
3086
3355
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
3087
3356
|
background: #767676;
|
|
3357
|
+
border-color: #9c9c9c transparent transparent;
|
|
3358
|
+
}
|
|
3359
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
3360
|
+
background: #767676;
|
|
3088
3361
|
}
|
|
3089
3362
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
3090
3363
|
color: #f0f0f0;
|
|
@@ -3095,6 +3368,9 @@
|
|
|
3095
3368
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
3096
3369
|
background: #767676;
|
|
3097
3370
|
}
|
|
3371
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
3372
|
+
color: none;
|
|
3373
|
+
}
|
|
3098
3374
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
3099
3375
|
background: none;
|
|
3100
3376
|
}
|
|
@@ -3110,6 +3386,7 @@
|
|
|
3110
3386
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
3111
3387
|
background: inherit;
|
|
3112
3388
|
border: 0;
|
|
3389
|
+
color: #f0f0f0;
|
|
3113
3390
|
}
|
|
3114
3391
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
3115
3392
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -3124,23 +3401,36 @@
|
|
|
3124
3401
|
border: 0;
|
|
3125
3402
|
box-shadow: none;
|
|
3126
3403
|
}
|
|
3404
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3405
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3406
|
+
color: #f0f0f0;
|
|
3407
|
+
}
|
|
3127
3408
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
3128
3409
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
3129
3410
|
border: 0;
|
|
3130
3411
|
}
|
|
3131
3412
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
3132
3413
|
background: #414141;
|
|
3414
|
+
border: 0;
|
|
3133
3415
|
}
|
|
3134
3416
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3135
3417
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
3136
3418
|
color: #f0f0f0;
|
|
3137
3419
|
}
|
|
3420
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
3421
|
+
color: #f0f0f0;
|
|
3422
|
+
}
|
|
3138
3423
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3139
3424
|
color: #f0f0f0;
|
|
3140
3425
|
}
|
|
3141
3426
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3142
3427
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3143
3428
|
color: #f0f0f0;
|
|
3429
|
+
background: #2a2a2a;
|
|
3430
|
+
border: 1px solid none;
|
|
3431
|
+
}
|
|
3432
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
3433
|
+
border-color: #9c9c9c transparent transparent;
|
|
3144
3434
|
}
|
|
3145
3435
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
3146
3436
|
border: 0;
|
|
@@ -3186,6 +3476,9 @@
|
|
|
3186
3476
|
.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 {
|
|
3187
3477
|
color: #248aff;
|
|
3188
3478
|
}
|
|
3479
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3480
|
+
color: #248aff;
|
|
3481
|
+
}
|
|
3189
3482
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
3190
3483
|
margin-top: 0;
|
|
3191
3484
|
}
|
|
@@ -3195,6 +3488,7 @@
|
|
|
3195
3488
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3196
3489
|
background: #0070f0;
|
|
3197
3490
|
border-radius: 4px;
|
|
3491
|
+
border-color: unset;
|
|
3198
3492
|
}
|
|
3199
3493
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3200
3494
|
color: #fff;
|
|
@@ -3202,6 +3496,9 @@
|
|
|
3202
3496
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3203
3497
|
margin-top: 0;
|
|
3204
3498
|
}
|
|
3499
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3500
|
+
border: unset;
|
|
3501
|
+
}
|
|
3205
3502
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3206
3503
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
3207
3504
|
color: #fff;
|
|
@@ -3212,6 +3509,22 @@
|
|
|
3212
3509
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
3213
3510
|
color: #fff;
|
|
3214
3511
|
}
|
|
3512
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
3513
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
3514
|
+
color: #fff;
|
|
3515
|
+
}
|
|
3516
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
3517
|
+
background: #313131;
|
|
3518
|
+
}
|
|
3519
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
3520
|
+
color: #248aff;
|
|
3521
|
+
}
|
|
3522
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
3523
|
+
color: #248aff;
|
|
3524
|
+
}
|
|
3525
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
3526
|
+
color: #248aff;
|
|
3527
|
+
}
|
|
3215
3528
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
3216
3529
|
border-bottom: 0;
|
|
3217
3530
|
border-top: 0;
|
|
@@ -3264,8 +3577,11 @@
|
|
|
3264
3577
|
}
|
|
3265
3578
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3266
3579
|
background: #414141;
|
|
3580
|
+
border-color: unset;
|
|
3581
|
+
}
|
|
3582
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
3583
|
+
color: #002957;
|
|
3267
3584
|
}
|
|
3268
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3269
3585
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
3270
3586
|
color: #002957;
|
|
3271
3587
|
}
|
|
@@ -3285,6 +3601,7 @@
|
|
|
3285
3601
|
}
|
|
3286
3602
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
3287
3603
|
background: #505050;
|
|
3604
|
+
bottom: 0;
|
|
3288
3605
|
}
|
|
3289
3606
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
3290
3607
|
border: 0;
|
|
@@ -3294,41 +3611,82 @@
|
|
|
3294
3611
|
}
|
|
3295
3612
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3296
3613
|
background: inherit;
|
|
3614
|
+
border-color: unset;
|
|
3297
3615
|
}
|
|
3298
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3299
3616
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3300
3617
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3301
3618
|
color: #3e98ff;
|
|
3302
3619
|
}
|
|
3620
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
3621
|
+
color: #3e98ff;
|
|
3622
|
+
}
|
|
3303
3623
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
3304
3624
|
color: #fff;
|
|
3305
3625
|
}
|
|
3306
3626
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
3307
3627
|
background: #313131;
|
|
3628
|
+
background-color: #313131;
|
|
3629
|
+
border-color: unset;
|
|
3630
|
+
}
|
|
3631
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
3632
|
+
color: #fff;
|
|
3308
3633
|
}
|
|
3309
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
3310
3634
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3311
3635
|
color: #fff;
|
|
3312
3636
|
}
|
|
3313
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
3314
3637
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3315
3638
|
color: #fff;
|
|
3316
3639
|
}
|
|
3640
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:hover, .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:active {
|
|
3641
|
+
color: #fff;
|
|
3642
|
+
}
|
|
3317
3643
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
3318
3644
|
border: 0;
|
|
3319
3645
|
margin: 0;
|
|
3646
|
+
background: inherit;
|
|
3320
3647
|
}
|
|
3321
3648
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3322
3649
|
background: #0070f0;
|
|
3650
|
+
border-color: unset;
|
|
3323
3651
|
border-radius: 4px;
|
|
3652
|
+
border-style: solid;
|
|
3653
|
+
border-width: 0;
|
|
3654
|
+
}
|
|
3655
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
3656
|
+
color: #fff;
|
|
3657
|
+
}
|
|
3658
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3659
|
+
color: #fff;
|
|
3660
|
+
}
|
|
3661
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
3662
|
+
color: #fff;
|
|
3663
|
+
}
|
|
3664
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
3665
|
+
background: #0070f0;
|
|
3666
|
+
border-color: unset;
|
|
3667
|
+
}
|
|
3668
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
3669
|
+
color: #fff;
|
|
3324
3670
|
}
|
|
3325
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
3326
3671
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3327
3672
|
color: #fff;
|
|
3328
3673
|
}
|
|
3329
3674
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
3330
3675
|
color: #fff;
|
|
3331
3676
|
}
|
|
3677
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
3678
|
+
color: #fff;
|
|
3679
|
+
}
|
|
3680
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
3681
|
+
color: #fff;
|
|
3682
|
+
}
|
|
3683
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
3684
|
+
background: #0070f0;
|
|
3685
|
+
}
|
|
3686
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
3687
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
3688
|
+
color: #fff;
|
|
3689
|
+
}
|
|
3332
3690
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3333
3691
|
background: #0070f0;
|
|
3334
3692
|
}
|
|
@@ -3336,10 +3694,15 @@
|
|
|
3336
3694
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3337
3695
|
color: #fff;
|
|
3338
3696
|
}
|
|
3339
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
3697
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
3698
|
+
color: #fff;
|
|
3699
|
+
}
|
|
3340
3700
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
3341
3701
|
color: #fff;
|
|
3342
3702
|
}
|
|
3703
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3704
|
+
border: unset;
|
|
3705
|
+
}
|
|
3343
3706
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3344
3707
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
3345
3708
|
color: #fff;
|
|
@@ -3347,7 +3710,8 @@
|
|
|
3347
3710
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3348
3711
|
color: #fff;
|
|
3349
3712
|
}
|
|
3350
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
3713
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
3714
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
3351
3715
|
color: #fff;
|
|
3352
3716
|
}
|
|
3353
3717
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
|
|
@@ -3362,7 +3726,8 @@
|
|
|
3362
3726
|
background: inherit;
|
|
3363
3727
|
}
|
|
3364
3728
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3365
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
3729
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3730
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3366
3731
|
color: #3e98ff;
|
|
3367
3732
|
}
|
|
3368
3733
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -3371,50 +3736,105 @@
|
|
|
3371
3736
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
3372
3737
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
3373
3738
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3374
|
-
color: #fff;
|
|
3375
3739
|
color: #0070f0;
|
|
3376
3740
|
}
|
|
3741
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
3742
|
+
color: #3e98ff;
|
|
3743
|
+
}
|
|
3744
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
3745
|
+
color: #3e98ff;
|
|
3746
|
+
}
|
|
3747
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
3748
|
+
color: #3e98ff;
|
|
3749
|
+
}
|
|
3750
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
3751
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
3752
|
+
background: inherit;
|
|
3753
|
+
}
|
|
3377
3754
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
3378
3755
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3379
3756
|
color: #f0f0f0;
|
|
3757
|
+
border: 0;
|
|
3380
3758
|
}
|
|
3381
3759
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
3382
3760
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
3383
3761
|
background: inherit;
|
|
3384
3762
|
color: #f0f0f0;
|
|
3763
|
+
border-color: unset;
|
|
3764
|
+
}
|
|
3765
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
3766
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
3767
|
+
background: unset;
|
|
3768
|
+
color: #f0f0f0;
|
|
3385
3769
|
}
|
|
3386
3770
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
3387
3771
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3388
3772
|
color: #f0f0f0;
|
|
3773
|
+
border: 0;
|
|
3774
|
+
background: #2a2a2a;
|
|
3389
3775
|
}
|
|
3390
3776
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
3391
3777
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
3392
3778
|
background: inherit;
|
|
3393
3779
|
color: #f0f0f0;
|
|
3394
3780
|
}
|
|
3781
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
3782
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3783
|
+
background: #2a2a2a;
|
|
3784
|
+
border-color: unset;
|
|
3785
|
+
color: #f0f0f0;
|
|
3786
|
+
}
|
|
3395
3787
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
3396
3788
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
3397
3789
|
animation: none;
|
|
3398
3790
|
}
|
|
3791
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
3792
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
3793
|
+
background: transparent;
|
|
3794
|
+
}
|
|
3399
3795
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
3400
3796
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
3401
3797
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3402
3798
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3403
3799
|
color: #f0f0f0;
|
|
3800
|
+
border: 0;
|
|
3404
3801
|
}
|
|
3405
3802
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
3406
3803
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
3407
3804
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
3408
3805
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
3409
|
-
background:
|
|
3806
|
+
background: #959595;
|
|
3807
|
+
border-color: #313131;
|
|
3410
3808
|
color: #f0f0f0;
|
|
3809
|
+
}
|
|
3810
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
3811
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
3812
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
3813
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
3411
3814
|
background: #959595;
|
|
3815
|
+
color: #f0f0f0;
|
|
3412
3816
|
}
|
|
3413
3817
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
3414
3818
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
3415
3819
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3416
3820
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3417
3821
|
color: #f0f0f0;
|
|
3822
|
+
background: #2a2a2a;
|
|
3823
|
+
border: 1px solid none;
|
|
3824
|
+
}
|
|
3825
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
3826
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
3827
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3828
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
3829
|
+
background: #959595;
|
|
3830
|
+
}
|
|
3831
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3832
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
3833
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3834
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3835
|
+
background: #313131;
|
|
3836
|
+
border-color: unset;
|
|
3837
|
+
color: #f0f0f0;
|
|
3418
3838
|
}
|
|
3419
3839
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
3420
3840
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -3424,6 +3844,40 @@
|
|
|
3424
3844
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
3425
3845
|
color: #f0f0f0;
|
|
3426
3846
|
}
|
|
3847
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3848
|
+
border: 0;
|
|
3849
|
+
margin: 0;
|
|
3850
|
+
}
|
|
3851
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
3852
|
+
border-color: unset;
|
|
3853
|
+
border-radius: 4px;
|
|
3854
|
+
border-style: solid;
|
|
3855
|
+
border-width: 0;
|
|
3856
|
+
}
|
|
3857
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
3858
|
+
border-color: #fff;
|
|
3859
|
+
border-style: solid;
|
|
3860
|
+
border-width: 0 1px 0 0;
|
|
3861
|
+
margin: 0;
|
|
3862
|
+
}
|
|
3863
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
3864
|
+
border-color: unset;
|
|
3865
|
+
border-radius: 4px;
|
|
3866
|
+
border-style: solid;
|
|
3867
|
+
border-width: 0;
|
|
3868
|
+
}
|
|
3869
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
3870
|
+
border-color: #fff;
|
|
3871
|
+
border-style: solid;
|
|
3872
|
+
border-width: 0 0 0 1px;
|
|
3873
|
+
margin: 0;
|
|
3874
|
+
}
|
|
3875
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
3876
|
+
border-color: unset;
|
|
3877
|
+
border-radius: 4px;
|
|
3878
|
+
border-style: solid;
|
|
3879
|
+
border-width: 0;
|
|
3880
|
+
}
|
|
3427
3881
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
3428
3882
|
border: 0;
|
|
3429
3883
|
}
|
|
@@ -3487,6 +3941,7 @@
|
|
|
3487
3941
|
}
|
|
3488
3942
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
3489
3943
|
background: #313131;
|
|
3944
|
+
border-color: unset;
|
|
3490
3945
|
}
|
|
3491
3946
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3492
3947
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -3495,18 +3950,38 @@
|
|
|
3495
3950
|
}
|
|
3496
3951
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3497
3952
|
background: #414141;
|
|
3953
|
+
border-color: unset;
|
|
3498
3954
|
}
|
|
3499
3955
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3500
3956
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3501
3957
|
color: #fff;
|
|
3502
3958
|
}
|
|
3503
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:
|
|
3504
|
-
|
|
3505
|
-
|
|
3959
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
3960
|
+
background: #0070f0;
|
|
3961
|
+
border: 0;
|
|
3962
|
+
border-radius: 4px;
|
|
3963
|
+
}
|
|
3964
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
3965
|
+
color: white;
|
|
3966
|
+
}
|
|
3967
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3968
|
+
color: #fff;
|
|
3969
|
+
}
|
|
3970
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
3971
|
+
color: white;
|
|
3972
|
+
}
|
|
3973
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
3974
|
+
color: white;
|
|
3975
|
+
}
|
|
3976
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3977
|
+
color: #fff;
|
|
3978
|
+
}
|
|
3506
3979
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
3507
3980
|
color: white;
|
|
3508
3981
|
}
|
|
3509
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
3982
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
3983
|
+
color: #002957;
|
|
3984
|
+
}
|
|
3510
3985
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
3511
3986
|
color: #002957;
|
|
3512
3987
|
}
|
|
@@ -3532,6 +4007,8 @@
|
|
|
3532
4007
|
.e-tab .e-content .e-item {
|
|
3533
4008
|
background: inherit;
|
|
3534
4009
|
color: #f0f0f0;
|
|
4010
|
+
font-size: 12px;
|
|
4011
|
+
line-height: 18px;
|
|
3535
4012
|
}
|
|
3536
4013
|
|
|
3537
4014
|
.e-tab-clone-element {
|
|
@@ -3541,6 +4018,7 @@
|
|
|
3541
4018
|
.e-tab-clone-element .e-tab-wrap {
|
|
3542
4019
|
border-radius: 4px;
|
|
3543
4020
|
color: #3e98ff;
|
|
4021
|
+
border: 0;
|
|
3544
4022
|
}
|
|
3545
4023
|
.e-tab-clone-element .e-tab-wrap .e-tab-icon {
|
|
3546
4024
|
color: #3e98ff;
|