@syncfusion/ej2-navigations 20.3.60 → 20.4.40
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 +26 -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 +263 -212
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +260 -209
- 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 +12 -12
- 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 +19 -12
- 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
package/styles/tab/bootstrap.css
CHANGED
|
@@ -4,18 +4,6 @@
|
|
|
4
4
|
/*! Bootstrap specific themes definition's */
|
|
5
5
|
/*! Vertical Tab */
|
|
6
6
|
/*! tab icons */
|
|
7
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
8
|
-
content: "\e219";
|
|
9
|
-
}
|
|
10
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
11
|
-
content: "\e98f";
|
|
12
|
-
}
|
|
13
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
14
|
-
content: "\e98f";
|
|
15
|
-
}
|
|
16
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
17
|
-
content: "\e219";
|
|
18
|
-
}
|
|
19
7
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
20
8
|
content: "\e7fc";
|
|
21
9
|
position: relative;
|
|
@@ -44,12 +32,6 @@
|
|
|
44
32
|
content: "\e968";
|
|
45
33
|
}
|
|
46
34
|
}
|
|
47
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
48
|
-
content: "\eb04";
|
|
49
|
-
}
|
|
50
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
51
|
-
content: "\eb05";
|
|
52
|
-
}
|
|
53
35
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
54
36
|
content: "More";
|
|
55
37
|
}
|
|
@@ -173,6 +155,12 @@
|
|
|
173
155
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
174
156
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
175
157
|
font-size: 15px;
|
|
158
|
+
margin-bottom: 0;
|
|
159
|
+
}
|
|
160
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
161
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
162
|
+
position: relative;
|
|
163
|
+
top: 2px;
|
|
176
164
|
}
|
|
177
165
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
178
166
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -188,7 +176,7 @@
|
|
|
188
176
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
189
177
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
190
178
|
position: relative;
|
|
191
|
-
top:
|
|
179
|
+
top: 2px;
|
|
192
180
|
}
|
|
193
181
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
194
182
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -200,10 +188,6 @@
|
|
|
200
188
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
201
189
|
height: 50px;
|
|
202
190
|
}
|
|
203
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
204
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
205
|
-
padding: 0;
|
|
206
|
-
}
|
|
207
191
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
208
192
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
209
193
|
cursor: pointer;
|
|
@@ -234,6 +218,7 @@
|
|
|
234
218
|
height: 24px;
|
|
235
219
|
min-width: 24px;
|
|
236
220
|
width: 24px;
|
|
221
|
+
line-height: 1;
|
|
237
222
|
}
|
|
238
223
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
239
224
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -245,6 +230,16 @@
|
|
|
245
230
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
246
231
|
padding: 0 20px;
|
|
247
232
|
}
|
|
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 0 0 12px;
|
|
236
|
+
}
|
|
237
|
+
@media screen and (max-width: 480px) {
|
|
238
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
239
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
240
|
+
margin: 0;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
248
243
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
249
244
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
250
245
|
margin: 0 0 0 10px;
|
|
@@ -490,7 +485,6 @@
|
|
|
490
485
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
491
486
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
492
487
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
493
|
-
top: 0;
|
|
494
488
|
line-height: 42px;
|
|
495
489
|
top: 0.5px;
|
|
496
490
|
}
|
|
@@ -504,8 +498,8 @@
|
|
|
504
498
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
505
499
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
506
500
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
507
|
-
top: 0;
|
|
508
501
|
line-height: 42px;
|
|
502
|
+
top: 0;
|
|
509
503
|
}
|
|
510
504
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
511
505
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
@@ -557,11 +551,6 @@
|
|
|
557
551
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
558
552
|
top: 0.5px;
|
|
559
553
|
}
|
|
560
|
-
.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,
|
|
561
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
562
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
563
|
-
height: initial;
|
|
564
|
-
}
|
|
565
554
|
.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,
|
|
566
555
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
567
556
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
@@ -601,16 +590,15 @@
|
|
|
601
590
|
height: 50px;
|
|
602
591
|
padding: 0;
|
|
603
592
|
}
|
|
604
|
-
.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,
|
|
605
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
606
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
607
|
-
height: 50px;
|
|
608
|
-
}
|
|
609
593
|
.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,
|
|
610
594
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
611
595
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
612
596
|
height: initial;
|
|
613
597
|
}
|
|
598
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
599
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
600
|
+
height: 50px;
|
|
601
|
+
}
|
|
614
602
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
615
603
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
616
604
|
max-width: 150px;
|
|
@@ -648,6 +636,11 @@
|
|
|
648
636
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
649
637
|
right: -20px;
|
|
650
638
|
}
|
|
639
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
640
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
641
|
+
min-height: 38px;
|
|
642
|
+
min-width: auto;
|
|
643
|
+
}
|
|
651
644
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
652
645
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
653
646
|
height: 24px;
|
|
@@ -707,10 +700,6 @@
|
|
|
707
700
|
font-size: 12px;
|
|
708
701
|
}
|
|
709
702
|
}
|
|
710
|
-
.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active,
|
|
711
|
-
.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active {
|
|
712
|
-
margin: 0 0 0 2px;
|
|
713
|
-
}
|
|
714
703
|
.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
|
|
715
704
|
.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
716
705
|
height: inherit;
|
|
@@ -760,6 +749,10 @@
|
|
|
760
749
|
height: 50px;
|
|
761
750
|
padding: 0;
|
|
762
751
|
}
|
|
752
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
753
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
754
|
+
height: 50px;
|
|
755
|
+
}
|
|
763
756
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
764
757
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
765
758
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -824,10 +817,6 @@
|
|
|
824
817
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
825
818
|
top: 0;
|
|
826
819
|
}
|
|
827
|
-
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
|
|
828
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
829
|
-
margin: 0;
|
|
830
|
-
}
|
|
831
820
|
.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),
|
|
832
821
|
.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) {
|
|
833
822
|
margin: 0 0 0 2px;
|
|
@@ -871,6 +860,7 @@
|
|
|
871
860
|
height: 50px;
|
|
872
861
|
margin: 0 2px 0 0;
|
|
873
862
|
min-height: 50px;
|
|
863
|
+
padding: 0;
|
|
874
864
|
}
|
|
875
865
|
@media screen and (max-width: 480px) {
|
|
876
866
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -976,6 +966,10 @@
|
|
|
976
966
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
977
967
|
height: 50px;
|
|
978
968
|
}
|
|
969
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
970
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
971
|
+
height: 50px;
|
|
972
|
+
}
|
|
979
973
|
.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,
|
|
980
974
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
981
975
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -1011,7 +1005,7 @@
|
|
|
1011
1005
|
}
|
|
1012
1006
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
1013
1007
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
1014
|
-
|
|
1008
|
+
padding: 0;
|
|
1015
1009
|
}
|
|
1016
1010
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
1017
1011
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -1031,10 +1025,6 @@
|
|
|
1031
1025
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
1032
1026
|
margin-bottom: 0;
|
|
1033
1027
|
}
|
|
1034
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
1035
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
1036
|
-
height: 50px;
|
|
1037
|
-
}
|
|
1038
1028
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
1039
1029
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
1040
1030
|
padding: 0 20px;
|
|
@@ -1053,6 +1043,10 @@
|
|
|
1053
1043
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
1054
1044
|
margin: 0;
|
|
1055
1045
|
}
|
|
1046
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
1047
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
1048
|
+
margin: 0;
|
|
1049
|
+
}
|
|
1056
1050
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
1057
1051
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
1058
1052
|
margin: 0 10px 0 0;
|
|
@@ -1210,17 +1204,44 @@
|
|
|
1210
1204
|
margin: 0 2px 0 0;
|
|
1211
1205
|
}
|
|
1212
1206
|
}
|
|
1207
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
1208
|
+
position: unset;
|
|
1209
|
+
}
|
|
1210
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1211
|
+
left: unset;
|
|
1212
|
+
right: unset;
|
|
1213
|
+
}
|
|
1214
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1215
|
+
background-color: unset;
|
|
1216
|
+
bottom: unset;
|
|
1217
|
+
content: unset;
|
|
1218
|
+
height: unset;
|
|
1219
|
+
left: unset;
|
|
1220
|
+
position: unset;
|
|
1221
|
+
right: unset;
|
|
1222
|
+
transition: unset;
|
|
1223
|
+
}
|
|
1224
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1225
|
+
color: unset;
|
|
1226
|
+
content: unset;
|
|
1227
|
+
display: unset;
|
|
1228
|
+
font-weight: unset;
|
|
1229
|
+
height: unset;
|
|
1230
|
+
overflow: unset;
|
|
1231
|
+
visibility: unset;
|
|
1232
|
+
}
|
|
1213
1233
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
1214
1234
|
padding: 0;
|
|
1215
1235
|
}
|
|
1216
1236
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
1217
1237
|
display: none;
|
|
1218
1238
|
}
|
|
1219
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll
|
|
1220
|
-
|
|
1239
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
1240
|
+
padding: 0;
|
|
1221
1241
|
}
|
|
1222
1242
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
1223
1243
|
width: 40px;
|
|
1244
|
+
border-radius: 0;
|
|
1224
1245
|
}
|
|
1225
1246
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1226
1247
|
margin: 0 2px 0 0;
|
|
@@ -1248,6 +1269,7 @@
|
|
|
1248
1269
|
height: 2px;
|
|
1249
1270
|
left: 0;
|
|
1250
1271
|
right: 0;
|
|
1272
|
+
border-radius: 0;
|
|
1251
1273
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
1252
1274
|
}
|
|
1253
1275
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -1297,6 +1319,10 @@
|
|
|
1297
1319
|
font-size: 14px;
|
|
1298
1320
|
font-weight: 400;
|
|
1299
1321
|
text-transform: capitalize;
|
|
1322
|
+
-ms-flex-item-align: auto;
|
|
1323
|
+
-ms-grid-row-align: auto;
|
|
1324
|
+
align-self: auto;
|
|
1325
|
+
margin-bottom: 0;
|
|
1300
1326
|
}
|
|
1301
1327
|
@media screen and (max-width: 480px) {
|
|
1302
1328
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -1328,7 +1354,12 @@
|
|
|
1328
1354
|
font-weight: 400;
|
|
1329
1355
|
}
|
|
1330
1356
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
1331
|
-
top:
|
|
1357
|
+
top: 2px;
|
|
1358
|
+
left: 2px;
|
|
1359
|
+
}
|
|
1360
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
1361
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
1362
|
+
left: 0;
|
|
1332
1363
|
}
|
|
1333
1364
|
.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 {
|
|
1334
1365
|
height: 40px;
|
|
@@ -1360,7 +1391,7 @@
|
|
|
1360
1391
|
}
|
|
1361
1392
|
}
|
|
1362
1393
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
1363
|
-
top:
|
|
1394
|
+
top: 1px;
|
|
1364
1395
|
}
|
|
1365
1396
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
1366
1397
|
display: -ms-inline-flexbox;
|
|
@@ -1368,6 +1399,7 @@
|
|
|
1368
1399
|
height: 20px;
|
|
1369
1400
|
min-width: 20px;
|
|
1370
1401
|
width: 20px;
|
|
1402
|
+
line-height: 1;
|
|
1371
1403
|
}
|
|
1372
1404
|
@media screen and (max-width: 480px) {
|
|
1373
1405
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -1385,6 +1417,15 @@
|
|
|
1385
1417
|
font-size: 20px;
|
|
1386
1418
|
}
|
|
1387
1419
|
}
|
|
1420
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
1421
|
+
position: relative;
|
|
1422
|
+
top: 2px;
|
|
1423
|
+
left: 2px;
|
|
1424
|
+
}
|
|
1425
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
1426
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
1427
|
+
left: 0;
|
|
1428
|
+
}
|
|
1388
1429
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
1389
1430
|
-ms-flex-pack: center;
|
|
1390
1431
|
justify-content: center;
|
|
@@ -1395,6 +1436,14 @@
|
|
|
1395
1436
|
padding: 0 20px;
|
|
1396
1437
|
}
|
|
1397
1438
|
}
|
|
1439
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
1440
|
+
margin: 0 0 0 8px;
|
|
1441
|
+
}
|
|
1442
|
+
@media screen and (max-width: 480px) {
|
|
1443
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
1444
|
+
margin: 0;
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1398
1447
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1399
1448
|
margin: 0 0 0 8px;
|
|
1400
1449
|
}
|
|
@@ -1492,6 +1541,7 @@
|
|
|
1492
1541
|
}
|
|
1493
1542
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1494
1543
|
margin: 0;
|
|
1544
|
+
padding: 0;
|
|
1495
1545
|
}
|
|
1496
1546
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
1497
1547
|
height: 26px;
|
|
@@ -1703,7 +1753,6 @@
|
|
|
1703
1753
|
}
|
|
1704
1754
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
1705
1755
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
1706
|
-
top: 0;
|
|
1707
1756
|
line-height: 34px;
|
|
1708
1757
|
top: 0;
|
|
1709
1758
|
}
|
|
@@ -1739,7 +1788,6 @@
|
|
|
1739
1788
|
}
|
|
1740
1789
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
1741
1790
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
1742
|
-
top: 0;
|
|
1743
1791
|
line-height: 32px;
|
|
1744
1792
|
top: 0;
|
|
1745
1793
|
}
|
|
@@ -1754,6 +1802,32 @@
|
|
|
1754
1802
|
line-height: 32px;
|
|
1755
1803
|
top: -0.5px;
|
|
1756
1804
|
}
|
|
1805
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
1806
|
+
position: unset;
|
|
1807
|
+
}
|
|
1808
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1809
|
+
left: unset;
|
|
1810
|
+
right: unset;
|
|
1811
|
+
}
|
|
1812
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1813
|
+
background-color: unset;
|
|
1814
|
+
content: unset;
|
|
1815
|
+
height: unset;
|
|
1816
|
+
left: unset;
|
|
1817
|
+
position: unset;
|
|
1818
|
+
right: unset;
|
|
1819
|
+
top: unset;
|
|
1820
|
+
transition: unset;
|
|
1821
|
+
}
|
|
1822
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1823
|
+
color: unset;
|
|
1824
|
+
content: unset;
|
|
1825
|
+
display: unset;
|
|
1826
|
+
font-weight: unset;
|
|
1827
|
+
height: unset;
|
|
1828
|
+
overflow: unset;
|
|
1829
|
+
visibility: unset;
|
|
1830
|
+
}
|
|
1757
1831
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
1758
1832
|
bottom: auto;
|
|
1759
1833
|
}
|
|
@@ -1788,6 +1862,12 @@
|
|
|
1788
1862
|
height: 40px;
|
|
1789
1863
|
padding: 0;
|
|
1790
1864
|
}
|
|
1865
|
+
.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 {
|
|
1866
|
+
top: unset;
|
|
1867
|
+
}
|
|
1868
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
1869
|
+
top: 0;
|
|
1870
|
+
}
|
|
1791
1871
|
.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 {
|
|
1792
1872
|
height: initial;
|
|
1793
1873
|
}
|
|
@@ -1860,6 +1940,13 @@
|
|
|
1860
1940
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
1861
1941
|
display: none;
|
|
1862
1942
|
}
|
|
1943
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
1944
|
+
min-height: 40px;
|
|
1945
|
+
min-width: 33px;
|
|
1946
|
+
}
|
|
1947
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
1948
|
+
margin: 0;
|
|
1949
|
+
}
|
|
1863
1950
|
.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 {
|
|
1864
1951
|
right: -15px;
|
|
1865
1952
|
}
|
|
@@ -1876,6 +1963,30 @@
|
|
|
1876
1963
|
left: auto;
|
|
1877
1964
|
right: 0;
|
|
1878
1965
|
}
|
|
1966
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1967
|
+
bottom: unset;
|
|
1968
|
+
height: unset;
|
|
1969
|
+
}
|
|
1970
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1971
|
+
background-color: unset;
|
|
1972
|
+
bottom: unset;
|
|
1973
|
+
content: unset;
|
|
1974
|
+
height: unset;
|
|
1975
|
+
left: unset;
|
|
1976
|
+
position: unset;
|
|
1977
|
+
right: unset;
|
|
1978
|
+
transition: unset;
|
|
1979
|
+
width: unset;
|
|
1980
|
+
}
|
|
1981
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1982
|
+
color: unset;
|
|
1983
|
+
content: unset;
|
|
1984
|
+
display: unset;
|
|
1985
|
+
font-weight: unset;
|
|
1986
|
+
height: unset;
|
|
1987
|
+
overflow: unset;
|
|
1988
|
+
visibility: unset;
|
|
1989
|
+
}
|
|
1879
1990
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
1880
1991
|
float: right;
|
|
1881
1992
|
}
|
|
@@ -1892,6 +2003,30 @@
|
|
|
1892
2003
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
1893
2004
|
width: auto;
|
|
1894
2005
|
}
|
|
2006
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
2007
|
+
bottom: unset;
|
|
2008
|
+
height: unset;
|
|
2009
|
+
}
|
|
2010
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
2011
|
+
background-color: unset;
|
|
2012
|
+
bottom: unset;
|
|
2013
|
+
content: unset;
|
|
2014
|
+
height: unset;
|
|
2015
|
+
left: unset;
|
|
2016
|
+
position: unset;
|
|
2017
|
+
right: unset;
|
|
2018
|
+
transition: unset;
|
|
2019
|
+
width: unset;
|
|
2020
|
+
}
|
|
2021
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
2022
|
+
color: unset;
|
|
2023
|
+
content: unset;
|
|
2024
|
+
display: unset;
|
|
2025
|
+
font-weight: unset;
|
|
2026
|
+
height: unset;
|
|
2027
|
+
overflow: unset;
|
|
2028
|
+
visibility: unset;
|
|
2029
|
+
}
|
|
1895
2030
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
1896
2031
|
height: 16px;
|
|
1897
2032
|
-ms-flex-pack: center;
|
|
@@ -2017,6 +2152,28 @@
|
|
|
2017
2152
|
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
2018
2153
|
height: 62px;
|
|
2019
2154
|
}
|
|
2155
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
2156
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
2157
|
+
position: unset;
|
|
2158
|
+
}
|
|
2159
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
2160
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
2161
|
+
border: unset;
|
|
2162
|
+
content: unset;
|
|
2163
|
+
display: none;
|
|
2164
|
+
position: unset;
|
|
2165
|
+
top: unset;
|
|
2166
|
+
width: unset;
|
|
2167
|
+
}
|
|
2168
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2169
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2170
|
+
content: unset;
|
|
2171
|
+
display: unset;
|
|
2172
|
+
position: unset;
|
|
2173
|
+
top: unset;
|
|
2174
|
+
width: unset;
|
|
2175
|
+
border: unset;
|
|
2176
|
+
}
|
|
2020
2177
|
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
2021
2178
|
height: 62px;
|
|
2022
2179
|
}
|
|
@@ -2029,6 +2186,9 @@
|
|
|
2029
2186
|
font-size: 12px;
|
|
2030
2187
|
}
|
|
2031
2188
|
}
|
|
2189
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
2190
|
+
width: 2px;
|
|
2191
|
+
}
|
|
2032
2192
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2033
2193
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2034
2194
|
display: none;
|
|
@@ -2040,6 +2200,10 @@
|
|
|
2040
2200
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
2041
2201
|
height: 16px;
|
|
2042
2202
|
}
|
|
2203
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2204
|
+
.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 {
|
|
2205
|
+
top: unset;
|
|
2206
|
+
}
|
|
2043
2207
|
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
2044
2208
|
margin: 0 0 0 2px;
|
|
2045
2209
|
}
|
|
@@ -2226,9 +2390,6 @@
|
|
|
2226
2390
|
min-height: 50px;
|
|
2227
2391
|
}
|
|
2228
2392
|
}
|
|
2229
|
-
.e-tab.e-fill .e-tab-header::before {
|
|
2230
|
-
display: none;
|
|
2231
|
-
}
|
|
2232
2393
|
.e-tab.e-fill .e-tab-header .e-indicator {
|
|
2233
2394
|
display: none;
|
|
2234
2395
|
}
|
|
@@ -2249,6 +2410,7 @@
|
|
|
2249
2410
|
height: 40px;
|
|
2250
2411
|
margin: 0 2px 0 0;
|
|
2251
2412
|
min-height: 40px;
|
|
2413
|
+
padding: 0;
|
|
2252
2414
|
}
|
|
2253
2415
|
@media screen and (max-width: 480px) {
|
|
2254
2416
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -2349,6 +2511,9 @@
|
|
|
2349
2511
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2350
2512
|
height: 40px;
|
|
2351
2513
|
}
|
|
2514
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
2515
|
+
height: 40px;
|
|
2516
|
+
}
|
|
2352
2517
|
.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 {
|
|
2353
2518
|
height: 62px;
|
|
2354
2519
|
}
|
|
@@ -2367,16 +2532,14 @@
|
|
|
2367
2532
|
height: 60px;
|
|
2368
2533
|
min-height: 60px;
|
|
2369
2534
|
}
|
|
2370
|
-
.e-tab.e-background .e-tab-header::before {
|
|
2371
|
-
display: none;
|
|
2372
|
-
}
|
|
2373
2535
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
2374
2536
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
2375
2537
|
margin: 0;
|
|
2376
2538
|
padding: 0;
|
|
2377
2539
|
}
|
|
2378
2540
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2379
|
-
margin: 0
|
|
2541
|
+
margin: 0;
|
|
2542
|
+
padding: 0;
|
|
2380
2543
|
}
|
|
2381
2544
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2382
2545
|
padding: 0 15px;
|
|
@@ -2392,12 +2555,12 @@
|
|
|
2392
2555
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
2393
2556
|
margin-bottom: 0;
|
|
2394
2557
|
}
|
|
2395
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
2396
|
-
height: 40px;
|
|
2397
|
-
}
|
|
2398
2558
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
2399
2559
|
font-weight: 400;
|
|
2400
2560
|
}
|
|
2561
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
2562
|
+
display: none;
|
|
2563
|
+
}
|
|
2401
2564
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
2402
2565
|
padding: 0 15px;
|
|
2403
2566
|
}
|
|
@@ -2419,10 +2582,10 @@
|
|
|
2419
2582
|
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
2420
2583
|
margin: 0;
|
|
2421
2584
|
}
|
|
2422
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-
|
|
2585
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2423
2586
|
margin: 0;
|
|
2424
2587
|
}
|
|
2425
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2588
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
2426
2589
|
margin: 0;
|
|
2427
2590
|
}
|
|
2428
2591
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
@@ -2443,12 +2606,6 @@
|
|
|
2443
2606
|
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
2444
2607
|
margin: 0 0 0 2px;
|
|
2445
2608
|
}
|
|
2446
|
-
.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 {
|
|
2447
|
-
margin: 0 0 0 2px;
|
|
2448
|
-
}
|
|
2449
|
-
.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 {
|
|
2450
|
-
margin-bottom: 0;
|
|
2451
|
-
}
|
|
2452
2609
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
2453
2610
|
margin: 0;
|
|
2454
2611
|
}
|
|
@@ -2549,6 +2706,9 @@
|
|
|
2549
2706
|
font-size: 14px;
|
|
2550
2707
|
font-weight: 400;
|
|
2551
2708
|
text-transform: capitalize;
|
|
2709
|
+
-ms-flex-item-align: auto;
|
|
2710
|
+
-ms-grid-row-align: auto;
|
|
2711
|
+
align-self: auto;
|
|
2552
2712
|
}
|
|
2553
2713
|
@media screen and (max-width: 480px) {
|
|
2554
2714
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -2569,7 +2729,7 @@
|
|
|
2569
2729
|
}
|
|
2570
2730
|
}
|
|
2571
2731
|
.e-tab-clone-element .e-close-icon::before {
|
|
2572
|
-
top:
|
|
2732
|
+
top: 1px;
|
|
2573
2733
|
}
|
|
2574
2734
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
2575
2735
|
display: -ms-inline-flexbox;
|
|
@@ -2577,6 +2737,7 @@
|
|
|
2577
2737
|
height: 20px;
|
|
2578
2738
|
min-width: 20px;
|
|
2579
2739
|
width: 20px;
|
|
2740
|
+
line-height: 1;
|
|
2580
2741
|
}
|
|
2581
2742
|
@media screen and (max-width: 480px) {
|
|
2582
2743
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -2604,6 +2765,14 @@
|
|
|
2604
2765
|
padding: 0 20px;
|
|
2605
2766
|
}
|
|
2606
2767
|
}
|
|
2768
|
+
.e-tab-clone-element .e-icon-right {
|
|
2769
|
+
margin: 0 0 0 8px;
|
|
2770
|
+
}
|
|
2771
|
+
@media screen and (max-width: 480px) {
|
|
2772
|
+
.e-tab-clone-element .e-icon-right {
|
|
2773
|
+
margin: 0;
|
|
2774
|
+
}
|
|
2775
|
+
}
|
|
2607
2776
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
2608
2777
|
margin: 0 0 0 8px;
|
|
2609
2778
|
}
|
|
@@ -2726,6 +2895,9 @@
|
|
|
2726
2895
|
}
|
|
2727
2896
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
2728
2897
|
font-size: 15px;
|
|
2898
|
+
-ms-flex-item-align: auto;
|
|
2899
|
+
-ms-grid-row-align: auto;
|
|
2900
|
+
align-self: auto;
|
|
2729
2901
|
}
|
|
2730
2902
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
2731
2903
|
cursor: pointer;
|
|
@@ -2750,6 +2922,7 @@
|
|
|
2750
2922
|
height: 24px;
|
|
2751
2923
|
min-width: 24px;
|
|
2752
2924
|
width: 24px;
|
|
2925
|
+
line-height: 1;
|
|
2753
2926
|
}
|
|
2754
2927
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
2755
2928
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -2758,6 +2931,14 @@
|
|
|
2758
2931
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
2759
2932
|
padding: 0 20px;
|
|
2760
2933
|
}
|
|
2934
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
2935
|
+
margin: 0 0 0 12px;
|
|
2936
|
+
}
|
|
2937
|
+
@media screen and (max-width: 480px) {
|
|
2938
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
2939
|
+
margin: 0;
|
|
2940
|
+
}
|
|
2941
|
+
}
|
|
2761
2942
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
2762
2943
|
margin: 0 0 0 10px;
|
|
2763
2944
|
}
|
|
@@ -2800,6 +2981,9 @@
|
|
|
2800
2981
|
background: inherit;
|
|
2801
2982
|
border: 0;
|
|
2802
2983
|
border-radius: 0;
|
|
2984
|
+
box-shadow: none;
|
|
2985
|
+
font-weight: normal;
|
|
2986
|
+
border-bottom: 0;
|
|
2803
2987
|
}
|
|
2804
2988
|
.e-tab .e-tab-header::before {
|
|
2805
2989
|
border-color: #ddd;
|
|
@@ -2808,11 +2992,9 @@
|
|
|
2808
2992
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
2809
2993
|
border-width: 0 0 1px;
|
|
2810
2994
|
}
|
|
2811
|
-
.e-tab .e-tab-header[style*="overflow: hidden"] {
|
|
2812
|
-
border: 0;
|
|
2813
|
-
}
|
|
2814
2995
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
2815
2996
|
border-bottom: 1px solid #fff;
|
|
2997
|
+
margin-bottom: 0;
|
|
2816
2998
|
}
|
|
2817
2999
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
2818
3000
|
background: inherit;
|
|
@@ -2824,12 +3006,16 @@
|
|
|
2824
3006
|
background: inherit;
|
|
2825
3007
|
border: 1px solid transparent;
|
|
2826
3008
|
}
|
|
3009
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
3010
|
+
background: inherit;
|
|
3011
|
+
}
|
|
2827
3012
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
2828
3013
|
background: rgba(85, 85, 85, 0);
|
|
2829
3014
|
}
|
|
2830
3015
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2831
3016
|
border-radius: 4px;
|
|
2832
3017
|
color: #317ab9;
|
|
3018
|
+
border: 0;
|
|
2833
3019
|
}
|
|
2834
3020
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
2835
3021
|
color: #317ab9;
|
|
@@ -2847,6 +3033,8 @@
|
|
|
2847
3033
|
}
|
|
2848
3034
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
2849
3035
|
background: #eee;
|
|
3036
|
+
border: 0;
|
|
3037
|
+
border-radius: 4px;
|
|
2850
3038
|
}
|
|
2851
3039
|
@media screen and (max-width: 480px) {
|
|
2852
3040
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -2861,10 +3049,24 @@
|
|
|
2861
3049
|
border: 1px solid #ddd;
|
|
2862
3050
|
border-radius: 4px 4px 0 0;
|
|
2863
3051
|
}
|
|
3052
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3053
|
+
border: 0;
|
|
3054
|
+
}
|
|
2864
3055
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
2865
3056
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
2866
3057
|
color: #555;
|
|
2867
3058
|
}
|
|
3059
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3060
|
+
position: unset;
|
|
3061
|
+
}
|
|
3062
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3063
|
+
border: unset;
|
|
3064
|
+
content: unset;
|
|
3065
|
+
display: unset;
|
|
3066
|
+
position: unset;
|
|
3067
|
+
top: unset;
|
|
3068
|
+
width: unset;
|
|
3069
|
+
}
|
|
2868
3070
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
2869
3071
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
2870
3072
|
color: #555;
|
|
@@ -2917,14 +3119,25 @@
|
|
|
2917
3119
|
}
|
|
2918
3120
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
2919
3121
|
background: #f5f5f5;
|
|
3122
|
+
border: 0;
|
|
3123
|
+
border-radius: 4px;
|
|
2920
3124
|
}
|
|
2921
3125
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
2922
3126
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
2923
3127
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
2924
3128
|
color: #1f496e;
|
|
2925
3129
|
}
|
|
3130
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
3131
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3132
|
+
color: #1f496e;
|
|
3133
|
+
}
|
|
2926
3134
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
2927
3135
|
background: #f5f5f5;
|
|
3136
|
+
border-color: unset;
|
|
3137
|
+
}
|
|
3138
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
3139
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
3140
|
+
color: #333;
|
|
2928
3141
|
}
|
|
2929
3142
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
2930
3143
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
@@ -2942,29 +3155,45 @@
|
|
|
2942
3155
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
2943
3156
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
2944
3157
|
color: #777;
|
|
3158
|
+
border: 0;
|
|
2945
3159
|
}
|
|
2946
3160
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
2947
3161
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
2948
3162
|
background: initial;
|
|
2949
3163
|
color: #333;
|
|
3164
|
+
border: 0;
|
|
2950
3165
|
}
|
|
2951
3166
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
2952
3167
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
2953
3168
|
box-shadow: none;
|
|
3169
|
+
border: 0;
|
|
3170
|
+
}
|
|
3171
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
3172
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
3173
|
+
background: inherit;
|
|
2954
3174
|
}
|
|
2955
3175
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
2956
3176
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
2957
3177
|
background: inherit;
|
|
2958
3178
|
color: #333;
|
|
3179
|
+
border: 0;
|
|
2959
3180
|
}
|
|
2960
3181
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
2961
3182
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
2962
3183
|
background: initial;
|
|
2963
3184
|
color: #333;
|
|
2964
3185
|
}
|
|
3186
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
3187
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3188
|
+
background: inherit;
|
|
3189
|
+
border-color: unset;
|
|
3190
|
+
color: #333;
|
|
3191
|
+
}
|
|
2965
3192
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
2966
3193
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
2967
3194
|
box-shadow: none;
|
|
3195
|
+
background: inherit;
|
|
3196
|
+
border: 0;
|
|
2968
3197
|
}
|
|
2969
3198
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
2970
3199
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
@@ -2973,6 +3202,8 @@
|
|
|
2973
3202
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
2974
3203
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
2975
3204
|
color: rgba(119, 119, 119, 0.65);
|
|
3205
|
+
background: initial;
|
|
3206
|
+
border-color: unset;
|
|
2976
3207
|
}
|
|
2977
3208
|
.e-tab .e-tab-header .e-hor-nav,
|
|
2978
3209
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -2984,6 +3215,7 @@
|
|
|
2984
3215
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
2985
3216
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon {
|
|
2986
3217
|
color: #333;
|
|
3218
|
+
border: 0;
|
|
2987
3219
|
}
|
|
2988
3220
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
2989
3221
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
@@ -2997,6 +3229,10 @@
|
|
|
2997
3229
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
2998
3230
|
color: #333;
|
|
2999
3231
|
}
|
|
3232
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
3233
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
3234
|
+
background: transparent;
|
|
3235
|
+
}
|
|
3000
3236
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3001
3237
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
3002
3238
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
@@ -3019,6 +3255,7 @@
|
|
|
3019
3255
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3020
3256
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
3021
3257
|
background: #e6e6e6;
|
|
3258
|
+
color: #333;
|
|
3022
3259
|
border: 1px solid #adadad;
|
|
3023
3260
|
border-radius: 4px;
|
|
3024
3261
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -3026,6 +3263,7 @@
|
|
|
3026
3263
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
3027
3264
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
3028
3265
|
border: 0;
|
|
3266
|
+
background: transparent;
|
|
3029
3267
|
}
|
|
3030
3268
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
3031
3269
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
@@ -3034,25 +3272,50 @@
|
|
|
3034
3272
|
.e-tab .e-tab-header .e-hor-nav:active,
|
|
3035
3273
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
3036
3274
|
box-shadow: none;
|
|
3275
|
+
background: transparent;
|
|
3037
3276
|
}
|
|
3038
3277
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
3039
3278
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
3040
3279
|
background: inherit;
|
|
3041
3280
|
border: 0;
|
|
3042
3281
|
box-shadow: none;
|
|
3282
|
+
border-radius: 0 4px 0 0;
|
|
3043
3283
|
}
|
|
3044
|
-
.e-tab .e-tab-header.e-
|
|
3284
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
3285
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
3286
|
+
color: #333;
|
|
3287
|
+
}
|
|
3288
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
3289
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
3045
3290
|
border: 0;
|
|
3046
3291
|
}
|
|
3292
|
+
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
3293
|
+
border-color: unset;
|
|
3294
|
+
border-style: solid;
|
|
3295
|
+
border-width: 0;
|
|
3296
|
+
}
|
|
3297
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
3298
|
+
border-color: unset;
|
|
3299
|
+
border-style: solid;
|
|
3300
|
+
border-width: 0;
|
|
3301
|
+
}
|
|
3047
3302
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
3048
|
-
border-
|
|
3049
|
-
border-
|
|
3303
|
+
border-color: #ddd;
|
|
3304
|
+
border-style: solid;
|
|
3305
|
+
border-width: 1px 0 0;
|
|
3306
|
+
}
|
|
3307
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
3308
|
+
border-radius: 0 0 4px 4px;
|
|
3050
3309
|
}
|
|
3051
3310
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3052
|
-
border-
|
|
3311
|
+
border-color: #fff #ddd #ddd;
|
|
3312
|
+
border-style: solid;
|
|
3313
|
+
border-width: 1px;
|
|
3314
|
+
margin-top: 0;
|
|
3053
3315
|
border-radius: 0 0 4px 4px;
|
|
3054
|
-
|
|
3055
|
-
|
|
3316
|
+
}
|
|
3317
|
+
.e-tab .e-tab-header.e-vertical {
|
|
3318
|
+
border-bottom: 0;
|
|
3056
3319
|
}
|
|
3057
3320
|
.e-tab .e-tab-header.e-vertical::before {
|
|
3058
3321
|
border-width: 0 1px 0 0;
|
|
@@ -3061,10 +3324,16 @@
|
|
|
3061
3324
|
border-bottom: 1px solid #ddd;
|
|
3062
3325
|
border-top: 1px solid #ddd;
|
|
3063
3326
|
}
|
|
3327
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
3328
|
+
border-radius: 4px 0 0 4px;
|
|
3329
|
+
}
|
|
3064
3330
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
3065
3331
|
border-radius: 4px 0 0 4px;
|
|
3066
3332
|
border-right: 1px solid #fff;
|
|
3067
3333
|
}
|
|
3334
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
3335
|
+
border-radius: 0 4px 4px 0;
|
|
3336
|
+
}
|
|
3068
3337
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
3069
3338
|
border-left: 1px solid #fff;
|
|
3070
3339
|
border-radius: 0 4px 4px 0;
|
|
@@ -3090,6 +3359,10 @@
|
|
|
3090
3359
|
}
|
|
3091
3360
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
3092
3361
|
background: #eee;
|
|
3362
|
+
border-color: #ddd transparent transparent;
|
|
3363
|
+
}
|
|
3364
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
3365
|
+
background: #eee;
|
|
3093
3366
|
}
|
|
3094
3367
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
3095
3368
|
color: #333;
|
|
@@ -3100,6 +3373,9 @@
|
|
|
3100
3373
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
3101
3374
|
background: #eee;
|
|
3102
3375
|
}
|
|
3376
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
3377
|
+
color: none;
|
|
3378
|
+
}
|
|
3103
3379
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
3104
3380
|
background: none;
|
|
3105
3381
|
}
|
|
@@ -3115,6 +3391,7 @@
|
|
|
3115
3391
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
3116
3392
|
background: inherit;
|
|
3117
3393
|
border: 0;
|
|
3394
|
+
color: #333;
|
|
3118
3395
|
}
|
|
3119
3396
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
3120
3397
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -3129,23 +3406,36 @@
|
|
|
3129
3406
|
border: 0;
|
|
3130
3407
|
box-shadow: none;
|
|
3131
3408
|
}
|
|
3409
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3410
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3411
|
+
color: #333;
|
|
3412
|
+
}
|
|
3132
3413
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
3133
3414
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
3134
3415
|
border: 0;
|
|
3135
3416
|
}
|
|
3136
3417
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
3137
3418
|
background: #eee;
|
|
3419
|
+
border: 0;
|
|
3138
3420
|
}
|
|
3139
3421
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3140
3422
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
3141
3423
|
color: #1f496e;
|
|
3142
3424
|
}
|
|
3425
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
3426
|
+
color: #1f496e;
|
|
3427
|
+
}
|
|
3143
3428
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3144
3429
|
color: #333;
|
|
3145
3430
|
}
|
|
3146
3431
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3147
3432
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3148
3433
|
color: #333;
|
|
3434
|
+
background: inherit;
|
|
3435
|
+
border: 1px solid #8c8c8c;
|
|
3436
|
+
}
|
|
3437
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
3438
|
+
border-color: #ddd transparent transparent;
|
|
3149
3439
|
}
|
|
3150
3440
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
3151
3441
|
border: 0;
|
|
@@ -3191,6 +3481,9 @@
|
|
|
3191
3481
|
.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 {
|
|
3192
3482
|
color: #1f496e;
|
|
3193
3483
|
}
|
|
3484
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3485
|
+
color: #1f496e;
|
|
3486
|
+
}
|
|
3194
3487
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
3195
3488
|
margin-top: 0;
|
|
3196
3489
|
}
|
|
@@ -3200,6 +3493,7 @@
|
|
|
3200
3493
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3201
3494
|
background: #317ab9;
|
|
3202
3495
|
border-radius: 4px;
|
|
3496
|
+
border-color: unset;
|
|
3203
3497
|
}
|
|
3204
3498
|
.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 {
|
|
3205
3499
|
color: #fff;
|
|
@@ -3207,6 +3501,9 @@
|
|
|
3207
3501
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3208
3502
|
margin-top: 0;
|
|
3209
3503
|
}
|
|
3504
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3505
|
+
border: unset;
|
|
3506
|
+
}
|
|
3210
3507
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3211
3508
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
3212
3509
|
color: #fff;
|
|
@@ -3217,6 +3514,22 @@
|
|
|
3217
3514
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
3218
3515
|
color: #fff;
|
|
3219
3516
|
}
|
|
3517
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
3518
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
3519
|
+
color: #333;
|
|
3520
|
+
}
|
|
3521
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
3522
|
+
background: #f5f5f5;
|
|
3523
|
+
}
|
|
3524
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
3525
|
+
color: #1f496e;
|
|
3526
|
+
}
|
|
3527
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
3528
|
+
color: #1f496e;
|
|
3529
|
+
}
|
|
3530
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
3531
|
+
color: #1f496e;
|
|
3532
|
+
}
|
|
3220
3533
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
3221
3534
|
border-bottom: 0;
|
|
3222
3535
|
border-top: 0;
|
|
@@ -3269,8 +3582,11 @@
|
|
|
3269
3582
|
}
|
|
3270
3583
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3271
3584
|
background: #eee;
|
|
3585
|
+
border-color: unset;
|
|
3586
|
+
}
|
|
3587
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
3588
|
+
color: #1f496e;
|
|
3272
3589
|
}
|
|
3273
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3274
3590
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
3275
3591
|
color: #1f496e;
|
|
3276
3592
|
}
|
|
@@ -3290,6 +3606,7 @@
|
|
|
3290
3606
|
}
|
|
3291
3607
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
3292
3608
|
background: #555;
|
|
3609
|
+
bottom: 0;
|
|
3293
3610
|
}
|
|
3294
3611
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
3295
3612
|
border: 0;
|
|
@@ -3299,41 +3616,82 @@
|
|
|
3299
3616
|
}
|
|
3300
3617
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3301
3618
|
background: inherit;
|
|
3619
|
+
border-color: unset;
|
|
3302
3620
|
}
|
|
3303
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3304
3621
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3305
3622
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3306
3623
|
color: #317ab9;
|
|
3307
3624
|
}
|
|
3625
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
3626
|
+
color: #317ab9;
|
|
3627
|
+
}
|
|
3308
3628
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
3309
3629
|
color: #777;
|
|
3310
3630
|
}
|
|
3311
3631
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
3312
3632
|
background: #eee;
|
|
3633
|
+
background-color: #eee;
|
|
3634
|
+
border-color: unset;
|
|
3635
|
+
}
|
|
3636
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
3637
|
+
color: #1f496e;
|
|
3313
3638
|
}
|
|
3314
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
3315
3639
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3316
3640
|
color: #fff;
|
|
3317
3641
|
}
|
|
3318
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
3319
3642
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3320
3643
|
color: #1f496e;
|
|
3321
3644
|
}
|
|
3645
|
+
.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 {
|
|
3646
|
+
color: #1f496e;
|
|
3647
|
+
}
|
|
3322
3648
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
3323
3649
|
border: 0;
|
|
3324
3650
|
margin: 0;
|
|
3651
|
+
background: inherit;
|
|
3325
3652
|
}
|
|
3326
3653
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3327
3654
|
background: #317ab9;
|
|
3655
|
+
border-color: unset;
|
|
3328
3656
|
border-radius: 4px;
|
|
3657
|
+
border-style: solid;
|
|
3658
|
+
border-width: 0;
|
|
3659
|
+
}
|
|
3660
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
3661
|
+
color: #fff;
|
|
3662
|
+
}
|
|
3663
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3664
|
+
color: #fff;
|
|
3665
|
+
}
|
|
3666
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
3667
|
+
color: #f5f5f5;
|
|
3668
|
+
}
|
|
3669
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
3670
|
+
background: #317ab9;
|
|
3671
|
+
border-color: unset;
|
|
3672
|
+
}
|
|
3673
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
3674
|
+
color: #fff;
|
|
3329
3675
|
}
|
|
3330
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
3331
3676
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3332
3677
|
color: #fff;
|
|
3333
3678
|
}
|
|
3334
3679
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
3335
3680
|
color: #fff;
|
|
3336
3681
|
}
|
|
3682
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
3683
|
+
color: #fff;
|
|
3684
|
+
}
|
|
3685
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
3686
|
+
color: #fff;
|
|
3687
|
+
}
|
|
3688
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
3689
|
+
background: #317ab9;
|
|
3690
|
+
}
|
|
3691
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
3692
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
3693
|
+
color: #fff;
|
|
3694
|
+
}
|
|
3337
3695
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3338
3696
|
background: #317ab9;
|
|
3339
3697
|
}
|
|
@@ -3341,10 +3699,15 @@
|
|
|
3341
3699
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3342
3700
|
color: #fff;
|
|
3343
3701
|
}
|
|
3344
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
3702
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
3703
|
+
color: #fff;
|
|
3704
|
+
}
|
|
3345
3705
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
3346
3706
|
color: #fff;
|
|
3347
3707
|
}
|
|
3708
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3709
|
+
border: unset;
|
|
3710
|
+
}
|
|
3348
3711
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3349
3712
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
3350
3713
|
color: #fff;
|
|
@@ -3352,7 +3715,8 @@
|
|
|
3352
3715
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3353
3716
|
color: #f5f5f5;
|
|
3354
3717
|
}
|
|
3355
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
3718
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
3719
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
3356
3720
|
color: #fff;
|
|
3357
3721
|
}
|
|
3358
3722
|
.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 {
|
|
@@ -3367,7 +3731,8 @@
|
|
|
3367
3731
|
background: inherit;
|
|
3368
3732
|
}
|
|
3369
3733
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3370
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
3734
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3735
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3371
3736
|
color: #317ab9;
|
|
3372
3737
|
}
|
|
3373
3738
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -3376,50 +3741,105 @@
|
|
|
3376
3741
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
3377
3742
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
3378
3743
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3379
|
-
color: #fff;
|
|
3380
3744
|
color: #317ab9;
|
|
3381
3745
|
}
|
|
3746
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
3747
|
+
color: #317ab9;
|
|
3748
|
+
}
|
|
3749
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
3750
|
+
color: #317ab9;
|
|
3751
|
+
}
|
|
3752
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
3753
|
+
color: #317ab9;
|
|
3754
|
+
}
|
|
3755
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
3756
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
3757
|
+
background: inherit;
|
|
3758
|
+
}
|
|
3382
3759
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
3383
3760
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3384
3761
|
color: #777;
|
|
3762
|
+
border: 0;
|
|
3385
3763
|
}
|
|
3386
3764
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
3387
3765
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
3388
3766
|
background: inherit;
|
|
3389
3767
|
color: #333;
|
|
3768
|
+
border-color: unset;
|
|
3769
|
+
}
|
|
3770
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
3771
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
3772
|
+
background: unset;
|
|
3773
|
+
color: #777;
|
|
3390
3774
|
}
|
|
3391
3775
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
3392
3776
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3393
3777
|
color: #333;
|
|
3778
|
+
border: 0;
|
|
3779
|
+
background: inherit;
|
|
3394
3780
|
}
|
|
3395
3781
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
3396
3782
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
3397
3783
|
background: inherit;
|
|
3398
3784
|
color: #333;
|
|
3399
3785
|
}
|
|
3786
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
3787
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3788
|
+
background: inherit;
|
|
3789
|
+
border-color: unset;
|
|
3790
|
+
color: #333;
|
|
3791
|
+
}
|
|
3400
3792
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
3401
3793
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
3402
3794
|
animation: none;
|
|
3403
3795
|
}
|
|
3796
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
3797
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
3798
|
+
background: transparent;
|
|
3799
|
+
}
|
|
3404
3800
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
3405
3801
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
3406
3802
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3407
3803
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3408
3804
|
color: #777;
|
|
3805
|
+
border: 0;
|
|
3409
3806
|
}
|
|
3410
3807
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
3411
3808
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
3412
3809
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
3413
3810
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
3414
|
-
background:
|
|
3811
|
+
background: #e6e6e6;
|
|
3812
|
+
border-color: #adadad;
|
|
3415
3813
|
color: #333;
|
|
3814
|
+
}
|
|
3815
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
3816
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
3817
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
3818
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
3416
3819
|
background: #e6e6e6;
|
|
3820
|
+
color: #333;
|
|
3417
3821
|
}
|
|
3418
3822
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
3419
3823
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
3420
3824
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3421
3825
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3422
3826
|
color: #333;
|
|
3827
|
+
background: inherit;
|
|
3828
|
+
border: 1px solid #8c8c8c;
|
|
3829
|
+
}
|
|
3830
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
3831
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
3832
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3833
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
3834
|
+
background: #e6e6e6;
|
|
3835
|
+
}
|
|
3836
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3837
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
3838
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3839
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3840
|
+
background: #e6e6e6;
|
|
3841
|
+
border-color: #adadad;
|
|
3842
|
+
color: #333;
|
|
3423
3843
|
}
|
|
3424
3844
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
3425
3845
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -3429,6 +3849,40 @@
|
|
|
3429
3849
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
3430
3850
|
color: #333;
|
|
3431
3851
|
}
|
|
3852
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3853
|
+
border: 0;
|
|
3854
|
+
margin: 0;
|
|
3855
|
+
}
|
|
3856
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
3857
|
+
border-color: unset;
|
|
3858
|
+
border-radius: 4px;
|
|
3859
|
+
border-style: solid;
|
|
3860
|
+
border-width: 0;
|
|
3861
|
+
}
|
|
3862
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
3863
|
+
border-color: #fff;
|
|
3864
|
+
border-style: solid;
|
|
3865
|
+
border-width: 0 1px 0 0;
|
|
3866
|
+
margin: 0;
|
|
3867
|
+
}
|
|
3868
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
3869
|
+
border-color: unset;
|
|
3870
|
+
border-radius: 4px;
|
|
3871
|
+
border-style: solid;
|
|
3872
|
+
border-width: 0;
|
|
3873
|
+
}
|
|
3874
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
3875
|
+
border-color: #fff;
|
|
3876
|
+
border-style: solid;
|
|
3877
|
+
border-width: 0 0 0 1px;
|
|
3878
|
+
margin: 0;
|
|
3879
|
+
}
|
|
3880
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
3881
|
+
border-color: unset;
|
|
3882
|
+
border-radius: 4px;
|
|
3883
|
+
border-style: solid;
|
|
3884
|
+
border-width: 0;
|
|
3885
|
+
}
|
|
3432
3886
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
3433
3887
|
border: 0;
|
|
3434
3888
|
}
|
|
@@ -3492,6 +3946,7 @@
|
|
|
3492
3946
|
}
|
|
3493
3947
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
3494
3948
|
background: #eee;
|
|
3949
|
+
border-color: unset;
|
|
3495
3950
|
}
|
|
3496
3951
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3497
3952
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -3500,18 +3955,38 @@
|
|
|
3500
3955
|
}
|
|
3501
3956
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3502
3957
|
background: #eee;
|
|
3958
|
+
border-color: unset;
|
|
3503
3959
|
}
|
|
3504
3960
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3505
3961
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3506
3962
|
color: #fff;
|
|
3507
3963
|
}
|
|
3508
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:
|
|
3509
|
-
|
|
3510
|
-
|
|
3964
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
3965
|
+
background: #317ab9;
|
|
3966
|
+
border: 0;
|
|
3967
|
+
border-radius: 4px;
|
|
3968
|
+
}
|
|
3969
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
3970
|
+
color: #1f496e;
|
|
3971
|
+
}
|
|
3972
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3973
|
+
color: #fff;
|
|
3974
|
+
}
|
|
3975
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
3976
|
+
color: #1f496e;
|
|
3977
|
+
}
|
|
3978
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
3979
|
+
color: #1f496e;
|
|
3980
|
+
}
|
|
3981
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3982
|
+
color: #fff;
|
|
3983
|
+
}
|
|
3511
3984
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
3512
3985
|
color: #1f496e;
|
|
3513
3986
|
}
|
|
3514
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
3987
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
3988
|
+
color: #1f496e;
|
|
3989
|
+
}
|
|
3515
3990
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
3516
3991
|
color: #1f496e;
|
|
3517
3992
|
}
|
|
@@ -3537,6 +4012,8 @@
|
|
|
3537
4012
|
.e-tab .e-content .e-item {
|
|
3538
4013
|
background: inherit;
|
|
3539
4014
|
color: #000;
|
|
4015
|
+
font-size: 12px;
|
|
4016
|
+
line-height: 18px;
|
|
3540
4017
|
}
|
|
3541
4018
|
|
|
3542
4019
|
.e-tab-clone-element {
|
|
@@ -3546,6 +4023,7 @@
|
|
|
3546
4023
|
.e-tab-clone-element .e-tab-wrap {
|
|
3547
4024
|
border-radius: 4px;
|
|
3548
4025
|
color: #317ab9;
|
|
4026
|
+
border: 0;
|
|
3549
4027
|
}
|
|
3550
4028
|
.e-tab-clone-element .e-tab-wrap .e-tab-icon {
|
|
3551
4029
|
color: #317ab9;
|