@syncfusion/ej2-navigations 20.3.58 → 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 +25 -2
- 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 +271 -216
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +269 -213
- 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 +49 -25
- 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
|
@@ -6,33 +6,15 @@
|
|
|
6
6
|
/*! Bootstrap specific themes definition's */
|
|
7
7
|
/*! Vertical Tab */
|
|
8
8
|
/*! tab icons */
|
|
9
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
10
|
-
content: "\e748";
|
|
11
|
-
}
|
|
12
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
13
|
-
content: "\e765";
|
|
14
|
-
}
|
|
15
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
16
|
-
content: "\e765";
|
|
17
|
-
}
|
|
18
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
19
|
-
content: "\e748";
|
|
20
|
-
}
|
|
21
9
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
22
10
|
content: "\e7e7";
|
|
23
11
|
position: relative;
|
|
24
12
|
}
|
|
25
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
26
|
-
content: "\e776";
|
|
27
|
-
}
|
|
28
13
|
@media screen and (max-width: 480px) {
|
|
29
14
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
30
15
|
content: "\e770";
|
|
31
16
|
}
|
|
32
17
|
}
|
|
33
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
34
|
-
content: "\e729";
|
|
35
|
-
}
|
|
36
18
|
@media screen and (max-width: 480px) {
|
|
37
19
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
38
20
|
content: "\e770";
|
|
@@ -46,12 +28,6 @@
|
|
|
46
28
|
content: "\e729";
|
|
47
29
|
}
|
|
48
30
|
}
|
|
49
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
50
|
-
content: "\e776";
|
|
51
|
-
}
|
|
52
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
53
|
-
content: "\e729";
|
|
54
|
-
}
|
|
55
31
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
56
32
|
content: "More";
|
|
57
33
|
}
|
|
@@ -135,8 +111,6 @@
|
|
|
135
111
|
}
|
|
136
112
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav,
|
|
137
113
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
138
|
-
width: 50px;
|
|
139
|
-
border-radius: 4px;
|
|
140
114
|
width: 38px;
|
|
141
115
|
}
|
|
142
116
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -177,10 +151,16 @@
|
|
|
177
151
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
178
152
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
179
153
|
font-size: 16px;
|
|
154
|
+
margin-bottom: 0;
|
|
155
|
+
}
|
|
156
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
157
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
158
|
+
position: relative;
|
|
159
|
+
top: 0;
|
|
180
160
|
}
|
|
181
161
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
182
162
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
183
|
-
margin: 0
|
|
163
|
+
margin: 0;
|
|
184
164
|
padding-bottom: 0;
|
|
185
165
|
}
|
|
186
166
|
@media screen and (max-width: 480px) {
|
|
@@ -192,7 +172,7 @@
|
|
|
192
172
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
193
173
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
194
174
|
position: relative;
|
|
195
|
-
top:
|
|
175
|
+
top: 0;
|
|
196
176
|
}
|
|
197
177
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
198
178
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -204,10 +184,6 @@
|
|
|
204
184
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
205
185
|
height: 42px;
|
|
206
186
|
}
|
|
207
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
208
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
209
|
-
padding: 0;
|
|
210
|
-
}
|
|
211
187
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
212
188
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
213
189
|
cursor: pointer;
|
|
@@ -250,6 +226,16 @@
|
|
|
250
226
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
251
227
|
padding: 0 20px;
|
|
252
228
|
}
|
|
229
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
230
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
231
|
+
margin: 0 0 0 12px;
|
|
232
|
+
}
|
|
233
|
+
@media screen and (max-width: 480px) {
|
|
234
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
235
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
236
|
+
margin: 0;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
253
239
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
254
240
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
255
241
|
margin: 0 0 0 8px;
|
|
@@ -495,7 +481,6 @@
|
|
|
495
481
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
496
482
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
497
483
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
498
|
-
top: 0;
|
|
499
484
|
line-height: 38px;
|
|
500
485
|
top: 0.5px;
|
|
501
486
|
}
|
|
@@ -509,8 +494,8 @@
|
|
|
509
494
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
510
495
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
511
496
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
512
|
-
top: 0;
|
|
513
497
|
line-height: 38px;
|
|
498
|
+
top: 0;
|
|
514
499
|
}
|
|
515
500
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
516
501
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
@@ -562,11 +547,6 @@
|
|
|
562
547
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
563
548
|
top: 0.5px;
|
|
564
549
|
}
|
|
565
|
-
.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,
|
|
566
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
567
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
568
|
-
height: initial;
|
|
569
|
-
}
|
|
570
550
|
.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,
|
|
571
551
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
572
552
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
@@ -606,16 +586,15 @@
|
|
|
606
586
|
height: 42px;
|
|
607
587
|
padding: 0;
|
|
608
588
|
}
|
|
609
|
-
.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,
|
|
610
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
611
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
612
|
-
height: 42px;
|
|
613
|
-
}
|
|
614
589
|
.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,
|
|
615
590
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
616
591
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
617
592
|
height: initial;
|
|
618
593
|
}
|
|
594
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
595
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
596
|
+
height: 42px;
|
|
597
|
+
}
|
|
619
598
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
620
599
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
621
600
|
max-width: 150px;
|
|
@@ -653,6 +632,11 @@
|
|
|
653
632
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
654
633
|
right: -20px;
|
|
655
634
|
}
|
|
635
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
636
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
637
|
+
min-height: 38px;
|
|
638
|
+
min-width: auto;
|
|
639
|
+
}
|
|
656
640
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
657
641
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
658
642
|
height: 24px;
|
|
@@ -712,10 +696,6 @@
|
|
|
712
696
|
font-size: 12px;
|
|
713
697
|
}
|
|
714
698
|
}
|
|
715
|
-
.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active,
|
|
716
|
-
.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active {
|
|
717
|
-
margin: 0 0 0 2px;
|
|
718
|
-
}
|
|
719
699
|
.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
|
|
720
700
|
.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
721
701
|
height: inherit;
|
|
@@ -765,6 +745,10 @@
|
|
|
765
745
|
height: 42px;
|
|
766
746
|
padding: 0;
|
|
767
747
|
}
|
|
748
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
749
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
750
|
+
height: 42px;
|
|
751
|
+
}
|
|
768
752
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
769
753
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
770
754
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -829,10 +813,6 @@
|
|
|
829
813
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
830
814
|
top: 0;
|
|
831
815
|
}
|
|
832
|
-
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
|
|
833
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
834
|
-
margin: 0;
|
|
835
|
-
}
|
|
836
816
|
.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),
|
|
837
817
|
.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) {
|
|
838
818
|
margin: 0 0 0 2px;
|
|
@@ -876,6 +856,7 @@
|
|
|
876
856
|
height: 42px;
|
|
877
857
|
margin: 0 2px 0 0;
|
|
878
858
|
min-height: 42px;
|
|
859
|
+
padding: 0;
|
|
879
860
|
}
|
|
880
861
|
@media screen and (max-width: 480px) {
|
|
881
862
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -981,6 +962,10 @@
|
|
|
981
962
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
982
963
|
height: 42px;
|
|
983
964
|
}
|
|
965
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
966
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
967
|
+
height: 42px;
|
|
968
|
+
}
|
|
984
969
|
.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,
|
|
985
970
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
986
971
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -1014,6 +999,10 @@
|
|
|
1014
999
|
margin: 0;
|
|
1015
1000
|
padding: 0;
|
|
1016
1001
|
}
|
|
1002
|
+
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
1003
|
+
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
1004
|
+
padding: 0;
|
|
1005
|
+
}
|
|
1017
1006
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
1018
1007
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1019
1008
|
padding: 0 20px;
|
|
@@ -1032,10 +1021,6 @@
|
|
|
1032
1021
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
1033
1022
|
margin-bottom: 0;
|
|
1034
1023
|
}
|
|
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
1024
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
1040
1025
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
1041
1026
|
padding: 0 16px;
|
|
@@ -1054,6 +1039,10 @@
|
|
|
1054
1039
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
1055
1040
|
margin: 0;
|
|
1056
1041
|
}
|
|
1042
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
1043
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
1044
|
+
margin: 0;
|
|
1045
|
+
}
|
|
1057
1046
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
1058
1047
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
1059
1048
|
margin: 0 10px 0 0;
|
|
@@ -1211,19 +1200,44 @@
|
|
|
1211
1200
|
margin: 0 2px 0 0;
|
|
1212
1201
|
}
|
|
1213
1202
|
}
|
|
1203
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
1204
|
+
position: unset;
|
|
1205
|
+
}
|
|
1206
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1207
|
+
left: unset;
|
|
1208
|
+
right: unset;
|
|
1209
|
+
}
|
|
1210
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1211
|
+
background-color: unset;
|
|
1212
|
+
bottom: unset;
|
|
1213
|
+
content: unset;
|
|
1214
|
+
height: unset;
|
|
1215
|
+
left: unset;
|
|
1216
|
+
position: unset;
|
|
1217
|
+
right: unset;
|
|
1218
|
+
transition: unset;
|
|
1219
|
+
}
|
|
1220
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1221
|
+
color: unset;
|
|
1222
|
+
content: unset;
|
|
1223
|
+
display: unset;
|
|
1224
|
+
font-weight: unset;
|
|
1225
|
+
height: unset;
|
|
1226
|
+
overflow: unset;
|
|
1227
|
+
visibility: unset;
|
|
1228
|
+
}
|
|
1214
1229
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
1215
1230
|
padding: 0;
|
|
1216
1231
|
}
|
|
1217
1232
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
1218
1233
|
display: none;
|
|
1219
1234
|
}
|
|
1220
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll
|
|
1221
|
-
|
|
1235
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
1236
|
+
padding: 0;
|
|
1222
1237
|
}
|
|
1223
1238
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
1224
|
-
width: 40px;
|
|
1225
|
-
border-radius: 4px;
|
|
1226
1239
|
width: 32px;
|
|
1240
|
+
border-radius: 4px;
|
|
1227
1241
|
}
|
|
1228
1242
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1229
1243
|
margin: 0 2px 0 0;
|
|
@@ -1251,6 +1265,7 @@
|
|
|
1251
1265
|
height: 2px;
|
|
1252
1266
|
left: 0;
|
|
1253
1267
|
right: 0;
|
|
1268
|
+
border-radius: 0;
|
|
1254
1269
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
1255
1270
|
}
|
|
1256
1271
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -1300,6 +1315,10 @@
|
|
|
1300
1315
|
font-size: 14px;
|
|
1301
1316
|
font-weight: 400;
|
|
1302
1317
|
text-transform: capitalize;
|
|
1318
|
+
-ms-flex-item-align: auto;
|
|
1319
|
+
-ms-grid-row-align: auto;
|
|
1320
|
+
align-self: auto;
|
|
1321
|
+
margin-bottom: 0;
|
|
1303
1322
|
}
|
|
1304
1323
|
@media screen and (max-width: 480px) {
|
|
1305
1324
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -1307,7 +1326,7 @@
|
|
|
1307
1326
|
}
|
|
1308
1327
|
}
|
|
1309
1328
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1310
|
-
margin: 0
|
|
1329
|
+
margin: 0;
|
|
1311
1330
|
padding-bottom: 0;
|
|
1312
1331
|
}
|
|
1313
1332
|
@media screen and (max-width: 480px) {
|
|
@@ -1327,14 +1346,16 @@
|
|
|
1327
1346
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
1328
1347
|
margin-bottom: 0;
|
|
1329
1348
|
}
|
|
1330
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
1331
|
-
border: 0;
|
|
1332
|
-
}
|
|
1333
1349
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
1334
1350
|
font-weight: 400;
|
|
1335
1351
|
}
|
|
1336
1352
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
1337
|
-
top:
|
|
1353
|
+
top: 1px;
|
|
1354
|
+
left: 5px;
|
|
1355
|
+
}
|
|
1356
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
1357
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
1358
|
+
left: 0;
|
|
1338
1359
|
}
|
|
1339
1360
|
.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
1361
|
height: 32px;
|
|
@@ -1366,7 +1387,7 @@
|
|
|
1366
1387
|
}
|
|
1367
1388
|
}
|
|
1368
1389
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
1369
|
-
top:
|
|
1390
|
+
top: 1px;
|
|
1370
1391
|
}
|
|
1371
1392
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
1372
1393
|
display: -ms-inline-flexbox;
|
|
@@ -1392,6 +1413,15 @@
|
|
|
1392
1413
|
font-size: 20px;
|
|
1393
1414
|
}
|
|
1394
1415
|
}
|
|
1416
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
1417
|
+
position: relative;
|
|
1418
|
+
top: 1px;
|
|
1419
|
+
left: 5px;
|
|
1420
|
+
}
|
|
1421
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
1422
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
1423
|
+
left: 0;
|
|
1424
|
+
}
|
|
1395
1425
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
1396
1426
|
-ms-flex-pack: center;
|
|
1397
1427
|
justify-content: center;
|
|
@@ -1402,6 +1432,14 @@
|
|
|
1402
1432
|
padding: 0 16px;
|
|
1403
1433
|
}
|
|
1404
1434
|
}
|
|
1435
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
1436
|
+
margin: 0 0 0 8px;
|
|
1437
|
+
}
|
|
1438
|
+
@media screen and (max-width: 480px) {
|
|
1439
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
1440
|
+
margin: 0;
|
|
1441
|
+
}
|
|
1442
|
+
}
|
|
1405
1443
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1406
1444
|
margin: 0 0 0 8px;
|
|
1407
1445
|
}
|
|
@@ -1499,6 +1537,7 @@
|
|
|
1499
1537
|
}
|
|
1500
1538
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1501
1539
|
margin: 0;
|
|
1540
|
+
padding: 0;
|
|
1502
1541
|
}
|
|
1503
1542
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
1504
1543
|
height: 26px;
|
|
@@ -1710,7 +1749,6 @@
|
|
|
1710
1749
|
}
|
|
1711
1750
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
1712
1751
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
1713
|
-
top: 0;
|
|
1714
1752
|
line-height: 32px;
|
|
1715
1753
|
top: 0;
|
|
1716
1754
|
}
|
|
@@ -1746,7 +1784,6 @@
|
|
|
1746
1784
|
}
|
|
1747
1785
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
1748
1786
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
1749
|
-
top: 0;
|
|
1750
1787
|
line-height: 32px;
|
|
1751
1788
|
top: 0;
|
|
1752
1789
|
}
|
|
@@ -1761,6 +1798,32 @@
|
|
|
1761
1798
|
line-height: 32px;
|
|
1762
1799
|
top: -0.5px;
|
|
1763
1800
|
}
|
|
1801
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
1802
|
+
position: unset;
|
|
1803
|
+
}
|
|
1804
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1805
|
+
left: unset;
|
|
1806
|
+
right: unset;
|
|
1807
|
+
}
|
|
1808
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1809
|
+
background-color: unset;
|
|
1810
|
+
content: unset;
|
|
1811
|
+
height: unset;
|
|
1812
|
+
left: unset;
|
|
1813
|
+
position: unset;
|
|
1814
|
+
right: unset;
|
|
1815
|
+
top: unset;
|
|
1816
|
+
transition: unset;
|
|
1817
|
+
}
|
|
1818
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1819
|
+
color: unset;
|
|
1820
|
+
content: unset;
|
|
1821
|
+
display: unset;
|
|
1822
|
+
font-weight: unset;
|
|
1823
|
+
height: unset;
|
|
1824
|
+
overflow: unset;
|
|
1825
|
+
visibility: unset;
|
|
1826
|
+
}
|
|
1764
1827
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
1765
1828
|
bottom: auto;
|
|
1766
1829
|
}
|
|
@@ -1795,6 +1858,12 @@
|
|
|
1795
1858
|
height: 32px;
|
|
1796
1859
|
padding: 0;
|
|
1797
1860
|
}
|
|
1861
|
+
.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 {
|
|
1862
|
+
top: unset;
|
|
1863
|
+
}
|
|
1864
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
1865
|
+
top: 0;
|
|
1866
|
+
}
|
|
1798
1867
|
.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
1868
|
height: initial;
|
|
1800
1869
|
}
|
|
@@ -1867,6 +1936,13 @@
|
|
|
1867
1936
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
1868
1937
|
display: none;
|
|
1869
1938
|
}
|
|
1939
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
1940
|
+
min-height: 32px;
|
|
1941
|
+
min-width: 33px;
|
|
1942
|
+
}
|
|
1943
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
1944
|
+
margin: 0;
|
|
1945
|
+
}
|
|
1870
1946
|
.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
1947
|
right: -15px;
|
|
1872
1948
|
}
|
|
@@ -1883,6 +1959,30 @@
|
|
|
1883
1959
|
left: auto;
|
|
1884
1960
|
right: 0;
|
|
1885
1961
|
}
|
|
1962
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1963
|
+
bottom: unset;
|
|
1964
|
+
height: unset;
|
|
1965
|
+
}
|
|
1966
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1967
|
+
background-color: unset;
|
|
1968
|
+
bottom: unset;
|
|
1969
|
+
content: unset;
|
|
1970
|
+
height: unset;
|
|
1971
|
+
left: unset;
|
|
1972
|
+
position: unset;
|
|
1973
|
+
right: unset;
|
|
1974
|
+
transition: unset;
|
|
1975
|
+
width: unset;
|
|
1976
|
+
}
|
|
1977
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1978
|
+
color: unset;
|
|
1979
|
+
content: unset;
|
|
1980
|
+
display: unset;
|
|
1981
|
+
font-weight: unset;
|
|
1982
|
+
height: unset;
|
|
1983
|
+
overflow: unset;
|
|
1984
|
+
visibility: unset;
|
|
1985
|
+
}
|
|
1886
1986
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
1887
1987
|
float: right;
|
|
1888
1988
|
}
|
|
@@ -1899,6 +1999,30 @@
|
|
|
1899
1999
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
1900
2000
|
width: auto;
|
|
1901
2001
|
}
|
|
2002
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
2003
|
+
bottom: unset;
|
|
2004
|
+
height: unset;
|
|
2005
|
+
}
|
|
2006
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
2007
|
+
background-color: unset;
|
|
2008
|
+
bottom: unset;
|
|
2009
|
+
content: unset;
|
|
2010
|
+
height: unset;
|
|
2011
|
+
left: unset;
|
|
2012
|
+
position: unset;
|
|
2013
|
+
right: unset;
|
|
2014
|
+
transition: unset;
|
|
2015
|
+
width: unset;
|
|
2016
|
+
}
|
|
2017
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
2018
|
+
color: unset;
|
|
2019
|
+
content: unset;
|
|
2020
|
+
display: unset;
|
|
2021
|
+
font-weight: unset;
|
|
2022
|
+
height: unset;
|
|
2023
|
+
overflow: unset;
|
|
2024
|
+
visibility: unset;
|
|
2025
|
+
}
|
|
1902
2026
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
1903
2027
|
height: 16px;
|
|
1904
2028
|
-ms-flex-pack: center;
|
|
@@ -2024,6 +2148,28 @@
|
|
|
2024
2148
|
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
2025
2149
|
height: 62px;
|
|
2026
2150
|
}
|
|
2151
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
2152
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
2153
|
+
position: unset;
|
|
2154
|
+
}
|
|
2155
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
2156
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
2157
|
+
border: unset;
|
|
2158
|
+
content: unset;
|
|
2159
|
+
display: none;
|
|
2160
|
+
position: unset;
|
|
2161
|
+
top: unset;
|
|
2162
|
+
width: unset;
|
|
2163
|
+
}
|
|
2164
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2165
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2166
|
+
content: unset;
|
|
2167
|
+
display: unset;
|
|
2168
|
+
position: unset;
|
|
2169
|
+
top: unset;
|
|
2170
|
+
width: unset;
|
|
2171
|
+
border: unset;
|
|
2172
|
+
}
|
|
2027
2173
|
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
2028
2174
|
height: 62px;
|
|
2029
2175
|
}
|
|
@@ -2036,6 +2182,9 @@
|
|
|
2036
2182
|
font-size: 12px;
|
|
2037
2183
|
}
|
|
2038
2184
|
}
|
|
2185
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
2186
|
+
width: 2px;
|
|
2187
|
+
}
|
|
2039
2188
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2040
2189
|
.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
2190
|
display: none;
|
|
@@ -2047,6 +2196,10 @@
|
|
|
2047
2196
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
2048
2197
|
height: 16px;
|
|
2049
2198
|
}
|
|
2199
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2200
|
+
.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 {
|
|
2201
|
+
top: unset;
|
|
2202
|
+
}
|
|
2050
2203
|
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
2051
2204
|
margin: 0 0 0 2px;
|
|
2052
2205
|
}
|
|
@@ -2233,9 +2386,6 @@
|
|
|
2233
2386
|
min-height: 42px;
|
|
2234
2387
|
}
|
|
2235
2388
|
}
|
|
2236
|
-
.e-tab.e-fill .e-tab-header::before {
|
|
2237
|
-
display: none;
|
|
2238
|
-
}
|
|
2239
2389
|
.e-tab.e-fill .e-tab-header .e-indicator {
|
|
2240
2390
|
display: none;
|
|
2241
2391
|
}
|
|
@@ -2256,6 +2406,7 @@
|
|
|
2256
2406
|
height: 32px;
|
|
2257
2407
|
margin: 0 2px 0 0;
|
|
2258
2408
|
min-height: 32px;
|
|
2409
|
+
padding: 0;
|
|
2259
2410
|
}
|
|
2260
2411
|
@media screen and (max-width: 480px) {
|
|
2261
2412
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -2356,6 +2507,9 @@
|
|
|
2356
2507
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2357
2508
|
height: 32px;
|
|
2358
2509
|
}
|
|
2510
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
2511
|
+
height: 32px;
|
|
2512
|
+
}
|
|
2359
2513
|
.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
2514
|
height: 62px;
|
|
2361
2515
|
}
|
|
@@ -2374,16 +2528,14 @@
|
|
|
2374
2528
|
height: 60px;
|
|
2375
2529
|
min-height: 60px;
|
|
2376
2530
|
}
|
|
2377
|
-
.e-tab.e-background .e-tab-header::before {
|
|
2378
|
-
display: none;
|
|
2379
|
-
}
|
|
2380
2531
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
2381
2532
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
2382
2533
|
margin: 0;
|
|
2383
2534
|
padding: 0;
|
|
2384
2535
|
}
|
|
2385
2536
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2386
|
-
margin: 0
|
|
2537
|
+
margin: 0;
|
|
2538
|
+
padding: 0;
|
|
2387
2539
|
}
|
|
2388
2540
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2389
2541
|
padding: 0 15px;
|
|
@@ -2399,12 +2551,12 @@
|
|
|
2399
2551
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
2400
2552
|
margin-bottom: 0;
|
|
2401
2553
|
}
|
|
2402
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
2403
|
-
height: 32px;
|
|
2404
|
-
}
|
|
2405
2554
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
2406
2555
|
font-weight: 400;
|
|
2407
2556
|
}
|
|
2557
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
2558
|
+
display: none;
|
|
2559
|
+
}
|
|
2408
2560
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
2409
2561
|
padding: 0 12px;
|
|
2410
2562
|
}
|
|
@@ -2426,10 +2578,10 @@
|
|
|
2426
2578
|
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
2427
2579
|
margin: 0;
|
|
2428
2580
|
}
|
|
2429
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-
|
|
2581
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2430
2582
|
margin: 0;
|
|
2431
2583
|
}
|
|
2432
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2584
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
2433
2585
|
margin: 0;
|
|
2434
2586
|
}
|
|
2435
2587
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
@@ -2450,12 +2602,6 @@
|
|
|
2450
2602
|
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
2451
2603
|
margin: 0 0 0 2px;
|
|
2452
2604
|
}
|
|
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
2605
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
2460
2606
|
margin: 0;
|
|
2461
2607
|
}
|
|
@@ -2556,6 +2702,9 @@
|
|
|
2556
2702
|
font-size: 14px;
|
|
2557
2703
|
font-weight: 400;
|
|
2558
2704
|
text-transform: capitalize;
|
|
2705
|
+
-ms-flex-item-align: auto;
|
|
2706
|
+
-ms-grid-row-align: auto;
|
|
2707
|
+
align-self: auto;
|
|
2559
2708
|
}
|
|
2560
2709
|
@media screen and (max-width: 480px) {
|
|
2561
2710
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -2576,7 +2725,7 @@
|
|
|
2576
2725
|
}
|
|
2577
2726
|
}
|
|
2578
2727
|
.e-tab-clone-element .e-close-icon::before {
|
|
2579
|
-
top:
|
|
2728
|
+
top: 1px;
|
|
2580
2729
|
}
|
|
2581
2730
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
2582
2731
|
display: -ms-inline-flexbox;
|
|
@@ -2612,6 +2761,14 @@
|
|
|
2612
2761
|
padding: 0 16px;
|
|
2613
2762
|
}
|
|
2614
2763
|
}
|
|
2764
|
+
.e-tab-clone-element .e-icon-right {
|
|
2765
|
+
margin: 0 0 0 8px;
|
|
2766
|
+
}
|
|
2767
|
+
@media screen and (max-width: 480px) {
|
|
2768
|
+
.e-tab-clone-element .e-icon-right {
|
|
2769
|
+
margin: 0;
|
|
2770
|
+
}
|
|
2771
|
+
}
|
|
2615
2772
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
2616
2773
|
margin: 0 0 0 8px;
|
|
2617
2774
|
}
|
|
@@ -2734,6 +2891,9 @@
|
|
|
2734
2891
|
}
|
|
2735
2892
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
2736
2893
|
font-size: 16px;
|
|
2894
|
+
-ms-flex-item-align: auto;
|
|
2895
|
+
-ms-grid-row-align: auto;
|
|
2896
|
+
align-self: auto;
|
|
2737
2897
|
}
|
|
2738
2898
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
2739
2899
|
cursor: pointer;
|
|
@@ -2767,6 +2927,14 @@
|
|
|
2767
2927
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
2768
2928
|
padding: 0 20px;
|
|
2769
2929
|
}
|
|
2930
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
2931
|
+
margin: 0 0 0 12px;
|
|
2932
|
+
}
|
|
2933
|
+
@media screen and (max-width: 480px) {
|
|
2934
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
2935
|
+
margin: 0;
|
|
2936
|
+
}
|
|
2937
|
+
}
|
|
2770
2938
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
2771
2939
|
margin: 0 0 0 8px;
|
|
2772
2940
|
}
|
|
@@ -2809,6 +2977,9 @@
|
|
|
2809
2977
|
background: inherit;
|
|
2810
2978
|
border: 0;
|
|
2811
2979
|
border-radius: 0;
|
|
2980
|
+
box-shadow: none;
|
|
2981
|
+
font-weight: 400;
|
|
2982
|
+
border-bottom: 0;
|
|
2812
2983
|
}
|
|
2813
2984
|
.e-tab .e-tab-header::before {
|
|
2814
2985
|
border-color: #dee2e6;
|
|
@@ -2817,11 +2988,9 @@
|
|
|
2817
2988
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
2818
2989
|
border-width: 0 0 1px;
|
|
2819
2990
|
}
|
|
2820
|
-
.e-tab .e-tab-header[style*="overflow: hidden"] {
|
|
2821
|
-
border: 0;
|
|
2822
|
-
}
|
|
2823
2991
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
2824
2992
|
border-bottom: 1px solid #fff;
|
|
2993
|
+
margin-bottom: 0;
|
|
2825
2994
|
}
|
|
2826
2995
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
2827
2996
|
background: inherit;
|
|
@@ -2833,6 +3002,9 @@
|
|
|
2833
3002
|
background: inherit;
|
|
2834
3003
|
border: 1px solid transparent;
|
|
2835
3004
|
}
|
|
3005
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
3006
|
+
background: inherit;
|
|
3007
|
+
}
|
|
2836
3008
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
2837
3009
|
background: rgba(0, 0, 0, 0.12);
|
|
2838
3010
|
}
|
|
@@ -2874,12 +3046,23 @@
|
|
|
2874
3046
|
border-radius: 4px 4px 0 0;
|
|
2875
3047
|
}
|
|
2876
3048
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
2877
|
-
border:
|
|
3049
|
+
border: 1px solid transparent;
|
|
2878
3050
|
}
|
|
2879
3051
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
2880
3052
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
2881
3053
|
color: #495057;
|
|
2882
3054
|
}
|
|
3055
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3056
|
+
position: unset;
|
|
3057
|
+
}
|
|
3058
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3059
|
+
border: unset;
|
|
3060
|
+
content: unset;
|
|
3061
|
+
display: unset;
|
|
3062
|
+
position: unset;
|
|
3063
|
+
top: unset;
|
|
3064
|
+
width: unset;
|
|
3065
|
+
}
|
|
2883
3066
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
2884
3067
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
2885
3068
|
color: #495057;
|
|
@@ -2940,8 +3123,13 @@
|
|
|
2940
3123
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
2941
3124
|
color: #0a58ca;
|
|
2942
3125
|
}
|
|
3126
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
3127
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3128
|
+
color: #0a58ca;
|
|
3129
|
+
}
|
|
2943
3130
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
2944
3131
|
background: #e9ecef;
|
|
3132
|
+
border-color: transparent;
|
|
2945
3133
|
}
|
|
2946
3134
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
2947
3135
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
@@ -2963,28 +3151,44 @@
|
|
|
2963
3151
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
2964
3152
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
2965
3153
|
color: #6c757d;
|
|
3154
|
+
border: 0;
|
|
2966
3155
|
}
|
|
2967
3156
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
2968
3157
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
2969
3158
|
background: #dee2e6;
|
|
2970
3159
|
color: #0a58ca;
|
|
3160
|
+
border: 0;
|
|
2971
3161
|
}
|
|
2972
3162
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
2973
3163
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
2974
3164
|
box-shadow: none;
|
|
3165
|
+
border: 0;
|
|
3166
|
+
}
|
|
3167
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
3168
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
3169
|
+
background: inherit;
|
|
2975
3170
|
}
|
|
2976
3171
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
2977
3172
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
2978
3173
|
background: #e9ecef;
|
|
2979
3174
|
color: #6c757d;
|
|
3175
|
+
border: 0;
|
|
2980
3176
|
}
|
|
2981
3177
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
2982
3178
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
2983
3179
|
background: #dee2e6;
|
|
2984
3180
|
color: #0a58ca;
|
|
2985
3181
|
}
|
|
3182
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
3183
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3184
|
+
background: #e9ecef;
|
|
3185
|
+
border-color: unset;
|
|
3186
|
+
color: #6c757d;
|
|
3187
|
+
}
|
|
2986
3188
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
2987
3189
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
3190
|
+
box-shadow: none;
|
|
3191
|
+
background: inherit;
|
|
2988
3192
|
border: 3px solid #adb5bd;
|
|
2989
3193
|
}
|
|
2990
3194
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
@@ -2994,6 +3198,8 @@
|
|
|
2994
3198
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
2995
3199
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
2996
3200
|
color: #495057;
|
|
3201
|
+
background: #dee2e6;
|
|
3202
|
+
border-color: unset;
|
|
2997
3203
|
}
|
|
2998
3204
|
.e-tab .e-tab-header .e-hor-nav,
|
|
2999
3205
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -3018,7 +3224,10 @@
|
|
|
3018
3224
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
3019
3225
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
3020
3226
|
color: #0a58ca;
|
|
3021
|
-
|
|
3227
|
+
}
|
|
3228
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
3229
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
3230
|
+
background: transparent;
|
|
3022
3231
|
}
|
|
3023
3232
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3024
3233
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
@@ -3042,6 +3251,7 @@
|
|
|
3042
3251
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3043
3252
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
3044
3253
|
background: #dee2e6;
|
|
3254
|
+
color: #6c757d;
|
|
3045
3255
|
border: 0;
|
|
3046
3256
|
border-radius: 4px;
|
|
3047
3257
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.075);
|
|
@@ -3049,32 +3259,59 @@
|
|
|
3049
3259
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
3050
3260
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
3051
3261
|
border: 0;
|
|
3262
|
+
background: transparent;
|
|
3052
3263
|
}
|
|
3053
3264
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
3054
3265
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
3055
3266
|
background: transparent;
|
|
3056
3267
|
}
|
|
3268
|
+
.e-tab .e-tab-header .e-hor-nav:active,
|
|
3269
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
3270
|
+
box-shadow: none;
|
|
3271
|
+
background: transparent;
|
|
3272
|
+
}
|
|
3057
3273
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
3058
3274
|
.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
3275
|
background: #e9ecef;
|
|
3063
3276
|
border: 3px solid #adb5bd;
|
|
3277
|
+
box-shadow: none;
|
|
3064
3278
|
border-radius: 4px;
|
|
3065
3279
|
}
|
|
3280
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
3281
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
3282
|
+
color: #fff;
|
|
3283
|
+
}
|
|
3284
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
3285
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
3286
|
+
border: 3px solid #adb5bd;
|
|
3287
|
+
}
|
|
3288
|
+
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
3289
|
+
border-color: unset;
|
|
3290
|
+
border-style: solid;
|
|
3291
|
+
border-width: 0;
|
|
3292
|
+
}
|
|
3066
3293
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
3067
|
-
border:
|
|
3294
|
+
border-color: unset;
|
|
3295
|
+
border-style: solid;
|
|
3296
|
+
border-width: 0;
|
|
3068
3297
|
}
|
|
3069
3298
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
3070
|
-
border-
|
|
3071
|
-
border-
|
|
3299
|
+
border-color: #fff;
|
|
3300
|
+
border-style: solid;
|
|
3301
|
+
border-width: 1px 0 0;
|
|
3302
|
+
}
|
|
3303
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
3304
|
+
border-radius: 0 0 4px 4px;
|
|
3072
3305
|
}
|
|
3073
3306
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3074
|
-
border-
|
|
3307
|
+
border-color: #fff #dee2e6 #dee2e6;
|
|
3308
|
+
border-style: solid;
|
|
3309
|
+
border-width: 1px;
|
|
3310
|
+
margin-top: 0;
|
|
3075
3311
|
border-radius: 0 0 4px 4px;
|
|
3076
|
-
|
|
3077
|
-
|
|
3312
|
+
}
|
|
3313
|
+
.e-tab .e-tab-header.e-vertical {
|
|
3314
|
+
border-bottom: 0;
|
|
3078
3315
|
}
|
|
3079
3316
|
.e-tab .e-tab-header.e-vertical::before {
|
|
3080
3317
|
border-width: 0 1px 0 0;
|
|
@@ -3083,10 +3320,16 @@
|
|
|
3083
3320
|
border-bottom: 1px solid #dee2e6;
|
|
3084
3321
|
border-top: 1px solid #dee2e6;
|
|
3085
3322
|
}
|
|
3323
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
3324
|
+
border-radius: 4px 0 0 4px;
|
|
3325
|
+
}
|
|
3086
3326
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
3087
3327
|
border-radius: 4px 0 0 4px;
|
|
3088
3328
|
border-right: 1px solid #fff;
|
|
3089
3329
|
}
|
|
3330
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
3331
|
+
border-radius: 0 4px 4px 0;
|
|
3332
|
+
}
|
|
3090
3333
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
3091
3334
|
border-left: 1px solid #fff;
|
|
3092
3335
|
border-radius: 0 4px 4px 0;
|
|
@@ -3112,6 +3355,10 @@
|
|
|
3112
3355
|
}
|
|
3113
3356
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
3114
3357
|
background: rgba(233, 236, 239, 0.12);
|
|
3358
|
+
border-color: rgba(222, 226, 230, 0.12) transparent transparent;
|
|
3359
|
+
}
|
|
3360
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
3361
|
+
background: rgba(233, 236, 239, 0.12);
|
|
3115
3362
|
}
|
|
3116
3363
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
3117
3364
|
color: #0a58ca;
|
|
@@ -3122,6 +3369,9 @@
|
|
|
3122
3369
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
3123
3370
|
background: rgba(233, 236, 239, 0.12);
|
|
3124
3371
|
}
|
|
3372
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
3373
|
+
color: none;
|
|
3374
|
+
}
|
|
3125
3375
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
3126
3376
|
background: none;
|
|
3127
3377
|
}
|
|
@@ -3152,6 +3402,10 @@
|
|
|
3152
3402
|
border: 0;
|
|
3153
3403
|
box-shadow: none;
|
|
3154
3404
|
}
|
|
3405
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3406
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3407
|
+
color: #6c757d;
|
|
3408
|
+
}
|
|
3155
3409
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
3156
3410
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
3157
3411
|
border: 0;
|
|
@@ -3173,6 +3427,11 @@
|
|
|
3173
3427
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3174
3428
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3175
3429
|
color: #6c757d;
|
|
3430
|
+
background: #e9ecef;
|
|
3431
|
+
border: 0;
|
|
3432
|
+
}
|
|
3433
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
3434
|
+
border-color: rgba(222, 226, 230, 0.12) transparent transparent;
|
|
3176
3435
|
}
|
|
3177
3436
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
3178
3437
|
border: 0;
|
|
@@ -3218,6 +3477,9 @@
|
|
|
3218
3477
|
.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 {
|
|
3219
3478
|
color: #0a58ca;
|
|
3220
3479
|
}
|
|
3480
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3481
|
+
color: #0a58ca;
|
|
3482
|
+
}
|
|
3221
3483
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
3222
3484
|
margin-top: 0;
|
|
3223
3485
|
}
|
|
@@ -3227,6 +3489,7 @@
|
|
|
3227
3489
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3228
3490
|
background: #0d6efd;
|
|
3229
3491
|
border-radius: 4px;
|
|
3492
|
+
border-color: unset;
|
|
3230
3493
|
}
|
|
3231
3494
|
.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 {
|
|
3232
3495
|
color: #fff;
|
|
@@ -3234,6 +3497,9 @@
|
|
|
3234
3497
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3235
3498
|
margin-top: 0;
|
|
3236
3499
|
}
|
|
3500
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3501
|
+
border: unset;
|
|
3502
|
+
}
|
|
3237
3503
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3238
3504
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
3239
3505
|
color: #fff;
|
|
@@ -3242,14 +3508,21 @@
|
|
|
3242
3508
|
color: #fff;
|
|
3243
3509
|
}
|
|
3244
3510
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
3245
|
-
color: #0d6efd;
|
|
3246
3511
|
color: #fff;
|
|
3247
3512
|
}
|
|
3513
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
3514
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
3515
|
+
color: #212529;
|
|
3516
|
+
}
|
|
3248
3517
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
3249
3518
|
background: #e9ecef;
|
|
3250
3519
|
}
|
|
3251
|
-
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text
|
|
3252
|
-
|
|
3520
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
3521
|
+
color: #fff;
|
|
3522
|
+
}
|
|
3523
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
3524
|
+
color: #fff;
|
|
3525
|
+
}
|
|
3253
3526
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
3254
3527
|
color: #fff;
|
|
3255
3528
|
}
|
|
@@ -3305,8 +3578,11 @@
|
|
|
3305
3578
|
}
|
|
3306
3579
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3307
3580
|
background: rgba(233, 236, 239, 0.8);
|
|
3581
|
+
border-color: #6c757d;
|
|
3582
|
+
}
|
|
3583
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
3584
|
+
color: #adb5bd;
|
|
3308
3585
|
}
|
|
3309
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3310
3586
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
3311
3587
|
color: #adb5bd;
|
|
3312
3588
|
}
|
|
@@ -3326,82 +3602,117 @@
|
|
|
3326
3602
|
}
|
|
3327
3603
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
3328
3604
|
background: #fff;
|
|
3605
|
+
bottom: 0;
|
|
3329
3606
|
}
|
|
3330
3607
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
3331
3608
|
border: 0;
|
|
3332
|
-
margin: 0;
|
|
3333
3609
|
}
|
|
3334
3610
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
3335
3611
|
background: rgba(0, 0, 0, 0.1);
|
|
3336
3612
|
}
|
|
3337
3613
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3338
3614
|
background: inherit;
|
|
3615
|
+
border-color: transparent;
|
|
3339
3616
|
}
|
|
3340
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3341
3617
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3342
3618
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3343
3619
|
color: #e7f1ff;
|
|
3344
3620
|
}
|
|
3621
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
3622
|
+
color: #e7f1ff;
|
|
3623
|
+
}
|
|
3345
3624
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
3346
3625
|
color: #fff;
|
|
3347
3626
|
}
|
|
3348
3627
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
3349
3628
|
background: transparent;
|
|
3629
|
+
background-color: transparent;
|
|
3630
|
+
border-color: #dee2e6;
|
|
3631
|
+
}
|
|
3632
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
3633
|
+
color: #fff;
|
|
3350
3634
|
}
|
|
3351
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
3352
3635
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3353
3636
|
color: #fff;
|
|
3354
3637
|
}
|
|
3355
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
3356
3638
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3357
3639
|
color: #fff;
|
|
3358
3640
|
}
|
|
3641
|
+
.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 {
|
|
3642
|
+
color: #fff;
|
|
3643
|
+
}
|
|
3359
3644
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
3360
3645
|
border: 0;
|
|
3361
3646
|
margin: 0;
|
|
3647
|
+
background: inherit;
|
|
3362
3648
|
}
|
|
3363
3649
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3364
3650
|
background: #fff;
|
|
3365
3651
|
border-color: #0d6efd;
|
|
3366
3652
|
border-radius: 4px 4px 0 0;
|
|
3367
3653
|
border-style: solid;
|
|
3368
|
-
border-width:
|
|
3654
|
+
border-width: 1px 1px 0;
|
|
3655
|
+
}
|
|
3656
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
3657
|
+
color: #495057;
|
|
3658
|
+
}
|
|
3659
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3660
|
+
color: #6c757d;
|
|
3661
|
+
}
|
|
3662
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
3663
|
+
color: #495057;
|
|
3664
|
+
}
|
|
3665
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
3666
|
+
background: #fff;
|
|
3667
|
+
border-color: #0d6efd;
|
|
3668
|
+
}
|
|
3669
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
3670
|
+
color: #495057;
|
|
3369
3671
|
}
|
|
3370
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
3371
3672
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3372
|
-
color: #
|
|
3673
|
+
color: #6c757d;
|
|
3373
3674
|
}
|
|
3374
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
3375
3675
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
3376
3676
|
color: #495057;
|
|
3377
3677
|
}
|
|
3678
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
3679
|
+
color: #495057;
|
|
3680
|
+
}
|
|
3681
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
3682
|
+
color: #495057;
|
|
3683
|
+
}
|
|
3684
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
3685
|
+
background: #fff;
|
|
3686
|
+
}
|
|
3687
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
3688
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
3689
|
+
color: #495057;
|
|
3690
|
+
}
|
|
3378
3691
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3379
|
-
background: #
|
|
3380
|
-
background-color: #fff;
|
|
3692
|
+
background: #fff;
|
|
3381
3693
|
}
|
|
3382
3694
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3383
3695
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3384
|
-
color: #fff;
|
|
3385
3696
|
color: #495057;
|
|
3386
3697
|
}
|
|
3387
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
3698
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
3699
|
+
color: #495057;
|
|
3700
|
+
}
|
|
3388
3701
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
3389
3702
|
color: #495057;
|
|
3390
3703
|
}
|
|
3704
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3705
|
+
border: unset;
|
|
3706
|
+
}
|
|
3391
3707
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3392
3708
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
3393
|
-
color: #
|
|
3709
|
+
color: #6c757d;
|
|
3394
3710
|
}
|
|
3395
3711
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3396
3712
|
color: #fff;
|
|
3397
3713
|
}
|
|
3398
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
3399
|
-
color: #0d6efd;
|
|
3400
|
-
}
|
|
3401
3714
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
3402
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover
|
|
3403
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon,
|
|
3404
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
3715
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
3405
3716
|
color: #495057;
|
|
3406
3717
|
}
|
|
3407
3718
|
.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 {
|
|
@@ -3416,11 +3727,11 @@
|
|
|
3416
3727
|
background: inherit;
|
|
3417
3728
|
}
|
|
3418
3729
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3419
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
3730
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3731
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3420
3732
|
color: #e7f1ff;
|
|
3421
3733
|
}
|
|
3422
3734
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
3423
|
-
background: #0b5ed7;
|
|
3424
3735
|
background: #e9ecef;
|
|
3425
3736
|
}
|
|
3426
3737
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
@@ -3428,48 +3739,103 @@
|
|
|
3428
3739
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3429
3740
|
color: #fff;
|
|
3430
3741
|
}
|
|
3742
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
3743
|
+
color: #e7f1ff;
|
|
3744
|
+
}
|
|
3745
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
3746
|
+
color: #e7f1ff;
|
|
3747
|
+
}
|
|
3748
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
3749
|
+
color: #e7f1ff;
|
|
3750
|
+
}
|
|
3751
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
3752
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
3753
|
+
background: inherit;
|
|
3754
|
+
}
|
|
3431
3755
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
3432
3756
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3433
3757
|
color: #e7f1ff;
|
|
3758
|
+
border: 0;
|
|
3434
3759
|
}
|
|
3435
3760
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
3436
3761
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
3437
3762
|
background: inherit;
|
|
3438
3763
|
color: #6c757d;
|
|
3764
|
+
border-color: unset;
|
|
3765
|
+
}
|
|
3766
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
3767
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
3768
|
+
background: unset;
|
|
3769
|
+
color: #e7f1ff;
|
|
3439
3770
|
}
|
|
3440
3771
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
3441
3772
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3442
3773
|
color: #6c757d;
|
|
3774
|
+
border: 0;
|
|
3775
|
+
background: #e9ecef;
|
|
3443
3776
|
}
|
|
3444
3777
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
3445
3778
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
3446
3779
|
background: inherit;
|
|
3447
3780
|
color: #6c757d;
|
|
3448
3781
|
}
|
|
3782
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
3783
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3784
|
+
background: #e9ecef;
|
|
3785
|
+
border-color: unset;
|
|
3786
|
+
color: #6c757d;
|
|
3787
|
+
}
|
|
3449
3788
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
3450
3789
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
3451
3790
|
animation: none;
|
|
3452
3791
|
}
|
|
3792
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
3793
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
3794
|
+
background: transparent;
|
|
3795
|
+
}
|
|
3453
3796
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
3454
3797
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
3455
3798
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3456
3799
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3457
3800
|
color: #e7f1ff;
|
|
3801
|
+
border: 0;
|
|
3458
3802
|
}
|
|
3459
3803
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
3460
3804
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
3461
3805
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
3462
3806
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
3463
|
-
background:
|
|
3807
|
+
background: #dee2e6;
|
|
3808
|
+
border-color: unset;
|
|
3464
3809
|
color: #6c757d;
|
|
3465
|
-
|
|
3810
|
+
}
|
|
3811
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
3812
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
3813
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
3814
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
3466
3815
|
background: #dee2e6;
|
|
3816
|
+
color: #6c757d;
|
|
3467
3817
|
}
|
|
3468
3818
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
3469
3819
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
3470
3820
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3471
3821
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3472
3822
|
color: #6c757d;
|
|
3823
|
+
background: #e9ecef;
|
|
3824
|
+
border: 0;
|
|
3825
|
+
}
|
|
3826
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
3827
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
3828
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3829
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
3830
|
+
background: #dee2e6;
|
|
3831
|
+
}
|
|
3832
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3833
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
3834
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3835
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3836
|
+
background: #dee2e6;
|
|
3837
|
+
border-color: unset;
|
|
3838
|
+
color: #6c757d;
|
|
3473
3839
|
}
|
|
3474
3840
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
3475
3841
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -3490,7 +3856,9 @@
|
|
|
3490
3856
|
border-width: 0 2px 2px;
|
|
3491
3857
|
}
|
|
3492
3858
|
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
3493
|
-
border:
|
|
3859
|
+
border-color: unset;
|
|
3860
|
+
border-style: solid;
|
|
3861
|
+
border-width: 0;
|
|
3494
3862
|
margin: 0;
|
|
3495
3863
|
}
|
|
3496
3864
|
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
@@ -3500,7 +3868,9 @@
|
|
|
3500
3868
|
border-width: 2px 0 2px 2px;
|
|
3501
3869
|
}
|
|
3502
3870
|
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
3503
|
-
border:
|
|
3871
|
+
border-color: unset;
|
|
3872
|
+
border-style: solid;
|
|
3873
|
+
border-width: 0;
|
|
3504
3874
|
margin: 0;
|
|
3505
3875
|
}
|
|
3506
3876
|
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
@@ -3572,6 +3942,7 @@
|
|
|
3572
3942
|
}
|
|
3573
3943
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
3574
3944
|
background: #e9ecef;
|
|
3945
|
+
border-color: #6c757d;
|
|
3575
3946
|
}
|
|
3576
3947
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3577
3948
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -3580,22 +3951,38 @@
|
|
|
3580
3951
|
}
|
|
3581
3952
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3582
3953
|
background: rgba(13, 110, 253, 0.12);
|
|
3954
|
+
border-color: #0d6efd;
|
|
3583
3955
|
}
|
|
3584
3956
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3585
3957
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3586
3958
|
color: #495057;
|
|
3587
3959
|
}
|
|
3588
3960
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
3961
|
+
background: #fff;
|
|
3589
3962
|
border: 1px solid #dee2e6;
|
|
3590
3963
|
border-radius: 4px 4px 0 0;
|
|
3591
3964
|
}
|
|
3592
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text
|
|
3593
|
-
|
|
3594
|
-
|
|
3965
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
3966
|
+
color: #495057;
|
|
3967
|
+
}
|
|
3968
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3969
|
+
color: #495057;
|
|
3970
|
+
}
|
|
3971
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
3972
|
+
color: #495057;
|
|
3973
|
+
}
|
|
3974
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
3975
|
+
color: #495057;
|
|
3976
|
+
}
|
|
3977
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3978
|
+
color: #6c757d;
|
|
3979
|
+
}
|
|
3595
3980
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
3596
3981
|
color: #495057;
|
|
3597
3982
|
}
|
|
3598
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
3983
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
3984
|
+
color: #495057;
|
|
3985
|
+
}
|
|
3599
3986
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
3600
3987
|
color: #495057;
|
|
3601
3988
|
}
|
|
@@ -3621,6 +4008,8 @@
|
|
|
3621
4008
|
.e-tab .e-content .e-item {
|
|
3622
4009
|
background: inherit;
|
|
3623
4010
|
color: #212529;
|
|
4011
|
+
font-size: 12px;
|
|
4012
|
+
line-height: 18px;
|
|
3624
4013
|
}
|
|
3625
4014
|
|
|
3626
4015
|
.e-tab-clone-element {
|