@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
|
@@ -8,27 +8,15 @@
|
|
|
8
8
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
9
9
|
content: "\e71f";
|
|
10
10
|
}
|
|
11
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
12
|
-
content: "\e71f";
|
|
13
|
-
}
|
|
14
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
15
|
-
content: "\e70b";
|
|
16
|
-
}
|
|
17
11
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
18
12
|
content: "\e745";
|
|
19
13
|
position: relative;
|
|
20
14
|
}
|
|
21
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
22
|
-
content: "\e721";
|
|
23
|
-
}
|
|
24
15
|
@media screen and (max-width: 480px) {
|
|
25
16
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
26
17
|
content: "\e781";
|
|
27
18
|
}
|
|
28
19
|
}
|
|
29
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
30
|
-
content: "\e744";
|
|
31
|
-
}
|
|
32
20
|
@media screen and (max-width: 480px) {
|
|
33
21
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
34
22
|
content: "\e781";
|
|
@@ -42,12 +30,6 @@
|
|
|
42
30
|
content: "\e744";
|
|
43
31
|
}
|
|
44
32
|
}
|
|
45
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
46
|
-
content: "\e734";
|
|
47
|
-
}
|
|
48
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
49
|
-
content: "\e705";
|
|
50
|
-
}
|
|
51
33
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
52
34
|
content: "More";
|
|
53
35
|
}
|
|
@@ -131,8 +113,6 @@
|
|
|
131
113
|
}
|
|
132
114
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav,
|
|
133
115
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
134
|
-
width: 50px;
|
|
135
|
-
border-radius: 4px;
|
|
136
116
|
width: 38px;
|
|
137
117
|
}
|
|
138
118
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -173,6 +153,12 @@
|
|
|
173
153
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
174
154
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
175
155
|
font-size: 16px;
|
|
156
|
+
margin-bottom: 0;
|
|
157
|
+
}
|
|
158
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
159
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
160
|
+
position: relative;
|
|
161
|
+
top: 0;
|
|
176
162
|
}
|
|
177
163
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
178
164
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -188,7 +174,7 @@
|
|
|
188
174
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
189
175
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
190
176
|
position: relative;
|
|
191
|
-
top:
|
|
177
|
+
top: 0;
|
|
192
178
|
}
|
|
193
179
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
194
180
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -200,10 +186,6 @@
|
|
|
200
186
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
201
187
|
height: 42px;
|
|
202
188
|
}
|
|
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
189
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
208
190
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
209
191
|
cursor: pointer;
|
|
@@ -246,6 +228,16 @@
|
|
|
246
228
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
247
229
|
padding: 0 20px;
|
|
248
230
|
}
|
|
231
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
232
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
233
|
+
margin: 0 0 0 12px;
|
|
234
|
+
}
|
|
235
|
+
@media screen and (max-width: 480px) {
|
|
236
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
237
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
238
|
+
margin: 0;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
249
241
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
250
242
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
251
243
|
margin: 0 0 0 12px;
|
|
@@ -491,7 +483,6 @@
|
|
|
491
483
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
492
484
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
493
485
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
494
|
-
top: 0;
|
|
495
486
|
line-height: 38px;
|
|
496
487
|
top: 0.5px;
|
|
497
488
|
}
|
|
@@ -505,8 +496,8 @@
|
|
|
505
496
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
506
497
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
507
498
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
508
|
-
top: 0;
|
|
509
499
|
line-height: 38px;
|
|
500
|
+
top: 0;
|
|
510
501
|
}
|
|
511
502
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
512
503
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
@@ -558,11 +549,6 @@
|
|
|
558
549
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
559
550
|
top: 0.5px;
|
|
560
551
|
}
|
|
561
|
-
.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,
|
|
562
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
563
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
564
|
-
height: initial;
|
|
565
|
-
}
|
|
566
552
|
.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,
|
|
567
553
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
568
554
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
@@ -602,16 +588,15 @@
|
|
|
602
588
|
height: 42px;
|
|
603
589
|
padding: 0;
|
|
604
590
|
}
|
|
605
|
-
.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,
|
|
606
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
607
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
608
|
-
height: 42px;
|
|
609
|
-
}
|
|
610
591
|
.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,
|
|
611
592
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
612
593
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
613
594
|
height: initial;
|
|
614
595
|
}
|
|
596
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
597
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
598
|
+
height: 42px;
|
|
599
|
+
}
|
|
615
600
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
616
601
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
617
602
|
max-width: 150px;
|
|
@@ -649,6 +634,11 @@
|
|
|
649
634
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
650
635
|
right: -20px;
|
|
651
636
|
}
|
|
637
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
638
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
639
|
+
min-height: 38px;
|
|
640
|
+
min-width: auto;
|
|
641
|
+
}
|
|
652
642
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
653
643
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
654
644
|
height: 24px;
|
|
@@ -708,10 +698,6 @@
|
|
|
708
698
|
font-size: 12px;
|
|
709
699
|
}
|
|
710
700
|
}
|
|
711
|
-
.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active,
|
|
712
|
-
.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active {
|
|
713
|
-
margin: 0 0 0 2px;
|
|
714
|
-
}
|
|
715
701
|
.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
|
|
716
702
|
.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
717
703
|
height: inherit;
|
|
@@ -761,6 +747,10 @@
|
|
|
761
747
|
height: 42px;
|
|
762
748
|
padding: 0;
|
|
763
749
|
}
|
|
750
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
751
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
752
|
+
height: 42px;
|
|
753
|
+
}
|
|
764
754
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
765
755
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
766
756
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -825,10 +815,6 @@
|
|
|
825
815
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
826
816
|
top: 0;
|
|
827
817
|
}
|
|
828
|
-
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
|
|
829
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
830
|
-
margin: 0;
|
|
831
|
-
}
|
|
832
818
|
.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),
|
|
833
819
|
.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) {
|
|
834
820
|
margin: 0 0 0 2px;
|
|
@@ -872,6 +858,7 @@
|
|
|
872
858
|
height: 42px;
|
|
873
859
|
margin: 0 2px 0 0;
|
|
874
860
|
min-height: 42px;
|
|
861
|
+
padding: 0;
|
|
875
862
|
}
|
|
876
863
|
@media screen and (max-width: 480px) {
|
|
877
864
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -977,6 +964,10 @@
|
|
|
977
964
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
978
965
|
height: 42px;
|
|
979
966
|
}
|
|
967
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
968
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
969
|
+
height: 42px;
|
|
970
|
+
}
|
|
980
971
|
.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,
|
|
981
972
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
982
973
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -1012,7 +1003,7 @@
|
|
|
1012
1003
|
}
|
|
1013
1004
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
1014
1005
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
1015
|
-
|
|
1006
|
+
padding: 0;
|
|
1016
1007
|
}
|
|
1017
1008
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
1018
1009
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -1032,10 +1023,6 @@
|
|
|
1032
1023
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
1033
1024
|
margin-bottom: 0;
|
|
1034
1025
|
}
|
|
1035
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
1036
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
1037
|
-
height: 42px;
|
|
1038
|
-
}
|
|
1039
1026
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
1040
1027
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
1041
1028
|
padding: 0 16px;
|
|
@@ -1054,6 +1041,10 @@
|
|
|
1054
1041
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
1055
1042
|
margin: 0;
|
|
1056
1043
|
}
|
|
1044
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
1045
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
1046
|
+
margin: 0;
|
|
1047
|
+
}
|
|
1057
1048
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
1058
1049
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
1059
1050
|
margin: 0 10px 0 0;
|
|
@@ -1211,19 +1202,44 @@
|
|
|
1211
1202
|
margin: 0 2px 0 0;
|
|
1212
1203
|
}
|
|
1213
1204
|
}
|
|
1205
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
1206
|
+
position: unset;
|
|
1207
|
+
}
|
|
1208
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1209
|
+
left: unset;
|
|
1210
|
+
right: unset;
|
|
1211
|
+
}
|
|
1212
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1213
|
+
background-color: unset;
|
|
1214
|
+
bottom: unset;
|
|
1215
|
+
content: unset;
|
|
1216
|
+
height: unset;
|
|
1217
|
+
left: unset;
|
|
1218
|
+
position: unset;
|
|
1219
|
+
right: unset;
|
|
1220
|
+
transition: unset;
|
|
1221
|
+
}
|
|
1222
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1223
|
+
color: unset;
|
|
1224
|
+
content: unset;
|
|
1225
|
+
display: unset;
|
|
1226
|
+
font-weight: unset;
|
|
1227
|
+
height: unset;
|
|
1228
|
+
overflow: unset;
|
|
1229
|
+
visibility: unset;
|
|
1230
|
+
}
|
|
1214
1231
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
1215
1232
|
padding: 0;
|
|
1216
1233
|
}
|
|
1217
1234
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
1218
1235
|
display: none;
|
|
1219
1236
|
}
|
|
1220
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll
|
|
1221
|
-
|
|
1237
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
1238
|
+
padding: 0;
|
|
1222
1239
|
}
|
|
1223
1240
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
1224
|
-
width: 40px;
|
|
1225
|
-
border-radius: 4px;
|
|
1226
1241
|
width: 32px;
|
|
1242
|
+
border-radius: 4px;
|
|
1227
1243
|
}
|
|
1228
1244
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1229
1245
|
margin: 0 2px 0 0;
|
|
@@ -1251,6 +1267,7 @@
|
|
|
1251
1267
|
height: 2px;
|
|
1252
1268
|
left: 0;
|
|
1253
1269
|
right: 0;
|
|
1270
|
+
border-radius: 0;
|
|
1254
1271
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
1255
1272
|
}
|
|
1256
1273
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -1300,6 +1317,10 @@
|
|
|
1300
1317
|
font-size: 14px;
|
|
1301
1318
|
font-weight: 400;
|
|
1302
1319
|
text-transform: capitalize;
|
|
1320
|
+
-ms-flex-item-align: auto;
|
|
1321
|
+
-ms-grid-row-align: auto;
|
|
1322
|
+
align-self: auto;
|
|
1323
|
+
margin-bottom: 0;
|
|
1303
1324
|
}
|
|
1304
1325
|
@media screen and (max-width: 480px) {
|
|
1305
1326
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -1327,14 +1348,16 @@
|
|
|
1327
1348
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
1328
1349
|
margin-bottom: 0;
|
|
1329
1350
|
}
|
|
1330
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
1331
|
-
border: 0;
|
|
1332
|
-
}
|
|
1333
1351
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
1334
1352
|
font-weight: 400;
|
|
1335
1353
|
}
|
|
1336
1354
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
1337
|
-
top:
|
|
1355
|
+
top: 1px;
|
|
1356
|
+
left: 4px;
|
|
1357
|
+
}
|
|
1358
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
1359
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
1360
|
+
left: 0;
|
|
1338
1361
|
}
|
|
1339
1362
|
.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 {
|
|
1340
1363
|
height: 32px;
|
|
@@ -1366,7 +1389,7 @@
|
|
|
1366
1389
|
}
|
|
1367
1390
|
}
|
|
1368
1391
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
1369
|
-
top:
|
|
1392
|
+
top: 1px;
|
|
1370
1393
|
}
|
|
1371
1394
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
1372
1395
|
display: -ms-inline-flexbox;
|
|
@@ -1392,6 +1415,15 @@
|
|
|
1392
1415
|
font-size: 20px;
|
|
1393
1416
|
}
|
|
1394
1417
|
}
|
|
1418
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
1419
|
+
position: relative;
|
|
1420
|
+
top: 1px;
|
|
1421
|
+
left: 4px;
|
|
1422
|
+
}
|
|
1423
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
1424
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
1425
|
+
left: 0;
|
|
1426
|
+
}
|
|
1395
1427
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
1396
1428
|
-ms-flex-pack: center;
|
|
1397
1429
|
justify-content: center;
|
|
@@ -1402,6 +1434,14 @@
|
|
|
1402
1434
|
padding: 0 16px;
|
|
1403
1435
|
}
|
|
1404
1436
|
}
|
|
1437
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
1438
|
+
margin: 0 0 0 8px;
|
|
1439
|
+
}
|
|
1440
|
+
@media screen and (max-width: 480px) {
|
|
1441
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
1442
|
+
margin: 0;
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1405
1445
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1406
1446
|
margin: 0 0 0 8px;
|
|
1407
1447
|
}
|
|
@@ -1499,6 +1539,7 @@
|
|
|
1499
1539
|
}
|
|
1500
1540
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1501
1541
|
margin: 0;
|
|
1542
|
+
padding: 0;
|
|
1502
1543
|
}
|
|
1503
1544
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
1504
1545
|
height: 26px;
|
|
@@ -1710,7 +1751,6 @@
|
|
|
1710
1751
|
}
|
|
1711
1752
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
1712
1753
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
1713
|
-
top: 0;
|
|
1714
1754
|
line-height: 32px;
|
|
1715
1755
|
top: 0;
|
|
1716
1756
|
}
|
|
@@ -1746,7 +1786,6 @@
|
|
|
1746
1786
|
}
|
|
1747
1787
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
1748
1788
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
1749
|
-
top: 0;
|
|
1750
1789
|
line-height: 32px;
|
|
1751
1790
|
top: 0;
|
|
1752
1791
|
}
|
|
@@ -1761,6 +1800,32 @@
|
|
|
1761
1800
|
line-height: 32px;
|
|
1762
1801
|
top: -0.5px;
|
|
1763
1802
|
}
|
|
1803
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
1804
|
+
position: unset;
|
|
1805
|
+
}
|
|
1806
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1807
|
+
left: unset;
|
|
1808
|
+
right: unset;
|
|
1809
|
+
}
|
|
1810
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1811
|
+
background-color: unset;
|
|
1812
|
+
content: unset;
|
|
1813
|
+
height: unset;
|
|
1814
|
+
left: unset;
|
|
1815
|
+
position: unset;
|
|
1816
|
+
right: unset;
|
|
1817
|
+
top: unset;
|
|
1818
|
+
transition: unset;
|
|
1819
|
+
}
|
|
1820
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1821
|
+
color: unset;
|
|
1822
|
+
content: unset;
|
|
1823
|
+
display: unset;
|
|
1824
|
+
font-weight: unset;
|
|
1825
|
+
height: unset;
|
|
1826
|
+
overflow: unset;
|
|
1827
|
+
visibility: unset;
|
|
1828
|
+
}
|
|
1764
1829
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
1765
1830
|
bottom: auto;
|
|
1766
1831
|
}
|
|
@@ -1795,6 +1860,12 @@
|
|
|
1795
1860
|
height: 32px;
|
|
1796
1861
|
padding: 0;
|
|
1797
1862
|
}
|
|
1863
|
+
.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 {
|
|
1864
|
+
top: unset;
|
|
1865
|
+
}
|
|
1866
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
1867
|
+
top: 0;
|
|
1868
|
+
}
|
|
1798
1869
|
.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 {
|
|
1799
1870
|
height: initial;
|
|
1800
1871
|
}
|
|
@@ -1867,6 +1938,13 @@
|
|
|
1867
1938
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
1868
1939
|
display: none;
|
|
1869
1940
|
}
|
|
1941
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
1942
|
+
min-height: 32px;
|
|
1943
|
+
min-width: 33px;
|
|
1944
|
+
}
|
|
1945
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
1946
|
+
margin: 0;
|
|
1947
|
+
}
|
|
1870
1948
|
.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 {
|
|
1871
1949
|
right: -15px;
|
|
1872
1950
|
}
|
|
@@ -1883,6 +1961,30 @@
|
|
|
1883
1961
|
left: auto;
|
|
1884
1962
|
right: 0;
|
|
1885
1963
|
}
|
|
1964
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1965
|
+
bottom: unset;
|
|
1966
|
+
height: unset;
|
|
1967
|
+
}
|
|
1968
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1969
|
+
background-color: unset;
|
|
1970
|
+
bottom: unset;
|
|
1971
|
+
content: unset;
|
|
1972
|
+
height: unset;
|
|
1973
|
+
left: unset;
|
|
1974
|
+
position: unset;
|
|
1975
|
+
right: unset;
|
|
1976
|
+
transition: unset;
|
|
1977
|
+
width: unset;
|
|
1978
|
+
}
|
|
1979
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1980
|
+
color: unset;
|
|
1981
|
+
content: unset;
|
|
1982
|
+
display: unset;
|
|
1983
|
+
font-weight: unset;
|
|
1984
|
+
height: unset;
|
|
1985
|
+
overflow: unset;
|
|
1986
|
+
visibility: unset;
|
|
1987
|
+
}
|
|
1886
1988
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
1887
1989
|
float: right;
|
|
1888
1990
|
}
|
|
@@ -1899,6 +2001,30 @@
|
|
|
1899
2001
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
1900
2002
|
width: auto;
|
|
1901
2003
|
}
|
|
2004
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
2005
|
+
bottom: unset;
|
|
2006
|
+
height: unset;
|
|
2007
|
+
}
|
|
2008
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
2009
|
+
background-color: unset;
|
|
2010
|
+
bottom: unset;
|
|
2011
|
+
content: unset;
|
|
2012
|
+
height: unset;
|
|
2013
|
+
left: unset;
|
|
2014
|
+
position: unset;
|
|
2015
|
+
right: unset;
|
|
2016
|
+
transition: unset;
|
|
2017
|
+
width: unset;
|
|
2018
|
+
}
|
|
2019
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
2020
|
+
color: unset;
|
|
2021
|
+
content: unset;
|
|
2022
|
+
display: unset;
|
|
2023
|
+
font-weight: unset;
|
|
2024
|
+
height: unset;
|
|
2025
|
+
overflow: unset;
|
|
2026
|
+
visibility: unset;
|
|
2027
|
+
}
|
|
1902
2028
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
1903
2029
|
height: 16px;
|
|
1904
2030
|
-ms-flex-pack: center;
|
|
@@ -2024,6 +2150,28 @@
|
|
|
2024
2150
|
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
2025
2151
|
height: 62px;
|
|
2026
2152
|
}
|
|
2153
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
2154
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
2155
|
+
position: unset;
|
|
2156
|
+
}
|
|
2157
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
2158
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
2159
|
+
border: unset;
|
|
2160
|
+
content: unset;
|
|
2161
|
+
display: none;
|
|
2162
|
+
position: unset;
|
|
2163
|
+
top: unset;
|
|
2164
|
+
width: unset;
|
|
2165
|
+
}
|
|
2166
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2167
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2168
|
+
content: unset;
|
|
2169
|
+
display: unset;
|
|
2170
|
+
position: unset;
|
|
2171
|
+
top: unset;
|
|
2172
|
+
width: unset;
|
|
2173
|
+
border: unset;
|
|
2174
|
+
}
|
|
2027
2175
|
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
2028
2176
|
height: 62px;
|
|
2029
2177
|
}
|
|
@@ -2036,6 +2184,9 @@
|
|
|
2036
2184
|
font-size: 12px;
|
|
2037
2185
|
}
|
|
2038
2186
|
}
|
|
2187
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
2188
|
+
width: 2px;
|
|
2189
|
+
}
|
|
2039
2190
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2040
2191
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2041
2192
|
display: none;
|
|
@@ -2047,6 +2198,10 @@
|
|
|
2047
2198
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
2048
2199
|
height: 16px;
|
|
2049
2200
|
}
|
|
2201
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2202
|
+
.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 {
|
|
2203
|
+
top: unset;
|
|
2204
|
+
}
|
|
2050
2205
|
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
2051
2206
|
margin: 0 0 0 2px;
|
|
2052
2207
|
}
|
|
@@ -2233,9 +2388,6 @@
|
|
|
2233
2388
|
min-height: 42px;
|
|
2234
2389
|
}
|
|
2235
2390
|
}
|
|
2236
|
-
.e-tab.e-fill .e-tab-header::before {
|
|
2237
|
-
display: none;
|
|
2238
|
-
}
|
|
2239
2391
|
.e-tab.e-fill .e-tab-header .e-indicator {
|
|
2240
2392
|
display: none;
|
|
2241
2393
|
}
|
|
@@ -2256,6 +2408,7 @@
|
|
|
2256
2408
|
height: 32px;
|
|
2257
2409
|
margin: 0 2px 0 0;
|
|
2258
2410
|
min-height: 32px;
|
|
2411
|
+
padding: 0;
|
|
2259
2412
|
}
|
|
2260
2413
|
@media screen and (max-width: 480px) {
|
|
2261
2414
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -2356,6 +2509,9 @@
|
|
|
2356
2509
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2357
2510
|
height: 32px;
|
|
2358
2511
|
}
|
|
2512
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
2513
|
+
height: 32px;
|
|
2514
|
+
}
|
|
2359
2515
|
.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 {
|
|
2360
2516
|
height: 62px;
|
|
2361
2517
|
}
|
|
@@ -2374,16 +2530,14 @@
|
|
|
2374
2530
|
height: 60px;
|
|
2375
2531
|
min-height: 60px;
|
|
2376
2532
|
}
|
|
2377
|
-
.e-tab.e-background .e-tab-header::before {
|
|
2378
|
-
display: none;
|
|
2379
|
-
}
|
|
2380
2533
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
2381
2534
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
2382
2535
|
margin: 0;
|
|
2383
2536
|
padding: 0;
|
|
2384
2537
|
}
|
|
2385
2538
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2386
|
-
margin: 0
|
|
2539
|
+
margin: 0;
|
|
2540
|
+
padding: 0;
|
|
2387
2541
|
}
|
|
2388
2542
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2389
2543
|
padding: 0 15px;
|
|
@@ -2399,12 +2553,12 @@
|
|
|
2399
2553
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
2400
2554
|
margin-bottom: 0;
|
|
2401
2555
|
}
|
|
2402
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
2403
|
-
height: 32px;
|
|
2404
|
-
}
|
|
2405
2556
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
2406
2557
|
font-weight: 400;
|
|
2407
2558
|
}
|
|
2559
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
2560
|
+
display: none;
|
|
2561
|
+
}
|
|
2408
2562
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
2409
2563
|
padding: 0 12px;
|
|
2410
2564
|
}
|
|
@@ -2426,10 +2580,10 @@
|
|
|
2426
2580
|
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
2427
2581
|
margin: 0;
|
|
2428
2582
|
}
|
|
2429
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-
|
|
2583
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2430
2584
|
margin: 0;
|
|
2431
2585
|
}
|
|
2432
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2586
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
2433
2587
|
margin: 0;
|
|
2434
2588
|
}
|
|
2435
2589
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
@@ -2450,12 +2604,6 @@
|
|
|
2450
2604
|
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
2451
2605
|
margin: 0 0 0 2px;
|
|
2452
2606
|
}
|
|
2453
|
-
.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 {
|
|
2454
|
-
margin: 0 0 0 2px;
|
|
2455
|
-
}
|
|
2456
|
-
.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 {
|
|
2457
|
-
margin-bottom: 0;
|
|
2458
|
-
}
|
|
2459
2607
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
2460
2608
|
margin: 0;
|
|
2461
2609
|
}
|
|
@@ -2556,6 +2704,9 @@
|
|
|
2556
2704
|
font-size: 14px;
|
|
2557
2705
|
font-weight: 400;
|
|
2558
2706
|
text-transform: capitalize;
|
|
2707
|
+
-ms-flex-item-align: auto;
|
|
2708
|
+
-ms-grid-row-align: auto;
|
|
2709
|
+
align-self: auto;
|
|
2559
2710
|
}
|
|
2560
2711
|
@media screen and (max-width: 480px) {
|
|
2561
2712
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -2576,7 +2727,7 @@
|
|
|
2576
2727
|
}
|
|
2577
2728
|
}
|
|
2578
2729
|
.e-tab-clone-element .e-close-icon::before {
|
|
2579
|
-
top:
|
|
2730
|
+
top: 1px;
|
|
2580
2731
|
}
|
|
2581
2732
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
2582
2733
|
display: -ms-inline-flexbox;
|
|
@@ -2612,6 +2763,14 @@
|
|
|
2612
2763
|
padding: 0 16px;
|
|
2613
2764
|
}
|
|
2614
2765
|
}
|
|
2766
|
+
.e-tab-clone-element .e-icon-right {
|
|
2767
|
+
margin: 0 0 0 8px;
|
|
2768
|
+
}
|
|
2769
|
+
@media screen and (max-width: 480px) {
|
|
2770
|
+
.e-tab-clone-element .e-icon-right {
|
|
2771
|
+
margin: 0;
|
|
2772
|
+
}
|
|
2773
|
+
}
|
|
2615
2774
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
2616
2775
|
margin: 0 0 0 8px;
|
|
2617
2776
|
}
|
|
@@ -2734,6 +2893,9 @@
|
|
|
2734
2893
|
}
|
|
2735
2894
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
2736
2895
|
font-size: 16px;
|
|
2896
|
+
-ms-flex-item-align: auto;
|
|
2897
|
+
-ms-grid-row-align: auto;
|
|
2898
|
+
align-self: auto;
|
|
2737
2899
|
}
|
|
2738
2900
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
2739
2901
|
cursor: pointer;
|
|
@@ -2767,6 +2929,14 @@
|
|
|
2767
2929
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
2768
2930
|
padding: 0 20px;
|
|
2769
2931
|
}
|
|
2932
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
2933
|
+
margin: 0 0 0 12px;
|
|
2934
|
+
}
|
|
2935
|
+
@media screen and (max-width: 480px) {
|
|
2936
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
2937
|
+
margin: 0;
|
|
2938
|
+
}
|
|
2939
|
+
}
|
|
2770
2940
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
2771
2941
|
margin: 0 0 0 12px;
|
|
2772
2942
|
}
|
|
@@ -2809,6 +2979,9 @@
|
|
|
2809
2979
|
background: inherit;
|
|
2810
2980
|
border: 0;
|
|
2811
2981
|
border-radius: 0;
|
|
2982
|
+
box-shadow: none;
|
|
2983
|
+
font-weight: normal;
|
|
2984
|
+
border-bottom: 0;
|
|
2812
2985
|
}
|
|
2813
2986
|
.e-tab .e-tab-header::before {
|
|
2814
2987
|
border-color: #dee2e6;
|
|
@@ -2817,11 +2990,9 @@
|
|
|
2817
2990
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
2818
2991
|
border-width: 0 0 1px;
|
|
2819
2992
|
}
|
|
2820
|
-
.e-tab .e-tab-header[style*="overflow: hidden"] {
|
|
2821
|
-
border: 0;
|
|
2822
|
-
}
|
|
2823
2993
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
2824
2994
|
border-bottom: 1px solid #fff;
|
|
2995
|
+
margin-bottom: 0;
|
|
2825
2996
|
}
|
|
2826
2997
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
2827
2998
|
background: inherit;
|
|
@@ -2833,6 +3004,9 @@
|
|
|
2833
3004
|
background: inherit;
|
|
2834
3005
|
border: 1px solid transparent;
|
|
2835
3006
|
}
|
|
3007
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
3008
|
+
background: inherit;
|
|
3009
|
+
}
|
|
2836
3010
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
2837
3011
|
background: rgba(222, 226, 230, 0);
|
|
2838
3012
|
}
|
|
@@ -2874,12 +3048,23 @@
|
|
|
2874
3048
|
border-radius: 4px 4px 0 0;
|
|
2875
3049
|
}
|
|
2876
3050
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
2877
|
-
border:
|
|
3051
|
+
border: 1px solid transparent;
|
|
2878
3052
|
}
|
|
2879
3053
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
2880
3054
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
2881
3055
|
color: #495057;
|
|
2882
3056
|
}
|
|
3057
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3058
|
+
position: unset;
|
|
3059
|
+
}
|
|
3060
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3061
|
+
border: unset;
|
|
3062
|
+
content: unset;
|
|
3063
|
+
display: unset;
|
|
3064
|
+
position: unset;
|
|
3065
|
+
top: unset;
|
|
3066
|
+
width: unset;
|
|
3067
|
+
}
|
|
2883
3068
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
2884
3069
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
2885
3070
|
color: #495057;
|
|
@@ -2940,8 +3125,13 @@
|
|
|
2940
3125
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
2941
3126
|
color: #0056b3;
|
|
2942
3127
|
}
|
|
3128
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
3129
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3130
|
+
color: #0056b3;
|
|
3131
|
+
}
|
|
2943
3132
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
2944
3133
|
background: #007bff;
|
|
3134
|
+
border-color: transparent;
|
|
2945
3135
|
}
|
|
2946
3136
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
2947
3137
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
@@ -2963,28 +3153,44 @@
|
|
|
2963
3153
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
2964
3154
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
2965
3155
|
color: #212529;
|
|
3156
|
+
border: 0;
|
|
2966
3157
|
}
|
|
2967
3158
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
2968
3159
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
2969
3160
|
background: #5a6268;
|
|
2970
3161
|
color: #fff;
|
|
3162
|
+
border: 0;
|
|
2971
3163
|
}
|
|
2972
3164
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
2973
3165
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
2974
3166
|
box-shadow: none;
|
|
3167
|
+
border: 0;
|
|
3168
|
+
}
|
|
3169
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
3170
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
3171
|
+
background: inherit;
|
|
2975
3172
|
}
|
|
2976
3173
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
2977
3174
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
2978
3175
|
background: #6c757d;
|
|
2979
3176
|
color: #fff;
|
|
3177
|
+
border: 0;
|
|
2980
3178
|
}
|
|
2981
3179
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
2982
3180
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
2983
3181
|
background: #5a6268;
|
|
2984
3182
|
color: #fff;
|
|
2985
3183
|
}
|
|
3184
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
3185
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3186
|
+
background: #6c757d;
|
|
3187
|
+
border-color: unset;
|
|
3188
|
+
color: #fff;
|
|
3189
|
+
}
|
|
2986
3190
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
2987
3191
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
3192
|
+
box-shadow: none;
|
|
3193
|
+
background: inherit;
|
|
2988
3194
|
border: 3px solid #adb5bd;
|
|
2989
3195
|
}
|
|
2990
3196
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
@@ -2994,6 +3200,8 @@
|
|
|
2994
3200
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
2995
3201
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
2996
3202
|
color: rgba(108, 117, 125, 0.65);
|
|
3203
|
+
background: #5a6268;
|
|
3204
|
+
border-color: unset;
|
|
2997
3205
|
}
|
|
2998
3206
|
.e-tab .e-tab-header .e-hor-nav,
|
|
2999
3207
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -3018,7 +3226,10 @@
|
|
|
3018
3226
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
3019
3227
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
3020
3228
|
color: #fff;
|
|
3021
|
-
|
|
3229
|
+
}
|
|
3230
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
3231
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
3232
|
+
background: transparent;
|
|
3022
3233
|
}
|
|
3023
3234
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3024
3235
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
@@ -3042,6 +3253,7 @@
|
|
|
3042
3253
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3043
3254
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
3044
3255
|
background: #5a6268;
|
|
3256
|
+
color: #fff;
|
|
3045
3257
|
border: 0;
|
|
3046
3258
|
border-radius: 4px;
|
|
3047
3259
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -3049,32 +3261,59 @@
|
|
|
3049
3261
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
3050
3262
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
3051
3263
|
border: 0;
|
|
3264
|
+
background: transparent;
|
|
3052
3265
|
}
|
|
3053
3266
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
3054
3267
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
3055
3268
|
background: transparent;
|
|
3056
3269
|
}
|
|
3270
|
+
.e-tab .e-tab-header .e-hor-nav:active,
|
|
3271
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
3272
|
+
box-shadow: none;
|
|
3273
|
+
background: transparent;
|
|
3274
|
+
}
|
|
3057
3275
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
3058
3276
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
3059
|
-
background: inherit;
|
|
3060
|
-
border: 0;
|
|
3061
|
-
box-shadow: none;
|
|
3062
3277
|
background: #6c757d;
|
|
3063
3278
|
border: 3px solid #adb5bd;
|
|
3279
|
+
box-shadow: none;
|
|
3064
3280
|
border-radius: 4px;
|
|
3065
3281
|
}
|
|
3282
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
3283
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
3284
|
+
color: #fff;
|
|
3285
|
+
}
|
|
3286
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
3287
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
3288
|
+
border: 3px solid #adb5bd;
|
|
3289
|
+
}
|
|
3290
|
+
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
3291
|
+
border-color: unset;
|
|
3292
|
+
border-style: solid;
|
|
3293
|
+
border-width: 0;
|
|
3294
|
+
}
|
|
3066
3295
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
3067
|
-
border:
|
|
3296
|
+
border-color: unset;
|
|
3297
|
+
border-style: solid;
|
|
3298
|
+
border-width: 0;
|
|
3068
3299
|
}
|
|
3069
3300
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
3070
|
-
border-
|
|
3071
|
-
border-
|
|
3301
|
+
border-color: #ddd;
|
|
3302
|
+
border-style: solid;
|
|
3303
|
+
border-width: 1px 0 0;
|
|
3304
|
+
}
|
|
3305
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
3306
|
+
border-radius: 0 0 4px 4px;
|
|
3072
3307
|
}
|
|
3073
3308
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3074
|
-
border-
|
|
3309
|
+
border-color: #fff #ddd #ddd;
|
|
3310
|
+
border-style: solid;
|
|
3311
|
+
border-width: 1px;
|
|
3312
|
+
margin-top: 0;
|
|
3075
3313
|
border-radius: 0 0 4px 4px;
|
|
3076
|
-
|
|
3077
|
-
|
|
3314
|
+
}
|
|
3315
|
+
.e-tab .e-tab-header.e-vertical {
|
|
3316
|
+
border-bottom: 0;
|
|
3078
3317
|
}
|
|
3079
3318
|
.e-tab .e-tab-header.e-vertical::before {
|
|
3080
3319
|
border-width: 0 1px 0 0;
|
|
@@ -3083,10 +3322,16 @@
|
|
|
3083
3322
|
border-bottom: 1px solid #ddd;
|
|
3084
3323
|
border-top: 1px solid #ddd;
|
|
3085
3324
|
}
|
|
3325
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
3326
|
+
border-radius: 4px 0 0 4px;
|
|
3327
|
+
}
|
|
3086
3328
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
3087
3329
|
border-radius: 4px 0 0 4px;
|
|
3088
3330
|
border-right: 1px solid #fff;
|
|
3089
3331
|
}
|
|
3332
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
3333
|
+
border-radius: 0 4px 4px 0;
|
|
3334
|
+
}
|
|
3090
3335
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
3091
3336
|
border-left: 1px solid #fff;
|
|
3092
3337
|
border-radius: 0 4px 4px 0;
|
|
@@ -3112,6 +3357,10 @@
|
|
|
3112
3357
|
}
|
|
3113
3358
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
3114
3359
|
background: #eee;
|
|
3360
|
+
border-color: #ddd transparent transparent;
|
|
3361
|
+
}
|
|
3362
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
3363
|
+
background: #eee;
|
|
3115
3364
|
}
|
|
3116
3365
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
3117
3366
|
color: #fff;
|
|
@@ -3122,6 +3371,9 @@
|
|
|
3122
3371
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
3123
3372
|
background: #eee;
|
|
3124
3373
|
}
|
|
3374
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
3375
|
+
color: none;
|
|
3376
|
+
}
|
|
3125
3377
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
3126
3378
|
background: none;
|
|
3127
3379
|
}
|
|
@@ -3152,23 +3404,36 @@
|
|
|
3152
3404
|
border: 0;
|
|
3153
3405
|
box-shadow: none;
|
|
3154
3406
|
}
|
|
3407
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3408
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3409
|
+
color: #fff;
|
|
3410
|
+
}
|
|
3155
3411
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
3156
3412
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
3157
3413
|
border: 0;
|
|
3158
3414
|
}
|
|
3159
3415
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
3160
3416
|
background: #eee;
|
|
3417
|
+
border: 1px solid transparent;
|
|
3161
3418
|
}
|
|
3162
3419
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3163
3420
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
3164
3421
|
color: #0056b3;
|
|
3165
3422
|
}
|
|
3423
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
3424
|
+
color: #0056b3;
|
|
3425
|
+
}
|
|
3166
3426
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3167
3427
|
color: #fff;
|
|
3168
3428
|
}
|
|
3169
3429
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3170
3430
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3171
3431
|
color: #fff;
|
|
3432
|
+
background: #6c757d;
|
|
3433
|
+
border: 0;
|
|
3434
|
+
}
|
|
3435
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
3436
|
+
border-color: #ddd transparent transparent;
|
|
3172
3437
|
}
|
|
3173
3438
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
3174
3439
|
border: 0;
|
|
@@ -3214,6 +3479,9 @@
|
|
|
3214
3479
|
.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 {
|
|
3215
3480
|
color: #0056b3;
|
|
3216
3481
|
}
|
|
3482
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3483
|
+
color: #0056b3;
|
|
3484
|
+
}
|
|
3217
3485
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
3218
3486
|
margin-top: 0;
|
|
3219
3487
|
}
|
|
@@ -3223,6 +3491,7 @@
|
|
|
3223
3491
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3224
3492
|
background: #007bff;
|
|
3225
3493
|
border-radius: 4px;
|
|
3494
|
+
border-color: unset;
|
|
3226
3495
|
}
|
|
3227
3496
|
.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 {
|
|
3228
3497
|
color: #fff;
|
|
@@ -3230,6 +3499,9 @@
|
|
|
3230
3499
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3231
3500
|
margin-top: 0;
|
|
3232
3501
|
}
|
|
3502
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3503
|
+
border: unset;
|
|
3504
|
+
}
|
|
3233
3505
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3234
3506
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
3235
3507
|
color: #fff;
|
|
@@ -3240,11 +3512,19 @@
|
|
|
3240
3512
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
3241
3513
|
color: #fff;
|
|
3242
3514
|
}
|
|
3515
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
3516
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
3517
|
+
color: #212529;
|
|
3518
|
+
}
|
|
3243
3519
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
3244
3520
|
background: #007bff;
|
|
3245
3521
|
}
|
|
3246
|
-
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text
|
|
3247
|
-
|
|
3522
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
3523
|
+
color: #fff;
|
|
3524
|
+
}
|
|
3525
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
3526
|
+
color: #fff;
|
|
3527
|
+
}
|
|
3248
3528
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
3249
3529
|
color: #fff;
|
|
3250
3530
|
}
|
|
@@ -3300,8 +3580,11 @@
|
|
|
3300
3580
|
}
|
|
3301
3581
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3302
3582
|
background: #eee;
|
|
3583
|
+
border-color: unset;
|
|
3584
|
+
}
|
|
3585
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
3586
|
+
color: #0056b3;
|
|
3303
3587
|
}
|
|
3304
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3305
3588
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
3306
3589
|
color: #0056b3;
|
|
3307
3590
|
}
|
|
@@ -3321,6 +3604,7 @@
|
|
|
3321
3604
|
}
|
|
3322
3605
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
3323
3606
|
background: #dee2e6;
|
|
3607
|
+
bottom: 0;
|
|
3324
3608
|
}
|
|
3325
3609
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
3326
3610
|
border: 0;
|
|
@@ -3330,55 +3614,98 @@
|
|
|
3330
3614
|
}
|
|
3331
3615
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3332
3616
|
background: inherit;
|
|
3617
|
+
border-color: transparent;
|
|
3333
3618
|
}
|
|
3334
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3335
3619
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3336
3620
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3337
3621
|
color: #007bff;
|
|
3338
3622
|
}
|
|
3623
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
3624
|
+
color: #007bff;
|
|
3625
|
+
}
|
|
3339
3626
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
3340
3627
|
color: rgba(0, 0, 0, 0.5);
|
|
3341
3628
|
}
|
|
3342
3629
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
3343
3630
|
background: transparent;
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3347
|
-
color: #fff;
|
|
3631
|
+
background-color: transparent;
|
|
3632
|
+
border-color: #e9ecef;
|
|
3348
3633
|
}
|
|
3349
3634
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
3350
3635
|
color: #0056b3;
|
|
3351
3636
|
}
|
|
3637
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3638
|
+
color: #fff;
|
|
3639
|
+
}
|
|
3352
3640
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3353
3641
|
color: rgba(0, 0, 0, 0.5);
|
|
3354
3642
|
}
|
|
3643
|
+
.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 {
|
|
3644
|
+
color: rgba(0, 0, 0, 0.5);
|
|
3645
|
+
}
|
|
3355
3646
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
3356
3647
|
border: 0;
|
|
3357
3648
|
margin: 0;
|
|
3649
|
+
background: inherit;
|
|
3358
3650
|
}
|
|
3359
3651
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3360
3652
|
background: #007bff;
|
|
3653
|
+
border-color: unset;
|
|
3361
3654
|
border-radius: 4px;
|
|
3655
|
+
border-style: solid;
|
|
3656
|
+
border-width: 1px;
|
|
3657
|
+
}
|
|
3658
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
3659
|
+
color: #fff;
|
|
3660
|
+
}
|
|
3661
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3662
|
+
color: #fff;
|
|
3663
|
+
}
|
|
3664
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
3665
|
+
color: #fff;
|
|
3666
|
+
}
|
|
3667
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
3668
|
+
background: #007bff;
|
|
3669
|
+
border-color: unset;
|
|
3670
|
+
}
|
|
3671
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
3672
|
+
color: #fff;
|
|
3362
3673
|
}
|
|
3363
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
3364
3674
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3365
3675
|
color: #fff;
|
|
3366
3676
|
}
|
|
3367
3677
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
3368
3678
|
color: #fff;
|
|
3369
3679
|
}
|
|
3680
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
3681
|
+
color: #fff;
|
|
3682
|
+
}
|
|
3683
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
3684
|
+
color: #fff;
|
|
3685
|
+
}
|
|
3686
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
3687
|
+
background: #007bff;
|
|
3688
|
+
}
|
|
3689
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
3690
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
3691
|
+
color: #fff;
|
|
3692
|
+
}
|
|
3370
3693
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3371
3694
|
background: #007bff;
|
|
3372
3695
|
}
|
|
3373
3696
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3374
3697
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3375
3698
|
color: #fff;
|
|
3699
|
+
}
|
|
3700
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
3376
3701
|
color: #fff;
|
|
3377
3702
|
}
|
|
3378
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text,
|
|
3379
3703
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
3380
3704
|
color: #fff;
|
|
3381
3705
|
}
|
|
3706
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3707
|
+
border: unset;
|
|
3708
|
+
}
|
|
3382
3709
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3383
3710
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
3384
3711
|
color: #fff;
|
|
@@ -3386,7 +3713,8 @@
|
|
|
3386
3713
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3387
3714
|
color: #fff;
|
|
3388
3715
|
}
|
|
3389
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
3716
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
3717
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
3390
3718
|
color: #fff;
|
|
3391
3719
|
}
|
|
3392
3720
|
.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 {
|
|
@@ -3401,11 +3729,11 @@
|
|
|
3401
3729
|
background: inherit;
|
|
3402
3730
|
}
|
|
3403
3731
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3404
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
3732
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3733
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3405
3734
|
color: #007bff;
|
|
3406
3735
|
}
|
|
3407
3736
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
3408
|
-
background: #eee;
|
|
3409
3737
|
background: #007bff;
|
|
3410
3738
|
}
|
|
3411
3739
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
@@ -3413,52 +3741,103 @@
|
|
|
3413
3741
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3414
3742
|
color: #fff;
|
|
3415
3743
|
}
|
|
3416
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text
|
|
3744
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
3745
|
+
color: #fff;
|
|
3746
|
+
}
|
|
3417
3747
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
3418
3748
|
color: #fff;
|
|
3419
3749
|
}
|
|
3750
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
3751
|
+
color: #007bff;
|
|
3752
|
+
}
|
|
3753
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
3754
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
3755
|
+
background: inherit;
|
|
3756
|
+
}
|
|
3420
3757
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
3421
3758
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3422
3759
|
color: #212529;
|
|
3760
|
+
border: 0;
|
|
3423
3761
|
}
|
|
3424
3762
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
3425
3763
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
3426
3764
|
background: inherit;
|
|
3427
3765
|
color: #fff;
|
|
3766
|
+
border-color: unset;
|
|
3767
|
+
}
|
|
3768
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
3769
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
3770
|
+
background: unset;
|
|
3771
|
+
color: #212529;
|
|
3428
3772
|
}
|
|
3429
3773
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
3430
3774
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3431
3775
|
color: #fff;
|
|
3776
|
+
border: 0;
|
|
3777
|
+
background: #6c757d;
|
|
3432
3778
|
}
|
|
3433
3779
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
3434
3780
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
3435
3781
|
background: inherit;
|
|
3436
3782
|
color: #fff;
|
|
3437
3783
|
}
|
|
3784
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
3785
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3786
|
+
background: #6c757d;
|
|
3787
|
+
border-color: unset;
|
|
3788
|
+
color: #fff;
|
|
3789
|
+
}
|
|
3438
3790
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
3439
3791
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
3440
3792
|
animation: none;
|
|
3441
3793
|
}
|
|
3794
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
3795
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
3796
|
+
background: transparent;
|
|
3797
|
+
}
|
|
3442
3798
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
3443
3799
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
3444
3800
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3445
3801
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3446
3802
|
color: #212529;
|
|
3803
|
+
border: 0;
|
|
3447
3804
|
}
|
|
3448
3805
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
3449
3806
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
3450
3807
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
3451
3808
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
3452
|
-
background:
|
|
3809
|
+
background: #5a6268;
|
|
3810
|
+
border-color: unset;
|
|
3453
3811
|
color: #fff;
|
|
3454
|
-
|
|
3812
|
+
}
|
|
3813
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
3814
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
3815
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
3816
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
3455
3817
|
background: #5a6268;
|
|
3818
|
+
color: #fff;
|
|
3456
3819
|
}
|
|
3457
3820
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
3458
3821
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
3459
3822
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3460
3823
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3461
3824
|
color: #fff;
|
|
3825
|
+
background: #6c757d;
|
|
3826
|
+
border: 0;
|
|
3827
|
+
}
|
|
3828
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
3829
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
3830
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3831
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
3832
|
+
background: #5a6268;
|
|
3833
|
+
}
|
|
3834
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3835
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
3836
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3837
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3838
|
+
background: #5a6268;
|
|
3839
|
+
border-color: unset;
|
|
3840
|
+
color: #fff;
|
|
3462
3841
|
}
|
|
3463
3842
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
3464
3843
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -3468,6 +3847,40 @@
|
|
|
3468
3847
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
3469
3848
|
color: #fff;
|
|
3470
3849
|
}
|
|
3850
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3851
|
+
border: 0;
|
|
3852
|
+
margin: 0;
|
|
3853
|
+
}
|
|
3854
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
3855
|
+
border-color: unset;
|
|
3856
|
+
border-radius: 4px;
|
|
3857
|
+
border-style: solid;
|
|
3858
|
+
border-width: 0;
|
|
3859
|
+
}
|
|
3860
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
3861
|
+
border-color: #fff;
|
|
3862
|
+
border-style: solid;
|
|
3863
|
+
border-width: 0 1px 0 0;
|
|
3864
|
+
margin: 0;
|
|
3865
|
+
}
|
|
3866
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
3867
|
+
border-color: unset;
|
|
3868
|
+
border-radius: 4px;
|
|
3869
|
+
border-style: solid;
|
|
3870
|
+
border-width: 0;
|
|
3871
|
+
}
|
|
3872
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
3873
|
+
border-color: #fff;
|
|
3874
|
+
border-style: solid;
|
|
3875
|
+
border-width: 0 0 0 1px;
|
|
3876
|
+
margin: 0;
|
|
3877
|
+
}
|
|
3878
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
3879
|
+
border-color: unset;
|
|
3880
|
+
border-radius: 4px;
|
|
3881
|
+
border-style: solid;
|
|
3882
|
+
border-width: 0;
|
|
3883
|
+
}
|
|
3471
3884
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
3472
3885
|
border: 0;
|
|
3473
3886
|
}
|
|
@@ -3531,6 +3944,7 @@
|
|
|
3531
3944
|
}
|
|
3532
3945
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
3533
3946
|
background: #007bff;
|
|
3947
|
+
border-color: transparent;
|
|
3534
3948
|
}
|
|
3535
3949
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3536
3950
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -3539,22 +3953,38 @@
|
|
|
3539
3953
|
}
|
|
3540
3954
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3541
3955
|
background: #eee;
|
|
3956
|
+
border-color: unset;
|
|
3542
3957
|
}
|
|
3543
3958
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3544
3959
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3545
3960
|
color: #fff;
|
|
3546
3961
|
}
|
|
3547
3962
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
3963
|
+
background: #007bff;
|
|
3548
3964
|
border: 1px solid #e9ecef;
|
|
3549
3965
|
border-radius: 4px 4px 0 0;
|
|
3550
3966
|
}
|
|
3551
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text
|
|
3552
|
-
|
|
3553
|
-
|
|
3967
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
3968
|
+
color: #0056b3;
|
|
3969
|
+
}
|
|
3970
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3971
|
+
color: #fff;
|
|
3972
|
+
}
|
|
3973
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
3974
|
+
color: #0056b3;
|
|
3975
|
+
}
|
|
3976
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
3977
|
+
color: #0056b3;
|
|
3978
|
+
}
|
|
3979
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3980
|
+
color: #fff;
|
|
3981
|
+
}
|
|
3554
3982
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
3555
3983
|
color: #0056b3;
|
|
3556
3984
|
}
|
|
3557
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
3985
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
3986
|
+
color: #0056b3;
|
|
3987
|
+
}
|
|
3558
3988
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
3559
3989
|
color: #0056b3;
|
|
3560
3990
|
}
|
|
@@ -3580,6 +4010,8 @@
|
|
|
3580
4010
|
.e-tab .e-content .e-item {
|
|
3581
4011
|
background: inherit;
|
|
3582
4012
|
color: #000;
|
|
4013
|
+
font-size: 12px;
|
|
4014
|
+
line-height: 18px;
|
|
3583
4015
|
}
|
|
3584
4016
|
|
|
3585
4017
|
.e-tab-clone-element {
|