@syncfusion/ej2-navigations 20.3.60 → 20.4.38
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/.eslintrc.json +16 -1
- package/CHANGELOG.md +17 -0
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +253 -205
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +250 -202
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/accordion/accordion.js +20 -19
- package/src/appbar/appbar-model.d.ts +15 -15
- package/src/appbar/appbar.d.ts +15 -15
- package/src/appbar/appbar.js +3 -3
- package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
- package/src/breadcrumb/breadcrumb.js +10 -5
- package/src/carousel/carousel.js +10 -10
- package/src/common/menu-base.js +9 -5
- package/src/menu/menu.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +6 -2
- package/src/tab/tab-model.d.ts +9 -0
- package/src/tab/tab.d.ts +9 -0
- package/src/tab/tab.js +28 -18
- package/src/toolbar/toolbar-model.d.ts +9 -0
- package/src/toolbar/toolbar.d.ts +11 -0
- package/src/toolbar/toolbar.js +132 -123
- package/src/treeview/treeview-model.d.ts +133 -45
- package/src/treeview/treeview.d.ts +135 -48
- package/src/treeview/treeview.js +30 -14
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- 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/_layout.scss +0 -3
- 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-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- 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/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- 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/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +295 -988
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- 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/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- 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-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- 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/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- 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/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- 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/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
|
@@ -23,33 +23,15 @@
|
|
|
23
23
|
/*! Material specific themes definition's */
|
|
24
24
|
/*! Vertical Tab */
|
|
25
25
|
/*! tab icons */
|
|
26
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
27
|
-
content: "\e748";
|
|
28
|
-
}
|
|
29
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
30
|
-
content: "\e765";
|
|
31
|
-
}
|
|
32
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
33
|
-
content: "\e765";
|
|
34
|
-
}
|
|
35
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
36
|
-
content: "\e748";
|
|
37
|
-
}
|
|
38
26
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
39
27
|
content: "\e7e7";
|
|
40
28
|
position: relative;
|
|
41
29
|
}
|
|
42
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
43
|
-
content: "\e776";
|
|
44
|
-
}
|
|
45
30
|
@media screen and (max-width: 480px) {
|
|
46
31
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
47
32
|
content: "\e770";
|
|
48
33
|
}
|
|
49
34
|
}
|
|
50
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
51
|
-
content: "\e729";
|
|
52
|
-
}
|
|
53
35
|
@media screen and (max-width: 480px) {
|
|
54
36
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
55
37
|
content: "\e770";
|
|
@@ -63,12 +45,6 @@
|
|
|
63
45
|
content: "\e729";
|
|
64
46
|
}
|
|
65
47
|
}
|
|
66
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
67
|
-
content: "\e776";
|
|
68
|
-
}
|
|
69
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
70
|
-
content: "\e729";
|
|
71
|
-
}
|
|
72
48
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
73
49
|
content: "More";
|
|
74
50
|
}
|
|
@@ -132,6 +108,10 @@
|
|
|
132
108
|
margin: 0;
|
|
133
109
|
}
|
|
134
110
|
}
|
|
111
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
112
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
113
|
+
margin: 0;
|
|
114
|
+
}
|
|
135
115
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
136
116
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
137
117
|
margin: 0;
|
|
@@ -188,6 +168,12 @@
|
|
|
188
168
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
189
169
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
190
170
|
font-size: 16px;
|
|
171
|
+
margin-bottom: 6px;
|
|
172
|
+
}
|
|
173
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
174
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
175
|
+
position: relative;
|
|
176
|
+
top: 1px;
|
|
191
177
|
}
|
|
192
178
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
193
179
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -200,6 +186,11 @@
|
|
|
200
186
|
margin: 0;
|
|
201
187
|
}
|
|
202
188
|
}
|
|
189
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
190
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
191
|
+
position: relative;
|
|
192
|
+
top: 1px;
|
|
193
|
+
}
|
|
203
194
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
204
195
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
205
196
|
height: 48px;
|
|
@@ -210,10 +201,6 @@
|
|
|
210
201
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
211
202
|
height: 48px;
|
|
212
203
|
}
|
|
213
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
214
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
215
|
-
padding: 0;
|
|
216
|
-
}
|
|
217
204
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
218
205
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
219
206
|
cursor: pointer;
|
|
@@ -244,6 +231,7 @@
|
|
|
244
231
|
height: 24px;
|
|
245
232
|
min-width: 24px;
|
|
246
233
|
width: 24px;
|
|
234
|
+
line-height: 1;
|
|
247
235
|
}
|
|
248
236
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
249
237
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -255,6 +243,16 @@
|
|
|
255
243
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
256
244
|
padding: 0 24px;
|
|
257
245
|
}
|
|
246
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
247
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
248
|
+
margin: 0 0 0 12px;
|
|
249
|
+
}
|
|
250
|
+
@media screen and (max-width: 480px) {
|
|
251
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
252
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
253
|
+
margin: 0;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
258
256
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
259
257
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
260
258
|
margin: 0 0 6px 12px;
|
|
@@ -490,16 +488,37 @@
|
|
|
490
488
|
font-size: 16px;
|
|
491
489
|
}
|
|
492
490
|
}
|
|
491
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
492
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
493
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
494
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
495
|
+
line-height: 48px;
|
|
496
|
+
}
|
|
493
497
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
494
498
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
495
499
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
496
500
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
501
|
+
line-height: 48px;
|
|
497
502
|
top: 0;
|
|
498
503
|
}
|
|
504
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
505
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
506
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
507
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
508
|
+
line-height: 48px;
|
|
509
|
+
}
|
|
499
510
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
500
511
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
501
512
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
502
513
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
514
|
+
line-height: 48px;
|
|
515
|
+
top: 0;
|
|
516
|
+
}
|
|
517
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
518
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
519
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
520
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
521
|
+
line-height: 48px;
|
|
503
522
|
top: 0;
|
|
504
523
|
}
|
|
505
524
|
.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -541,6 +560,15 @@
|
|
|
541
560
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text {
|
|
542
561
|
padding-top: 0;
|
|
543
562
|
}
|
|
563
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before,
|
|
564
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
565
|
+
top: 0;
|
|
566
|
+
}
|
|
567
|
+
.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,
|
|
568
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
569
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
570
|
+
top: 0;
|
|
571
|
+
}
|
|
544
572
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
545
573
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
546
574
|
margin: 0;
|
|
@@ -552,6 +580,14 @@
|
|
|
552
580
|
margin: 0;
|
|
553
581
|
}
|
|
554
582
|
}
|
|
583
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text,
|
|
584
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text {
|
|
585
|
+
padding-top: 0;
|
|
586
|
+
}
|
|
587
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before,
|
|
588
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before {
|
|
589
|
+
top: 0;
|
|
590
|
+
}
|
|
555
591
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom,
|
|
556
592
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,
|
|
557
593
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom {
|
|
@@ -567,16 +603,15 @@
|
|
|
567
603
|
height: 48px;
|
|
568
604
|
padding: 0;
|
|
569
605
|
}
|
|
570
|
-
.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,
|
|
571
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
572
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
573
|
-
height: 48px;
|
|
574
|
-
}
|
|
575
606
|
.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,
|
|
576
607
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
577
608
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
578
609
|
height: initial;
|
|
579
610
|
}
|
|
611
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
612
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
613
|
+
height: 48px;
|
|
614
|
+
}
|
|
580
615
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
581
616
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
582
617
|
max-width: 150px;
|
|
@@ -614,6 +649,11 @@
|
|
|
614
649
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
615
650
|
right: -24px;
|
|
616
651
|
}
|
|
652
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
653
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
654
|
+
min-height: 38px;
|
|
655
|
+
min-width: auto;
|
|
656
|
+
}
|
|
617
657
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
618
658
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
619
659
|
height: 16px;
|
|
@@ -722,6 +762,10 @@
|
|
|
722
762
|
height: 48px;
|
|
723
763
|
padding: 0;
|
|
724
764
|
}
|
|
765
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
766
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
767
|
+
height: 48px;
|
|
768
|
+
}
|
|
725
769
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
726
770
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
727
771
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -786,6 +830,14 @@
|
|
|
786
830
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
787
831
|
top: 0;
|
|
788
832
|
}
|
|
833
|
+
.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),
|
|
834
|
+
.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) {
|
|
835
|
+
margin: 0;
|
|
836
|
+
}
|
|
837
|
+
.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).e-active,
|
|
838
|
+
.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).e-active {
|
|
839
|
+
margin: 0;
|
|
840
|
+
}
|
|
789
841
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
790
842
|
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
791
843
|
height: 46px;
|
|
@@ -814,14 +866,14 @@
|
|
|
814
866
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
815
867
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
816
868
|
margin: 0;
|
|
817
|
-
padding: 0;
|
|
818
|
-
padding: 0 12px;
|
|
869
|
+
padding: 0 10px;
|
|
819
870
|
}
|
|
820
871
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
821
872
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
822
873
|
height: 46px;
|
|
823
874
|
margin: 0;
|
|
824
875
|
min-height: 46px;
|
|
876
|
+
padding: 0 10px;
|
|
825
877
|
}
|
|
826
878
|
@media screen and (max-width: 480px) {
|
|
827
879
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -860,7 +912,7 @@
|
|
|
860
912
|
}
|
|
861
913
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active,
|
|
862
914
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active {
|
|
863
|
-
padding: 0
|
|
915
|
+
padding: 0 10px;
|
|
864
916
|
}
|
|
865
917
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
|
|
866
918
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
@@ -927,6 +979,10 @@
|
|
|
927
979
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
928
980
|
height: 46px;
|
|
929
981
|
}
|
|
982
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
983
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
984
|
+
height: 46px;
|
|
985
|
+
}
|
|
930
986
|
.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,
|
|
931
987
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
932
988
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -958,12 +1014,11 @@
|
|
|
958
1014
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
959
1015
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
960
1016
|
margin: 0;
|
|
961
|
-
padding: 0;
|
|
962
|
-
padding: 0 12px;
|
|
1017
|
+
padding: 0 9px;
|
|
963
1018
|
}
|
|
964
1019
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
965
1020
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
966
|
-
|
|
1021
|
+
padding: 0 9px;
|
|
967
1022
|
}
|
|
968
1023
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
969
1024
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -977,16 +1032,12 @@
|
|
|
977
1032
|
}
|
|
978
1033
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active,
|
|
979
1034
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
980
|
-
padding: 0
|
|
1035
|
+
padding: 0 9px;
|
|
981
1036
|
}
|
|
982
1037
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
|
|
983
1038
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
984
1039
|
margin-bottom: 0;
|
|
985
1040
|
}
|
|
986
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
987
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
988
|
-
height: 48px;
|
|
989
|
-
}
|
|
990
1041
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
991
1042
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
992
1043
|
padding: 0 24px;
|
|
@@ -1005,6 +1056,10 @@
|
|
|
1005
1056
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
1006
1057
|
margin: 0;
|
|
1007
1058
|
}
|
|
1059
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
1060
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
1061
|
+
margin: 0;
|
|
1062
|
+
}
|
|
1008
1063
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
1009
1064
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
1010
1065
|
margin: 0 12px 6px 0;
|
|
@@ -1132,6 +1187,7 @@
|
|
|
1132
1187
|
.e-tab .e-tab-header::before {
|
|
1133
1188
|
content: "";
|
|
1134
1189
|
position: absolute;
|
|
1190
|
+
display: unset;
|
|
1135
1191
|
}
|
|
1136
1192
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
1137
1193
|
bottom: 0;
|
|
@@ -1161,15 +1217,44 @@
|
|
|
1161
1217
|
margin: 0;
|
|
1162
1218
|
}
|
|
1163
1219
|
}
|
|
1220
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
1221
|
+
position: unset;
|
|
1222
|
+
}
|
|
1223
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1224
|
+
left: unset;
|
|
1225
|
+
right: unset;
|
|
1226
|
+
}
|
|
1227
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1228
|
+
background-color: unset;
|
|
1229
|
+
bottom: unset;
|
|
1230
|
+
content: unset;
|
|
1231
|
+
height: unset;
|
|
1232
|
+
left: unset;
|
|
1233
|
+
position: unset;
|
|
1234
|
+
right: unset;
|
|
1235
|
+
transition: unset;
|
|
1236
|
+
}
|
|
1237
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1238
|
+
color: unset;
|
|
1239
|
+
content: unset;
|
|
1240
|
+
display: unset;
|
|
1241
|
+
font-weight: unset;
|
|
1242
|
+
height: unset;
|
|
1243
|
+
overflow: unset;
|
|
1244
|
+
visibility: unset;
|
|
1245
|
+
}
|
|
1164
1246
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
1165
1247
|
padding: 0;
|
|
1166
1248
|
}
|
|
1167
1249
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
1168
1250
|
display: none;
|
|
1169
1251
|
}
|
|
1252
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
1253
|
+
padding: 0;
|
|
1254
|
+
}
|
|
1170
1255
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
1171
|
-
width: 40px;
|
|
1172
1256
|
width: 24px;
|
|
1257
|
+
border-radius: 0;
|
|
1173
1258
|
}
|
|
1174
1259
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1175
1260
|
margin: 0;
|
|
@@ -1197,7 +1282,6 @@
|
|
|
1197
1282
|
height: 2px;
|
|
1198
1283
|
left: 0;
|
|
1199
1284
|
right: 0;
|
|
1200
|
-
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
1201
1285
|
border-radius: 2px;
|
|
1202
1286
|
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
1203
1287
|
}
|
|
@@ -1248,6 +1332,10 @@
|
|
|
1248
1332
|
font-size: 14px;
|
|
1249
1333
|
font-weight: 500;
|
|
1250
1334
|
text-transform: capitalize;
|
|
1335
|
+
-ms-flex-item-align: auto;
|
|
1336
|
+
-ms-grid-row-align: auto;
|
|
1337
|
+
align-self: auto;
|
|
1338
|
+
margin-bottom: 5px;
|
|
1251
1339
|
}
|
|
1252
1340
|
@media screen and (max-width: 480px) {
|
|
1253
1341
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -1278,6 +1366,14 @@
|
|
|
1278
1366
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
1279
1367
|
font-weight: 500;
|
|
1280
1368
|
}
|
|
1369
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
1370
|
+
top: 1px;
|
|
1371
|
+
left: 4px;
|
|
1372
|
+
}
|
|
1373
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
1374
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
1375
|
+
left: 0;
|
|
1376
|
+
}
|
|
1281
1377
|
.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 {
|
|
1282
1378
|
height: 38px;
|
|
1283
1379
|
padding: 0;
|
|
@@ -1308,7 +1404,7 @@
|
|
|
1308
1404
|
}
|
|
1309
1405
|
}
|
|
1310
1406
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
1311
|
-
top:
|
|
1407
|
+
top: 1px;
|
|
1312
1408
|
}
|
|
1313
1409
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
1314
1410
|
display: -ms-inline-flexbox;
|
|
@@ -1316,6 +1412,7 @@
|
|
|
1316
1412
|
height: 20px;
|
|
1317
1413
|
min-width: 20px;
|
|
1318
1414
|
width: 20px;
|
|
1415
|
+
line-height: 1;
|
|
1319
1416
|
}
|
|
1320
1417
|
@media screen and (max-width: 480px) {
|
|
1321
1418
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -1333,6 +1430,15 @@
|
|
|
1333
1430
|
font-size: 16px;
|
|
1334
1431
|
}
|
|
1335
1432
|
}
|
|
1433
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
1434
|
+
position: relative;
|
|
1435
|
+
top: 1px;
|
|
1436
|
+
left: 4px;
|
|
1437
|
+
}
|
|
1438
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
1439
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
1440
|
+
left: 0;
|
|
1441
|
+
}
|
|
1336
1442
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
1337
1443
|
-ms-flex-pack: center;
|
|
1338
1444
|
justify-content: center;
|
|
@@ -1343,6 +1449,14 @@
|
|
|
1343
1449
|
padding: 0 12px;
|
|
1344
1450
|
}
|
|
1345
1451
|
}
|
|
1452
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
1453
|
+
margin: 0 0 0 8px;
|
|
1454
|
+
}
|
|
1455
|
+
@media screen and (max-width: 480px) {
|
|
1456
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
1457
|
+
margin: 0;
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1346
1460
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1347
1461
|
margin: 0 0 5px 8px;
|
|
1348
1462
|
}
|
|
@@ -1646,10 +1760,21 @@
|
|
|
1646
1760
|
font-size: 16px;
|
|
1647
1761
|
}
|
|
1648
1762
|
}
|
|
1763
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
1764
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
1765
|
+
line-height: 24px;
|
|
1766
|
+
}
|
|
1649
1767
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
1650
1768
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
1769
|
+
line-height: 24px;
|
|
1651
1770
|
top: 0;
|
|
1652
1771
|
}
|
|
1772
|
+
@media screen and (max-width: 480px) {
|
|
1773
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
1774
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
1775
|
+
line-height: 24px;
|
|
1776
|
+
}
|
|
1777
|
+
}
|
|
1653
1778
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
1654
1779
|
transform: rotate(180deg);
|
|
1655
1780
|
transition: transform 0.1s ease;
|
|
@@ -1670,13 +1795,58 @@
|
|
|
1670
1795
|
transition: none;
|
|
1671
1796
|
}
|
|
1672
1797
|
}
|
|
1798
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
1799
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
1800
|
+
line-height: 24px;
|
|
1801
|
+
}
|
|
1673
1802
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
1674
1803
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
1804
|
+
line-height: 24px;
|
|
1675
1805
|
top: 0;
|
|
1676
1806
|
}
|
|
1807
|
+
@media screen and (max-width: 480px) {
|
|
1808
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
1809
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
1810
|
+
line-height: 24px;
|
|
1811
|
+
}
|
|
1812
|
+
}
|
|
1813
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
1814
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
1815
|
+
line-height: 24px;
|
|
1816
|
+
top: 0;
|
|
1817
|
+
}
|
|
1818
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
1819
|
+
position: unset;
|
|
1820
|
+
}
|
|
1821
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1822
|
+
left: unset;
|
|
1823
|
+
right: unset;
|
|
1824
|
+
}
|
|
1825
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1826
|
+
background-color: unset;
|
|
1827
|
+
content: unset;
|
|
1828
|
+
height: unset;
|
|
1829
|
+
left: unset;
|
|
1830
|
+
position: unset;
|
|
1831
|
+
right: unset;
|
|
1832
|
+
top: unset;
|
|
1833
|
+
transition: unset;
|
|
1834
|
+
}
|
|
1835
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1836
|
+
color: unset;
|
|
1837
|
+
content: unset;
|
|
1838
|
+
display: unset;
|
|
1839
|
+
font-weight: unset;
|
|
1840
|
+
height: unset;
|
|
1841
|
+
overflow: unset;
|
|
1842
|
+
visibility: unset;
|
|
1843
|
+
}
|
|
1677
1844
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
1678
1845
|
bottom: auto;
|
|
1679
1846
|
}
|
|
1847
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar {
|
|
1848
|
+
margin-top: 0;
|
|
1849
|
+
}
|
|
1680
1850
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1681
1851
|
margin: 0;
|
|
1682
1852
|
padding-bottom: 0;
|
|
@@ -1705,6 +1875,12 @@
|
|
|
1705
1875
|
height: 38px;
|
|
1706
1876
|
padding: 0;
|
|
1707
1877
|
}
|
|
1878
|
+
.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
|
+
top: unset;
|
|
1880
|
+
}
|
|
1881
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
1882
|
+
top: 0;
|
|
1883
|
+
}
|
|
1708
1884
|
.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 {
|
|
1709
1885
|
height: initial;
|
|
1710
1886
|
}
|
|
@@ -1777,6 +1953,13 @@
|
|
|
1777
1953
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
1778
1954
|
display: none;
|
|
1779
1955
|
}
|
|
1956
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
1957
|
+
min-height: 38px;
|
|
1958
|
+
min-width: 33px;
|
|
1959
|
+
}
|
|
1960
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
1961
|
+
margin: 0;
|
|
1962
|
+
}
|
|
1780
1963
|
.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 {
|
|
1781
1964
|
right: -18px;
|
|
1782
1965
|
}
|
|
@@ -1793,6 +1976,30 @@
|
|
|
1793
1976
|
left: auto;
|
|
1794
1977
|
right: 0;
|
|
1795
1978
|
}
|
|
1979
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1980
|
+
bottom: unset;
|
|
1981
|
+
height: unset;
|
|
1982
|
+
}
|
|
1983
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1984
|
+
background-color: unset;
|
|
1985
|
+
bottom: unset;
|
|
1986
|
+
content: unset;
|
|
1987
|
+
height: unset;
|
|
1988
|
+
left: unset;
|
|
1989
|
+
position: unset;
|
|
1990
|
+
right: unset;
|
|
1991
|
+
transition: unset;
|
|
1992
|
+
width: unset;
|
|
1993
|
+
}
|
|
1994
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1995
|
+
color: unset;
|
|
1996
|
+
content: unset;
|
|
1997
|
+
display: unset;
|
|
1998
|
+
font-weight: unset;
|
|
1999
|
+
height: unset;
|
|
2000
|
+
overflow: unset;
|
|
2001
|
+
visibility: unset;
|
|
2002
|
+
}
|
|
1796
2003
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
1797
2004
|
float: right;
|
|
1798
2005
|
}
|
|
@@ -1809,6 +2016,30 @@
|
|
|
1809
2016
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
1810
2017
|
width: auto;
|
|
1811
2018
|
}
|
|
2019
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
2020
|
+
bottom: unset;
|
|
2021
|
+
height: unset;
|
|
2022
|
+
}
|
|
2023
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
2024
|
+
background-color: unset;
|
|
2025
|
+
bottom: unset;
|
|
2026
|
+
content: unset;
|
|
2027
|
+
height: unset;
|
|
2028
|
+
left: unset;
|
|
2029
|
+
position: unset;
|
|
2030
|
+
right: unset;
|
|
2031
|
+
transition: unset;
|
|
2032
|
+
width: unset;
|
|
2033
|
+
}
|
|
2034
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
2035
|
+
color: unset;
|
|
2036
|
+
content: unset;
|
|
2037
|
+
display: unset;
|
|
2038
|
+
font-weight: unset;
|
|
2039
|
+
height: unset;
|
|
2040
|
+
overflow: unset;
|
|
2041
|
+
visibility: unset;
|
|
2042
|
+
}
|
|
1812
2043
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
1813
2044
|
height: 14px;
|
|
1814
2045
|
-ms-flex-pack: center;
|
|
@@ -1934,6 +2165,28 @@
|
|
|
1934
2165
|
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
1935
2166
|
height: 62px;
|
|
1936
2167
|
}
|
|
2168
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
2169
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
2170
|
+
position: unset;
|
|
2171
|
+
}
|
|
2172
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
2173
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
2174
|
+
border: unset;
|
|
2175
|
+
content: unset;
|
|
2176
|
+
display: none;
|
|
2177
|
+
position: unset;
|
|
2178
|
+
top: unset;
|
|
2179
|
+
width: unset;
|
|
2180
|
+
}
|
|
2181
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2182
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2183
|
+
content: unset;
|
|
2184
|
+
display: unset;
|
|
2185
|
+
position: unset;
|
|
2186
|
+
top: unset;
|
|
2187
|
+
width: unset;
|
|
2188
|
+
border: unset;
|
|
2189
|
+
}
|
|
1937
2190
|
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
1938
2191
|
height: 62px;
|
|
1939
2192
|
}
|
|
@@ -1946,6 +2199,9 @@
|
|
|
1946
2199
|
font-size: 16px;
|
|
1947
2200
|
}
|
|
1948
2201
|
}
|
|
2202
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
2203
|
+
width: 2px;
|
|
2204
|
+
}
|
|
1949
2205
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
1950
2206
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
1951
2207
|
display: none;
|
|
@@ -1957,6 +2213,13 @@
|
|
|
1957
2213
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
1958
2214
|
height: 14px;
|
|
1959
2215
|
}
|
|
2216
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2217
|
+
.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 {
|
|
2218
|
+
top: unset;
|
|
2219
|
+
}
|
|
2220
|
+
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
2221
|
+
margin: 0;
|
|
2222
|
+
}
|
|
1960
2223
|
.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
1961
2224
|
height: inherit;
|
|
1962
2225
|
}
|
|
@@ -2154,13 +2417,13 @@
|
|
|
2154
2417
|
}
|
|
2155
2418
|
.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
2156
2419
|
margin: 0;
|
|
2157
|
-
padding: 0;
|
|
2158
|
-
padding: 0 8px;
|
|
2420
|
+
padding: 0 7px;
|
|
2159
2421
|
}
|
|
2160
2422
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2161
2423
|
height: 34px;
|
|
2162
2424
|
margin: 0;
|
|
2163
2425
|
min-height: 34px;
|
|
2426
|
+
padding: 0 7px;
|
|
2164
2427
|
}
|
|
2165
2428
|
@media screen and (max-width: 480px) {
|
|
2166
2429
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -2191,7 +2454,7 @@
|
|
|
2191
2454
|
}
|
|
2192
2455
|
}
|
|
2193
2456
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
|
|
2194
|
-
padding: 0
|
|
2457
|
+
padding: 0 7px;
|
|
2195
2458
|
}
|
|
2196
2459
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
2197
2460
|
margin-bottom: 0;
|
|
@@ -2205,7 +2468,7 @@
|
|
|
2205
2468
|
}
|
|
2206
2469
|
}
|
|
2207
2470
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
2208
|
-
font-weight:
|
|
2471
|
+
font-weight: 500;
|
|
2209
2472
|
}
|
|
2210
2473
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
2211
2474
|
height: 38px;
|
|
@@ -2261,6 +2524,9 @@
|
|
|
2261
2524
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2262
2525
|
height: 34px;
|
|
2263
2526
|
}
|
|
2527
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
2528
|
+
height: 34px;
|
|
2529
|
+
}
|
|
2264
2530
|
.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 {
|
|
2265
2531
|
height: 60px;
|
|
2266
2532
|
}
|
|
@@ -2282,11 +2548,11 @@
|
|
|
2282
2548
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
2283
2549
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
2284
2550
|
margin: 0;
|
|
2285
|
-
padding: 0;
|
|
2286
|
-
padding: 0 8px;
|
|
2551
|
+
padding: 0 7px;
|
|
2287
2552
|
}
|
|
2288
2553
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2289
2554
|
margin: 0;
|
|
2555
|
+
padding: 0 7px;
|
|
2290
2556
|
}
|
|
2291
2557
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2292
2558
|
padding: 0 18px;
|
|
@@ -2297,16 +2563,16 @@
|
|
|
2297
2563
|
}
|
|
2298
2564
|
}
|
|
2299
2565
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
2300
|
-
padding: 0
|
|
2566
|
+
padding: 0 7px;
|
|
2301
2567
|
}
|
|
2302
2568
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
2303
2569
|
margin-bottom: 0;
|
|
2304
2570
|
}
|
|
2305
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
2306
|
-
height: 38px;
|
|
2307
|
-
}
|
|
2308
2571
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
2309
|
-
font-weight:
|
|
2572
|
+
font-weight: 500;
|
|
2573
|
+
}
|
|
2574
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
2575
|
+
display: block;
|
|
2310
2576
|
}
|
|
2311
2577
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
2312
2578
|
padding: 0 18px;
|
|
@@ -2332,6 +2598,9 @@
|
|
|
2332
2598
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2333
2599
|
margin: 0;
|
|
2334
2600
|
}
|
|
2601
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
2602
|
+
margin: 0;
|
|
2603
|
+
}
|
|
2335
2604
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
2336
2605
|
margin: 0 10px 5px 0;
|
|
2337
2606
|
}
|
|
@@ -2347,6 +2616,9 @@
|
|
|
2347
2616
|
margin-left: 20px;
|
|
2348
2617
|
margin-right: 0;
|
|
2349
2618
|
}
|
|
2619
|
+
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
2620
|
+
margin: 0;
|
|
2621
|
+
}
|
|
2350
2622
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
2351
2623
|
margin: 0;
|
|
2352
2624
|
}
|
|
@@ -2447,6 +2719,9 @@
|
|
|
2447
2719
|
font-size: 14px;
|
|
2448
2720
|
font-weight: 500;
|
|
2449
2721
|
text-transform: capitalize;
|
|
2722
|
+
-ms-flex-item-align: auto;
|
|
2723
|
+
-ms-grid-row-align: auto;
|
|
2724
|
+
align-self: auto;
|
|
2450
2725
|
}
|
|
2451
2726
|
@media screen and (max-width: 480px) {
|
|
2452
2727
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -2467,7 +2742,7 @@
|
|
|
2467
2742
|
}
|
|
2468
2743
|
}
|
|
2469
2744
|
.e-tab-clone-element .e-close-icon::before {
|
|
2470
|
-
top:
|
|
2745
|
+
top: 1px;
|
|
2471
2746
|
}
|
|
2472
2747
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
2473
2748
|
display: -ms-inline-flexbox;
|
|
@@ -2475,6 +2750,7 @@
|
|
|
2475
2750
|
height: 20px;
|
|
2476
2751
|
min-width: 20px;
|
|
2477
2752
|
width: 20px;
|
|
2753
|
+
line-height: 1;
|
|
2478
2754
|
}
|
|
2479
2755
|
@media screen and (max-width: 480px) {
|
|
2480
2756
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -2502,6 +2778,14 @@
|
|
|
2502
2778
|
padding: 0 12px;
|
|
2503
2779
|
}
|
|
2504
2780
|
}
|
|
2781
|
+
.e-tab-clone-element .e-icon-right {
|
|
2782
|
+
margin: 0 0 0 8px;
|
|
2783
|
+
}
|
|
2784
|
+
@media screen and (max-width: 480px) {
|
|
2785
|
+
.e-tab-clone-element .e-icon-right {
|
|
2786
|
+
margin: 0;
|
|
2787
|
+
}
|
|
2788
|
+
}
|
|
2505
2789
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
2506
2790
|
margin: 0 0 5px 8px;
|
|
2507
2791
|
}
|
|
@@ -2624,6 +2908,9 @@
|
|
|
2624
2908
|
}
|
|
2625
2909
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
2626
2910
|
font-size: 16px;
|
|
2911
|
+
-ms-flex-item-align: auto;
|
|
2912
|
+
-ms-grid-row-align: auto;
|
|
2913
|
+
align-self: auto;
|
|
2627
2914
|
}
|
|
2628
2915
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
2629
2916
|
cursor: pointer;
|
|
@@ -2648,6 +2935,7 @@
|
|
|
2648
2935
|
height: 24px;
|
|
2649
2936
|
min-width: 24px;
|
|
2650
2937
|
width: 24px;
|
|
2938
|
+
line-height: 1;
|
|
2651
2939
|
}
|
|
2652
2940
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
2653
2941
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -2656,6 +2944,14 @@
|
|
|
2656
2944
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
2657
2945
|
padding: 0 24px;
|
|
2658
2946
|
}
|
|
2947
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
2948
|
+
margin: 0 0 0 12px;
|
|
2949
|
+
}
|
|
2950
|
+
@media screen and (max-width: 480px) {
|
|
2951
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
2952
|
+
margin: 0;
|
|
2953
|
+
}
|
|
2954
|
+
}
|
|
2659
2955
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
2660
2956
|
margin: 0 0 6px 12px;
|
|
2661
2957
|
}
|
|
@@ -2698,11 +2994,20 @@
|
|
|
2698
2994
|
background: inherit;
|
|
2699
2995
|
border: 0;
|
|
2700
2996
|
border-radius: 0;
|
|
2997
|
+
box-shadow: none;
|
|
2701
2998
|
font-weight: 500;
|
|
2702
2999
|
border-bottom: 1px solid #4b5563;
|
|
2703
3000
|
}
|
|
3001
|
+
.e-tab .e-tab-header::before {
|
|
3002
|
+
border-color: unset;
|
|
3003
|
+
border-style: solid;
|
|
3004
|
+
}
|
|
3005
|
+
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
3006
|
+
border-width: 0;
|
|
3007
|
+
}
|
|
2704
3008
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
2705
3009
|
border-bottom: initial;
|
|
3010
|
+
margin-bottom: 0;
|
|
2706
3011
|
}
|
|
2707
3012
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
2708
3013
|
background: inherit;
|
|
@@ -2714,12 +3019,16 @@
|
|
|
2714
3019
|
background: inherit;
|
|
2715
3020
|
border: none;
|
|
2716
3021
|
}
|
|
3022
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
3023
|
+
background: inherit;
|
|
3024
|
+
}
|
|
2717
3025
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
2718
3026
|
background: rgba(0, 0, 0, 0.12);
|
|
2719
3027
|
}
|
|
2720
3028
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2721
3029
|
border-radius: 0;
|
|
2722
3030
|
color: #9ca3af;
|
|
3031
|
+
border: 0;
|
|
2723
3032
|
}
|
|
2724
3033
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
2725
3034
|
color: #9ca3af;
|
|
@@ -2737,6 +3046,8 @@
|
|
|
2737
3046
|
}
|
|
2738
3047
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
2739
3048
|
background: inherit;
|
|
3049
|
+
border: 0;
|
|
3050
|
+
border-radius: 0;
|
|
2740
3051
|
}
|
|
2741
3052
|
@media screen and (max-width: 480px) {
|
|
2742
3053
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -2751,10 +3062,24 @@
|
|
|
2751
3062
|
border: none;
|
|
2752
3063
|
border-radius: 0;
|
|
2753
3064
|
}
|
|
3065
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3066
|
+
border: 0;
|
|
3067
|
+
}
|
|
2754
3068
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
2755
3069
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
2756
3070
|
color: #22d3ee;
|
|
2757
3071
|
}
|
|
3072
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3073
|
+
position: unset;
|
|
3074
|
+
}
|
|
3075
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3076
|
+
border: unset;
|
|
3077
|
+
content: unset;
|
|
3078
|
+
display: unset;
|
|
3079
|
+
position: unset;
|
|
3080
|
+
top: unset;
|
|
3081
|
+
width: unset;
|
|
3082
|
+
}
|
|
2758
3083
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
2759
3084
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
2760
3085
|
color: #22d3ee;
|
|
@@ -2807,14 +3132,25 @@
|
|
|
2807
3132
|
}
|
|
2808
3133
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
2809
3134
|
background: #4b5563;
|
|
3135
|
+
border: 0;
|
|
3136
|
+
border-radius: 0;
|
|
2810
3137
|
}
|
|
2811
3138
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
2812
3139
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
2813
3140
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
2814
3141
|
color: #22d3ee;
|
|
2815
3142
|
}
|
|
3143
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
3144
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3145
|
+
color: #22d3ee;
|
|
3146
|
+
}
|
|
2816
3147
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
2817
3148
|
background: #374151;
|
|
3149
|
+
border-color: unset;
|
|
3150
|
+
}
|
|
3151
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
3152
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
3153
|
+
color: #fff;
|
|
2818
3154
|
}
|
|
2819
3155
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
2820
3156
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
@@ -2826,20 +3162,24 @@
|
|
|
2826
3162
|
}
|
|
2827
3163
|
.e-tab .e-tab-header .e-scroll-nav,
|
|
2828
3164
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav {
|
|
3165
|
+
background: #374151;
|
|
2829
3166
|
border: 0;
|
|
2830
3167
|
}
|
|
2831
3168
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
2832
3169
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
2833
3170
|
color: #9ca3af;
|
|
3171
|
+
border: 0;
|
|
2834
3172
|
}
|
|
2835
3173
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
2836
3174
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
2837
3175
|
background: #4b5563;
|
|
2838
3176
|
color: #22d3ee;
|
|
3177
|
+
border: 0;
|
|
2839
3178
|
}
|
|
2840
3179
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
2841
3180
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
2842
3181
|
box-shadow: none;
|
|
3182
|
+
border: 0;
|
|
2843
3183
|
}
|
|
2844
3184
|
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
2845
3185
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
@@ -2849,15 +3189,24 @@
|
|
|
2849
3189
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
2850
3190
|
background: #374151;
|
|
2851
3191
|
color: #d1d5db;
|
|
3192
|
+
border: 0;
|
|
2852
3193
|
}
|
|
2853
3194
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
2854
3195
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
2855
3196
|
background: #4b5563;
|
|
2856
3197
|
color: #22d3ee;
|
|
2857
3198
|
}
|
|
3199
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
3200
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3201
|
+
background: #374151;
|
|
3202
|
+
border-color: unset;
|
|
3203
|
+
color: #d1d5db;
|
|
3204
|
+
}
|
|
2858
3205
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
2859
3206
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
3207
|
+
box-shadow: none;
|
|
2860
3208
|
background: #374151;
|
|
3209
|
+
border: 0;
|
|
2861
3210
|
}
|
|
2862
3211
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
2863
3212
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
@@ -2867,6 +3216,7 @@
|
|
|
2867
3216
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
2868
3217
|
color: #9ca3af;
|
|
2869
3218
|
background: #4b5563;
|
|
3219
|
+
border-color: unset;
|
|
2870
3220
|
}
|
|
2871
3221
|
.e-tab .e-tab-header .e-hor-nav,
|
|
2872
3222
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -2878,6 +3228,7 @@
|
|
|
2878
3228
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
2879
3229
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon {
|
|
2880
3230
|
color: #9ca3af;
|
|
3231
|
+
border: 0;
|
|
2881
3232
|
}
|
|
2882
3233
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
2883
3234
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
@@ -2917,6 +3268,7 @@
|
|
|
2917
3268
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
2918
3269
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
2919
3270
|
background: #4b5563;
|
|
3271
|
+
color: #d1d5db;
|
|
2920
3272
|
border: 0;
|
|
2921
3273
|
border-radius: 0;
|
|
2922
3274
|
box-shadow: none;
|
|
@@ -2932,6 +3284,7 @@
|
|
|
2932
3284
|
}
|
|
2933
3285
|
.e-tab .e-tab-header .e-hor-nav:active,
|
|
2934
3286
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
3287
|
+
box-shadow: none;
|
|
2935
3288
|
background: #374151;
|
|
2936
3289
|
}
|
|
2937
3290
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
@@ -2939,31 +3292,61 @@
|
|
|
2939
3292
|
background: inherit;
|
|
2940
3293
|
border: 0;
|
|
2941
3294
|
box-shadow: none;
|
|
3295
|
+
border-radius: 0;
|
|
3296
|
+
}
|
|
3297
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
3298
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
3299
|
+
color: #9ca3af;
|
|
3300
|
+
}
|
|
3301
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
3302
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
3303
|
+
border: 0;
|
|
2942
3304
|
}
|
|
2943
3305
|
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
2944
|
-
border-
|
|
2945
|
-
border-
|
|
3306
|
+
border-color: #4b5563;
|
|
3307
|
+
border-style: solid;
|
|
3308
|
+
border-width: 1px 0 0;
|
|
3309
|
+
}
|
|
3310
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
3311
|
+
border-color: #4b5563;
|
|
3312
|
+
border-style: solid;
|
|
3313
|
+
border-width: 1px 0 0;
|
|
3314
|
+
}
|
|
3315
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
3316
|
+
border-color: unset;
|
|
3317
|
+
border-style: solid;
|
|
3318
|
+
border-width: 0;
|
|
3319
|
+
}
|
|
3320
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
3321
|
+
border-radius: 0;
|
|
2946
3322
|
}
|
|
2947
3323
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
2948
|
-
border-
|
|
3324
|
+
border-color: #4b5563 unset unset;
|
|
3325
|
+
border-style: solid;
|
|
3326
|
+
border-width: 0;
|
|
3327
|
+
margin-top: 0;
|
|
2949
3328
|
border-radius: 0;
|
|
2950
|
-
border-top: initial;
|
|
2951
|
-
border-top-color: #4b5563;
|
|
2952
3329
|
}
|
|
2953
3330
|
.e-tab .e-tab-header.e-vertical {
|
|
2954
3331
|
border-bottom: 0;
|
|
2955
3332
|
}
|
|
2956
3333
|
.e-tab .e-tab-header.e-vertical::before {
|
|
2957
|
-
border-width: 0
|
|
3334
|
+
border-width: 0;
|
|
2958
3335
|
}
|
|
2959
3336
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active {
|
|
2960
3337
|
border-bottom: 1px solid #4b5563;
|
|
2961
3338
|
border-top: 1px solid #4b5563;
|
|
2962
3339
|
}
|
|
3340
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
3341
|
+
border-radius: 0;
|
|
3342
|
+
}
|
|
2963
3343
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
2964
3344
|
border-radius: 0;
|
|
2965
3345
|
border-right: initial;
|
|
2966
3346
|
}
|
|
3347
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
3348
|
+
border-radius: 0;
|
|
3349
|
+
}
|
|
2967
3350
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
2968
3351
|
border-left: initial;
|
|
2969
3352
|
border-radius: 0;
|
|
@@ -2989,6 +3372,10 @@
|
|
|
2989
3372
|
}
|
|
2990
3373
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
2991
3374
|
background: rgba(75, 85, 99, 0.12);
|
|
3375
|
+
border-color: rgba(75, 85, 99, 0.12) transparent transparent;
|
|
3376
|
+
}
|
|
3377
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
3378
|
+
background: rgba(55, 65, 81, 0.12);
|
|
2992
3379
|
}
|
|
2993
3380
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
2994
3381
|
color: #22d3ee;
|
|
@@ -2999,6 +3386,9 @@
|
|
|
2999
3386
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
3000
3387
|
background: rgba(55, 65, 81, 0.12);
|
|
3001
3388
|
}
|
|
3389
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
3390
|
+
color: none;
|
|
3391
|
+
}
|
|
3002
3392
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
3003
3393
|
background: none;
|
|
3004
3394
|
}
|
|
@@ -3014,6 +3404,7 @@
|
|
|
3014
3404
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
3015
3405
|
background: inherit;
|
|
3016
3406
|
border: 0;
|
|
3407
|
+
color: #22d3ee;
|
|
3017
3408
|
}
|
|
3018
3409
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
3019
3410
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -3028,23 +3419,36 @@
|
|
|
3028
3419
|
border: 0;
|
|
3029
3420
|
box-shadow: none;
|
|
3030
3421
|
}
|
|
3422
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3423
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3424
|
+
color: #d1d5db;
|
|
3425
|
+
}
|
|
3031
3426
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
3032
3427
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
3033
3428
|
border: 0;
|
|
3034
3429
|
}
|
|
3035
3430
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
3036
3431
|
background: rgba(55, 65, 81, 0.12);
|
|
3432
|
+
border: 0;
|
|
3037
3433
|
}
|
|
3038
3434
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3039
3435
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
3040
3436
|
color: #22d3ee;
|
|
3041
3437
|
}
|
|
3438
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
3439
|
+
color: #22d3ee;
|
|
3440
|
+
}
|
|
3042
3441
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3043
3442
|
color: #d1d5db;
|
|
3044
3443
|
}
|
|
3045
3444
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3046
3445
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3047
3446
|
color: #d1d5db;
|
|
3447
|
+
background: #374151;
|
|
3448
|
+
border: #4b5563;
|
|
3449
|
+
}
|
|
3450
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
3451
|
+
border-color: rgba(75, 85, 99, 0.12) transparent transparent;
|
|
3048
3452
|
}
|
|
3049
3453
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
3050
3454
|
border: 0;
|
|
@@ -3075,6 +3479,9 @@
|
|
|
3075
3479
|
.e-tab.e-fill .e-tab-header {
|
|
3076
3480
|
border-bottom: 2px Solid #4b5563;
|
|
3077
3481
|
}
|
|
3482
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll {
|
|
3483
|
+
border: 0;
|
|
3484
|
+
}
|
|
3078
3485
|
.e-tab.e-fill .e-tab-header .e-toolbar-item {
|
|
3079
3486
|
border: 0;
|
|
3080
3487
|
}
|
|
@@ -3087,6 +3494,9 @@
|
|
|
3087
3494
|
.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 {
|
|
3088
3495
|
color: #22d3ee;
|
|
3089
3496
|
}
|
|
3497
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3498
|
+
color: #22d3ee;
|
|
3499
|
+
}
|
|
3090
3500
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
3091
3501
|
margin-top: 0;
|
|
3092
3502
|
}
|
|
@@ -3096,6 +3506,7 @@
|
|
|
3096
3506
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3097
3507
|
background: #22d3ee;
|
|
3098
3508
|
border-radius: 0;
|
|
3509
|
+
border-color: unset;
|
|
3099
3510
|
}
|
|
3100
3511
|
.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 {
|
|
3101
3512
|
color: #000;
|
|
@@ -3103,6 +3514,9 @@
|
|
|
3103
3514
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3104
3515
|
margin-top: 0;
|
|
3105
3516
|
}
|
|
3517
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3518
|
+
border: unset;
|
|
3519
|
+
}
|
|
3106
3520
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3107
3521
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
3108
3522
|
color: #000;
|
|
@@ -3110,6 +3524,25 @@
|
|
|
3110
3524
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3111
3525
|
color: #000;
|
|
3112
3526
|
}
|
|
3527
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
3528
|
+
color: #000;
|
|
3529
|
+
}
|
|
3530
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
3531
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
3532
|
+
color: #fff;
|
|
3533
|
+
}
|
|
3534
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
3535
|
+
background: #4b5563;
|
|
3536
|
+
}
|
|
3537
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
3538
|
+
color: #22d3ee;
|
|
3539
|
+
}
|
|
3540
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
3541
|
+
color: #22d3ee;
|
|
3542
|
+
}
|
|
3543
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
3544
|
+
color: #22d3ee;
|
|
3545
|
+
}
|
|
3113
3546
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
3114
3547
|
border-bottom: 0;
|
|
3115
3548
|
border-top: 2px Solid #4b5563;
|
|
@@ -3162,6 +3595,13 @@
|
|
|
3162
3595
|
}
|
|
3163
3596
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3164
3597
|
background: rgba(55, 65, 81, 0.8);
|
|
3598
|
+
border-color: unset;
|
|
3599
|
+
}
|
|
3600
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
3601
|
+
color: #67e8f9;
|
|
3602
|
+
}
|
|
3603
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
3604
|
+
color: #22d3ee;
|
|
3165
3605
|
}
|
|
3166
3606
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3167
3607
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -3174,6 +3614,9 @@
|
|
|
3174
3614
|
.e-tab.e-background .e-tab-header .e-toolbar-items {
|
|
3175
3615
|
background: #22d3ee;
|
|
3176
3616
|
}
|
|
3617
|
+
.e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll {
|
|
3618
|
+
border: 0;
|
|
3619
|
+
}
|
|
3177
3620
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
3178
3621
|
background: #000;
|
|
3179
3622
|
bottom: 1px;
|
|
@@ -3186,31 +3629,82 @@
|
|
|
3186
3629
|
}
|
|
3187
3630
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3188
3631
|
background: #22d3ee;
|
|
3632
|
+
border-color: unset;
|
|
3189
3633
|
}
|
|
3190
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3191
3634
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3192
3635
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3193
3636
|
color: #155e75;
|
|
3194
3637
|
}
|
|
3638
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
3639
|
+
color: #155e75;
|
|
3640
|
+
}
|
|
3641
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
3642
|
+
color: #155e75;
|
|
3643
|
+
}
|
|
3195
3644
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
3196
3645
|
background: inherit;
|
|
3646
|
+
background-color: inherit;
|
|
3647
|
+
border-color: unset;
|
|
3648
|
+
}
|
|
3649
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
3650
|
+
color: #000;
|
|
3197
3651
|
}
|
|
3198
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
3199
3652
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3200
3653
|
color: #000;
|
|
3201
3654
|
}
|
|
3655
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3656
|
+
color: #155e75;
|
|
3657
|
+
}
|
|
3658
|
+
.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 {
|
|
3659
|
+
color: #155e75;
|
|
3660
|
+
}
|
|
3202
3661
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
3203
3662
|
border: 0;
|
|
3204
3663
|
margin: 0;
|
|
3664
|
+
background: inherit;
|
|
3205
3665
|
}
|
|
3206
3666
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3207
3667
|
background: #22d3ee;
|
|
3668
|
+
border-color: unset;
|
|
3208
3669
|
border-radius: 0;
|
|
3670
|
+
border-style: solid;
|
|
3671
|
+
border-width: 0;
|
|
3672
|
+
}
|
|
3673
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
3674
|
+
color: #000;
|
|
3675
|
+
}
|
|
3676
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3677
|
+
color: #000;
|
|
3678
|
+
}
|
|
3679
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
3680
|
+
color: #000;
|
|
3681
|
+
}
|
|
3682
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
3683
|
+
background: #22d3ee;
|
|
3684
|
+
border-color: unset;
|
|
3685
|
+
}
|
|
3686
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
3687
|
+
color: #000;
|
|
3209
3688
|
}
|
|
3210
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
3211
3689
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3212
3690
|
color: #000;
|
|
3213
3691
|
}
|
|
3692
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
3693
|
+
color: #000;
|
|
3694
|
+
}
|
|
3695
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
3696
|
+
color: #000;
|
|
3697
|
+
}
|
|
3698
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
3699
|
+
color: #000;
|
|
3700
|
+
}
|
|
3701
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
3702
|
+
background: #06b6d4;
|
|
3703
|
+
}
|
|
3704
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
3705
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
3706
|
+
color: #000;
|
|
3707
|
+
}
|
|
3214
3708
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3215
3709
|
background: #06b6d4;
|
|
3216
3710
|
}
|
|
@@ -3218,6 +3712,15 @@
|
|
|
3218
3712
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3219
3713
|
color: #000;
|
|
3220
3714
|
}
|
|
3715
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
3716
|
+
color: #000;
|
|
3717
|
+
}
|
|
3718
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
3719
|
+
color: #000;
|
|
3720
|
+
}
|
|
3721
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3722
|
+
border: unset;
|
|
3723
|
+
}
|
|
3221
3724
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3222
3725
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
3223
3726
|
color: #000;
|
|
@@ -3225,6 +3728,10 @@
|
|
|
3225
3728
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3226
3729
|
color: #000;
|
|
3227
3730
|
}
|
|
3731
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
3732
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
3733
|
+
color: #000;
|
|
3734
|
+
}
|
|
3228
3735
|
.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 {
|
|
3229
3736
|
background: rgba(34, 211, 238, 0);
|
|
3230
3737
|
}
|
|
@@ -3237,7 +3744,8 @@
|
|
|
3237
3744
|
background: #22d3ee;
|
|
3238
3745
|
}
|
|
3239
3746
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3240
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
3747
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3748
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3241
3749
|
color: #155e75;
|
|
3242
3750
|
}
|
|
3243
3751
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -3248,38 +3756,79 @@
|
|
|
3248
3756
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3249
3757
|
color: #000;
|
|
3250
3758
|
}
|
|
3759
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
3760
|
+
color: #155e75;
|
|
3761
|
+
}
|
|
3762
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
3763
|
+
color: #155e75;
|
|
3764
|
+
}
|
|
3765
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
3766
|
+
color: #155e75;
|
|
3767
|
+
}
|
|
3768
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
3769
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
3770
|
+
background: #374151;
|
|
3771
|
+
}
|
|
3251
3772
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
3252
3773
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3253
3774
|
color: #155e75;
|
|
3775
|
+
border: 0;
|
|
3254
3776
|
}
|
|
3255
3777
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
3256
3778
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
3257
3779
|
background: #4b5563;
|
|
3258
3780
|
color: #d1d5db;
|
|
3781
|
+
border-color: unset;
|
|
3782
|
+
}
|
|
3783
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
3784
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
3785
|
+
background: unset;
|
|
3786
|
+
color: #155e75;
|
|
3259
3787
|
}
|
|
3260
3788
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
3261
3789
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3262
3790
|
color: #d1d5db;
|
|
3791
|
+
border: 0;
|
|
3792
|
+
background: #374151;
|
|
3263
3793
|
}
|
|
3264
3794
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
3265
3795
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
3266
3796
|
background: #4b5563;
|
|
3267
3797
|
color: #d1d5db;
|
|
3268
3798
|
}
|
|
3799
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
3800
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3801
|
+
background: #374151;
|
|
3802
|
+
border-color: unset;
|
|
3803
|
+
color: #d1d5db;
|
|
3804
|
+
}
|
|
3269
3805
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
3270
3806
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
3271
3807
|
animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
|
|
3272
3808
|
}
|
|
3809
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
3810
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
3811
|
+
background: transparent;
|
|
3812
|
+
}
|
|
3273
3813
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
3274
3814
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
3275
3815
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3276
3816
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3277
3817
|
color: #155e75;
|
|
3818
|
+
border: 0;
|
|
3278
3819
|
}
|
|
3279
3820
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
3280
3821
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
3281
3822
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
3282
3823
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
3824
|
+
background: #4b5563;
|
|
3825
|
+
border-color: unset;
|
|
3826
|
+
color: #d1d5db;
|
|
3827
|
+
}
|
|
3828
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
3829
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
3830
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
3831
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
3283
3832
|
background: #4b5563;
|
|
3284
3833
|
color: #d1d5db;
|
|
3285
3834
|
}
|
|
@@ -3288,6 +3837,22 @@
|
|
|
3288
3837
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3289
3838
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3290
3839
|
color: #d1d5db;
|
|
3840
|
+
background: #374151;
|
|
3841
|
+
border: #4b5563;
|
|
3842
|
+
}
|
|
3843
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
3844
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
3845
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3846
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
3847
|
+
background: #4b5563;
|
|
3848
|
+
}
|
|
3849
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3850
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
3851
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3852
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3853
|
+
background: #4b5563;
|
|
3854
|
+
border-color: unset;
|
|
3855
|
+
color: #d1d5db;
|
|
3291
3856
|
}
|
|
3292
3857
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
3293
3858
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -3297,6 +3862,40 @@
|
|
|
3297
3862
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
3298
3863
|
color: #d1d5db;
|
|
3299
3864
|
}
|
|
3865
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3866
|
+
border: 0;
|
|
3867
|
+
margin: 0;
|
|
3868
|
+
}
|
|
3869
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
3870
|
+
border-color: unset;
|
|
3871
|
+
border-radius: 0;
|
|
3872
|
+
border-style: solid;
|
|
3873
|
+
border-width: 0;
|
|
3874
|
+
}
|
|
3875
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
3876
|
+
border-color: unset;
|
|
3877
|
+
border-style: solid;
|
|
3878
|
+
border-width: 0;
|
|
3879
|
+
margin: 0;
|
|
3880
|
+
}
|
|
3881
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
3882
|
+
border-color: unset;
|
|
3883
|
+
border-radius: 0;
|
|
3884
|
+
border-style: solid;
|
|
3885
|
+
border-width: 0;
|
|
3886
|
+
}
|
|
3887
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
3888
|
+
border-color: unset;
|
|
3889
|
+
border-style: solid;
|
|
3890
|
+
border-width: 0;
|
|
3891
|
+
margin: 0;
|
|
3892
|
+
}
|
|
3893
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
3894
|
+
border-color: unset;
|
|
3895
|
+
border-radius: 0;
|
|
3896
|
+
border-style: solid;
|
|
3897
|
+
border-width: 0;
|
|
3898
|
+
}
|
|
3300
3899
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
3301
3900
|
border: 0;
|
|
3302
3901
|
}
|
|
@@ -3353,22 +3952,57 @@
|
|
|
3353
3952
|
color: rgba(75, 85, 99, 0.38);
|
|
3354
3953
|
}
|
|
3355
3954
|
.e-tab.e-background.e-accent .e-tab-header .e-indicator {
|
|
3356
|
-
background: #22d3ee;
|
|
3357
3955
|
background: #000;
|
|
3358
|
-
bottom: 1px;
|
|
3359
3956
|
}
|
|
3360
3957
|
.e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator {
|
|
3361
3958
|
background: rgba(75, 85, 99, 0.38);
|
|
3362
3959
|
}
|
|
3960
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
3961
|
+
background: rgba(55, 65, 81, 0.12);
|
|
3962
|
+
border-color: unset;
|
|
3963
|
+
}
|
|
3363
3964
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3364
3965
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
3365
3966
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
3366
3967
|
color: #155e75;
|
|
3367
3968
|
}
|
|
3969
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3970
|
+
background: #06b6d4;
|
|
3971
|
+
border-color: unset;
|
|
3972
|
+
}
|
|
3368
3973
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3369
3974
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3370
3975
|
color: #67e8f9;
|
|
3371
3976
|
}
|
|
3977
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
3978
|
+
background: #22d3ee;
|
|
3979
|
+
border: 0;
|
|
3980
|
+
border-radius: 0;
|
|
3981
|
+
}
|
|
3982
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
3983
|
+
color: #67e8f9;
|
|
3984
|
+
}
|
|
3985
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3986
|
+
color: #67e8f9;
|
|
3987
|
+
}
|
|
3988
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
3989
|
+
color: #155e75;
|
|
3990
|
+
}
|
|
3991
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
3992
|
+
color: #000;
|
|
3993
|
+
}
|
|
3994
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3995
|
+
color: #000;
|
|
3996
|
+
}
|
|
3997
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
3998
|
+
color: #000;
|
|
3999
|
+
}
|
|
4000
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
4001
|
+
color: #67e8f9;
|
|
4002
|
+
}
|
|
4003
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
4004
|
+
color: #155e75;
|
|
4005
|
+
}
|
|
3372
4006
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
|
|
3373
4007
|
background: rgba(34, 211, 238, 0);
|
|
3374
4008
|
}
|
|
@@ -3402,6 +4036,7 @@
|
|
|
3402
4036
|
.e-tab-clone-element .e-tab-wrap {
|
|
3403
4037
|
border-radius: 0;
|
|
3404
4038
|
color: #d1d5db;
|
|
4039
|
+
border: 0;
|
|
3405
4040
|
}
|
|
3406
4041
|
.e-tab-clone-element .e-tab-wrap .e-tab-icon {
|
|
3407
4042
|
color: #d1d5db;
|