@syncfusion/ej2-navigations 20.3.60 → 20.4.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +16 -1
- package/CHANGELOG.md +17 -0
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +253 -205
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +250 -202
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/accordion/accordion.js +20 -19
- package/src/appbar/appbar-model.d.ts +15 -15
- package/src/appbar/appbar.d.ts +15 -15
- package/src/appbar/appbar.js +3 -3
- package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
- package/src/breadcrumb/breadcrumb.js +10 -5
- package/src/carousel/carousel.js +10 -10
- package/src/common/menu-base.js +9 -5
- package/src/menu/menu.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +6 -2
- package/src/tab/tab-model.d.ts +9 -0
- package/src/tab/tab.d.ts +9 -0
- package/src/tab/tab.js +28 -18
- package/src/toolbar/toolbar-model.d.ts +9 -0
- package/src/toolbar/toolbar.d.ts +11 -0
- package/src/toolbar/toolbar.js +132 -123
- package/src/treeview/treeview-model.d.ts +133 -45
- package/src/treeview/treeview.d.ts +135 -48
- package/src/treeview/treeview.js +30 -14
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +999 -145
- package/styles/bootstrap.css +986 -132
- package/styles/bootstrap4.css +888 -167
- package/styles/bootstrap5-dark.css +949 -179
- package/styles/bootstrap5.css +949 -179
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1068 -232
- package/styles/fabric.css +1067 -231
- package/styles/fluent-dark.css +1014 -123
- package/styles/fluent.css +1012 -121
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +918 -369
- package/styles/highcontrast.css +925 -370
- package/styles/material-dark.css +1184 -114
- package/styles/material.css +1162 -92
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +295 -988
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +587 -109
- package/styles/tab/bootstrap.css +574 -96
- package/styles/tab/bootstrap4.css +546 -114
- package/styles/tab/bootstrap5-dark.css +523 -134
- package/styles/tab/bootstrap5.css +523 -134
- package/styles/tab/fabric-dark.css +614 -199
- package/styles/tab/fabric.css +612 -197
- package/styles/tab/fluent-dark.css +546 -102
- package/styles/tab/fluent.css +546 -102
- package/styles/tab/highcontrast-light.css +520 -250
- package/styles/tab/highcontrast.css +520 -244
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +705 -54
- package/styles/tab/material.css +705 -54
- package/styles/tab/tailwind-dark.css +706 -71
- package/styles/tab/tailwind.css +706 -71
- package/styles/tailwind-dark.css +1145 -99
- package/styles/tailwind.css +1144 -98
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
|
@@ -2,18 +2,6 @@
|
|
|
2
2
|
/*! Bootstrap specific themes definition's */
|
|
3
3
|
/*! Vertical Tab */
|
|
4
4
|
/*! tab icons */
|
|
5
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
6
|
-
content: "\e748";
|
|
7
|
-
}
|
|
8
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
9
|
-
content: "\e765";
|
|
10
|
-
}
|
|
11
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
12
|
-
content: "\e765";
|
|
13
|
-
}
|
|
14
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
15
|
-
content: "\e748";
|
|
16
|
-
}
|
|
17
5
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
18
6
|
content: "\e7e7";
|
|
19
7
|
position: relative;
|
|
@@ -42,12 +30,6 @@
|
|
|
42
30
|
content: "\e729";
|
|
43
31
|
}
|
|
44
32
|
}
|
|
45
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
46
|
-
content: "\e776";
|
|
47
|
-
}
|
|
48
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
49
|
-
content: "\e729";
|
|
50
|
-
}
|
|
51
33
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
52
34
|
content: "More";
|
|
53
35
|
}
|
|
@@ -111,6 +93,10 @@
|
|
|
111
93
|
margin: 0 2px 0 0;
|
|
112
94
|
}
|
|
113
95
|
}
|
|
96
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
97
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
98
|
+
margin: 0;
|
|
99
|
+
}
|
|
114
100
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
115
101
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
116
102
|
margin: 0 2px 0 0;
|
|
@@ -127,7 +113,6 @@
|
|
|
127
113
|
}
|
|
128
114
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav,
|
|
129
115
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
130
|
-
width: 50px;
|
|
131
116
|
width: 38px;
|
|
132
117
|
}
|
|
133
118
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -168,6 +153,12 @@
|
|
|
168
153
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
169
154
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
170
155
|
font-size: 16px;
|
|
156
|
+
margin-bottom: 0;
|
|
157
|
+
}
|
|
158
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
159
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
160
|
+
position: relative;
|
|
161
|
+
top: 2px;
|
|
171
162
|
}
|
|
172
163
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
173
164
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -180,6 +171,11 @@
|
|
|
180
171
|
margin: 0 2px 0 0;
|
|
181
172
|
}
|
|
182
173
|
}
|
|
174
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
175
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
176
|
+
position: relative;
|
|
177
|
+
top: 2px;
|
|
178
|
+
}
|
|
183
179
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
184
180
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
185
181
|
height: 48px;
|
|
@@ -190,10 +186,6 @@
|
|
|
190
186
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
191
187
|
height: 48px;
|
|
192
188
|
}
|
|
193
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
194
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
195
|
-
padding: 0;
|
|
196
|
-
}
|
|
197
189
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
198
190
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
199
191
|
cursor: pointer;
|
|
@@ -224,6 +216,7 @@
|
|
|
224
216
|
height: 16px;
|
|
225
217
|
min-width: 16px;
|
|
226
218
|
width: 16px;
|
|
219
|
+
line-height: 1;
|
|
227
220
|
}
|
|
228
221
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
229
222
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -480,16 +473,37 @@
|
|
|
480
473
|
font-size: 16px;
|
|
481
474
|
}
|
|
482
475
|
}
|
|
476
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
477
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
478
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
479
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
480
|
+
line-height: 38px;
|
|
481
|
+
}
|
|
483
482
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
484
483
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
485
484
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
486
485
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
486
|
+
line-height: 38px;
|
|
487
487
|
top: 0;
|
|
488
488
|
}
|
|
489
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
490
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
491
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
492
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
493
|
+
line-height: 38px;
|
|
494
|
+
}
|
|
489
495
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
490
496
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
491
497
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
492
498
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
499
|
+
line-height: 38px;
|
|
500
|
+
top: 0;
|
|
501
|
+
}
|
|
502
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
503
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
504
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
505
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
506
|
+
line-height: 38px;
|
|
493
507
|
top: 0;
|
|
494
508
|
}
|
|
495
509
|
.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -531,6 +545,15 @@
|
|
|
531
545
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text {
|
|
532
546
|
padding-top: 1px;
|
|
533
547
|
}
|
|
548
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before,
|
|
549
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
550
|
+
top: 0;
|
|
551
|
+
}
|
|
552
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before,
|
|
553
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
554
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
555
|
+
top: 0;
|
|
556
|
+
}
|
|
534
557
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
535
558
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
536
559
|
margin: 0;
|
|
@@ -542,6 +565,14 @@
|
|
|
542
565
|
margin: 0 2px 0 0;
|
|
543
566
|
}
|
|
544
567
|
}
|
|
568
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text,
|
|
569
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text {
|
|
570
|
+
padding-top: 1px;
|
|
571
|
+
}
|
|
572
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before,
|
|
573
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before {
|
|
574
|
+
top: 0;
|
|
575
|
+
}
|
|
545
576
|
.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,
|
|
546
577
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,
|
|
547
578
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom {
|
|
@@ -557,16 +588,15 @@
|
|
|
557
588
|
height: 48px;
|
|
558
589
|
padding: 0;
|
|
559
590
|
}
|
|
560
|
-
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap,
|
|
561
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
562
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
563
|
-
height: 48px;
|
|
564
|
-
}
|
|
565
591
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap,
|
|
566
592
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
567
593
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
568
594
|
height: initial;
|
|
569
595
|
}
|
|
596
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
597
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
598
|
+
height: 48px;
|
|
599
|
+
}
|
|
570
600
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
571
601
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
572
602
|
max-width: 150px;
|
|
@@ -604,6 +634,11 @@
|
|
|
604
634
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
605
635
|
right: -20px;
|
|
606
636
|
}
|
|
637
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
638
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
639
|
+
min-height: 38px;
|
|
640
|
+
min-width: auto;
|
|
641
|
+
}
|
|
607
642
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
608
643
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
609
644
|
height: 24px;
|
|
@@ -712,6 +747,10 @@
|
|
|
712
747
|
height: 48px;
|
|
713
748
|
padding: 0;
|
|
714
749
|
}
|
|
750
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
751
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
752
|
+
height: 48px;
|
|
753
|
+
}
|
|
715
754
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
716
755
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
717
756
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -776,6 +815,14 @@
|
|
|
776
815
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
777
816
|
top: 0;
|
|
778
817
|
}
|
|
818
|
+
.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator),
|
|
819
|
+
.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
820
|
+
margin: 0;
|
|
821
|
+
}
|
|
822
|
+
.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,
|
|
823
|
+
.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 {
|
|
824
|
+
margin: 0;
|
|
825
|
+
}
|
|
779
826
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
780
827
|
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
781
828
|
height: 48px;
|
|
@@ -811,6 +858,7 @@
|
|
|
811
858
|
height: 48px;
|
|
812
859
|
margin: 0;
|
|
813
860
|
min-height: 48px;
|
|
861
|
+
padding: 0;
|
|
814
862
|
}
|
|
815
863
|
@media screen and (max-width: 480px) {
|
|
816
864
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -916,6 +964,10 @@
|
|
|
916
964
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
917
965
|
height: 42px;
|
|
918
966
|
}
|
|
967
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
968
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
969
|
+
height: 42px;
|
|
970
|
+
}
|
|
919
971
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
|
|
920
972
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
921
973
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -951,7 +1003,7 @@
|
|
|
951
1003
|
}
|
|
952
1004
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
953
1005
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
954
|
-
|
|
1006
|
+
padding: 0;
|
|
955
1007
|
}
|
|
956
1008
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
957
1009
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -971,10 +1023,6 @@
|
|
|
971
1023
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
972
1024
|
margin-bottom: 0;
|
|
973
1025
|
}
|
|
974
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
975
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
976
|
-
height: 48px;
|
|
977
|
-
}
|
|
978
1026
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
979
1027
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
980
1028
|
padding: 0 16px;
|
|
@@ -997,12 +1045,6 @@
|
|
|
997
1045
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
998
1046
|
margin: 0 10px 0 0;
|
|
999
1047
|
}
|
|
1000
|
-
@media screen and (max-width: 480px) {
|
|
1001
|
-
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
1002
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
1003
|
-
margin: 0 10px 0 0;
|
|
1004
|
-
}
|
|
1005
|
-
}
|
|
1006
1048
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
1007
1049
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
1008
1050
|
margin: 0 10px 0 0;
|
|
@@ -1130,6 +1172,7 @@
|
|
|
1130
1172
|
.e-tab .e-tab-header::before {
|
|
1131
1173
|
content: "";
|
|
1132
1174
|
position: absolute;
|
|
1175
|
+
display: unset;
|
|
1133
1176
|
}
|
|
1134
1177
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
1135
1178
|
bottom: 0;
|
|
@@ -1191,9 +1234,12 @@
|
|
|
1191
1234
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
1192
1235
|
display: none;
|
|
1193
1236
|
}
|
|
1237
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
1238
|
+
padding: 0;
|
|
1239
|
+
}
|
|
1194
1240
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
1195
|
-
width: 40px;
|
|
1196
1241
|
width: 32px;
|
|
1242
|
+
border-radius: 0;
|
|
1197
1243
|
}
|
|
1198
1244
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1199
1245
|
margin: 0 2px 0 0;
|
|
@@ -1221,6 +1267,7 @@
|
|
|
1221
1267
|
height: 2px;
|
|
1222
1268
|
left: 0;
|
|
1223
1269
|
right: 0;
|
|
1270
|
+
border-radius: 0;
|
|
1224
1271
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
1225
1272
|
}
|
|
1226
1273
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -1270,6 +1317,10 @@
|
|
|
1270
1317
|
font-size: 14px;
|
|
1271
1318
|
font-weight: 400;
|
|
1272
1319
|
text-transform: capitalize;
|
|
1320
|
+
-ms-flex-item-align: auto;
|
|
1321
|
+
-ms-grid-row-align: auto;
|
|
1322
|
+
align-self: auto;
|
|
1323
|
+
margin-bottom: 0;
|
|
1273
1324
|
}
|
|
1274
1325
|
@media screen and (max-width: 480px) {
|
|
1275
1326
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -1298,7 +1349,15 @@
|
|
|
1298
1349
|
margin-bottom: 0;
|
|
1299
1350
|
}
|
|
1300
1351
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
1301
|
-
font-weight:
|
|
1352
|
+
font-weight: 400;
|
|
1353
|
+
}
|
|
1354
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
1355
|
+
top: 2px;
|
|
1356
|
+
left: 0;
|
|
1357
|
+
}
|
|
1358
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
1359
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
1360
|
+
left: 0;
|
|
1302
1361
|
}
|
|
1303
1362
|
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
1304
1363
|
height: 44px;
|
|
@@ -1330,7 +1389,7 @@
|
|
|
1330
1389
|
}
|
|
1331
1390
|
}
|
|
1332
1391
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
1333
|
-
top:
|
|
1392
|
+
top: 1px;
|
|
1334
1393
|
}
|
|
1335
1394
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
1336
1395
|
display: -ms-inline-flexbox;
|
|
@@ -1338,6 +1397,7 @@
|
|
|
1338
1397
|
height: 16px;
|
|
1339
1398
|
min-width: 16px;
|
|
1340
1399
|
width: 16px;
|
|
1400
|
+
line-height: 1;
|
|
1341
1401
|
}
|
|
1342
1402
|
@media screen and (max-width: 480px) {
|
|
1343
1403
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -1355,6 +1415,15 @@
|
|
|
1355
1415
|
font-size: 20px;
|
|
1356
1416
|
}
|
|
1357
1417
|
}
|
|
1418
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
1419
|
+
position: relative;
|
|
1420
|
+
top: 2px;
|
|
1421
|
+
left: 0;
|
|
1422
|
+
}
|
|
1423
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
1424
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
1425
|
+
left: 0;
|
|
1426
|
+
}
|
|
1358
1427
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
1359
1428
|
-ms-flex-pack: center;
|
|
1360
1429
|
justify-content: center;
|
|
@@ -1470,6 +1539,7 @@
|
|
|
1470
1539
|
}
|
|
1471
1540
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1472
1541
|
margin: 0;
|
|
1542
|
+
padding: 0;
|
|
1473
1543
|
}
|
|
1474
1544
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
1475
1545
|
height: 26px;
|
|
@@ -1675,10 +1745,21 @@
|
|
|
1675
1745
|
font-size: 16px;
|
|
1676
1746
|
}
|
|
1677
1747
|
}
|
|
1748
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
1749
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
1750
|
+
line-height: 32px;
|
|
1751
|
+
}
|
|
1678
1752
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
1679
1753
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
1754
|
+
line-height: 32px;
|
|
1680
1755
|
top: 0;
|
|
1681
1756
|
}
|
|
1757
|
+
@media screen and (max-width: 480px) {
|
|
1758
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
1759
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
1760
|
+
line-height: 32px;
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1682
1763
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
1683
1764
|
transform: rotate(0deg);
|
|
1684
1765
|
transition: none;
|
|
@@ -1699,8 +1780,24 @@
|
|
|
1699
1780
|
transition: none;
|
|
1700
1781
|
}
|
|
1701
1782
|
}
|
|
1783
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
1784
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
1785
|
+
line-height: 32px;
|
|
1786
|
+
}
|
|
1702
1787
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
1703
1788
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
1789
|
+
line-height: 32px;
|
|
1790
|
+
top: 0;
|
|
1791
|
+
}
|
|
1792
|
+
@media screen and (max-width: 480px) {
|
|
1793
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
1794
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
1795
|
+
line-height: 32px;
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
1799
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
1800
|
+
line-height: 32px;
|
|
1704
1801
|
top: 0;
|
|
1705
1802
|
}
|
|
1706
1803
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
@@ -1732,6 +1829,9 @@
|
|
|
1732
1829
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
1733
1830
|
bottom: auto;
|
|
1734
1831
|
}
|
|
1832
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar {
|
|
1833
|
+
margin-top: 0;
|
|
1834
|
+
}
|
|
1735
1835
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1736
1836
|
margin: 0 2px 0 0;
|
|
1737
1837
|
padding-bottom: 0;
|
|
@@ -1760,6 +1860,12 @@
|
|
|
1760
1860
|
height: 44px;
|
|
1761
1861
|
padding: 0;
|
|
1762
1862
|
}
|
|
1863
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:not(.e-separator):last-child .e-text-wrap::before {
|
|
1864
|
+
top: unset;
|
|
1865
|
+
}
|
|
1866
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
1867
|
+
top: 0;
|
|
1868
|
+
}
|
|
1763
1869
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap {
|
|
1764
1870
|
height: initial;
|
|
1765
1871
|
}
|
|
@@ -1832,6 +1938,13 @@
|
|
|
1832
1938
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
1833
1939
|
display: none;
|
|
1834
1940
|
}
|
|
1941
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
1942
|
+
min-height: 44px;
|
|
1943
|
+
min-width: 33px;
|
|
1944
|
+
}
|
|
1945
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
1946
|
+
margin: 0;
|
|
1947
|
+
}
|
|
1835
1948
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
1836
1949
|
right: -15px;
|
|
1837
1950
|
}
|
|
@@ -1848,9 +1961,6 @@
|
|
|
1848
1961
|
left: auto;
|
|
1849
1962
|
right: 0;
|
|
1850
1963
|
}
|
|
1851
|
-
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active {
|
|
1852
|
-
position: relative;
|
|
1853
|
-
}
|
|
1854
1964
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1855
1965
|
bottom: 0;
|
|
1856
1966
|
height: 100%;
|
|
@@ -1860,7 +1970,7 @@
|
|
|
1860
1970
|
bottom: 10px;
|
|
1861
1971
|
content: "";
|
|
1862
1972
|
height: 60%;
|
|
1863
|
-
left:
|
|
1973
|
+
left: 98%;
|
|
1864
1974
|
position: absolute;
|
|
1865
1975
|
right: 0;
|
|
1866
1976
|
transition: bottom 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s, height 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s;
|
|
@@ -1891,9 +2001,6 @@
|
|
|
1891
2001
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
1892
2002
|
width: auto;
|
|
1893
2003
|
}
|
|
1894
|
-
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active {
|
|
1895
|
-
position: relative;
|
|
1896
|
-
}
|
|
1897
2004
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
1898
2005
|
bottom: 0;
|
|
1899
2006
|
height: 100%;
|
|
@@ -1905,7 +2012,7 @@
|
|
|
1905
2012
|
height: 60%;
|
|
1906
2013
|
left: 0;
|
|
1907
2014
|
position: absolute;
|
|
1908
|
-
right:
|
|
2015
|
+
right: 98%;
|
|
1909
2016
|
transition: bottom 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s, height 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9) 0s;
|
|
1910
2017
|
width: 2px;
|
|
1911
2018
|
}
|
|
@@ -2043,6 +2150,28 @@
|
|
|
2043
2150
|
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
2044
2151
|
height: 62px;
|
|
2045
2152
|
}
|
|
2153
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
2154
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
2155
|
+
position: unset;
|
|
2156
|
+
}
|
|
2157
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
2158
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
2159
|
+
border: unset;
|
|
2160
|
+
content: unset;
|
|
2161
|
+
display: none;
|
|
2162
|
+
position: unset;
|
|
2163
|
+
top: unset;
|
|
2164
|
+
width: unset;
|
|
2165
|
+
}
|
|
2166
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2167
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2168
|
+
content: unset;
|
|
2169
|
+
display: unset;
|
|
2170
|
+
position: unset;
|
|
2171
|
+
top: unset;
|
|
2172
|
+
width: unset;
|
|
2173
|
+
border: unset;
|
|
2174
|
+
}
|
|
2046
2175
|
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
2047
2176
|
height: 62px;
|
|
2048
2177
|
}
|
|
@@ -2055,6 +2184,9 @@
|
|
|
2055
2184
|
font-size: 12px;
|
|
2056
2185
|
}
|
|
2057
2186
|
}
|
|
2187
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
2188
|
+
width: 2px;
|
|
2189
|
+
}
|
|
2058
2190
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2059
2191
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2060
2192
|
display: none;
|
|
@@ -2066,6 +2198,13 @@
|
|
|
2066
2198
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
2067
2199
|
height: 16px;
|
|
2068
2200
|
}
|
|
2201
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2202
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2203
|
+
top: unset;
|
|
2204
|
+
}
|
|
2205
|
+
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
2206
|
+
margin: 0;
|
|
2207
|
+
}
|
|
2069
2208
|
.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
2070
2209
|
height: inherit;
|
|
2071
2210
|
}
|
|
@@ -2269,6 +2408,7 @@
|
|
|
2269
2408
|
height: 44px;
|
|
2270
2409
|
margin: 0;
|
|
2271
2410
|
min-height: 44px;
|
|
2411
|
+
padding: 0;
|
|
2272
2412
|
}
|
|
2273
2413
|
@media screen and (max-width: 480px) {
|
|
2274
2414
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -2316,7 +2456,7 @@
|
|
|
2316
2456
|
font-weight: 400;
|
|
2317
2457
|
}
|
|
2318
2458
|
.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 {
|
|
2319
|
-
height:
|
|
2459
|
+
height: 44px;
|
|
2320
2460
|
}
|
|
2321
2461
|
@media screen and (max-width: 480px) {
|
|
2322
2462
|
.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 {
|
|
@@ -2369,6 +2509,9 @@
|
|
|
2369
2509
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
2370
2510
|
height: 32px;
|
|
2371
2511
|
}
|
|
2512
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
2513
|
+
height: 32px;
|
|
2514
|
+
}
|
|
2372
2515
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
2373
2516
|
height: 62px;
|
|
2374
2517
|
}
|
|
@@ -2394,6 +2537,7 @@
|
|
|
2394
2537
|
}
|
|
2395
2538
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
2396
2539
|
margin: 0;
|
|
2540
|
+
padding: 0;
|
|
2397
2541
|
}
|
|
2398
2542
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2399
2543
|
padding: 0 15px;
|
|
@@ -2409,12 +2553,12 @@
|
|
|
2409
2553
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
2410
2554
|
margin-bottom: 0;
|
|
2411
2555
|
}
|
|
2412
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
2413
|
-
height: 44px;
|
|
2414
|
-
}
|
|
2415
2556
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
2416
2557
|
font-weight: 400;
|
|
2417
2558
|
}
|
|
2559
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
2560
|
+
display: none;
|
|
2561
|
+
}
|
|
2418
2562
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
2419
2563
|
padding: 0 12px;
|
|
2420
2564
|
}
|
|
@@ -2457,6 +2601,9 @@
|
|
|
2457
2601
|
margin-left: 20px;
|
|
2458
2602
|
margin-right: 0;
|
|
2459
2603
|
}
|
|
2604
|
+
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
2605
|
+
margin: 0;
|
|
2606
|
+
}
|
|
2460
2607
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
2461
2608
|
margin: 0;
|
|
2462
2609
|
}
|
|
@@ -2557,6 +2704,9 @@
|
|
|
2557
2704
|
font-size: 14px;
|
|
2558
2705
|
font-weight: 400;
|
|
2559
2706
|
text-transform: capitalize;
|
|
2707
|
+
-ms-flex-item-align: auto;
|
|
2708
|
+
-ms-grid-row-align: auto;
|
|
2709
|
+
align-self: auto;
|
|
2560
2710
|
}
|
|
2561
2711
|
@media screen and (max-width: 480px) {
|
|
2562
2712
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -2577,7 +2727,7 @@
|
|
|
2577
2727
|
}
|
|
2578
2728
|
}
|
|
2579
2729
|
.e-tab-clone-element .e-close-icon::before {
|
|
2580
|
-
top:
|
|
2730
|
+
top: 1px;
|
|
2581
2731
|
}
|
|
2582
2732
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
2583
2733
|
display: -ms-inline-flexbox;
|
|
@@ -2585,6 +2735,7 @@
|
|
|
2585
2735
|
height: 16px;
|
|
2586
2736
|
min-width: 16px;
|
|
2587
2737
|
width: 16px;
|
|
2738
|
+
line-height: 1;
|
|
2588
2739
|
}
|
|
2589
2740
|
@media screen and (max-width: 480px) {
|
|
2590
2741
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -2742,6 +2893,9 @@
|
|
|
2742
2893
|
}
|
|
2743
2894
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
2744
2895
|
font-size: 16px;
|
|
2896
|
+
-ms-flex-item-align: auto;
|
|
2897
|
+
-ms-grid-row-align: auto;
|
|
2898
|
+
align-self: auto;
|
|
2745
2899
|
}
|
|
2746
2900
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
2747
2901
|
cursor: pointer;
|
|
@@ -2766,6 +2920,7 @@
|
|
|
2766
2920
|
height: 16px;
|
|
2767
2921
|
min-width: 16px;
|
|
2768
2922
|
width: 16px;
|
|
2923
|
+
line-height: 1;
|
|
2769
2924
|
}
|
|
2770
2925
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
2771
2926
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -2825,11 +2980,19 @@
|
|
|
2825
2980
|
border: 0;
|
|
2826
2981
|
border-radius: 0;
|
|
2827
2982
|
box-shadow: none;
|
|
2983
|
+
font-weight: 400;
|
|
2828
2984
|
border-bottom: 0;
|
|
2829
2985
|
}
|
|
2986
|
+
.e-tab .e-tab-header::before {
|
|
2987
|
+
border-color: unset;
|
|
2988
|
+
border-style: solid;
|
|
2989
|
+
}
|
|
2990
|
+
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
2991
|
+
border-width: 0;
|
|
2992
|
+
}
|
|
2830
2993
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
2831
2994
|
border-bottom: 0;
|
|
2832
|
-
margin-bottom:
|
|
2995
|
+
margin-bottom: 0;
|
|
2833
2996
|
}
|
|
2834
2997
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
2835
2998
|
background: inherit;
|
|
@@ -2839,10 +3002,10 @@
|
|
|
2839
3002
|
}
|
|
2840
3003
|
.e-tab .e-tab-header .e-toolbar-item {
|
|
2841
3004
|
background: inherit;
|
|
2842
|
-
border:
|
|
3005
|
+
border: 0;
|
|
2843
3006
|
}
|
|
2844
3007
|
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
2845
|
-
background: #
|
|
3008
|
+
background: #292827;
|
|
2846
3009
|
}
|
|
2847
3010
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
2848
3011
|
background: none;
|
|
@@ -2850,6 +3013,7 @@
|
|
|
2850
3013
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2851
3014
|
border-radius: 0;
|
|
2852
3015
|
color: #f3f2f1;
|
|
3016
|
+
border: 0;
|
|
2853
3017
|
}
|
|
2854
3018
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
2855
3019
|
color: #a19f9d;
|
|
@@ -2867,6 +3031,8 @@
|
|
|
2867
3031
|
}
|
|
2868
3032
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
2869
3033
|
background: none;
|
|
3034
|
+
border: 0;
|
|
3035
|
+
border-radius: 0;
|
|
2870
3036
|
}
|
|
2871
3037
|
@media screen and (max-width: 480px) {
|
|
2872
3038
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -2881,10 +3047,24 @@
|
|
|
2881
3047
|
border: 0;
|
|
2882
3048
|
border-radius: 0;
|
|
2883
3049
|
}
|
|
3050
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3051
|
+
border: 0;
|
|
3052
|
+
}
|
|
2884
3053
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
2885
3054
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
2886
3055
|
color: #f3f2f1;
|
|
2887
3056
|
}
|
|
3057
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3058
|
+
position: unset;
|
|
3059
|
+
}
|
|
3060
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3061
|
+
border: unset;
|
|
3062
|
+
content: unset;
|
|
3063
|
+
display: unset;
|
|
3064
|
+
position: unset;
|
|
3065
|
+
top: unset;
|
|
3066
|
+
width: unset;
|
|
3067
|
+
}
|
|
2888
3068
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
2889
3069
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
2890
3070
|
color: #f3f2f1;
|
|
@@ -2937,6 +3117,8 @@
|
|
|
2937
3117
|
}
|
|
2938
3118
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
2939
3119
|
background: #292827;
|
|
3120
|
+
border: 0;
|
|
3121
|
+
border-radius: 0;
|
|
2940
3122
|
}
|
|
2941
3123
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
2942
3124
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
@@ -2949,6 +3131,11 @@
|
|
|
2949
3131
|
}
|
|
2950
3132
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
2951
3133
|
background: #252423;
|
|
3134
|
+
border-color: unset;
|
|
3135
|
+
}
|
|
3136
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
3137
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
3138
|
+
color: #f3f2f1;
|
|
2952
3139
|
}
|
|
2953
3140
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
2954
3141
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
@@ -2963,25 +3150,59 @@
|
|
|
2963
3150
|
background: inherit;
|
|
2964
3151
|
border: 0;
|
|
2965
3152
|
}
|
|
3153
|
+
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
3154
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
3155
|
+
color: #a19f9d;
|
|
3156
|
+
border: 0;
|
|
3157
|
+
}
|
|
2966
3158
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
2967
3159
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
2968
3160
|
background: #292827;
|
|
2969
3161
|
color: #f3f2f1;
|
|
3162
|
+
border: 0;
|
|
2970
3163
|
}
|
|
2971
3164
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
2972
3165
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
2973
3166
|
box-shadow: none;
|
|
3167
|
+
border: 0;
|
|
3168
|
+
}
|
|
3169
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
3170
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
3171
|
+
background: inherit;
|
|
2974
3172
|
}
|
|
2975
3173
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
2976
3174
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
2977
3175
|
background: #252423;
|
|
2978
3176
|
color: #a19f9d;
|
|
3177
|
+
border: 0;
|
|
2979
3178
|
}
|
|
2980
3179
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
2981
3180
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
2982
3181
|
background: #292827;
|
|
2983
3182
|
color: #f3f2f1;
|
|
2984
3183
|
}
|
|
3184
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
3185
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3186
|
+
background: #252423;
|
|
3187
|
+
border-color: unset;
|
|
3188
|
+
color: #a19f9d;
|
|
3189
|
+
}
|
|
3190
|
+
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
3191
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
3192
|
+
box-shadow: none;
|
|
3193
|
+
background: inherit;
|
|
3194
|
+
border: 0;
|
|
3195
|
+
}
|
|
3196
|
+
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
3197
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
3198
|
+
color: #a19f9d;
|
|
3199
|
+
}
|
|
3200
|
+
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
3201
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
3202
|
+
color: #f3f2f1;
|
|
3203
|
+
background: #292827;
|
|
3204
|
+
border-color: unset;
|
|
3205
|
+
}
|
|
2985
3206
|
.e-tab .e-tab-header .e-hor-nav,
|
|
2986
3207
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
2987
3208
|
background: transparent;
|
|
@@ -2992,6 +3213,7 @@
|
|
|
2992
3213
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
2993
3214
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon {
|
|
2994
3215
|
color: #c8c6c4;
|
|
3216
|
+
border: 0;
|
|
2995
3217
|
}
|
|
2996
3218
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
2997
3219
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
@@ -3005,6 +3227,10 @@
|
|
|
3005
3227
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
3006
3228
|
color: #f3f2f1;
|
|
3007
3229
|
}
|
|
3230
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
3231
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
3232
|
+
background: transparent;
|
|
3233
|
+
}
|
|
3008
3234
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3009
3235
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
3010
3236
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
@@ -3027,6 +3253,7 @@
|
|
|
3027
3253
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3028
3254
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
3029
3255
|
background: #292827;
|
|
3256
|
+
color: #a19f9d;
|
|
3030
3257
|
border: 1px solid #292827;
|
|
3031
3258
|
border-radius: 0;
|
|
3032
3259
|
box-shadow: inset 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
|
|
@@ -3034,36 +3261,77 @@
|
|
|
3034
3261
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
3035
3262
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
3036
3263
|
border: 0;
|
|
3264
|
+
background: transparent;
|
|
3037
3265
|
}
|
|
3038
3266
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
3039
3267
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
3040
3268
|
background: transparent;
|
|
3041
3269
|
}
|
|
3270
|
+
.e-tab .e-tab-header .e-hor-nav:active,
|
|
3271
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
3272
|
+
box-shadow: none;
|
|
3273
|
+
background: transparent;
|
|
3274
|
+
}
|
|
3042
3275
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
3043
3276
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
3044
3277
|
background: inherit;
|
|
3045
3278
|
border: 0;
|
|
3046
3279
|
box-shadow: none;
|
|
3280
|
+
border-radius: 0;
|
|
3281
|
+
}
|
|
3282
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
3283
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
3284
|
+
color: #f3f2f1;
|
|
3285
|
+
}
|
|
3286
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
3287
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
3288
|
+
border: 0;
|
|
3047
3289
|
}
|
|
3048
3290
|
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
3049
|
-
border-
|
|
3050
|
-
border-
|
|
3291
|
+
border-color: unset;
|
|
3292
|
+
border-style: solid;
|
|
3293
|
+
border-width: 0;
|
|
3294
|
+
}
|
|
3295
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
3296
|
+
border-color: unset;
|
|
3297
|
+
border-style: solid;
|
|
3298
|
+
border-width: 0;
|
|
3299
|
+
}
|
|
3300
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
3301
|
+
border-color: unset;
|
|
3302
|
+
border-style: solid;
|
|
3303
|
+
border-width: 0;
|
|
3304
|
+
}
|
|
3305
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
3306
|
+
border-radius: 0;
|
|
3051
3307
|
}
|
|
3052
3308
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3053
|
-
border-
|
|
3309
|
+
border-color: unset;
|
|
3310
|
+
border-style: solid;
|
|
3311
|
+
border-width: 0;
|
|
3054
3312
|
margin-top: 2px;
|
|
3313
|
+
border-radius: 0;
|
|
3314
|
+
}
|
|
3315
|
+
.e-tab .e-tab-header.e-vertical {
|
|
3316
|
+
border-bottom: 0;
|
|
3055
3317
|
}
|
|
3056
3318
|
.e-tab .e-tab-header.e-vertical::before {
|
|
3057
|
-
border-width: 0
|
|
3319
|
+
border-width: 0;
|
|
3058
3320
|
}
|
|
3059
3321
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active {
|
|
3060
3322
|
border-bottom: 0;
|
|
3061
3323
|
border-top: 0;
|
|
3062
3324
|
}
|
|
3325
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
3326
|
+
border-radius: 0;
|
|
3327
|
+
}
|
|
3063
3328
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
3064
3329
|
border-radius: 0;
|
|
3065
3330
|
border-right: 0;
|
|
3066
3331
|
}
|
|
3332
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
3333
|
+
border-radius: 0;
|
|
3334
|
+
}
|
|
3067
3335
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
3068
3336
|
border-left: 0;
|
|
3069
3337
|
border-radius: 0;
|
|
@@ -3089,6 +3357,10 @@
|
|
|
3089
3357
|
}
|
|
3090
3358
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
3091
3359
|
background: rgba(37, 36, 35, 0.12);
|
|
3360
|
+
border-color: rgba(41, 40, 39, 0.12) transparent transparent;
|
|
3361
|
+
}
|
|
3362
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
3363
|
+
background: rgba(37, 36, 35, 0.12);
|
|
3092
3364
|
}
|
|
3093
3365
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
3094
3366
|
color: #f3f2f1;
|
|
@@ -3099,6 +3371,9 @@
|
|
|
3099
3371
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
3100
3372
|
background: rgba(37, 36, 35, 0.12);
|
|
3101
3373
|
}
|
|
3374
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
3375
|
+
color: none;
|
|
3376
|
+
}
|
|
3102
3377
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
3103
3378
|
background: none;
|
|
3104
3379
|
}
|
|
@@ -3114,6 +3389,7 @@
|
|
|
3114
3389
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
3115
3390
|
background: inherit;
|
|
3116
3391
|
border: 0;
|
|
3392
|
+
color: #f3f2f1;
|
|
3117
3393
|
}
|
|
3118
3394
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
3119
3395
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -3128,12 +3404,17 @@
|
|
|
3128
3404
|
border: 0;
|
|
3129
3405
|
box-shadow: none;
|
|
3130
3406
|
}
|
|
3407
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3408
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3409
|
+
color: #a19f9d;
|
|
3410
|
+
}
|
|
3131
3411
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
3132
3412
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
3133
3413
|
border: 0;
|
|
3134
3414
|
}
|
|
3135
3415
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
3136
3416
|
background: #252423;
|
|
3417
|
+
border: 0;
|
|
3137
3418
|
}
|
|
3138
3419
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3139
3420
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
@@ -3148,6 +3429,11 @@
|
|
|
3148
3429
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3149
3430
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3150
3431
|
color: #a19f9d;
|
|
3432
|
+
background: #252423;
|
|
3433
|
+
border: 1px solid #292827;
|
|
3434
|
+
}
|
|
3435
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
3436
|
+
border-color: rgba(41, 40, 39, 0.12) transparent transparent;
|
|
3151
3437
|
}
|
|
3152
3438
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
3153
3439
|
border: 0;
|
|
@@ -3178,6 +3464,9 @@
|
|
|
3178
3464
|
.e-tab.e-fill .e-tab-header {
|
|
3179
3465
|
border-bottom: 0;
|
|
3180
3466
|
}
|
|
3467
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll {
|
|
3468
|
+
border: 0;
|
|
3469
|
+
}
|
|
3181
3470
|
.e-tab.e-fill .e-tab-header .e-toolbar-item {
|
|
3182
3471
|
border: 0;
|
|
3183
3472
|
}
|
|
@@ -3202,6 +3491,7 @@
|
|
|
3202
3491
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3203
3492
|
background: #0078d4;
|
|
3204
3493
|
border-radius: 0;
|
|
3494
|
+
border-color: unset;
|
|
3205
3495
|
}
|
|
3206
3496
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3207
3497
|
color: #1b1a19;
|
|
@@ -3209,6 +3499,9 @@
|
|
|
3209
3499
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3210
3500
|
margin-top: 0;
|
|
3211
3501
|
}
|
|
3502
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3503
|
+
border: unset;
|
|
3504
|
+
}
|
|
3212
3505
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3213
3506
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
3214
3507
|
color: #1b1a19;
|
|
@@ -3219,6 +3512,22 @@
|
|
|
3219
3512
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
3220
3513
|
color: #1b1a19;
|
|
3221
3514
|
}
|
|
3515
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
3516
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
3517
|
+
color: #f3f2f1;
|
|
3518
|
+
}
|
|
3519
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
3520
|
+
background: #292827;
|
|
3521
|
+
}
|
|
3522
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
3523
|
+
color: #f3f2f1;
|
|
3524
|
+
}
|
|
3525
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
3526
|
+
color: #a19f9d;
|
|
3527
|
+
}
|
|
3528
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
3529
|
+
color: #a19f9d;
|
|
3530
|
+
}
|
|
3222
3531
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
3223
3532
|
border-bottom: 0;
|
|
3224
3533
|
border-top: 0;
|
|
@@ -3271,6 +3580,13 @@
|
|
|
3271
3580
|
}
|
|
3272
3581
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3273
3582
|
background: #252423;
|
|
3583
|
+
border-color: unset;
|
|
3584
|
+
}
|
|
3585
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
3586
|
+
color: #c8c6c4;
|
|
3587
|
+
}
|
|
3588
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
3589
|
+
color: #f3f2f1;
|
|
3274
3590
|
}
|
|
3275
3591
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3276
3592
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -3283,8 +3599,12 @@
|
|
|
3283
3599
|
.e-tab.e-background .e-tab-header .e-toolbar-items {
|
|
3284
3600
|
background: inherit;
|
|
3285
3601
|
}
|
|
3602
|
+
.e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll {
|
|
3603
|
+
border: 0;
|
|
3604
|
+
}
|
|
3286
3605
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
3287
3606
|
background: #1b1a19;
|
|
3607
|
+
bottom: 0;
|
|
3288
3608
|
}
|
|
3289
3609
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
3290
3610
|
border: 0;
|
|
@@ -3294,27 +3614,35 @@
|
|
|
3294
3614
|
}
|
|
3295
3615
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3296
3616
|
background: inherit;
|
|
3617
|
+
border-color: unset;
|
|
3297
3618
|
}
|
|
3298
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3299
3619
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3300
3620
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3301
3621
|
color: #004578;
|
|
3302
3622
|
}
|
|
3623
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
3624
|
+
color: #1b1a19;
|
|
3625
|
+
}
|
|
3303
3626
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
3304
3627
|
color: #1b1a19;
|
|
3305
3628
|
}
|
|
3306
3629
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
3307
3630
|
background: #005ba1;
|
|
3631
|
+
background-color: #005ba1;
|
|
3632
|
+
border-color: unset;
|
|
3633
|
+
}
|
|
3634
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
3635
|
+
color: #1b1a19;
|
|
3308
3636
|
}
|
|
3309
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
3310
3637
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
3311
3638
|
color: #1b1a19;
|
|
3312
3639
|
}
|
|
3313
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
3314
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
3315
3640
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3316
3641
|
color: #1b1a19;
|
|
3317
3642
|
}
|
|
3643
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:hover, .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:active {
|
|
3644
|
+
color: #1b1a19;
|
|
3645
|
+
}
|
|
3318
3646
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
3319
3647
|
border: 0;
|
|
3320
3648
|
margin: 0;
|
|
@@ -3322,16 +3650,44 @@
|
|
|
3322
3650
|
}
|
|
3323
3651
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
3324
3652
|
background: none;
|
|
3653
|
+
border-color: unset;
|
|
3325
3654
|
border-radius: 0;
|
|
3655
|
+
border-style: solid;
|
|
3656
|
+
border-width: 0;
|
|
3657
|
+
}
|
|
3658
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
3659
|
+
color: #0078d4;
|
|
3660
|
+
}
|
|
3661
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3662
|
+
color: #0078d4;
|
|
3326
3663
|
}
|
|
3327
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
3328
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,
|
|
3329
3664
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
3330
3665
|
color: #0078d4;
|
|
3331
3666
|
}
|
|
3332
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover
|
|
3667
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
3668
|
+
background: none;
|
|
3669
|
+
border-color: unset;
|
|
3670
|
+
}
|
|
3671
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
3672
|
+
color: #0078d4;
|
|
3673
|
+
}
|
|
3333
3674
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3334
|
-
color: #
|
|
3675
|
+
color: #0078d4;
|
|
3676
|
+
}
|
|
3677
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
3678
|
+
color: #0078d4;
|
|
3679
|
+
}
|
|
3680
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
3681
|
+
color: #0078d4;
|
|
3682
|
+
}
|
|
3683
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
3684
|
+
color: #0078d4;
|
|
3685
|
+
}
|
|
3686
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
3687
|
+
background: none;
|
|
3688
|
+
}
|
|
3689
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
3690
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
3335
3691
|
color: #0078d4;
|
|
3336
3692
|
}
|
|
3337
3693
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
@@ -3339,20 +3695,26 @@
|
|
|
3339
3695
|
}
|
|
3340
3696
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3341
3697
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3342
|
-
color: #1b1a19;
|
|
3343
3698
|
color: #0078d4;
|
|
3344
3699
|
}
|
|
3700
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
3701
|
+
color: #0078d4;
|
|
3702
|
+
}
|
|
3703
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
3704
|
+
color: #0078d4;
|
|
3705
|
+
}
|
|
3706
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
3707
|
+
border: unset;
|
|
3708
|
+
}
|
|
3345
3709
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
3346
3710
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
3347
|
-
color: #1b1a19;
|
|
3348
3711
|
color: #0078d4;
|
|
3349
3712
|
}
|
|
3350
3713
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
3351
|
-
color: #1b1a19;
|
|
3352
3714
|
color: #0078d4;
|
|
3353
3715
|
}
|
|
3354
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
3355
|
-
|
|
3716
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
3717
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
3356
3718
|
color: #0078d4;
|
|
3357
3719
|
}
|
|
3358
3720
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
|
|
@@ -3367,10 +3729,6 @@
|
|
|
3367
3729
|
background: inherit;
|
|
3368
3730
|
}
|
|
3369
3731
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3370
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
3371
|
-
color: #004578;
|
|
3372
|
-
}
|
|
3373
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
3374
3732
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
3375
3733
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
3376
3734
|
color: #a19f9d;
|
|
@@ -3381,9 +3739,17 @@
|
|
|
3381
3739
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
3382
3740
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
3383
3741
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
3384
|
-
color: #1b1a19;
|
|
3385
3742
|
color: #f3f2f1;
|
|
3386
3743
|
}
|
|
3744
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
3745
|
+
color: #a19f9d;
|
|
3746
|
+
}
|
|
3747
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
3748
|
+
color: #a19f9d;
|
|
3749
|
+
}
|
|
3750
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
3751
|
+
color: #a19f9d;
|
|
3752
|
+
}
|
|
3387
3753
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
3388
3754
|
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
3389
3755
|
background: #0078d4;
|
|
@@ -3391,30 +3757,40 @@
|
|
|
3391
3757
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
3392
3758
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3393
3759
|
color: #1b1a19;
|
|
3760
|
+
border: 0;
|
|
3394
3761
|
}
|
|
3395
3762
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
3396
3763
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
3397
|
-
background: inherit;
|
|
3398
3764
|
background: #005ba1;
|
|
3399
3765
|
color: #1b1a19;
|
|
3766
|
+
border-color: unset;
|
|
3767
|
+
}
|
|
3768
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
3769
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
3770
|
+
background: unset;
|
|
3771
|
+
color: #1b1a19;
|
|
3400
3772
|
}
|
|
3401
3773
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
3402
3774
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3403
3775
|
color: #1b1a19;
|
|
3776
|
+
border: 0;
|
|
3777
|
+
background: #252423;
|
|
3404
3778
|
}
|
|
3405
3779
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
3406
3780
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
3407
3781
|
background: inherit;
|
|
3408
3782
|
color: #1b1a19;
|
|
3409
3783
|
}
|
|
3784
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
3785
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3786
|
+
background: #252423;
|
|
3787
|
+
border-color: unset;
|
|
3788
|
+
color: #1b1a19;
|
|
3789
|
+
}
|
|
3410
3790
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
3411
3791
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
3412
3792
|
animation: none;
|
|
3413
3793
|
}
|
|
3414
|
-
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
3415
|
-
.e-tab.e-background .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
3416
|
-
color: #1b1a19;
|
|
3417
|
-
}
|
|
3418
3794
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
3419
3795
|
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
3420
3796
|
background: #0078d4;
|
|
@@ -3424,12 +3800,20 @@
|
|
|
3424
3800
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3425
3801
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3426
3802
|
color: #1b1a19;
|
|
3427
|
-
|
|
3803
|
+
border: 0;
|
|
3428
3804
|
}
|
|
3429
3805
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
3430
3806
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
3431
3807
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
3432
3808
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
3809
|
+
background: inherit;
|
|
3810
|
+
border-color: #292827;
|
|
3811
|
+
color: #1b1a19;
|
|
3812
|
+
}
|
|
3813
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
3814
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
3815
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
3816
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
3433
3817
|
background: inherit;
|
|
3434
3818
|
color: #1b1a19;
|
|
3435
3819
|
}
|
|
@@ -3439,24 +3823,63 @@
|
|
|
3439
3823
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3440
3824
|
color: #1b1a19;
|
|
3441
3825
|
background: #005ba1;
|
|
3826
|
+
border: 1px solid #292827;
|
|
3827
|
+
}
|
|
3828
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
3829
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
3830
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3831
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
3832
|
+
background: #005ba1;
|
|
3833
|
+
}
|
|
3834
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3835
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
3836
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3837
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3838
|
+
background: #005ba1;
|
|
3839
|
+
border-color: #292827;
|
|
3840
|
+
color: #1b1a19;
|
|
3442
3841
|
}
|
|
3443
3842
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
3444
3843
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
3445
3844
|
animation: none;
|
|
3446
3845
|
}
|
|
3447
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active,
|
|
3448
|
-
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active {
|
|
3449
|
-
background: #0078d4;
|
|
3450
|
-
}
|
|
3451
3846
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
3452
3847
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
3453
3848
|
color: #1b1a19;
|
|
3454
3849
|
}
|
|
3455
|
-
.e-tab.e-background .e-tab-header
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3850
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3851
|
+
border: 0;
|
|
3852
|
+
margin: 0;
|
|
3853
|
+
}
|
|
3854
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
3855
|
+
border-color: unset;
|
|
3856
|
+
border-radius: 0;
|
|
3857
|
+
border-style: solid;
|
|
3858
|
+
border-width: 0;
|
|
3859
|
+
}
|
|
3860
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
3861
|
+
border-color: unset;
|
|
3862
|
+
border-style: solid;
|
|
3863
|
+
border-width: 0;
|
|
3864
|
+
margin: 0;
|
|
3865
|
+
}
|
|
3866
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
3867
|
+
border-color: unset;
|
|
3868
|
+
border-radius: 0;
|
|
3869
|
+
border-style: solid;
|
|
3870
|
+
border-width: 0;
|
|
3871
|
+
}
|
|
3872
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
3873
|
+
border-color: unset;
|
|
3874
|
+
border-style: solid;
|
|
3875
|
+
border-width: 0;
|
|
3876
|
+
margin: 0;
|
|
3877
|
+
}
|
|
3878
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
3879
|
+
border-color: unset;
|
|
3880
|
+
border-radius: 0;
|
|
3881
|
+
border-style: solid;
|
|
3882
|
+
border-width: 0;
|
|
3460
3883
|
}
|
|
3461
3884
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
3462
3885
|
border: 0;
|
|
@@ -3521,32 +3944,50 @@
|
|
|
3521
3944
|
}
|
|
3522
3945
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
3523
3946
|
background: #005ba1;
|
|
3947
|
+
border-color: unset;
|
|
3524
3948
|
}
|
|
3525
3949
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
3526
3950
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
3527
3951
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
3528
|
-
color: #004578;
|
|
3529
3952
|
color: #1b1a19;
|
|
3530
3953
|
}
|
|
3531
3954
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
3532
3955
|
background: #1b1a19;
|
|
3956
|
+
border-color: unset;
|
|
3533
3957
|
}
|
|
3534
3958
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3535
3959
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3536
|
-
color: #c8c6c4;
|
|
3537
3960
|
color: #0078d4;
|
|
3538
3961
|
}
|
|
3539
3962
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
3540
3963
|
background: #1b1a19;
|
|
3964
|
+
border: 0;
|
|
3965
|
+
border-radius: 0;
|
|
3966
|
+
}
|
|
3967
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
3968
|
+
color: #0078d4;
|
|
3969
|
+
}
|
|
3970
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
3971
|
+
color: #0078d4;
|
|
3972
|
+
}
|
|
3973
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
3974
|
+
color: #0078d4;
|
|
3975
|
+
}
|
|
3976
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
3977
|
+
color: #0078d4;
|
|
3978
|
+
}
|
|
3979
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
3980
|
+
color: #0078d4;
|
|
3541
3981
|
}
|
|
3542
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
3543
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon,
|
|
3544
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon,
|
|
3545
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
3546
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon,
|
|
3547
3982
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
3548
3983
|
color: #0078d4;
|
|
3549
3984
|
}
|
|
3985
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
3986
|
+
color: #0078d4;
|
|
3987
|
+
}
|
|
3988
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
3989
|
+
color: #0078d4;
|
|
3990
|
+
}
|
|
3550
3991
|
.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 {
|
|
3551
3992
|
background: rgba(0, 120, 212, 0);
|
|
3552
3993
|
}
|
|
@@ -3569,6 +4010,8 @@
|
|
|
3569
4010
|
.e-tab .e-content .e-item {
|
|
3570
4011
|
background: inherit;
|
|
3571
4012
|
color: #f3f2f1;
|
|
4013
|
+
font-size: 12px;
|
|
4014
|
+
line-height: 18px;
|
|
3572
4015
|
}
|
|
3573
4016
|
|
|
3574
4017
|
.e-tab-clone-element {
|
|
@@ -3578,6 +4021,7 @@
|
|
|
3578
4021
|
.e-tab-clone-element .e-tab-wrap {
|
|
3579
4022
|
border-radius: 0;
|
|
3580
4023
|
color: #d2d0ce;
|
|
4024
|
+
border: 0;
|
|
3581
4025
|
}
|
|
3582
4026
|
.e-tab-clone-element .e-tab-wrap .e-tab-icon {
|
|
3583
4027
|
color: #d2d0ce;
|