@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
package/styles/tab/fabric.css
CHANGED
|
@@ -4,18 +4,6 @@
|
|
|
4
4
|
/*! Fabric specific themes definition's */
|
|
5
5
|
/*! Vertical Tab */
|
|
6
6
|
/*! tab icons */
|
|
7
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
8
|
-
content: "\e219";
|
|
9
|
-
}
|
|
10
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
11
|
-
content: "\e98f";
|
|
12
|
-
}
|
|
13
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
14
|
-
content: "\e98f";
|
|
15
|
-
}
|
|
16
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
17
|
-
content: "\e219";
|
|
18
|
-
}
|
|
19
7
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
20
8
|
content: "\e7fc";
|
|
21
9
|
position: relative;
|
|
@@ -44,12 +32,6 @@
|
|
|
44
32
|
content: "\e84f";
|
|
45
33
|
}
|
|
46
34
|
}
|
|
47
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
48
|
-
content: "\e85e";
|
|
49
|
-
}
|
|
50
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
51
|
-
content: "\e84f";
|
|
52
|
-
}
|
|
53
35
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
54
36
|
content: "More";
|
|
55
37
|
}
|
|
@@ -113,6 +95,10 @@
|
|
|
113
95
|
margin: 0;
|
|
114
96
|
}
|
|
115
97
|
}
|
|
98
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
99
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
100
|
+
margin: 0 14px 0 0;
|
|
101
|
+
}
|
|
116
102
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
117
103
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
118
104
|
margin: 0;
|
|
@@ -164,15 +150,17 @@
|
|
|
164
150
|
}
|
|
165
151
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
166
152
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
167
|
-
height: 50px;
|
|
168
153
|
height: 48px;
|
|
169
154
|
}
|
|
170
155
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
171
156
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
172
157
|
font-size: 15px;
|
|
173
|
-
-
|
|
174
|
-
|
|
175
|
-
|
|
158
|
+
margin-bottom: 0;
|
|
159
|
+
}
|
|
160
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
161
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
162
|
+
position: relative;
|
|
163
|
+
top: 0;
|
|
176
164
|
}
|
|
177
165
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
178
166
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -185,23 +173,21 @@
|
|
|
185
173
|
margin: 0 8px 0 0;
|
|
186
174
|
}
|
|
187
175
|
}
|
|
176
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
177
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
178
|
+
position: relative;
|
|
179
|
+
top: 0;
|
|
180
|
+
}
|
|
188
181
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
189
182
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
190
|
-
height: 50px;
|
|
191
|
-
margin-top: 0;
|
|
192
183
|
height: 48px;
|
|
184
|
+
margin-top: 0;
|
|
193
185
|
}
|
|
194
186
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,
|
|
195
187
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
196
188
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
197
|
-
height: 50px;
|
|
198
189
|
height: 48px;
|
|
199
190
|
}
|
|
200
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
201
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
202
|
-
padding: 2px 0 0 0;
|
|
203
|
-
padding: 0;
|
|
204
|
-
}
|
|
205
191
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
206
192
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
207
193
|
cursor: pointer;
|
|
@@ -232,6 +218,7 @@
|
|
|
232
218
|
height: 20px;
|
|
233
219
|
min-width: 20px;
|
|
234
220
|
width: 20px;
|
|
221
|
+
line-height: 1;
|
|
235
222
|
}
|
|
236
223
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
237
224
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -243,6 +230,16 @@
|
|
|
243
230
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
244
231
|
padding: 0 8px;
|
|
245
232
|
}
|
|
233
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
234
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
235
|
+
margin: 0 0 0 12px;
|
|
236
|
+
}
|
|
237
|
+
@media screen and (max-width: 480px) {
|
|
238
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
239
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
240
|
+
margin: 0;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
246
243
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
247
244
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
248
245
|
margin: 0 0 0 8px;
|
|
@@ -283,16 +280,6 @@
|
|
|
283
280
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon {
|
|
284
281
|
right: 8px;
|
|
285
282
|
}
|
|
286
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap,
|
|
287
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-text-wrap,
|
|
288
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap {
|
|
289
|
-
height: auto;
|
|
290
|
-
}
|
|
291
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap,
|
|
292
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap,
|
|
293
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap {
|
|
294
|
-
height: 72px;
|
|
295
|
-
}
|
|
296
283
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text,
|
|
297
284
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
|
|
298
285
|
margin: 10px 0 0;
|
|
@@ -325,7 +312,6 @@
|
|
|
325
312
|
}
|
|
326
313
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap,
|
|
327
314
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
328
|
-
height: 45px;
|
|
329
315
|
height: 43px;
|
|
330
316
|
}
|
|
331
317
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
|
|
@@ -489,16 +475,37 @@
|
|
|
489
475
|
font-size: 16px;
|
|
490
476
|
}
|
|
491
477
|
}
|
|
478
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
479
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
480
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
481
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
482
|
+
line-height: 32px;
|
|
483
|
+
}
|
|
492
484
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
493
485
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
494
486
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
495
487
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
488
|
+
line-height: 32px;
|
|
496
489
|
top: 0;
|
|
497
490
|
}
|
|
491
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
492
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
493
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
494
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
495
|
+
line-height: 32px;
|
|
496
|
+
}
|
|
498
497
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
499
498
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
500
499
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
501
500
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
501
|
+
line-height: 32px;
|
|
502
|
+
top: 0;
|
|
503
|
+
}
|
|
504
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
505
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
506
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
507
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
508
|
+
line-height: 32px;
|
|
502
509
|
top: 0;
|
|
503
510
|
}
|
|
504
511
|
.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -540,6 +547,15 @@
|
|
|
540
547
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text {
|
|
541
548
|
padding-top: 0;
|
|
542
549
|
}
|
|
550
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before,
|
|
551
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
552
|
+
top: 1px;
|
|
553
|
+
}
|
|
554
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before,
|
|
555
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
556
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
557
|
+
top: 1px;
|
|
558
|
+
}
|
|
543
559
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
544
560
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
545
561
|
margin: 0;
|
|
@@ -551,32 +567,28 @@
|
|
|
551
567
|
margin: 0;
|
|
552
568
|
}
|
|
553
569
|
}
|
|
570
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text,
|
|
571
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text {
|
|
572
|
+
padding-top: 0;
|
|
573
|
+
}
|
|
574
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before,
|
|
575
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before {
|
|
576
|
+
top: 1px;
|
|
577
|
+
}
|
|
554
578
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom,
|
|
555
579
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,
|
|
556
580
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom {
|
|
557
581
|
padding-bottom: 0;
|
|
558
582
|
padding-top: 0;
|
|
559
583
|
}
|
|
560
|
-
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-icon-close::before, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-icon-close::before,
|
|
561
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-icon-close::before,
|
|
562
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-icon-close::before {
|
|
563
|
-
top: -1px;
|
|
564
|
-
}
|
|
565
584
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap,
|
|
566
585
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap {
|
|
567
586
|
margin: 0;
|
|
568
587
|
}
|
|
569
588
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,
|
|
570
589
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
571
|
-
height: 50px;
|
|
572
|
-
padding: 0;
|
|
573
590
|
height: 48px;
|
|
574
|
-
|
|
575
|
-
.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,
|
|
576
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
577
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
578
|
-
height: 50px;
|
|
579
|
-
height: auto;
|
|
591
|
+
padding: 0;
|
|
580
592
|
}
|
|
581
593
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap,
|
|
582
594
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
@@ -672,13 +684,6 @@
|
|
|
672
684
|
.e-tab.e-bigger.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
673
685
|
height: 72px;
|
|
674
686
|
}
|
|
675
|
-
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
676
|
-
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before,
|
|
677
|
-
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
678
|
-
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
679
|
-
bottom: -10px;
|
|
680
|
-
top: auto;
|
|
681
|
-
}
|
|
682
687
|
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav,
|
|
683
688
|
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
684
689
|
height: 72px;
|
|
@@ -709,7 +714,6 @@
|
|
|
709
714
|
}
|
|
710
715
|
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
711
716
|
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
712
|
-
height: 50px;
|
|
713
717
|
height: 48px;
|
|
714
718
|
}
|
|
715
719
|
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
|
|
@@ -733,7 +737,6 @@
|
|
|
733
737
|
}
|
|
734
738
|
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
735
739
|
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
736
|
-
height: 45px;
|
|
737
740
|
height: 43px;
|
|
738
741
|
}
|
|
739
742
|
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
|
|
@@ -743,9 +746,8 @@
|
|
|
743
746
|
}
|
|
744
747
|
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
745
748
|
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
746
|
-
height: 50px;
|
|
747
|
-
padding: 0;
|
|
748
749
|
height: 48px;
|
|
750
|
+
padding: 0;
|
|
749
751
|
}
|
|
750
752
|
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
751
753
|
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
@@ -815,6 +817,14 @@
|
|
|
815
817
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
816
818
|
top: 0;
|
|
817
819
|
}
|
|
820
|
+
.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator),
|
|
821
|
+
.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
822
|
+
margin: 0 0 0 14px;
|
|
823
|
+
}
|
|
824
|
+
.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active,
|
|
825
|
+
.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active {
|
|
826
|
+
margin: 0;
|
|
827
|
+
}
|
|
818
828
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
819
829
|
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
820
830
|
height: 48px;
|
|
@@ -850,6 +860,7 @@
|
|
|
850
860
|
height: 48px;
|
|
851
861
|
margin: 0;
|
|
852
862
|
min-height: 48px;
|
|
863
|
+
padding: 0;
|
|
853
864
|
}
|
|
854
865
|
@media screen and (max-width: 480px) {
|
|
855
866
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -878,7 +889,6 @@
|
|
|
878
889
|
}
|
|
879
890
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
880
891
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
881
|
-
height: 48px;
|
|
882
892
|
height: 46px;
|
|
883
893
|
}
|
|
884
894
|
@media screen and (max-width: 480px) {
|
|
@@ -897,7 +907,6 @@
|
|
|
897
907
|
}
|
|
898
908
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
899
909
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
900
|
-
height: 48px;
|
|
901
910
|
height: 46px;
|
|
902
911
|
}
|
|
903
912
|
@media screen and (max-width: 480px) {
|
|
@@ -909,7 +918,6 @@
|
|
|
909
918
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,
|
|
910
919
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
911
920
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
912
|
-
height: 48px;
|
|
913
921
|
height: 46px;
|
|
914
922
|
}
|
|
915
923
|
@media screen and (max-width: 480px) {
|
|
@@ -937,7 +945,6 @@
|
|
|
937
945
|
.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,
|
|
938
946
|
.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
939
947
|
height: 46px;
|
|
940
|
-
height: 46px;
|
|
941
948
|
}
|
|
942
949
|
.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,
|
|
943
950
|
.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap,
|
|
@@ -957,17 +964,12 @@
|
|
|
957
964
|
}
|
|
958
965
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
959
966
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
960
|
-
height: 48px;
|
|
961
967
|
height: 46px;
|
|
962
968
|
}
|
|
963
969
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
964
970
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
965
971
|
height: 46px;
|
|
966
972
|
}
|
|
967
|
-
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before,
|
|
968
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before {
|
|
969
|
-
top: 1px;
|
|
970
|
-
}
|
|
971
973
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
|
|
972
974
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
973
975
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -985,10 +987,6 @@
|
|
|
985
987
|
height: auto;
|
|
986
988
|
}
|
|
987
989
|
}
|
|
988
|
-
.e-bigger .e-tab.e-fill.e-focused .e-tab-header.e-horizontal-bottom .e-tab-wrap:focus .e-text-wrap,
|
|
989
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header.e-horizontal-bottom .e-tab-wrap:focus .e-text-wrap {
|
|
990
|
-
height: 46px;
|
|
991
|
-
}
|
|
992
990
|
.e-bigger .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
993
991
|
.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
994
992
|
margin: 0;
|
|
@@ -1007,7 +1005,7 @@
|
|
|
1007
1005
|
}
|
|
1008
1006
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
1009
1007
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
1010
|
-
|
|
1008
|
+
padding: 0;
|
|
1011
1009
|
}
|
|
1012
1010
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
1013
1011
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -1027,11 +1025,6 @@
|
|
|
1027
1025
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
1028
1026
|
margin-bottom: 0;
|
|
1029
1027
|
}
|
|
1030
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
1031
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
1032
|
-
height: 50px;
|
|
1033
|
-
height: 48px;
|
|
1034
|
-
}
|
|
1035
1028
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
1036
1029
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
1037
1030
|
padding: 0 8px;
|
|
@@ -1050,6 +1043,10 @@
|
|
|
1050
1043
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
1051
1044
|
margin: 0 0 0 14px;
|
|
1052
1045
|
}
|
|
1046
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
1047
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
1048
|
+
margin: 0;
|
|
1049
|
+
}
|
|
1053
1050
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
1054
1051
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
1055
1052
|
margin: 0 8px 0 0;
|
|
@@ -1177,6 +1174,7 @@
|
|
|
1177
1174
|
.e-tab .e-tab-header::before {
|
|
1178
1175
|
content: "";
|
|
1179
1176
|
position: absolute;
|
|
1177
|
+
display: unset;
|
|
1180
1178
|
}
|
|
1181
1179
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
1182
1180
|
bottom: 0;
|
|
@@ -1206,6 +1204,32 @@
|
|
|
1206
1204
|
margin: 0;
|
|
1207
1205
|
}
|
|
1208
1206
|
}
|
|
1207
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
1208
|
+
position: unset;
|
|
1209
|
+
}
|
|
1210
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1211
|
+
left: unset;
|
|
1212
|
+
right: unset;
|
|
1213
|
+
}
|
|
1214
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1215
|
+
background-color: unset;
|
|
1216
|
+
bottom: unset;
|
|
1217
|
+
content: unset;
|
|
1218
|
+
height: unset;
|
|
1219
|
+
left: unset;
|
|
1220
|
+
position: unset;
|
|
1221
|
+
right: unset;
|
|
1222
|
+
transition: unset;
|
|
1223
|
+
}
|
|
1224
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1225
|
+
color: unset;
|
|
1226
|
+
content: unset;
|
|
1227
|
+
display: unset;
|
|
1228
|
+
font-weight: unset;
|
|
1229
|
+
height: unset;
|
|
1230
|
+
overflow: unset;
|
|
1231
|
+
visibility: unset;
|
|
1232
|
+
}
|
|
1209
1233
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
1210
1234
|
padding: 0;
|
|
1211
1235
|
}
|
|
@@ -1217,6 +1241,7 @@
|
|
|
1217
1241
|
}
|
|
1218
1242
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
1219
1243
|
width: 40px;
|
|
1244
|
+
border-radius: 0;
|
|
1220
1245
|
}
|
|
1221
1246
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1222
1247
|
margin: 0;
|
|
@@ -1244,6 +1269,7 @@
|
|
|
1244
1269
|
height: 2px;
|
|
1245
1270
|
left: 0;
|
|
1246
1271
|
right: 0;
|
|
1272
|
+
border-radius: 0;
|
|
1247
1273
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
1248
1274
|
}
|
|
1249
1275
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -1280,7 +1306,6 @@
|
|
|
1280
1306
|
align-items: center;
|
|
1281
1307
|
display: -ms-inline-flexbox;
|
|
1282
1308
|
display: inline-flex;
|
|
1283
|
-
height: 40px;
|
|
1284
1309
|
height: 38px;
|
|
1285
1310
|
}
|
|
1286
1311
|
@media screen and (max-width: 480px) {
|
|
@@ -1294,17 +1319,16 @@
|
|
|
1294
1319
|
font-size: 14px;
|
|
1295
1320
|
font-weight: 400;
|
|
1296
1321
|
text-transform: capitalize;
|
|
1322
|
+
-ms-flex-item-align: auto;
|
|
1323
|
+
-ms-grid-row-align: auto;
|
|
1324
|
+
align-self: auto;
|
|
1325
|
+
margin-bottom: 0;
|
|
1297
1326
|
}
|
|
1298
1327
|
@media screen and (max-width: 480px) {
|
|
1299
1328
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1300
1329
|
font-size: 15px;
|
|
1301
1330
|
}
|
|
1302
1331
|
}
|
|
1303
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
1304
|
-
-ms-flex-item-align: auto;
|
|
1305
|
-
-ms-grid-row-align: auto;
|
|
1306
|
-
align-self: auto;
|
|
1307
|
-
}
|
|
1308
1332
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1309
1333
|
margin: 0 8px 0 0;
|
|
1310
1334
|
padding-bottom: 0;
|
|
@@ -1315,9 +1339,8 @@
|
|
|
1315
1339
|
}
|
|
1316
1340
|
}
|
|
1317
1341
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
1318
|
-
height: 40px;
|
|
1319
|
-
margin-top: 0;
|
|
1320
1342
|
height: 38px;
|
|
1343
|
+
margin-top: 0;
|
|
1321
1344
|
}
|
|
1322
1345
|
@media screen and (max-width: 480px) {
|
|
1323
1346
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -1328,16 +1351,17 @@
|
|
|
1328
1351
|
margin-bottom: 0;
|
|
1329
1352
|
}
|
|
1330
1353
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
1331
|
-
font-weight:
|
|
1354
|
+
font-weight: 400;
|
|
1332
1355
|
}
|
|
1333
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1356
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
1357
|
+
top: 1px;
|
|
1358
|
+
left: 0;
|
|
1359
|
+
}
|
|
1360
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
1361
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
1362
|
+
left: 0;
|
|
1337
1363
|
}
|
|
1338
1364
|
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
1339
|
-
height: 40px;
|
|
1340
|
-
padding: 2px 0 0 0;
|
|
1341
1365
|
height: 38px;
|
|
1342
1366
|
padding: 0;
|
|
1343
1367
|
}
|
|
@@ -1346,16 +1370,6 @@
|
|
|
1346
1370
|
height: 50px;
|
|
1347
1371
|
}
|
|
1348
1372
|
}
|
|
1349
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-wrap .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-wrap .e-tab-text {
|
|
1350
|
-
-ms-flex-item-align: auto;
|
|
1351
|
-
-ms-grid-row-align: auto;
|
|
1352
|
-
align-self: auto;
|
|
1353
|
-
}
|
|
1354
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-wrap:focus .e-tab-text {
|
|
1355
|
-
-ms-flex-item-align: auto;
|
|
1356
|
-
-ms-grid-row-align: auto;
|
|
1357
|
-
align-self: auto;
|
|
1358
|
-
}
|
|
1359
1373
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
1360
1374
|
display: none;
|
|
1361
1375
|
margin: 0 0 0 8px;
|
|
@@ -1378,7 +1392,6 @@
|
|
|
1378
1392
|
}
|
|
1379
1393
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
1380
1394
|
top: 1px;
|
|
1381
|
-
top: 1px;
|
|
1382
1395
|
}
|
|
1383
1396
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
1384
1397
|
display: -ms-inline-flexbox;
|
|
@@ -1386,6 +1399,7 @@
|
|
|
1386
1399
|
height: 20px;
|
|
1387
1400
|
min-width: 20px;
|
|
1388
1401
|
width: 20px;
|
|
1402
|
+
line-height: 1;
|
|
1389
1403
|
}
|
|
1390
1404
|
@media screen and (max-width: 480px) {
|
|
1391
1405
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -1403,6 +1417,15 @@
|
|
|
1403
1417
|
font-size: 20px;
|
|
1404
1418
|
}
|
|
1405
1419
|
}
|
|
1420
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
1421
|
+
position: relative;
|
|
1422
|
+
top: 1px;
|
|
1423
|
+
left: 0;
|
|
1424
|
+
}
|
|
1425
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
1426
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
1427
|
+
left: 0;
|
|
1428
|
+
}
|
|
1406
1429
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
1407
1430
|
-ms-flex-pack: center;
|
|
1408
1431
|
justify-content: center;
|
|
@@ -1413,6 +1436,14 @@
|
|
|
1413
1436
|
padding: 0 8px;
|
|
1414
1437
|
}
|
|
1415
1438
|
}
|
|
1439
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
1440
|
+
margin: 0 0 0 8px;
|
|
1441
|
+
}
|
|
1442
|
+
@media screen and (max-width: 480px) {
|
|
1443
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
1444
|
+
margin: 0;
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1416
1447
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1417
1448
|
margin: 0 0 0 6px;
|
|
1418
1449
|
}
|
|
@@ -1449,9 +1480,6 @@
|
|
|
1449
1480
|
display: block;
|
|
1450
1481
|
height: auto;
|
|
1451
1482
|
}
|
|
1452
|
-
.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap {
|
|
1453
|
-
height: 62px;
|
|
1454
|
-
}
|
|
1455
1483
|
.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
1456
1484
|
height: auto;
|
|
1457
1485
|
}
|
|
@@ -1513,6 +1541,7 @@
|
|
|
1513
1541
|
}
|
|
1514
1542
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1515
1543
|
margin: 0;
|
|
1544
|
+
padding: 0;
|
|
1516
1545
|
}
|
|
1517
1546
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
1518
1547
|
height: 36px;
|
|
@@ -1526,9 +1555,8 @@
|
|
|
1526
1555
|
}
|
|
1527
1556
|
}
|
|
1528
1557
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
1529
|
-
height: 36px;
|
|
1530
|
-
width: 100%;
|
|
1531
1558
|
height: 34px;
|
|
1559
|
+
width: 100%;
|
|
1532
1560
|
}
|
|
1533
1561
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
1534
1562
|
display: -ms-inline-flexbox;
|
|
@@ -1658,9 +1686,8 @@
|
|
|
1658
1686
|
font-size: 12px;
|
|
1659
1687
|
line-height: 24px;
|
|
1660
1688
|
position: relative;
|
|
1661
|
-
top: 0;
|
|
1662
|
-
vertical-align: initial;
|
|
1663
1689
|
top: -1px;
|
|
1690
|
+
vertical-align: initial;
|
|
1664
1691
|
}
|
|
1665
1692
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
1666
1693
|
font-size: 12px;
|
|
@@ -1711,9 +1738,8 @@
|
|
|
1711
1738
|
font-size: 12px;
|
|
1712
1739
|
line-height: 24px;
|
|
1713
1740
|
position: relative;
|
|
1714
|
-
top: 0;
|
|
1715
|
-
vertical-align: initial;
|
|
1716
1741
|
top: -1px;
|
|
1742
|
+
vertical-align: initial;
|
|
1717
1743
|
}
|
|
1718
1744
|
@media screen and (max-width: 480px) {
|
|
1719
1745
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
@@ -1721,11 +1747,21 @@
|
|
|
1721
1747
|
font-size: 16px;
|
|
1722
1748
|
}
|
|
1723
1749
|
}
|
|
1750
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
1751
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
1752
|
+
line-height: 24px;
|
|
1753
|
+
}
|
|
1724
1754
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
1725
1755
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
1726
|
-
|
|
1756
|
+
line-height: 24px;
|
|
1727
1757
|
top: -1px;
|
|
1728
1758
|
}
|
|
1759
|
+
@media screen and (max-width: 480px) {
|
|
1760
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
1761
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
1762
|
+
line-height: 24px;
|
|
1763
|
+
}
|
|
1764
|
+
}
|
|
1729
1765
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
1730
1766
|
transform: rotate(0deg);
|
|
1731
1767
|
transition: none;
|
|
@@ -1746,14 +1782,58 @@
|
|
|
1746
1782
|
transition: none;
|
|
1747
1783
|
}
|
|
1748
1784
|
}
|
|
1785
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
1786
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
1787
|
+
line-height: 24px;
|
|
1788
|
+
}
|
|
1749
1789
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
1750
1790
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
1751
|
-
|
|
1791
|
+
line-height: 24px;
|
|
1752
1792
|
top: -1px;
|
|
1753
1793
|
}
|
|
1794
|
+
@media screen and (max-width: 480px) {
|
|
1795
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
1796
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
1797
|
+
line-height: 24px;
|
|
1798
|
+
}
|
|
1799
|
+
}
|
|
1800
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
1801
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
1802
|
+
line-height: 24px;
|
|
1803
|
+
top: 0;
|
|
1804
|
+
}
|
|
1805
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
1806
|
+
position: unset;
|
|
1807
|
+
}
|
|
1808
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1809
|
+
left: unset;
|
|
1810
|
+
right: unset;
|
|
1811
|
+
}
|
|
1812
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1813
|
+
background-color: unset;
|
|
1814
|
+
content: unset;
|
|
1815
|
+
height: unset;
|
|
1816
|
+
left: unset;
|
|
1817
|
+
position: unset;
|
|
1818
|
+
right: unset;
|
|
1819
|
+
top: unset;
|
|
1820
|
+
transition: unset;
|
|
1821
|
+
}
|
|
1822
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1823
|
+
color: unset;
|
|
1824
|
+
content: unset;
|
|
1825
|
+
display: unset;
|
|
1826
|
+
font-weight: unset;
|
|
1827
|
+
height: unset;
|
|
1828
|
+
overflow: unset;
|
|
1829
|
+
visibility: unset;
|
|
1830
|
+
}
|
|
1754
1831
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
1755
1832
|
bottom: auto;
|
|
1756
1833
|
}
|
|
1834
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar {
|
|
1835
|
+
margin-top: 0;
|
|
1836
|
+
}
|
|
1757
1837
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1758
1838
|
margin: 0;
|
|
1759
1839
|
padding-bottom: 0;
|
|
@@ -1779,8 +1859,6 @@
|
|
|
1779
1859
|
}
|
|
1780
1860
|
}
|
|
1781
1861
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
1782
|
-
height: 40px;
|
|
1783
|
-
padding: 0 0 2px 0;
|
|
1784
1862
|
height: 38px;
|
|
1785
1863
|
padding: 0;
|
|
1786
1864
|
}
|
|
@@ -1790,19 +1868,6 @@
|
|
|
1790
1868
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
1791
1869
|
top: 0;
|
|
1792
1870
|
}
|
|
1793
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap {
|
|
1794
|
-
height: auto;
|
|
1795
|
-
}
|
|
1796
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap .e-tab-text {
|
|
1797
|
-
-ms-flex-item-align: auto;
|
|
1798
|
-
-ms-grid-row-align: auto;
|
|
1799
|
-
align-self: auto;
|
|
1800
|
-
}
|
|
1801
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text {
|
|
1802
|
-
-ms-flex-item-align: auto;
|
|
1803
|
-
-ms-grid-row-align: auto;
|
|
1804
|
-
align-self: auto;
|
|
1805
|
-
}
|
|
1806
1871
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap {
|
|
1807
1872
|
height: initial;
|
|
1808
1873
|
}
|
|
@@ -1840,9 +1905,8 @@
|
|
|
1840
1905
|
}
|
|
1841
1906
|
.e-tab .e-tab-header.e-vertical .e-indicator {
|
|
1842
1907
|
display: block;
|
|
1843
|
-
transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
1844
|
-
width: 2px;
|
|
1845
1908
|
transition: initial;
|
|
1909
|
+
width: 2px;
|
|
1846
1910
|
}
|
|
1847
1911
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
1848
1912
|
height: inherit;
|
|
@@ -1899,6 +1963,30 @@
|
|
|
1899
1963
|
left: auto;
|
|
1900
1964
|
right: 0;
|
|
1901
1965
|
}
|
|
1966
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1967
|
+
bottom: unset;
|
|
1968
|
+
height: unset;
|
|
1969
|
+
}
|
|
1970
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
1971
|
+
background-color: unset;
|
|
1972
|
+
bottom: unset;
|
|
1973
|
+
content: unset;
|
|
1974
|
+
height: unset;
|
|
1975
|
+
left: unset;
|
|
1976
|
+
position: unset;
|
|
1977
|
+
right: unset;
|
|
1978
|
+
transition: unset;
|
|
1979
|
+
width: unset;
|
|
1980
|
+
}
|
|
1981
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
1982
|
+
color: unset;
|
|
1983
|
+
content: unset;
|
|
1984
|
+
display: unset;
|
|
1985
|
+
font-weight: unset;
|
|
1986
|
+
height: unset;
|
|
1987
|
+
overflow: unset;
|
|
1988
|
+
visibility: unset;
|
|
1989
|
+
}
|
|
1902
1990
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
1903
1991
|
float: right;
|
|
1904
1992
|
}
|
|
@@ -1915,6 +2003,30 @@
|
|
|
1915
2003
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
1916
2004
|
width: auto;
|
|
1917
2005
|
}
|
|
2006
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
2007
|
+
bottom: unset;
|
|
2008
|
+
height: unset;
|
|
2009
|
+
}
|
|
2010
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
2011
|
+
background-color: unset;
|
|
2012
|
+
bottom: unset;
|
|
2013
|
+
content: unset;
|
|
2014
|
+
height: unset;
|
|
2015
|
+
left: unset;
|
|
2016
|
+
position: unset;
|
|
2017
|
+
right: unset;
|
|
2018
|
+
transition: unset;
|
|
2019
|
+
width: unset;
|
|
2020
|
+
}
|
|
2021
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
2022
|
+
color: unset;
|
|
2023
|
+
content: unset;
|
|
2024
|
+
display: unset;
|
|
2025
|
+
font-weight: unset;
|
|
2026
|
+
height: unset;
|
|
2027
|
+
overflow: unset;
|
|
2028
|
+
visibility: unset;
|
|
2029
|
+
}
|
|
1918
2030
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
1919
2031
|
height: 16px;
|
|
1920
2032
|
-ms-flex-pack: center;
|
|
@@ -2046,7 +2158,12 @@
|
|
|
2046
2158
|
}
|
|
2047
2159
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
2048
2160
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
2049
|
-
|
|
2161
|
+
border: 1px solid #0078d6;
|
|
2162
|
+
content: "";
|
|
2163
|
+
display: none;
|
|
2164
|
+
position: absolute;
|
|
2165
|
+
top: 95%;
|
|
2166
|
+
width: 100%;
|
|
2050
2167
|
}
|
|
2051
2168
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2052
2169
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
@@ -2087,6 +2204,9 @@
|
|
|
2087
2204
|
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2088
2205
|
top: 0;
|
|
2089
2206
|
}
|
|
2207
|
+
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
2208
|
+
margin: 0 0 0 8px;
|
|
2209
|
+
}
|
|
2090
2210
|
.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
2091
2211
|
height: inherit;
|
|
2092
2212
|
}
|
|
@@ -2094,7 +2214,6 @@
|
|
|
2094
2214
|
height: 40px;
|
|
2095
2215
|
}
|
|
2096
2216
|
.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2097
|
-
height: 40px;
|
|
2098
2217
|
height: 38px;
|
|
2099
2218
|
}
|
|
2100
2219
|
.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -2110,21 +2229,14 @@
|
|
|
2110
2229
|
height: 36px;
|
|
2111
2230
|
}
|
|
2112
2231
|
.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2113
|
-
height: 36px;
|
|
2114
2232
|
height: 34px;
|
|
2115
2233
|
}
|
|
2116
2234
|
.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
2117
2235
|
height: 40px;
|
|
2118
2236
|
}
|
|
2119
2237
|
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
2120
|
-
height: 40px;
|
|
2121
|
-
padding: 0;
|
|
2122
2238
|
height: 38px;
|
|
2123
|
-
|
|
2124
|
-
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text {
|
|
2125
|
-
-ms-flex-item-align: auto;
|
|
2126
|
-
-ms-grid-row-align: auto;
|
|
2127
|
-
align-self: auto;
|
|
2239
|
+
padding: 0;
|
|
2128
2240
|
}
|
|
2129
2241
|
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
2130
2242
|
height: auto;
|
|
@@ -2298,6 +2410,7 @@
|
|
|
2298
2410
|
height: 38px;
|
|
2299
2411
|
margin: 0;
|
|
2300
2412
|
min-height: 38px;
|
|
2413
|
+
padding: 0;
|
|
2301
2414
|
}
|
|
2302
2415
|
@media screen and (max-width: 480px) {
|
|
2303
2416
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -2320,7 +2433,6 @@
|
|
|
2320
2433
|
}
|
|
2321
2434
|
}
|
|
2322
2435
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
2323
|
-
height: 38px;
|
|
2324
2436
|
height: 36px;
|
|
2325
2437
|
}
|
|
2326
2438
|
@media screen and (max-width: 480px) {
|
|
@@ -2335,7 +2447,6 @@
|
|
|
2335
2447
|
margin-bottom: 0;
|
|
2336
2448
|
}
|
|
2337
2449
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
2338
|
-
height: 38px;
|
|
2339
2450
|
height: 36px;
|
|
2340
2451
|
}
|
|
2341
2452
|
@media screen and (max-width: 480px) {
|
|
@@ -2344,10 +2455,9 @@
|
|
|
2344
2455
|
}
|
|
2345
2456
|
}
|
|
2346
2457
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
2347
|
-
font-weight:
|
|
2458
|
+
font-weight: 400;
|
|
2348
2459
|
}
|
|
2349
2460
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
2350
|
-
height: 38px;
|
|
2351
2461
|
height: 36px;
|
|
2352
2462
|
}
|
|
2353
2463
|
@media screen and (max-width: 480px) {
|
|
@@ -2376,7 +2486,6 @@
|
|
|
2376
2486
|
padding: 0;
|
|
2377
2487
|
}
|
|
2378
2488
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
2379
|
-
height: 38px;
|
|
2380
2489
|
height: 36px;
|
|
2381
2490
|
}
|
|
2382
2491
|
@media screen and (max-width: 480px) {
|
|
@@ -2400,15 +2509,11 @@
|
|
|
2400
2509
|
height: 38px;
|
|
2401
2510
|
}
|
|
2402
2511
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2403
|
-
height: 38px;
|
|
2404
2512
|
height: 36px;
|
|
2405
2513
|
}
|
|
2406
2514
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
2407
2515
|
height: 36px;
|
|
2408
2516
|
}
|
|
2409
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before {
|
|
2410
|
-
top: 1px;
|
|
2411
|
-
}
|
|
2412
2517
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
2413
2518
|
height: 59px;
|
|
2414
2519
|
}
|
|
@@ -2434,6 +2539,7 @@
|
|
|
2434
2539
|
}
|
|
2435
2540
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2436
2541
|
margin: 0;
|
|
2542
|
+
padding: 0;
|
|
2437
2543
|
}
|
|
2438
2544
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2439
2545
|
padding: 0 10px;
|
|
@@ -2449,12 +2555,8 @@
|
|
|
2449
2555
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
2450
2556
|
margin-bottom: 0;
|
|
2451
2557
|
}
|
|
2452
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
2453
|
-
height: 40px;
|
|
2454
|
-
height: 38px;
|
|
2455
|
-
}
|
|
2456
2558
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
2457
|
-
font-weight:
|
|
2559
|
+
font-weight: 400;
|
|
2458
2560
|
}
|
|
2459
2561
|
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
2460
2562
|
display: none;
|
|
@@ -2471,7 +2573,6 @@
|
|
|
2471
2573
|
padding: 0;
|
|
2472
2574
|
}
|
|
2473
2575
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap {
|
|
2474
|
-
height: 36px;
|
|
2475
2576
|
height: 34px;
|
|
2476
2577
|
}
|
|
2477
2578
|
.e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -2484,6 +2585,9 @@
|
|
|
2484
2585
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2485
2586
|
margin: 0 0 0 8px;
|
|
2486
2587
|
}
|
|
2588
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
2589
|
+
margin: 0;
|
|
2590
|
+
}
|
|
2487
2591
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
2488
2592
|
margin: 0 6px 0 0;
|
|
2489
2593
|
}
|
|
@@ -2499,6 +2603,9 @@
|
|
|
2499
2603
|
margin-left: 20px;
|
|
2500
2604
|
margin-right: 0;
|
|
2501
2605
|
}
|
|
2606
|
+
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
2607
|
+
margin: 0 0 0 8px;
|
|
2608
|
+
}
|
|
2502
2609
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
2503
2610
|
margin: 0;
|
|
2504
2611
|
}
|
|
@@ -2586,7 +2693,6 @@
|
|
|
2586
2693
|
align-items: center;
|
|
2587
2694
|
display: -ms-inline-flexbox;
|
|
2588
2695
|
display: inline-flex;
|
|
2589
|
-
height: 40px;
|
|
2590
2696
|
height: 38px;
|
|
2591
2697
|
}
|
|
2592
2698
|
@media screen and (max-width: 480px) {
|
|
@@ -2600,17 +2706,15 @@
|
|
|
2600
2706
|
font-size: 14px;
|
|
2601
2707
|
font-weight: 400;
|
|
2602
2708
|
text-transform: capitalize;
|
|
2709
|
+
-ms-flex-item-align: auto;
|
|
2710
|
+
-ms-grid-row-align: auto;
|
|
2711
|
+
align-self: auto;
|
|
2603
2712
|
}
|
|
2604
2713
|
@media screen and (max-width: 480px) {
|
|
2605
2714
|
.e-tab-clone-element .e-tab-text {
|
|
2606
2715
|
font-size: 15px;
|
|
2607
2716
|
}
|
|
2608
2717
|
}
|
|
2609
|
-
.e-tab-clone-element .e-tab-text {
|
|
2610
|
-
-ms-flex-item-align: auto;
|
|
2611
|
-
-ms-grid-row-align: auto;
|
|
2612
|
-
align-self: auto;
|
|
2613
|
-
}
|
|
2614
2718
|
.e-tab-clone-element .e-icons.e-close-icon {
|
|
2615
2719
|
display: none;
|
|
2616
2720
|
}
|
|
@@ -2626,7 +2730,6 @@
|
|
|
2626
2730
|
}
|
|
2627
2731
|
.e-tab-clone-element .e-close-icon::before {
|
|
2628
2732
|
top: 1px;
|
|
2629
|
-
top: 1px;
|
|
2630
2733
|
}
|
|
2631
2734
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
2632
2735
|
display: -ms-inline-flexbox;
|
|
@@ -2634,6 +2737,7 @@
|
|
|
2634
2737
|
height: 20px;
|
|
2635
2738
|
min-width: 20px;
|
|
2636
2739
|
width: 20px;
|
|
2740
|
+
line-height: 1;
|
|
2637
2741
|
}
|
|
2638
2742
|
@media screen and (max-width: 480px) {
|
|
2639
2743
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -2661,6 +2765,14 @@
|
|
|
2661
2765
|
padding: 0 8px;
|
|
2662
2766
|
}
|
|
2663
2767
|
}
|
|
2768
|
+
.e-tab-clone-element .e-icon-right {
|
|
2769
|
+
margin: 0 0 0 8px;
|
|
2770
|
+
}
|
|
2771
|
+
@media screen and (max-width: 480px) {
|
|
2772
|
+
.e-tab-clone-element .e-icon-right {
|
|
2773
|
+
margin: 0;
|
|
2774
|
+
}
|
|
2775
|
+
}
|
|
2664
2776
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
2665
2777
|
margin: 0 0 0 6px;
|
|
2666
2778
|
}
|
|
@@ -2779,7 +2891,6 @@
|
|
|
2779
2891
|
}
|
|
2780
2892
|
}
|
|
2781
2893
|
.e-bigger .e-tab-clone-element .e-text-wrap {
|
|
2782
|
-
height: 50px;
|
|
2783
2894
|
height: 48px;
|
|
2784
2895
|
}
|
|
2785
2896
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
@@ -2811,6 +2922,7 @@
|
|
|
2811
2922
|
height: 20px;
|
|
2812
2923
|
min-width: 20px;
|
|
2813
2924
|
width: 20px;
|
|
2925
|
+
line-height: 1;
|
|
2814
2926
|
}
|
|
2815
2927
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
2816
2928
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -2819,6 +2931,14 @@
|
|
|
2819
2931
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
2820
2932
|
padding: 0 8px;
|
|
2821
2933
|
}
|
|
2934
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
2935
|
+
margin: 0 0 0 12px;
|
|
2936
|
+
}
|
|
2937
|
+
@media screen and (max-width: 480px) {
|
|
2938
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
2939
|
+
margin: 0;
|
|
2940
|
+
}
|
|
2941
|
+
}
|
|
2822
2942
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
2823
2943
|
margin: 0 0 0 8px;
|
|
2824
2944
|
}
|
|
@@ -2845,12 +2965,6 @@
|
|
|
2845
2965
|
.e-bigger .e-tab-clone-element.e-itop .e-close-icon, .e-bigger .e-tab-clone-element.e-ibottom .e-close-icon {
|
|
2846
2966
|
right: 8px;
|
|
2847
2967
|
}
|
|
2848
|
-
.e-bigger .e-tab-clone-element.e-itop .e-text-wrap, .e-bigger .e-tab-clone-element.e-ibottom .e-text-wrap {
|
|
2849
|
-
height: auto;
|
|
2850
|
-
}
|
|
2851
|
-
.e-bigger .e-tab-clone-element.e-itop.e-active .e-tab-wrap, .e-bigger .e-tab-clone-element.e-ibottom.e-active .e-tab-wrap {
|
|
2852
|
-
height: 72px;
|
|
2853
|
-
}
|
|
2854
2968
|
.e-bigger .e-tab-clone-element.e-itop .e-tab-text {
|
|
2855
2969
|
margin: 10px 0 0;
|
|
2856
2970
|
}
|
|
@@ -2867,10 +2981,20 @@
|
|
|
2867
2981
|
background: inherit;
|
|
2868
2982
|
border: 0;
|
|
2869
2983
|
border-radius: 0;
|
|
2984
|
+
box-shadow: none;
|
|
2985
|
+
font-weight: normal;
|
|
2870
2986
|
border-bottom: 0;
|
|
2871
2987
|
}
|
|
2988
|
+
.e-tab .e-tab-header::before {
|
|
2989
|
+
border-color: unset;
|
|
2990
|
+
border-style: solid;
|
|
2991
|
+
}
|
|
2992
|
+
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
2993
|
+
border-width: 0;
|
|
2994
|
+
}
|
|
2872
2995
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
2873
2996
|
border-bottom: initial;
|
|
2997
|
+
margin-bottom: 0;
|
|
2874
2998
|
}
|
|
2875
2999
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
2876
3000
|
background: inherit;
|
|
@@ -2882,6 +3006,9 @@
|
|
|
2882
3006
|
background: inherit;
|
|
2883
3007
|
border: none;
|
|
2884
3008
|
}
|
|
3009
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
3010
|
+
background: inherit;
|
|
3011
|
+
}
|
|
2885
3012
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
2886
3013
|
background: rgba(0, 0, 0, 0);
|
|
2887
3014
|
}
|
|
@@ -2906,6 +3033,8 @@
|
|
|
2906
3033
|
}
|
|
2907
3034
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
2908
3035
|
background: inherit;
|
|
3036
|
+
border: 1px solid #fff;
|
|
3037
|
+
border-radius: 0;
|
|
2909
3038
|
}
|
|
2910
3039
|
@media screen and (max-width: 480px) {
|
|
2911
3040
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -2920,6 +3049,9 @@
|
|
|
2920
3049
|
border: 0;
|
|
2921
3050
|
border-radius: 0;
|
|
2922
3051
|
}
|
|
3052
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3053
|
+
border: 1px solid #fff;
|
|
3054
|
+
}
|
|
2923
3055
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
2924
3056
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
2925
3057
|
color: #333;
|
|
@@ -2987,17 +3119,26 @@
|
|
|
2987
3119
|
}
|
|
2988
3120
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
2989
3121
|
background: #f4f4f4;
|
|
2990
|
-
border
|
|
3122
|
+
border: 1px solid #f4f4f4;
|
|
3123
|
+
border-radius: 0;
|
|
2991
3124
|
}
|
|
2992
3125
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
2993
3126
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
2994
3127
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
2995
3128
|
color: #333;
|
|
2996
3129
|
}
|
|
3130
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
3131
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3132
|
+
color: #333;
|
|
3133
|
+
}
|
|
2997
3134
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
2998
3135
|
background: #d1ebff;
|
|
2999
3136
|
border-color: #d1ebff;
|
|
3000
3137
|
}
|
|
3138
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
3139
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
3140
|
+
color: #333;
|
|
3141
|
+
}
|
|
3001
3142
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
3002
3143
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3003
3144
|
color: #333;
|
|
@@ -3020,12 +3161,17 @@
|
|
|
3020
3161
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
3021
3162
|
background: #eaeaea;
|
|
3022
3163
|
color: #000;
|
|
3164
|
+
border: 1px solid #fff;
|
|
3023
3165
|
}
|
|
3024
3166
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
3025
3167
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
3026
3168
|
box-shadow: none;
|
|
3027
3169
|
border: 1px solid #d1ebff;
|
|
3028
3170
|
}
|
|
3171
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
3172
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
3173
|
+
background: inherit;
|
|
3174
|
+
}
|
|
3029
3175
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
3030
3176
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
3031
3177
|
background: inherit;
|
|
@@ -3037,6 +3183,18 @@
|
|
|
3037
3183
|
background: #eaeaea;
|
|
3038
3184
|
color: #000;
|
|
3039
3185
|
}
|
|
3186
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
3187
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3188
|
+
background: inherit;
|
|
3189
|
+
border-color: #767676;
|
|
3190
|
+
color: #000;
|
|
3191
|
+
}
|
|
3192
|
+
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
3193
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
3194
|
+
box-shadow: none;
|
|
3195
|
+
background: inherit;
|
|
3196
|
+
border: 0;
|
|
3197
|
+
}
|
|
3040
3198
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
3041
3199
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
3042
3200
|
color: #c8c8c8;
|
|
@@ -3044,6 +3202,8 @@
|
|
|
3044
3202
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
3045
3203
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
3046
3204
|
color: #c8c8c8;
|
|
3205
|
+
background: #eaeaea;
|
|
3206
|
+
border-color: #fff;
|
|
3047
3207
|
}
|
|
3048
3208
|
.e-tab .e-tab-header .e-hor-nav,
|
|
3049
3209
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -3069,6 +3229,10 @@
|
|
|
3069
3229
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
3070
3230
|
color: #000;
|
|
3071
3231
|
}
|
|
3232
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
3233
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
3234
|
+
background: transparent;
|
|
3235
|
+
}
|
|
3072
3236
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3073
3237
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
3074
3238
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
@@ -3091,6 +3255,7 @@
|
|
|
3091
3255
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3092
3256
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
3093
3257
|
background: #eaeaea;
|
|
3258
|
+
color: #000;
|
|
3094
3259
|
border: 1px solid #767676;
|
|
3095
3260
|
border-radius: 0;
|
|
3096
3261
|
box-shadow: none;
|
|
@@ -3098,38 +3263,77 @@
|
|
|
3098
3263
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
3099
3264
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
3100
3265
|
border: 0;
|
|
3266
|
+
background: transparent;
|
|
3101
3267
|
}
|
|
3102
3268
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
3103
3269
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
3104
3270
|
background: transparent;
|
|
3105
3271
|
}
|
|
3272
|
+
.e-tab .e-tab-header .e-hor-nav:active,
|
|
3273
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
3274
|
+
box-shadow: none;
|
|
3275
|
+
background: transparent;
|
|
3276
|
+
}
|
|
3106
3277
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
3107
3278
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
3108
3279
|
background: inherit;
|
|
3109
3280
|
border: 0;
|
|
3110
3281
|
box-shadow: none;
|
|
3282
|
+
border-radius: 0;
|
|
3283
|
+
}
|
|
3284
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
3285
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
3286
|
+
color: #333;
|
|
3287
|
+
}
|
|
3288
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
3289
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
3290
|
+
border: 0;
|
|
3111
3291
|
}
|
|
3112
3292
|
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
3113
|
-
border-
|
|
3114
|
-
border-
|
|
3293
|
+
border-color: unset;
|
|
3294
|
+
border-style: solid;
|
|
3295
|
+
border-width: 0;
|
|
3296
|
+
}
|
|
3297
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
3298
|
+
border-color: unset;
|
|
3299
|
+
border-style: solid;
|
|
3300
|
+
border-width: 0;
|
|
3301
|
+
}
|
|
3302
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
3303
|
+
border-color: unset;
|
|
3304
|
+
border-style: solid;
|
|
3305
|
+
border-width: 0;
|
|
3306
|
+
}
|
|
3307
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
3308
|
+
border-radius: 0;
|
|
3115
3309
|
}
|
|
3116
3310
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3117
|
-
border-
|
|
3311
|
+
border-color: inherit unset unset;
|
|
3312
|
+
border-style: solid;
|
|
3313
|
+
border-width: 0;
|
|
3314
|
+
margin-top: 0;
|
|
3118
3315
|
border-radius: 0;
|
|
3119
|
-
|
|
3120
|
-
|
|
3316
|
+
}
|
|
3317
|
+
.e-tab .e-tab-header.e-vertical {
|
|
3318
|
+
border-bottom: 0;
|
|
3121
3319
|
}
|
|
3122
3320
|
.e-tab .e-tab-header.e-vertical::before {
|
|
3123
|
-
border-width: 0
|
|
3321
|
+
border-width: 0;
|
|
3124
3322
|
}
|
|
3125
3323
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active {
|
|
3126
3324
|
border-bottom: 0;
|
|
3127
3325
|
border-top: 0;
|
|
3128
3326
|
}
|
|
3327
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
3328
|
+
border-radius: 0;
|
|
3329
|
+
}
|
|
3129
3330
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
3130
3331
|
border-radius: 0;
|
|
3131
3332
|
border-right: initial;
|
|
3132
3333
|
}
|
|
3334
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
3335
|
+
border-radius: 0;
|
|
3336
|
+
}
|
|
3133
3337
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
3134
3338
|
border-left: initial;
|
|
3135
3339
|
border-radius: 0;
|
|
@@ -3155,6 +3359,10 @@
|
|
|
3155
3359
|
}
|
|
3156
3360
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
3157
3361
|
background: #eaeaea;
|
|
3362
|
+
border-color: #eaeaea transparent transparent;
|
|
3363
|
+
}
|
|
3364
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
3365
|
+
background: inherit;
|
|
3158
3366
|
}
|
|
3159
3367
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
3160
3368
|
color: #000;
|
|
@@ -3165,6 +3373,9 @@
|
|
|
3165
3373
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
3166
3374
|
background: inherit;
|
|
3167
3375
|
}
|
|
3376
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
3377
|
+
color: none;
|
|
3378
|
+
}
|
|
3168
3379
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
3169
3380
|
background: none;
|
|
3170
3381
|
}
|
|
@@ -3180,6 +3391,7 @@
|
|
|
3180
3391
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
3181
3392
|
background: inherit;
|
|
3182
3393
|
border: 0;
|
|
3394
|
+
color: #000;
|
|
3183
3395
|
}
|
|
3184
3396
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
3185
3397
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -3194,24 +3406,33 @@
|
|
|
3194
3406
|
border: 0;
|
|
3195
3407
|
box-shadow: none;
|
|
3196
3408
|
}
|
|
3409
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3410
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3411
|
+
color: #000;
|
|
3412
|
+
}
|
|
3197
3413
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
3198
3414
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
3199
3415
|
border: 0;
|
|
3200
3416
|
}
|
|
3201
3417
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
3202
3418
|
background: initial;
|
|
3203
|
-
border
|
|
3419
|
+
border: 1px solid #767676;
|
|
3204
3420
|
}
|
|
3205
3421
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3206
3422
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
3207
3423
|
color: #333;
|
|
3208
3424
|
}
|
|
3425
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
3426
|
+
color: #333;
|
|
3427
|
+
}
|
|
3209
3428
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3210
3429
|
color: #000;
|
|
3211
3430
|
}
|
|
3212
3431
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3213
3432
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3214
3433
|
color: #000;
|
|
3434
|
+
background: inherit;
|
|
3435
|
+
border: 1px solid #767676;
|
|
3215
3436
|
}
|
|
3216
3437
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
3217
3438
|
border-color: #767676;
|
|
@@ -3226,10 +3447,6 @@
|
|
|
3226
3447
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus {
|
|
3227
3448
|
outline: 1.5px solid #767676;
|
|
3228
3449
|
}
|
|
3229
|
-
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
3230
|
-
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
3231
|
-
border-color: #767676;
|
|
3232
|
-
}
|
|
3233
3450
|
.e-tab.e-disable {
|
|
3234
3451
|
pointer-events: none;
|
|
3235
3452
|
}
|
|
@@ -3249,6 +3466,9 @@
|
|
|
3249
3466
|
.e-tab.e-fill .e-tab-header {
|
|
3250
3467
|
border-bottom: 2px Solid #0078d6;
|
|
3251
3468
|
}
|
|
3469
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll {
|
|
3470
|
+
border: 0;
|
|
3471
|
+
}
|
|
3252
3472
|
.e-tab.e-fill .e-tab-header .e-toolbar-item {
|
|
3253
3473
|
border: 0;
|
|
3254
3474
|
}
|
|
@@ -3261,6 +3481,9 @@
|
|
|
3261
3481
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3262
3482
|
color: #333;
|
|
3263
3483
|
}
|
|
3484
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3485
|
+
color: #333;
|
|
3486
|
+
}
|
|
3264
3487
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
3265
3488
|
margin-top: 0;
|
|
3266
3489
|
}
|
|
@@ -3291,6 +3514,22 @@
|
|
|
3291
3514
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
3292
3515
|
color: #fff;
|
|
3293
3516
|
}
|
|
3517
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
3518
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
3519
|
+
color: #333;
|
|
3520
|
+
}
|
|
3521
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
3522
|
+
background: #f4f4f4;
|
|
3523
|
+
}
|
|
3524
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
3525
|
+
color: #333;
|
|
3526
|
+
}
|
|
3527
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
3528
|
+
color: #333;
|
|
3529
|
+
}
|
|
3530
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
3531
|
+
color: #333;
|
|
3532
|
+
}
|
|
3294
3533
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
3295
3534
|
border-bottom: 0;
|
|
3296
3535
|
border-top: 2px Solid #0078d6;
|
|
@@ -3345,6 +3584,12 @@
|
|
|
3345
3584
|
background: #0078d6;
|
|
3346
3585
|
border-color: #767676;
|
|
3347
3586
|
}
|
|
3587
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
3588
|
+
color: #fff;
|
|
3589
|
+
}
|
|
3590
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
3591
|
+
color: #333;
|
|
3592
|
+
}
|
|
3348
3593
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3349
3594
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3350
3595
|
color: #fff;
|
|
@@ -3356,8 +3601,12 @@
|
|
|
3356
3601
|
.e-tab.e-background .e-tab-header .e-toolbar-items {
|
|
3357
3602
|
background: #f4f4f4;
|
|
3358
3603
|
}
|
|
3604
|
+
.e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll {
|
|
3605
|
+
border: 0;
|
|
3606
|
+
}
|
|
3359
3607
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
3360
3608
|
background: #0078d6;
|
|
3609
|
+
bottom: 0;
|
|
3361
3610
|
}
|
|
3362
3611
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
3363
3612
|
border: 0;
|
|
@@ -3369,38 +3618,80 @@
|
|
|
3369
3618
|
background: #f4f4f4;
|
|
3370
3619
|
border-color: #f4f4f4;
|
|
3371
3620
|
}
|
|
3372
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3373
3621
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3374
3622
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3375
3623
|
color: #333;
|
|
3376
3624
|
}
|
|
3625
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
3626
|
+
color: #333;
|
|
3627
|
+
}
|
|
3377
3628
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
3378
3629
|
color: #333;
|
|
3379
3630
|
}
|
|
3380
3631
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
3381
3632
|
background: inherit;
|
|
3633
|
+
background-color: inherit;
|
|
3634
|
+
border-color: #f4f4f4;
|
|
3635
|
+
}
|
|
3636
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
3637
|
+
color: #000;
|
|
3382
3638
|
}
|
|
3383
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
3384
3639
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3385
|
-
color: #fff;
|
|
3386
3640
|
color: #000;
|
|
3387
3641
|
}
|
|
3642
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3643
|
+
color: #333;
|
|
3644
|
+
}
|
|
3645
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:hover, .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:active {
|
|
3646
|
+
color: #333;
|
|
3647
|
+
}
|
|
3388
3648
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
3389
3649
|
border: 0;
|
|
3390
3650
|
margin: 0;
|
|
3651
|
+
background: inherit;
|
|
3391
3652
|
}
|
|
3392
3653
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3393
3654
|
background: #0078d6;
|
|
3394
|
-
border-radius: 0;
|
|
3395
3655
|
border-color: #0078d6;
|
|
3656
|
+
border-radius: 0;
|
|
3657
|
+
border-style: solid;
|
|
3658
|
+
border-width: 1px;
|
|
3659
|
+
}
|
|
3660
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
3661
|
+
color: #fff;
|
|
3662
|
+
}
|
|
3663
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3664
|
+
color: #fff;
|
|
3665
|
+
}
|
|
3666
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
3667
|
+
color: rgba(255, 255, 255, 0.8);
|
|
3396
3668
|
}
|
|
3397
3669
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
3398
3670
|
background: #0078d7;
|
|
3671
|
+
border-color: #0078d6;
|
|
3672
|
+
}
|
|
3673
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
3674
|
+
color: #fff;
|
|
3399
3675
|
}
|
|
3400
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
3401
3676
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3402
3677
|
color: #fff;
|
|
3403
3678
|
}
|
|
3679
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
3680
|
+
color: rgba(255, 255, 255, 0.8);
|
|
3681
|
+
}
|
|
3682
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
3683
|
+
color: #fff;
|
|
3684
|
+
}
|
|
3685
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
3686
|
+
color: rgba(255, 255, 255, 0.8);
|
|
3687
|
+
}
|
|
3688
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
3689
|
+
background: #0078d6;
|
|
3690
|
+
}
|
|
3691
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
3692
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
3693
|
+
color: #fff;
|
|
3694
|
+
}
|
|
3404
3695
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3405
3696
|
background: #0078d6;
|
|
3406
3697
|
}
|
|
@@ -3408,6 +3699,12 @@
|
|
|
3408
3699
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3409
3700
|
color: #fff;
|
|
3410
3701
|
}
|
|
3702
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
3703
|
+
color: #fff;
|
|
3704
|
+
}
|
|
3705
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
3706
|
+
color: rgba(255, 255, 255, 0.8);
|
|
3707
|
+
}
|
|
3411
3708
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3412
3709
|
border: 0;
|
|
3413
3710
|
}
|
|
@@ -3418,7 +3715,8 @@
|
|
|
3418
3715
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3419
3716
|
color: rgba(255, 255, 255, 0.8);
|
|
3420
3717
|
}
|
|
3421
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
3718
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
3719
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
3422
3720
|
color: #fff;
|
|
3423
3721
|
}
|
|
3424
3722
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
|
|
@@ -3433,7 +3731,8 @@
|
|
|
3433
3731
|
background: #f4f4f4;
|
|
3434
3732
|
}
|
|
3435
3733
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3436
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
3734
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3735
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3437
3736
|
color: #333;
|
|
3438
3737
|
}
|
|
3439
3738
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -3442,9 +3741,21 @@
|
|
|
3442
3741
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
3443
3742
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
3444
3743
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3445
|
-
color: #fff;
|
|
3446
3744
|
color: #333;
|
|
3447
3745
|
}
|
|
3746
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
3747
|
+
color: #333;
|
|
3748
|
+
}
|
|
3749
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
3750
|
+
color: #333;
|
|
3751
|
+
}
|
|
3752
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
3753
|
+
color: #333;
|
|
3754
|
+
}
|
|
3755
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
3756
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
3757
|
+
background: inherit;
|
|
3758
|
+
}
|
|
3448
3759
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
3449
3760
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3450
3761
|
color: #333;
|
|
@@ -3454,21 +3765,38 @@
|
|
|
3454
3765
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
3455
3766
|
background: #eaeaea;
|
|
3456
3767
|
color: #000;
|
|
3768
|
+
border-color: #f4f4f4;
|
|
3769
|
+
}
|
|
3770
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
3771
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
3772
|
+
background: unset;
|
|
3773
|
+
color: #333;
|
|
3457
3774
|
}
|
|
3458
3775
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
3459
3776
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3460
3777
|
color: #000;
|
|
3461
3778
|
border: 1px solid #767676;
|
|
3779
|
+
background: inherit;
|
|
3462
3780
|
}
|
|
3463
3781
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
3464
3782
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
3465
3783
|
background: #eaeaea;
|
|
3466
3784
|
color: #000;
|
|
3467
3785
|
}
|
|
3786
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
3787
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3788
|
+
background: inherit;
|
|
3789
|
+
border-color: #767676;
|
|
3790
|
+
color: #000;
|
|
3791
|
+
}
|
|
3468
3792
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
3469
3793
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
3470
3794
|
animation: none;
|
|
3471
3795
|
}
|
|
3796
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
3797
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
3798
|
+
background: transparent;
|
|
3799
|
+
}
|
|
3472
3800
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
3473
3801
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
3474
3802
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
@@ -3480,6 +3808,14 @@
|
|
|
3480
3808
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
3481
3809
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
3482
3810
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
3811
|
+
background: #eaeaea;
|
|
3812
|
+
border-color: #f4f4f4;
|
|
3813
|
+
color: #000;
|
|
3814
|
+
}
|
|
3815
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
3816
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
3817
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
3818
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
3483
3819
|
background: #eaeaea;
|
|
3484
3820
|
color: #000;
|
|
3485
3821
|
}
|
|
@@ -3488,8 +3824,23 @@
|
|
|
3488
3824
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3489
3825
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3490
3826
|
color: #000;
|
|
3827
|
+
background: inherit;
|
|
3491
3828
|
border: 1px solid #767676;
|
|
3492
3829
|
}
|
|
3830
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
3831
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
3832
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3833
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
3834
|
+
background: #eaeaea;
|
|
3835
|
+
}
|
|
3836
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3837
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
3838
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3839
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3840
|
+
background: #eaeaea;
|
|
3841
|
+
border-color: #767676;
|
|
3842
|
+
color: #000;
|
|
3843
|
+
}
|
|
3493
3844
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
3494
3845
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
3495
3846
|
animation: none;
|
|
@@ -3498,6 +3849,40 @@
|
|
|
3498
3849
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
3499
3850
|
color: #000;
|
|
3500
3851
|
}
|
|
3852
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3853
|
+
border: 0;
|
|
3854
|
+
margin: 0;
|
|
3855
|
+
}
|
|
3856
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
3857
|
+
border-color: #0078d6;
|
|
3858
|
+
border-radius: 0;
|
|
3859
|
+
border-style: solid;
|
|
3860
|
+
border-width: 1px;
|
|
3861
|
+
}
|
|
3862
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
3863
|
+
border-color: unset;
|
|
3864
|
+
border-style: solid;
|
|
3865
|
+
border-width: 0;
|
|
3866
|
+
margin: 0;
|
|
3867
|
+
}
|
|
3868
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
3869
|
+
border-color: #0078d6;
|
|
3870
|
+
border-radius: 0;
|
|
3871
|
+
border-style: solid;
|
|
3872
|
+
border-width: 1px;
|
|
3873
|
+
}
|
|
3874
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
3875
|
+
border-color: unset;
|
|
3876
|
+
border-style: solid;
|
|
3877
|
+
border-width: 0;
|
|
3878
|
+
margin: 0;
|
|
3879
|
+
}
|
|
3880
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
3881
|
+
border-color: #0078d6;
|
|
3882
|
+
border-radius: 0;
|
|
3883
|
+
border-style: solid;
|
|
3884
|
+
border-width: 1px;
|
|
3885
|
+
}
|
|
3501
3886
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
3502
3887
|
border: 0;
|
|
3503
3888
|
}
|
|
@@ -3560,6 +3945,7 @@
|
|
|
3560
3945
|
background: #a6a6a6;
|
|
3561
3946
|
}
|
|
3562
3947
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
3948
|
+
background: initial;
|
|
3563
3949
|
border-color: #767676;
|
|
3564
3950
|
}
|
|
3565
3951
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
@@ -3568,6 +3954,7 @@
|
|
|
3568
3954
|
color: #333;
|
|
3569
3955
|
}
|
|
3570
3956
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3957
|
+
background: #0078d6;
|
|
3571
3958
|
border-color: #767676;
|
|
3572
3959
|
}
|
|
3573
3960
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
@@ -3576,6 +3963,32 @@
|
|
|
3576
3963
|
}
|
|
3577
3964
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
3578
3965
|
background: #0078d7;
|
|
3966
|
+
border: 1px solid #fff;
|
|
3967
|
+
border-radius: 0;
|
|
3968
|
+
}
|
|
3969
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
3970
|
+
color: #fff;
|
|
3971
|
+
}
|
|
3972
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3973
|
+
color: #fff;
|
|
3974
|
+
}
|
|
3975
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
3976
|
+
color: #333;
|
|
3977
|
+
}
|
|
3978
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
3979
|
+
color: #fff;
|
|
3980
|
+
}
|
|
3981
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3982
|
+
color: #fff;
|
|
3983
|
+
}
|
|
3984
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
3985
|
+
color: rgba(255, 255, 255, 0.8);
|
|
3986
|
+
}
|
|
3987
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
3988
|
+
color: #fff;
|
|
3989
|
+
}
|
|
3990
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
3991
|
+
color: #333;
|
|
3579
3992
|
}
|
|
3580
3993
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
|
|
3581
3994
|
background: #0078d6;
|
|
@@ -3599,6 +4012,8 @@
|
|
|
3599
4012
|
.e-tab .e-content .e-item {
|
|
3600
4013
|
background: inherit;
|
|
3601
4014
|
color: #333;
|
|
4015
|
+
font-size: 14px;
|
|
4016
|
+
line-height: 18px;
|
|
3602
4017
|
}
|
|
3603
4018
|
|
|
3604
4019
|
.e-tab-clone-element {
|