@syncfusion/ej2-angular-navigations 20.4.38 → 20.4.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/src/tab/items.directive.mjs +3 -3
- package/esm2020/src/toolbar/items.directive.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs +4 -4
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs +4 -4
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/tab/items.directive.d.ts +8 -1
- package/src/toolbar/items.directive.d.ts +8 -1
- 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 +1130 -281
- package/styles/bootstrap.css +1116 -267
- package/styles/bootstrap4.css +996 -280
- package/styles/bootstrap5-dark.css +1046 -281
- package/styles/bootstrap5.css +1046 -281
- 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 +1172 -336
- package/styles/fabric.css +1170 -334
- package/styles/fluent-dark.css +1110 -223
- package/styles/fluent.css +1108 -221
- 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 +1026 -477
- package/styles/highcontrast.css +1028 -473
- package/styles/material-dark.css +1275 -205
- package/styles/material.css +1273 -203
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/pager/bootstrap-dark.css +9 -9
- package/styles/pager/bootstrap.css +9 -9
- package/styles/pager/bootstrap4.css +9 -9
- package/styles/pager/bootstrap5-dark.css +9 -9
- package/styles/pager/bootstrap5.css +9 -9
- package/styles/pager/fabric-dark.css +9 -9
- package/styles/pager/fabric.css +9 -9
- package/styles/pager/fluent-dark.css +9 -9
- package/styles/pager/fluent.css +9 -9
- package/styles/pager/highcontrast-light.css +9 -9
- package/styles/pager/highcontrast.css +9 -9
- package/styles/pager/material-dark.css +9 -9
- package/styles/pager/material.css +9 -9
- package/styles/pager/tailwind-dark.css +9 -9
- package/styles/pager/tailwind.css +9 -9
- 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 +304 -1010
- 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 +675 -202
- package/styles/tab/bootstrap.css +662 -189
- package/styles/tab/bootstrap4.css +634 -207
- package/styles/tab/bootstrap5-dark.css +611 -227
- package/styles/tab/bootstrap5.css +611 -227
- package/styles/tab/fabric-dark.css +709 -294
- package/styles/tab/fabric.css +707 -292
- package/styles/tab/fluent-dark.css +633 -193
- package/styles/tab/fluent.css +633 -193
- package/styles/tab/highcontrast-light.css +615 -345
- package/styles/tab/highcontrast.css +615 -339
- 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 +791 -140
- package/styles/tab/material.css +791 -140
- package/styles/tab/tailwind-dark.css +792 -157
- package/styles/tab/tailwind.css +792 -157
- package/styles/tailwind-dark.css +1238 -192
- package/styles/tailwind.css +1239 -193
- 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
|
@@ -96,15 +96,15 @@
|
|
|
96
96
|
}
|
|
97
97
|
@media (max-width: 769px) {
|
|
98
98
|
.e-bigger .e-pager,
|
|
99
|
-
.e-pager.e-bigger {
|
|
99
|
+
.e-pager.e-bigger {
|
|
100
100
|
padding: 19px 0;
|
|
101
101
|
}
|
|
102
102
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
103
|
-
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
103
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
104
104
|
margin-right: 0;
|
|
105
105
|
}
|
|
106
106
|
.e-bigger .e-pager div.e-parentmsgbar,
|
|
107
|
-
.e-pager.e-bigger div.e-parentmsgbar {
|
|
107
|
+
.e-pager.e-bigger div.e-parentmsgbar {
|
|
108
108
|
padding: 0;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -425,9 +425,9 @@
|
|
|
425
425
|
font-size: 11px;
|
|
426
426
|
}
|
|
427
427
|
.e-pager .e-mfirst,
|
|
428
|
-
.e-pager .e-mprev,
|
|
429
|
-
.e-pager .e-mnext,
|
|
430
|
-
.e-pager .e-mlast {
|
|
428
|
+
.e-pager .e-mprev,
|
|
429
|
+
.e-pager .e-mnext,
|
|
430
|
+
.e-pager .e-mlast {
|
|
431
431
|
border: 0;
|
|
432
432
|
box-sizing: border-box;
|
|
433
433
|
display: inline-block;
|
|
@@ -542,9 +542,9 @@
|
|
|
542
542
|
}
|
|
543
543
|
@media (max-width: 769px) {
|
|
544
544
|
.e-pager.e-rtl .e-mfirst,
|
|
545
|
-
.e-pager.e-rtl .e-mprev,
|
|
546
|
-
.e-pager.e-rtl .e-mnext,
|
|
547
|
-
.e-pager.e-rtl .e-mlast {
|
|
545
|
+
.e-pager.e-rtl .e-mprev,
|
|
546
|
+
.e-pager.e-rtl .e-mnext,
|
|
547
|
+
.e-pager.e-rtl .e-mlast {
|
|
548
548
|
border: 0;
|
|
549
549
|
}
|
|
550
550
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
@@ -854,6 +854,7 @@
|
|
|
854
854
|
text-align: center;
|
|
855
855
|
vertical-align: middle;
|
|
856
856
|
width: 100%;
|
|
857
|
+
font-size: 12px;
|
|
857
858
|
}
|
|
858
859
|
.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
|
|
859
860
|
pointer-events: none;
|
|
@@ -902,22 +903,34 @@
|
|
|
902
903
|
border: 0;
|
|
903
904
|
color: #fff;
|
|
904
905
|
}
|
|
906
|
+
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
|
|
907
|
+
background: #393939;
|
|
908
|
+
}
|
|
905
909
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
906
910
|
background: #393939;
|
|
907
911
|
border: 0;
|
|
908
912
|
color: #fff;
|
|
909
913
|
}
|
|
914
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
|
|
915
|
+
color: #f0f0f0;
|
|
916
|
+
}
|
|
910
917
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
911
918
|
background: #393939;
|
|
912
919
|
border: 0;
|
|
913
920
|
color: #fff;
|
|
914
921
|
}
|
|
922
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
|
|
923
|
+
color: #f0f0f0;
|
|
924
|
+
}
|
|
915
925
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
916
926
|
background: #2a2a2a;
|
|
917
927
|
border: 0;
|
|
918
928
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
919
929
|
color: #fff;
|
|
920
930
|
}
|
|
931
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
932
|
+
color: #f0f0f0;
|
|
933
|
+
}
|
|
921
934
|
.e-hscroll .e-scroll-nav {
|
|
922
935
|
background: #131313;
|
|
923
936
|
}
|
|
@@ -1153,10 +1166,18 @@
|
|
|
1153
1166
|
height: 50px;
|
|
1154
1167
|
min-height: 50px;
|
|
1155
1168
|
}
|
|
1169
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
1170
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
|
|
1171
|
+
font-size: 14px;
|
|
1172
|
+
}
|
|
1156
1173
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
1157
1174
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
1158
1175
|
font-size: 14px;
|
|
1159
1176
|
}
|
|
1177
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
|
|
1178
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
|
|
1179
|
+
font-size: 16px;
|
|
1180
|
+
}
|
|
1160
1181
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
1161
1182
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
1162
1183
|
border-bottom: 0;
|
|
@@ -1232,6 +1253,10 @@
|
|
|
1232
1253
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1233
1254
|
line-height: inherit;
|
|
1234
1255
|
}
|
|
1256
|
+
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
1257
|
+
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
1258
|
+
height: auto;
|
|
1259
|
+
}
|
|
1235
1260
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
1236
1261
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1237
1262
|
min-width: 48px;
|
|
@@ -1240,6 +1265,7 @@
|
|
|
1240
1265
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
1241
1266
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1242
1267
|
min-width: 24px;
|
|
1268
|
+
font-size: 16px;
|
|
1243
1269
|
}
|
|
1244
1270
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1245
1271
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
@@ -1255,6 +1281,7 @@
|
|
|
1255
1281
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1256
1282
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1257
1283
|
padding: 0 12px 0 15px;
|
|
1284
|
+
font-size: 14px;
|
|
1258
1285
|
}
|
|
1259
1286
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
1260
1287
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -1266,6 +1293,10 @@
|
|
|
1266
1293
|
margin-right: 15px;
|
|
1267
1294
|
white-space: normal;
|
|
1268
1295
|
}
|
|
1296
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
1297
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1298
|
+
margin: 0;
|
|
1299
|
+
}
|
|
1269
1300
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1270
1301
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
1271
1302
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -1378,7 +1409,6 @@
|
|
|
1378
1409
|
padding-left: 15px;
|
|
1379
1410
|
padding-right: 15px;
|
|
1380
1411
|
padding-top: 0;
|
|
1381
|
-
margin-left: -1px;
|
|
1382
1412
|
}
|
|
1383
1413
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1384
1414
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -1400,6 +1430,7 @@
|
|
|
1400
1430
|
}
|
|
1401
1431
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
1402
1432
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1433
|
+
margin: 0;
|
|
1403
1434
|
min-width: 0;
|
|
1404
1435
|
padding: 2.5px 5px;
|
|
1405
1436
|
}
|
|
@@ -1477,7 +1508,6 @@
|
|
|
1477
1508
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1478
1509
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1479
1510
|
padding-right: 15px;
|
|
1480
|
-
margin-left: 0;
|
|
1481
1511
|
}
|
|
1482
1512
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1483
1513
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -1574,6 +1604,7 @@
|
|
|
1574
1604
|
white-space: normal;
|
|
1575
1605
|
}
|
|
1576
1606
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1607
|
+
margin: 0;
|
|
1577
1608
|
height: 100%;
|
|
1578
1609
|
min-width: 30px;
|
|
1579
1610
|
padding: 4px 2.5px;
|
|
@@ -1634,6 +1665,7 @@
|
|
|
1634
1665
|
min-height: 25px;
|
|
1635
1666
|
min-width: 27px;
|
|
1636
1667
|
padding: 0;
|
|
1668
|
+
font-size: 14px;
|
|
1637
1669
|
}
|
|
1638
1670
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1639
1671
|
display: -ms-inline-flexbox;
|
|
@@ -1856,6 +1888,7 @@
|
|
|
1856
1888
|
text-align: center;
|
|
1857
1889
|
vertical-align: middle;
|
|
1858
1890
|
width: 100%;
|
|
1891
|
+
font-size: 12px;
|
|
1859
1892
|
}
|
|
1860
1893
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1861
1894
|
line-height: 25px;
|
|
@@ -1877,6 +1910,9 @@
|
|
|
1877
1910
|
margin-right: 15px;
|
|
1878
1911
|
white-space: normal;
|
|
1879
1912
|
}
|
|
1913
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1914
|
+
margin: 0;
|
|
1915
|
+
}
|
|
1880
1916
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1881
1917
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1882
1918
|
display: none;
|
|
@@ -2006,11 +2042,15 @@
|
|
|
2006
2042
|
min-height: 32px;
|
|
2007
2043
|
min-width: 0;
|
|
2008
2044
|
padding: 1px 2.5px;
|
|
2045
|
+
border-radius: 4px;
|
|
2009
2046
|
line-height: 27px;
|
|
2010
2047
|
}
|
|
2011
2048
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
2012
2049
|
padding: 0 1.5px;
|
|
2013
2050
|
}
|
|
2051
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
2052
|
+
outline: 0;
|
|
2053
|
+
}
|
|
2014
2054
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2015
2055
|
padding: 0 0 0 12px;
|
|
2016
2056
|
}
|
|
@@ -2021,6 +2061,7 @@
|
|
|
2021
2061
|
margin: 0;
|
|
2022
2062
|
min-width: 27px;
|
|
2023
2063
|
width: auto;
|
|
2064
|
+
padding-bottom: 0;
|
|
2024
2065
|
}
|
|
2025
2066
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
2026
2067
|
-ms-flex-item-align: center;
|
|
@@ -2167,33 +2208,60 @@
|
|
|
2167
2208
|
background: #131313;
|
|
2168
2209
|
box-shadow: none;
|
|
2169
2210
|
color: #f0f0f0;
|
|
2170
|
-
|
|
2211
|
+
border: 0;
|
|
2171
2212
|
}
|
|
2172
2213
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
2173
2214
|
color: #f0f0f0;
|
|
2174
2215
|
}
|
|
2175
2216
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2176
2217
|
background: #2a2a2a;
|
|
2177
|
-
border-color: #585858;
|
|
2178
2218
|
border-radius: 4px;
|
|
2179
2219
|
color: #fff;
|
|
2180
|
-
border:
|
|
2181
|
-
|
|
2220
|
+
border-color: #585858;
|
|
2221
|
+
border-style: solid;
|
|
2222
|
+
border-width: 1px;
|
|
2223
|
+
box-shadow: none;
|
|
2224
|
+
}
|
|
2225
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2226
|
+
color: #f0f0f0;
|
|
2227
|
+
}
|
|
2228
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2229
|
+
color: #fff;
|
|
2182
2230
|
}
|
|
2183
2231
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2184
2232
|
background: #313131;
|
|
2185
|
-
border-color: #6e6e6e;
|
|
2186
2233
|
border-radius: 4px;
|
|
2187
2234
|
color: #fff;
|
|
2188
|
-
border:
|
|
2235
|
+
border-color: #6e6e6e;
|
|
2236
|
+
border-style: solid;
|
|
2237
|
+
border-width: 1px;
|
|
2238
|
+
}
|
|
2239
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2240
|
+
color: #f0f0f0;
|
|
2241
|
+
}
|
|
2242
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2243
|
+
color: #fff;
|
|
2244
|
+
}
|
|
2245
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2246
|
+
color: #f0f0f0;
|
|
2247
|
+
}
|
|
2248
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2249
|
+
color: #fff;
|
|
2189
2250
|
}
|
|
2190
2251
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2191
2252
|
background: #2a2a2a;
|
|
2192
|
-
border-color: #6e6e6e;
|
|
2193
2253
|
border-radius: 4px;
|
|
2194
2254
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
|
|
2195
2255
|
color: #fff;
|
|
2196
|
-
border-
|
|
2256
|
+
border-color: #6e6e6e;
|
|
2257
|
+
border-style: solid;
|
|
2258
|
+
border-width: 0 0 0 1px;
|
|
2259
|
+
}
|
|
2260
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2261
|
+
color: #f0f0f0;
|
|
2262
|
+
}
|
|
2263
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2264
|
+
color: #fff;
|
|
2197
2265
|
}
|
|
2198
2266
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
2199
2267
|
color: #f0f0f0;
|
|
@@ -2203,6 +2271,54 @@
|
|
|
2203
2271
|
border: 1px solid #505050;
|
|
2204
2272
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
2205
2273
|
}
|
|
2274
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2275
|
+
background: #131313;
|
|
2276
|
+
}
|
|
2277
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2278
|
+
background: #313131;
|
|
2279
|
+
box-shadow: none;
|
|
2280
|
+
color: #fff;
|
|
2281
|
+
border-color: #6e6e6e;
|
|
2282
|
+
border-style: solid;
|
|
2283
|
+
border-width: 0;
|
|
2284
|
+
}
|
|
2285
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2286
|
+
color: #f0f0f0;
|
|
2287
|
+
}
|
|
2288
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2289
|
+
color: #fff;
|
|
2290
|
+
}
|
|
2291
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2292
|
+
background: #2a2a2a;
|
|
2293
|
+
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
|
|
2294
|
+
color: #fff;
|
|
2295
|
+
border-color: #6e6e6e;
|
|
2296
|
+
border-style: solid;
|
|
2297
|
+
border-width: 0;
|
|
2298
|
+
}
|
|
2299
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2300
|
+
color: #f0f0f0;
|
|
2301
|
+
}
|
|
2302
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2303
|
+
color: #fff;
|
|
2304
|
+
}
|
|
2305
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2306
|
+
background: #2a2a2a;
|
|
2307
|
+
box-shadow: none;
|
|
2308
|
+
color: #fff;
|
|
2309
|
+
border-color: #585858;
|
|
2310
|
+
border-style: solid;
|
|
2311
|
+
border-width: 0;
|
|
2312
|
+
}
|
|
2313
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2314
|
+
color: #f0f0f0;
|
|
2315
|
+
}
|
|
2316
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2317
|
+
color: #fff;
|
|
2318
|
+
}
|
|
2319
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2320
|
+
outline: 0;
|
|
2321
|
+
}
|
|
2206
2322
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
2207
2323
|
background: transparent;
|
|
2208
2324
|
}
|
|
@@ -2212,32 +2328,51 @@
|
|
|
2212
2328
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2213
2329
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2214
2330
|
background: #2a2a2a;
|
|
2215
|
-
border: 0;
|
|
2216
2331
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
|
|
2217
|
-
border-
|
|
2332
|
+
border-color: #2a2a2a;
|
|
2333
|
+
border-style: solid;
|
|
2334
|
+
border-width: 0;
|
|
2335
|
+
}
|
|
2336
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2337
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2338
|
+
border-color: #2a2a2a;
|
|
2339
|
+
border-style: solid;
|
|
2340
|
+
border-width: 0;
|
|
2218
2341
|
}
|
|
2219
2342
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2220
2343
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
2221
2344
|
color: #fff;
|
|
2222
2345
|
}
|
|
2346
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
2347
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
2348
|
+
color: #fff;
|
|
2349
|
+
}
|
|
2223
2350
|
.e-toolbar .e-tbar-btn {
|
|
2224
2351
|
background: #131313;
|
|
2225
2352
|
box-shadow: none;
|
|
2226
2353
|
color: #f0f0f0;
|
|
2227
|
-
|
|
2354
|
+
border: none;
|
|
2228
2355
|
}
|
|
2229
2356
|
.e-toolbar .e-tbar-btn:focus {
|
|
2230
2357
|
background: #2a2a2a;
|
|
2231
|
-
border: 1px solid #585858;
|
|
2232
|
-
margin: 0;
|
|
2233
|
-
border-color: #585858;
|
|
2234
2358
|
border-radius: 4px;
|
|
2235
2359
|
color: #fff;
|
|
2360
|
+
border-color: #585858;
|
|
2361
|
+
border-style: solid;
|
|
2362
|
+
border-width: 1px;
|
|
2363
|
+
box-shadow: none;
|
|
2364
|
+
}
|
|
2365
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2366
|
+
color: #f0f0f0;
|
|
2367
|
+
}
|
|
2368
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2369
|
+
color: #f0f0f0;
|
|
2236
2370
|
}
|
|
2237
2371
|
.e-toolbar .e-tbar-btn:hover {
|
|
2238
2372
|
background: #313131;
|
|
2239
|
-
border: 1px solid #6e6e6e;
|
|
2240
2373
|
border-color: #6e6e6e;
|
|
2374
|
+
border-style: solid;
|
|
2375
|
+
border-width: 1px;
|
|
2241
2376
|
border-radius: 4px;
|
|
2242
2377
|
color: #fff;
|
|
2243
2378
|
}
|
|
@@ -2246,6 +2381,7 @@
|
|
|
2246
2381
|
}
|
|
2247
2382
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
2248
2383
|
background: #131313;
|
|
2384
|
+
opacity: 0.5;
|
|
2249
2385
|
}
|
|
2250
2386
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
2251
2387
|
color: #fff;
|
|
@@ -2256,6 +2392,30 @@
|
|
|
2256
2392
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2257
2393
|
color: #f0f0f0;
|
|
2258
2394
|
}
|
|
2395
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2396
|
+
color: #fff;
|
|
2397
|
+
}
|
|
2398
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2399
|
+
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
2400
|
+
}
|
|
2401
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2402
|
+
color: #f0f0f0;
|
|
2403
|
+
}
|
|
2404
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2405
|
+
color: #f0f0f0;
|
|
2406
|
+
}
|
|
2407
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2408
|
+
color: #f0f0f0;
|
|
2409
|
+
}
|
|
2410
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2411
|
+
color: #f0f0f0;
|
|
2412
|
+
}
|
|
2413
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2414
|
+
color: #f0f0f0;
|
|
2415
|
+
}
|
|
2416
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2417
|
+
color: #f0f0f0;
|
|
2418
|
+
}
|
|
2259
2419
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2260
2420
|
border: solid #505050;
|
|
2261
2421
|
border-width: 0 1px 0 0;
|
|
@@ -2285,6 +2445,10 @@
|
|
|
2285
2445
|
border: 0;
|
|
2286
2446
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
|
|
2287
2447
|
color: #fff;
|
|
2448
|
+
background: #131313;
|
|
2449
|
+
}
|
|
2450
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
2451
|
+
color: #f0f0f0;
|
|
2288
2452
|
}
|
|
2289
2453
|
.e-toolbar .e-hor-nav:active::after {
|
|
2290
2454
|
content: "";
|
|
@@ -2294,19 +2458,45 @@
|
|
|
2294
2458
|
border-left: 1px solid #505050;
|
|
2295
2459
|
color: #fff;
|
|
2296
2460
|
}
|
|
2461
|
+
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2462
|
+
color: #f0f0f0;
|
|
2463
|
+
}
|
|
2464
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2465
|
+
border-color: #505050;
|
|
2466
|
+
border-style: solid;
|
|
2467
|
+
border-width: 0 0 0 1px;
|
|
2468
|
+
}
|
|
2469
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
2470
|
+
background: #313131;
|
|
2471
|
+
border-color: #505050;
|
|
2472
|
+
border-style: solid;
|
|
2473
|
+
border-width: 0 0 0 1px;
|
|
2474
|
+
}
|
|
2297
2475
|
.e-toolbar .e-hor-nav:focus {
|
|
2298
2476
|
background: #313131;
|
|
2299
|
-
border-left: 0;
|
|
2300
2477
|
color: #fff;
|
|
2478
|
+
border-color: #505050;
|
|
2479
|
+
border-style: solid;
|
|
2480
|
+
border-width: 0;
|
|
2481
|
+
}
|
|
2482
|
+
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2483
|
+
color: #f0f0f0;
|
|
2301
2484
|
}
|
|
2302
2485
|
.e-toolbar .e-tbar-btn:active {
|
|
2303
2486
|
background: #2a2a2a;
|
|
2304
|
-
border-left: 1px solid #6e6e6e;
|
|
2305
2487
|
border-color: #6e6e6e;
|
|
2488
|
+
border-style: solid;
|
|
2489
|
+
border-width: 0 0 0 1px;
|
|
2306
2490
|
border-radius: 4px;
|
|
2307
2491
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
|
|
2308
2492
|
color: #fff;
|
|
2309
2493
|
}
|
|
2494
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
2495
|
+
color: #f0f0f0;
|
|
2496
|
+
}
|
|
2497
|
+
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
2498
|
+
color: #f0f0f0;
|
|
2499
|
+
}
|
|
2310
2500
|
|
|
2311
2501
|
/*! accordion icons */
|
|
2312
2502
|
.e-accordion .e-tgl-collapse-icon::before {
|
|
@@ -2320,6 +2510,7 @@
|
|
|
2320
2510
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2321
2511
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2322
2512
|
font-size: 16px;
|
|
2513
|
+
vertical-align: middle;
|
|
2323
2514
|
}
|
|
2324
2515
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
2325
2516
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel {
|
|
@@ -2365,15 +2556,21 @@
|
|
|
2365
2556
|
min-height: 50px;
|
|
2366
2557
|
min-width: 24px;
|
|
2367
2558
|
right: 15px;
|
|
2559
|
+
font-size: 12px;
|
|
2368
2560
|
}
|
|
2369
2561
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
2370
2562
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
2371
2563
|
display: inline-block;
|
|
2372
2564
|
padding: 0 10px 0 0;
|
|
2373
2565
|
}
|
|
2566
|
+
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
2567
|
+
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2568
|
+
font-size: 12px;
|
|
2569
|
+
}
|
|
2374
2570
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2375
2571
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2376
2572
|
padding: 15px;
|
|
2573
|
+
font-size: 14px;
|
|
2377
2574
|
}
|
|
2378
2575
|
.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content,
|
|
2379
2576
|
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
@@ -2413,22 +2610,16 @@
|
|
|
2413
2610
|
border-radius: 4px;
|
|
2414
2611
|
margin-top: 5px;
|
|
2415
2612
|
}
|
|
2416
|
-
.e-accordion .e-acrdn-item
|
|
2417
|
-
|
|
2613
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
|
|
2614
|
+
border-top: 1px solid #505050;
|
|
2418
2615
|
}
|
|
2419
|
-
.e-accordion .e-acrdn-item
|
|
2420
|
-
|
|
2616
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2617
|
+
border-bottom: 1px solid #505050;
|
|
2421
2618
|
}
|
|
2422
2619
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
2423
2620
|
margin-bottom: 0;
|
|
2424
2621
|
margin-top: 0;
|
|
2425
2622
|
}
|
|
2426
|
-
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item.e-select {
|
|
2427
|
-
margin-top: 5px;
|
|
2428
|
-
}
|
|
2429
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header {
|
|
2430
|
-
border: 0;
|
|
2431
|
-
}
|
|
2432
2623
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
|
|
2433
2624
|
margin: 2px;
|
|
2434
2625
|
}
|
|
@@ -2470,10 +2661,14 @@
|
|
|
2470
2661
|
text-decoration: none;
|
|
2471
2662
|
text-overflow: ellipsis;
|
|
2472
2663
|
white-space: nowrap;
|
|
2664
|
+
margin-bottom: 0;
|
|
2473
2665
|
}
|
|
2474
2666
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2475
2667
|
display: inline-block;
|
|
2476
2668
|
}
|
|
2669
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2670
|
+
line-height: 39px;
|
|
2671
|
+
}
|
|
2477
2672
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2478
2673
|
display: none;
|
|
2479
2674
|
font-size: 12px;
|
|
@@ -2496,6 +2691,9 @@
|
|
|
2496
2691
|
display: inline-block;
|
|
2497
2692
|
padding: 0 10px 0 0;
|
|
2498
2693
|
}
|
|
2694
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2695
|
+
font-size: 12px;
|
|
2696
|
+
}
|
|
2499
2697
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
2500
2698
|
font-size: 14px;
|
|
2501
2699
|
overflow-y: hidden;
|
|
@@ -2574,73 +2772,251 @@
|
|
|
2574
2772
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2575
2773
|
background: #1a1a1a;
|
|
2576
2774
|
border: 1px none #505050;
|
|
2775
|
+
border-radius: 0;
|
|
2577
2776
|
}
|
|
2578
2777
|
.e-accordion .e-active {
|
|
2579
2778
|
background: #484848;
|
|
2580
2779
|
}
|
|
2581
|
-
.e-accordion .e-acrdn-item
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2780
|
+
.e-accordion .e-acrdn-item {
|
|
2781
|
+
border-color: #505050;
|
|
2782
|
+
border-style: solid;
|
|
2783
|
+
border-width: 0;
|
|
2784
|
+
border-radius: 4px;
|
|
2586
2785
|
}
|
|
2587
|
-
.e-accordion .e-acrdn-item
|
|
2588
|
-
|
|
2786
|
+
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2787
|
+
border-bottom: 1px solid #505050;
|
|
2788
|
+
border-radius: 4px;
|
|
2589
2789
|
}
|
|
2590
|
-
.e-accordion .e-acrdn-item.e-
|
|
2591
|
-
|
|
2592
|
-
border: 1px solid #505050;
|
|
2790
|
+
.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
|
|
2791
|
+
border-radius: 4px;
|
|
2593
2792
|
}
|
|
2594
|
-
.e-accordion .e-acrdn-item
|
|
2595
|
-
|
|
2793
|
+
.e-accordion .e-acrdn-item:last-child {
|
|
2794
|
+
border-bottom: 0;
|
|
2596
2795
|
}
|
|
2597
|
-
.e-accordion .e-acrdn-item
|
|
2598
|
-
|
|
2796
|
+
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
|
|
2797
|
+
border-radius: 4px;
|
|
2599
2798
|
}
|
|
2600
|
-
.e-accordion .e-acrdn-item
|
|
2601
|
-
|
|
2799
|
+
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
2800
|
+
border-radius: 4px;
|
|
2602
2801
|
}
|
|
2603
|
-
.e-accordion .e-acrdn-item.e-
|
|
2604
|
-
|
|
2802
|
+
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2803
|
+
border-color: #505050;
|
|
2804
|
+
border-style: solid;
|
|
2805
|
+
border-width: 0;
|
|
2605
2806
|
}
|
|
2606
|
-
.e-accordion .e-acrdn-item
|
|
2607
|
-
|
|
2807
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2808
|
+
border-top: 1px solid #505050;
|
|
2608
2809
|
}
|
|
2609
|
-
.e-accordion .e-acrdn-item .e-acrdn-header:
|
|
2610
|
-
|
|
2810
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2811
|
+
border-color: #505050;
|
|
2812
|
+
border-style: solid;
|
|
2813
|
+
border-width: 0 0 1px 0;
|
|
2611
2814
|
}
|
|
2612
|
-
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2815
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2613
2816
|
background: transparent;
|
|
2614
2817
|
}
|
|
2615
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state
|
|
2616
|
-
|
|
2818
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2819
|
+
color: #f0f0f0;
|
|
2617
2820
|
}
|
|
2618
|
-
.e-accordion .e-acrdn-item.e-
|
|
2821
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
|
|
2619
2822
|
color: #fff;
|
|
2620
2823
|
}
|
|
2621
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state
|
|
2622
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
2623
|
-
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2824
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-icon .e-icons {
|
|
2624
2825
|
color: #f0f0f0;
|
|
2625
2826
|
}
|
|
2626
|
-
.e-accordion .e-acrdn-item.e-selected {
|
|
2627
|
-
border:
|
|
2827
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-expand-state.e-select, .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2828
|
+
border-color: #505050;
|
|
2628
2829
|
}
|
|
2629
|
-
.e-accordion .e-acrdn-item.e-
|
|
2630
|
-
border:
|
|
2631
|
-
border-
|
|
2830
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2831
|
+
border-color: #505050;
|
|
2832
|
+
border-style: solid;
|
|
2833
|
+
border-width: 1px;
|
|
2632
2834
|
}
|
|
2633
|
-
.e-accordion .e-acrdn-item
|
|
2634
|
-
background: #484848;
|
|
2835
|
+
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2635
2836
|
border: 0;
|
|
2636
|
-
border-bottom: 1px solid #505050;
|
|
2637
|
-
border-radius: 0;
|
|
2638
2837
|
}
|
|
2639
|
-
.e-accordion .e-acrdn-item.e-
|
|
2838
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,
|
|
2839
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2640
2840
|
color: #f0f0f0;
|
|
2641
2841
|
}
|
|
2642
|
-
.e-accordion .e-acrdn-item.e-
|
|
2643
|
-
|
|
2842
|
+
.e-accordion .e-acrdn-item.e-overlay {
|
|
2843
|
+
background: #1a1a1a;
|
|
2844
|
+
opacity: 0.5;
|
|
2845
|
+
}
|
|
2846
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
2847
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
2848
|
+
color: #3e98ff;
|
|
2849
|
+
}
|
|
2850
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2851
|
+
color: #f0f0f0;
|
|
2852
|
+
}
|
|
2853
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2854
|
+
color: #f0f0f0;
|
|
2855
|
+
}
|
|
2856
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
2857
|
+
border-color: #505050;
|
|
2858
|
+
border-style: solid;
|
|
2859
|
+
border-width: 0 0 1px 0;
|
|
2860
|
+
background: transparent;
|
|
2861
|
+
}
|
|
2862
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2863
|
+
background: #484848;
|
|
2864
|
+
}
|
|
2865
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2866
|
+
background: #484848;
|
|
2867
|
+
}
|
|
2868
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2869
|
+
color: #f0f0f0;
|
|
2870
|
+
}
|
|
2871
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
|
|
2872
|
+
border-bottom: 1px solid #505050;
|
|
2873
|
+
}
|
|
2874
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2875
|
+
color: #3e98ff;
|
|
2876
|
+
}
|
|
2877
|
+
.e-accordion .e-acrdn-item.e-select {
|
|
2878
|
+
background: #1a1a1a;
|
|
2879
|
+
border-color: #505050;
|
|
2880
|
+
border-style: solid;
|
|
2881
|
+
border-width: 1px;
|
|
2882
|
+
}
|
|
2883
|
+
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2884
|
+
color: #f0f0f0;
|
|
2885
|
+
background: none;
|
|
2886
|
+
border-top: 0;
|
|
2887
|
+
}
|
|
2888
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2889
|
+
color: #3e98ff;
|
|
2890
|
+
}
|
|
2891
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
2892
|
+
color: #3e98ff;
|
|
2893
|
+
}
|
|
2894
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2895
|
+
background: transparent;
|
|
2896
|
+
border: 0;
|
|
2897
|
+
border-color: initial;
|
|
2898
|
+
}
|
|
2899
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
2900
|
+
border: 0;
|
|
2901
|
+
background: transparent;
|
|
2902
|
+
border-color: initial;
|
|
2903
|
+
}
|
|
2904
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
2905
|
+
border: 0;
|
|
2906
|
+
border-color: initial;
|
|
2907
|
+
background: transparent;
|
|
2908
|
+
}
|
|
2909
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2910
|
+
border: 0;
|
|
2911
|
+
box-shadow: none;
|
|
2912
|
+
background: transparent;
|
|
2913
|
+
}
|
|
2914
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2915
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2916
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2917
|
+
color: #3e98ff;
|
|
2918
|
+
}
|
|
2919
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2920
|
+
color: #3e98ff;
|
|
2921
|
+
}
|
|
2922
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2923
|
+
color: #3e98ff;
|
|
2924
|
+
}
|
|
2925
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
2926
|
+
color: #3e98ff;
|
|
2927
|
+
}
|
|
2928
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2929
|
+
color: #3e98ff;
|
|
2930
|
+
}
|
|
2931
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
2932
|
+
border-color: #505050;
|
|
2933
|
+
border-style: solid;
|
|
2934
|
+
border-width: 0 0 1px 0;
|
|
2935
|
+
background: #484848;
|
|
2936
|
+
}
|
|
2937
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-icons {
|
|
2938
|
+
color: #fff;
|
|
2939
|
+
}
|
|
2940
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons {
|
|
2941
|
+
color: #f0f0f0;
|
|
2942
|
+
}
|
|
2943
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2944
|
+
color: #f0f0f0;
|
|
2945
|
+
}
|
|
2946
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2947
|
+
color: #f0f0f0;
|
|
2948
|
+
}
|
|
2949
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon {
|
|
2950
|
+
color: #f0f0f0;
|
|
2951
|
+
}
|
|
2952
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2953
|
+
border-color: #505050;
|
|
2954
|
+
}
|
|
2955
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon {
|
|
2956
|
+
color: #fff;
|
|
2957
|
+
}
|
|
2958
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
2959
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
2960
|
+
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2961
|
+
color: #f0f0f0;
|
|
2962
|
+
}
|
|
2963
|
+
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
2964
|
+
border-color: #505050;
|
|
2965
|
+
}
|
|
2966
|
+
.e-accordion .e-acrdn-item.e-selected {
|
|
2967
|
+
border-color: #505050;
|
|
2968
|
+
border-style: solid;
|
|
2969
|
+
border-width: 1px;
|
|
2970
|
+
}
|
|
2971
|
+
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2972
|
+
border-color: #505050;
|
|
2973
|
+
border-style: solid;
|
|
2974
|
+
border-width: 1px 0 1px 0;
|
|
2975
|
+
}
|
|
2976
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
2977
|
+
background: #1a1a1a;
|
|
2978
|
+
}
|
|
2979
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2980
|
+
border-bottom: 1px solid #505050;
|
|
2981
|
+
}
|
|
2982
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2983
|
+
color: #3e98ff;
|
|
2984
|
+
}
|
|
2985
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2986
|
+
color: #3e98ff;
|
|
2987
|
+
}
|
|
2988
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2989
|
+
box-shadow: none;
|
|
2990
|
+
}
|
|
2991
|
+
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2992
|
+
border-color: #505050;
|
|
2993
|
+
border-style: solid;
|
|
2994
|
+
border-width: 0 1px 1px 1px;
|
|
2995
|
+
}
|
|
2996
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
|
|
2997
|
+
color: #fff;
|
|
2998
|
+
}
|
|
2999
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
|
|
3000
|
+
color: #f0f0f0;
|
|
3001
|
+
}
|
|
3002
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
3003
|
+
background: #484848;
|
|
3004
|
+
border-radius: 0;
|
|
3005
|
+
border-color: #505050;
|
|
3006
|
+
border-style: solid;
|
|
3007
|
+
border-width: 0 0 1px 0;
|
|
3008
|
+
}
|
|
3009
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
|
|
3010
|
+
background: transparent;
|
|
3011
|
+
}
|
|
3012
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
3013
|
+
border-color: #505050;
|
|
3014
|
+
}
|
|
3015
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
3016
|
+
color: #f0f0f0;
|
|
3017
|
+
}
|
|
3018
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-header-content {
|
|
3019
|
+
color: #fff;
|
|
2644
3020
|
}
|
|
2645
3021
|
.e-accordion .e-acrdn-item .e-toggle-icon {
|
|
2646
3022
|
color: #3e98ff;
|
|
@@ -3278,18 +3654,6 @@
|
|
|
3278
3654
|
}
|
|
3279
3655
|
|
|
3280
3656
|
/*! tab icons */
|
|
3281
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
3282
|
-
content: "\e219";
|
|
3283
|
-
}
|
|
3284
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
3285
|
-
content: "\e98f";
|
|
3286
|
-
}
|
|
3287
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
3288
|
-
content: "\e98f";
|
|
3289
|
-
}
|
|
3290
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3291
|
-
content: "\e219";
|
|
3292
|
-
}
|
|
3293
3657
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3294
3658
|
content: "\e7fc";
|
|
3295
3659
|
position: relative;
|
|
@@ -3318,12 +3682,6 @@
|
|
|
3318
3682
|
content: "\e968";
|
|
3319
3683
|
}
|
|
3320
3684
|
}
|
|
3321
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
3322
|
-
content: "\eb04";
|
|
3323
|
-
}
|
|
3324
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
3325
|
-
content: "\eb05";
|
|
3326
|
-
}
|
|
3327
3685
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
3328
3686
|
content: "More";
|
|
3329
3687
|
}
|
|
@@ -3364,8 +3722,6 @@
|
|
|
3364
3722
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items {
|
|
3365
3723
|
height: auto;
|
|
3366
3724
|
min-height: auto;
|
|
3367
|
-
height: 50px;
|
|
3368
|
-
min-height: 50px;
|
|
3369
3725
|
}
|
|
3370
3726
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3371
3727
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
@@ -3374,8 +3730,8 @@
|
|
|
3374
3730
|
}
|
|
3375
3731
|
@media screen and (max-width: 480px) {
|
|
3376
3732
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3377
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3378
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3733
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3734
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3379
3735
|
margin: 0;
|
|
3380
3736
|
}
|
|
3381
3737
|
}
|
|
@@ -3385,7 +3741,7 @@
|
|
|
3385
3741
|
}
|
|
3386
3742
|
@media screen and (max-width: 480px) {
|
|
3387
3743
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3388
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3744
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3389
3745
|
margin: 0 2px -4px 0;
|
|
3390
3746
|
}
|
|
3391
3747
|
}
|
|
@@ -3399,7 +3755,7 @@
|
|
|
3399
3755
|
}
|
|
3400
3756
|
@media screen and (max-width: 480px) {
|
|
3401
3757
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3402
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3758
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3403
3759
|
margin: 0 2px -4px 0;
|
|
3404
3760
|
}
|
|
3405
3761
|
}
|
|
@@ -3414,15 +3770,15 @@
|
|
|
3414
3770
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
3415
3771
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3416
3772
|
height: 50px;
|
|
3417
|
-
margin: 0
|
|
3773
|
+
margin: 0;
|
|
3418
3774
|
min-height: 50px;
|
|
3419
3775
|
min-width: auto;
|
|
3420
3776
|
padding: 0;
|
|
3421
3777
|
}
|
|
3422
3778
|
@media screen and (max-width: 480px) {
|
|
3423
3779
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
3424
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3425
|
-
margin: 0
|
|
3780
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3781
|
+
margin: 0;
|
|
3426
3782
|
}
|
|
3427
3783
|
}
|
|
3428
3784
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom,
|
|
@@ -3438,7 +3794,7 @@
|
|
|
3438
3794
|
}
|
|
3439
3795
|
@media screen and (max-width: 480px) {
|
|
3440
3796
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
3441
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3797
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3442
3798
|
padding: 0 15px;
|
|
3443
3799
|
}
|
|
3444
3800
|
}
|
|
@@ -3449,6 +3805,12 @@
|
|
|
3449
3805
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3450
3806
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3451
3807
|
font-size: 15px;
|
|
3808
|
+
margin-bottom: 0;
|
|
3809
|
+
}
|
|
3810
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3811
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3812
|
+
position: relative;
|
|
3813
|
+
top: 2px;
|
|
3452
3814
|
}
|
|
3453
3815
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3454
3816
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -3457,14 +3819,14 @@
|
|
|
3457
3819
|
}
|
|
3458
3820
|
@media screen and (max-width: 480px) {
|
|
3459
3821
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3460
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3822
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3461
3823
|
margin: 1px 2px -4px 0;
|
|
3462
3824
|
}
|
|
3463
3825
|
}
|
|
3464
3826
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3465
3827
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3466
3828
|
position: relative;
|
|
3467
|
-
top:
|
|
3829
|
+
top: 2px;
|
|
3468
3830
|
}
|
|
3469
3831
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
3470
3832
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -3476,10 +3838,6 @@
|
|
|
3476
3838
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
3477
3839
|
height: 50px;
|
|
3478
3840
|
}
|
|
3479
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3480
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
3481
|
-
padding: 0;
|
|
3482
|
-
}
|
|
3483
3841
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3484
3842
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3485
3843
|
cursor: pointer;
|
|
@@ -3487,7 +3845,7 @@
|
|
|
3487
3845
|
}
|
|
3488
3846
|
@media screen and (max-width: 480px) {
|
|
3489
3847
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3490
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3848
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3491
3849
|
margin: 0 0 0 8px;
|
|
3492
3850
|
}
|
|
3493
3851
|
}
|
|
@@ -3499,9 +3857,9 @@
|
|
|
3499
3857
|
}
|
|
3500
3858
|
@media screen and (max-width: 480px) {
|
|
3501
3859
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3502
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3503
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3504
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3860
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3861
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3862
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3505
3863
|
font-size: 12px;
|
|
3506
3864
|
}
|
|
3507
3865
|
}
|
|
@@ -3510,6 +3868,7 @@
|
|
|
3510
3868
|
height: 24px;
|
|
3511
3869
|
min-width: 24px;
|
|
3512
3870
|
width: 24px;
|
|
3871
|
+
line-height: 1;
|
|
3513
3872
|
}
|
|
3514
3873
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3515
3874
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -3521,13 +3880,23 @@
|
|
|
3521
3880
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
3522
3881
|
padding: 0 20px;
|
|
3523
3882
|
}
|
|
3883
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3884
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3885
|
+
margin: 0 0 0 12px;
|
|
3886
|
+
}
|
|
3887
|
+
@media screen and (max-width: 480px) {
|
|
3888
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3889
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3890
|
+
margin: 0;
|
|
3891
|
+
}
|
|
3892
|
+
}
|
|
3524
3893
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3525
3894
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3526
3895
|
margin: 0 0 0 10px;
|
|
3527
3896
|
}
|
|
3528
3897
|
@media screen and (max-width: 480px) {
|
|
3529
3898
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3530
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3899
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3531
3900
|
margin: 0 0 0 10px;
|
|
3532
3901
|
}
|
|
3533
3902
|
}
|
|
@@ -3587,7 +3956,7 @@
|
|
|
3587
3956
|
}
|
|
3588
3957
|
@media screen and (max-width: 480px) {
|
|
3589
3958
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,
|
|
3590
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
3959
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
3591
3960
|
padding: 0 24px;
|
|
3592
3961
|
}
|
|
3593
3962
|
}
|
|
@@ -3601,7 +3970,7 @@
|
|
|
3601
3970
|
}
|
|
3602
3971
|
@media screen and (max-width: 480px) {
|
|
3603
3972
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
|
|
3604
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
3973
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
3605
3974
|
padding-right: 0;
|
|
3606
3975
|
}
|
|
3607
3976
|
}
|
|
@@ -3625,8 +3994,8 @@
|
|
|
3625
3994
|
}
|
|
3626
3995
|
@media screen and (max-width: 480px) {
|
|
3627
3996
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),
|
|
3628
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
3629
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
3997
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
3998
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
3630
3999
|
min-height: 50px;
|
|
3631
4000
|
}
|
|
3632
4001
|
}
|
|
@@ -3639,10 +4008,10 @@
|
|
|
3639
4008
|
}
|
|
3640
4009
|
@media screen and (max-width: 480px) {
|
|
3641
4010
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,
|
|
3642
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
3643
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
3644
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
3645
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
4011
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
4012
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
4013
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
4014
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
3646
4015
|
height: 50px;
|
|
3647
4016
|
}
|
|
3648
4017
|
}
|
|
@@ -3655,8 +4024,8 @@
|
|
|
3655
4024
|
}
|
|
3656
4025
|
@media screen and (max-width: 480px) {
|
|
3657
4026
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,
|
|
3658
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
3659
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4027
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4028
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
3660
4029
|
margin: 0;
|
|
3661
4030
|
padding-left: 0;
|
|
3662
4031
|
padding-right: 0;
|
|
@@ -3670,7 +4039,7 @@
|
|
|
3670
4039
|
}
|
|
3671
4040
|
@media screen and (max-width: 480px) {
|
|
3672
4041
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav,
|
|
3673
|
-
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
4042
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
3674
4043
|
padding: 0;
|
|
3675
4044
|
}
|
|
3676
4045
|
}
|
|
@@ -3691,7 +4060,7 @@
|
|
|
3691
4060
|
}
|
|
3692
4061
|
@media screen and (max-width: 480px) {
|
|
3693
4062
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
3694
|
-
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4063
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3695
4064
|
font-size: 16px;
|
|
3696
4065
|
height: 44px;
|
|
3697
4066
|
line-height: 44px;
|
|
@@ -3715,7 +4084,7 @@
|
|
|
3715
4084
|
}
|
|
3716
4085
|
@media screen and (max-width: 480px) {
|
|
3717
4086
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
3718
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
4087
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
3719
4088
|
padding: 0;
|
|
3720
4089
|
}
|
|
3721
4090
|
}
|
|
@@ -3730,9 +4099,9 @@
|
|
|
3730
4099
|
}
|
|
3731
4100
|
@media screen and (max-width: 480px) {
|
|
3732
4101
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3733
|
-
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
3734
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3735
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4102
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
4103
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4104
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3736
4105
|
font-size: 16px;
|
|
3737
4106
|
height: 44px;
|
|
3738
4107
|
line-height: 44px;
|
|
@@ -3750,9 +4119,9 @@
|
|
|
3750
4119
|
}
|
|
3751
4120
|
@media screen and (max-width: 480px) {
|
|
3752
4121
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3753
|
-
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
3754
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3755
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4122
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4123
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4124
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
3756
4125
|
font-size: 16px;
|
|
3757
4126
|
}
|
|
3758
4127
|
}
|
|
@@ -3766,7 +4135,6 @@
|
|
|
3766
4135
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
3767
4136
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3768
4137
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
3769
|
-
top: 0;
|
|
3770
4138
|
line-height: 42px;
|
|
3771
4139
|
top: 0.5px;
|
|
3772
4140
|
}
|
|
@@ -3780,8 +4148,8 @@
|
|
|
3780
4148
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
3781
4149
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3782
4150
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
3783
|
-
top: 0;
|
|
3784
4151
|
line-height: 42px;
|
|
4152
|
+
top: 0;
|
|
3785
4153
|
}
|
|
3786
4154
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3787
4155
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
@@ -3816,12 +4184,12 @@
|
|
|
3816
4184
|
}
|
|
3817
4185
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
|
|
3818
4186
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3819
|
-
margin:
|
|
4187
|
+
margin: 0 2px 0 0;
|
|
3820
4188
|
padding-bottom: 0;
|
|
3821
4189
|
}
|
|
3822
4190
|
@media screen and (max-width: 480px) {
|
|
3823
4191
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
|
|
3824
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
4192
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3825
4193
|
margin: -1px 2px 0 0;
|
|
3826
4194
|
}
|
|
3827
4195
|
}
|
|
@@ -3833,11 +4201,6 @@
|
|
|
3833
4201
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
3834
4202
|
top: 0.5px;
|
|
3835
4203
|
}
|
|
3836
|
-
.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,
|
|
3837
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3838
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3839
|
-
height: initial;
|
|
3840
|
-
}
|
|
3841
4204
|
.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,
|
|
3842
4205
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
3843
4206
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
@@ -3850,7 +4213,7 @@
|
|
|
3850
4213
|
}
|
|
3851
4214
|
@media screen and (max-width: 480px) {
|
|
3852
4215
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
3853
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
4216
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
3854
4217
|
margin: -1px 2px 0 0;
|
|
3855
4218
|
}
|
|
3856
4219
|
}
|
|
@@ -3877,16 +4240,15 @@
|
|
|
3877
4240
|
height: 50px;
|
|
3878
4241
|
padding: 0;
|
|
3879
4242
|
}
|
|
3880
|
-
.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,
|
|
3881
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3882
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3883
|
-
height: 50px;
|
|
3884
|
-
}
|
|
3885
4243
|
.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,
|
|
3886
4244
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
3887
4245
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
3888
4246
|
height: initial;
|
|
3889
4247
|
}
|
|
4248
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
4249
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
4250
|
+
height: 50px;
|
|
4251
|
+
}
|
|
3890
4252
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
3891
4253
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
3892
4254
|
max-width: 150px;
|
|
@@ -3898,7 +4260,7 @@
|
|
|
3898
4260
|
}
|
|
3899
4261
|
@media screen and (max-width: 480px) {
|
|
3900
4262
|
.e-bigger .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before,
|
|
3901
|
-
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
4263
|
+
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
3902
4264
|
bottom: 0;
|
|
3903
4265
|
top: 0;
|
|
3904
4266
|
}
|
|
@@ -3924,6 +4286,11 @@
|
|
|
3924
4286
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
3925
4287
|
right: -20px;
|
|
3926
4288
|
}
|
|
4289
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
4290
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
4291
|
+
min-height: 38px;
|
|
4292
|
+
min-width: auto;
|
|
4293
|
+
}
|
|
3927
4294
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
3928
4295
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
3929
4296
|
height: 24px;
|
|
@@ -3958,35 +4325,31 @@
|
|
|
3958
4325
|
.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items {
|
|
3959
4326
|
height: auto;
|
|
3960
4327
|
}
|
|
3961
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header,
|
|
3962
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header {
|
|
4328
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header,
|
|
4329
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header {
|
|
3963
4330
|
height: 72px;
|
|
3964
4331
|
min-height: 72px;
|
|
3965
4332
|
}
|
|
3966
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items,
|
|
3967
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
4333
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items,
|
|
4334
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
3968
4335
|
height: 72px;
|
|
3969
4336
|
}
|
|
3970
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav,
|
|
3971
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav {
|
|
4337
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav,
|
|
4338
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
3972
4339
|
height: 72px;
|
|
3973
4340
|
}
|
|
3974
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav,
|
|
3975
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
4341
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav,
|
|
4342
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav {
|
|
3976
4343
|
height: 72px;
|
|
3977
4344
|
}
|
|
3978
4345
|
@media screen and (max-width: 480px) {
|
|
3979
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3980
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
3981
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3982
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4346
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4347
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4348
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4349
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
3983
4350
|
font-size: 12px;
|
|
3984
4351
|
}
|
|
3985
4352
|
}
|
|
3986
|
-
.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active,
|
|
3987
|
-
.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active {
|
|
3988
|
-
margin: 0 0 0 2px;
|
|
3989
|
-
}
|
|
3990
4353
|
.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
|
|
3991
4354
|
.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
3992
4355
|
height: inherit;
|
|
@@ -4036,6 +4399,10 @@
|
|
|
4036
4399
|
height: 50px;
|
|
4037
4400
|
padding: 0;
|
|
4038
4401
|
}
|
|
4402
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
4403
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
4404
|
+
height: 50px;
|
|
4405
|
+
}
|
|
4039
4406
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
4040
4407
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
4041
4408
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -4100,10 +4467,6 @@
|
|
|
4100
4467
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
4101
4468
|
top: 0;
|
|
4102
4469
|
}
|
|
4103
|
-
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
|
|
4104
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
4105
|
-
margin: 1px 0 -6px 2px;
|
|
4106
|
-
}
|
|
4107
4470
|
.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),
|
|
4108
4471
|
.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) {
|
|
4109
4472
|
margin: 0 0 0 2px;
|
|
@@ -4119,7 +4482,7 @@
|
|
|
4119
4482
|
}
|
|
4120
4483
|
@media screen and (max-width: 480px) {
|
|
4121
4484
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
4122
|
-
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4485
|
+
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4123
4486
|
height: 50px;
|
|
4124
4487
|
min-height: 50px;
|
|
4125
4488
|
}
|
|
@@ -4131,7 +4494,7 @@
|
|
|
4131
4494
|
}
|
|
4132
4495
|
@media screen and (max-width: 480px) {
|
|
4133
4496
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,
|
|
4134
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4497
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4135
4498
|
min-height: 50px;
|
|
4136
4499
|
}
|
|
4137
4500
|
}
|
|
@@ -4147,10 +4510,11 @@
|
|
|
4147
4510
|
height: 50px;
|
|
4148
4511
|
margin: 0 2px 0 0;
|
|
4149
4512
|
min-height: 50px;
|
|
4513
|
+
padding: 0;
|
|
4150
4514
|
}
|
|
4151
4515
|
@media screen and (max-width: 480px) {
|
|
4152
4516
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4153
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4517
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4154
4518
|
height: 50px;
|
|
4155
4519
|
min-height: 50px;
|
|
4156
4520
|
}
|
|
@@ -4168,7 +4532,7 @@
|
|
|
4168
4532
|
}
|
|
4169
4533
|
@media screen and (max-width: 480px) {
|
|
4170
4534
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4171
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4535
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4172
4536
|
height: 50px;
|
|
4173
4537
|
padding: 0 20px;
|
|
4174
4538
|
}
|
|
@@ -4179,7 +4543,7 @@
|
|
|
4179
4543
|
}
|
|
4180
4544
|
@media screen and (max-width: 480px) {
|
|
4181
4545
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
4182
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4546
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4183
4547
|
height: 50px;
|
|
4184
4548
|
}
|
|
4185
4549
|
}
|
|
@@ -4197,7 +4561,7 @@
|
|
|
4197
4561
|
}
|
|
4198
4562
|
@media screen and (max-width: 480px) {
|
|
4199
4563
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4200
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4564
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4201
4565
|
height: 50px;
|
|
4202
4566
|
}
|
|
4203
4567
|
}
|
|
@@ -4208,8 +4572,8 @@
|
|
|
4208
4572
|
}
|
|
4209
4573
|
@media screen and (max-width: 480px) {
|
|
4210
4574
|
.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,
|
|
4211
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4212
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4575
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4576
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4213
4577
|
height: 50px;
|
|
4214
4578
|
}
|
|
4215
4579
|
}
|
|
@@ -4252,6 +4616,10 @@
|
|
|
4252
4616
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4253
4617
|
height: 50px;
|
|
4254
4618
|
}
|
|
4619
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4620
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4621
|
+
height: 50px;
|
|
4622
|
+
}
|
|
4255
4623
|
.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,
|
|
4256
4624
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
4257
4625
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -4264,8 +4632,8 @@
|
|
|
4264
4632
|
}
|
|
4265
4633
|
@media screen and (max-width: 480px) {
|
|
4266
4634
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,
|
|
4267
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4268
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4635
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4636
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4269
4637
|
height: auto;
|
|
4270
4638
|
}
|
|
4271
4639
|
}
|
|
@@ -4273,8 +4641,8 @@
|
|
|
4273
4641
|
.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4274
4642
|
margin: 0 0 0 2px;
|
|
4275
4643
|
}
|
|
4276
|
-
.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header,
|
|
4277
|
-
.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header {
|
|
4644
|
+
.e-bigger .e-tab.e-fill.e-vertical-icon > .e-tab-header,
|
|
4645
|
+
.e-tab.e-bigger.e-fill.e-vertical-icon > .e-tab-header {
|
|
4278
4646
|
height: 70px;
|
|
4279
4647
|
min-height: 70px;
|
|
4280
4648
|
}
|
|
@@ -4287,7 +4655,7 @@
|
|
|
4287
4655
|
}
|
|
4288
4656
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4289
4657
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4290
|
-
|
|
4658
|
+
padding: 0;
|
|
4291
4659
|
}
|
|
4292
4660
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4293
4661
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -4295,7 +4663,7 @@
|
|
|
4295
4663
|
}
|
|
4296
4664
|
@media screen and (max-width: 480px) {
|
|
4297
4665
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4298
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4666
|
+
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4299
4667
|
padding: 0 20px;
|
|
4300
4668
|
}
|
|
4301
4669
|
}
|
|
@@ -4307,10 +4675,6 @@
|
|
|
4307
4675
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4308
4676
|
margin-bottom: 0;
|
|
4309
4677
|
}
|
|
4310
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4311
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4312
|
-
height: 50px;
|
|
4313
|
-
}
|
|
4314
4678
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
4315
4679
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
4316
4680
|
padding: 0 20px;
|
|
@@ -4329,13 +4693,17 @@
|
|
|
4329
4693
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4330
4694
|
margin: 1px 0 -6px 2px;
|
|
4331
4695
|
}
|
|
4696
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
4697
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
4698
|
+
margin: 0;
|
|
4699
|
+
}
|
|
4332
4700
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4333
4701
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4334
4702
|
margin: 0 10px 0 0;
|
|
4335
4703
|
}
|
|
4336
4704
|
@media screen and (max-width: 480px) {
|
|
4337
4705
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4338
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4706
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4339
4707
|
margin: 0 10px 0 0;
|
|
4340
4708
|
}
|
|
4341
4709
|
}
|
|
@@ -4345,7 +4713,7 @@
|
|
|
4345
4713
|
}
|
|
4346
4714
|
@media screen and (max-width: 480px) {
|
|
4347
4715
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,
|
|
4348
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4716
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4349
4717
|
margin: 0 8px 0 0;
|
|
4350
4718
|
}
|
|
4351
4719
|
}
|
|
@@ -4373,7 +4741,7 @@
|
|
|
4373
4741
|
}
|
|
4374
4742
|
@media screen and (max-width: 480px) {
|
|
4375
4743
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,
|
|
4376
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4744
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4377
4745
|
padding-left: 0;
|
|
4378
4746
|
}
|
|
4379
4747
|
}
|
|
@@ -4396,8 +4764,8 @@
|
|
|
4396
4764
|
}
|
|
4397
4765
|
@media screen and (max-width: 480px) {
|
|
4398
4766
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,
|
|
4399
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4400
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4767
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4768
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4401
4769
|
margin: 0;
|
|
4402
4770
|
padding-left: 0;
|
|
4403
4771
|
padding-right: 0;
|
|
@@ -4468,13 +4836,10 @@
|
|
|
4468
4836
|
margin: 0;
|
|
4469
4837
|
min-height: 40px;
|
|
4470
4838
|
position: relative;
|
|
4471
|
-
height: 40px;
|
|
4472
|
-
min-height: 40px;
|
|
4473
4839
|
}
|
|
4474
4840
|
@media screen and (max-width: 480px) {
|
|
4475
4841
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
4476
4842
|
min-height: 50px;
|
|
4477
|
-
height: 50px;
|
|
4478
4843
|
}
|
|
4479
4844
|
}
|
|
4480
4845
|
.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
@@ -4489,17 +4854,44 @@
|
|
|
4489
4854
|
margin: 0 2px -4px 0;
|
|
4490
4855
|
}
|
|
4491
4856
|
}
|
|
4857
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
4858
|
+
position: unset;
|
|
4859
|
+
}
|
|
4860
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
4861
|
+
left: unset;
|
|
4862
|
+
right: unset;
|
|
4863
|
+
}
|
|
4864
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
4865
|
+
background-color: unset;
|
|
4866
|
+
bottom: unset;
|
|
4867
|
+
content: unset;
|
|
4868
|
+
height: unset;
|
|
4869
|
+
left: unset;
|
|
4870
|
+
position: unset;
|
|
4871
|
+
right: unset;
|
|
4872
|
+
transition: unset;
|
|
4873
|
+
}
|
|
4874
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
4875
|
+
color: unset;
|
|
4876
|
+
content: unset;
|
|
4877
|
+
display: unset;
|
|
4878
|
+
font-weight: unset;
|
|
4879
|
+
height: unset;
|
|
4880
|
+
overflow: unset;
|
|
4881
|
+
visibility: unset;
|
|
4882
|
+
}
|
|
4492
4883
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
4493
4884
|
padding: 0;
|
|
4494
4885
|
}
|
|
4495
4886
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
4496
4887
|
display: none;
|
|
4497
4888
|
}
|
|
4498
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll
|
|
4499
|
-
|
|
4889
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
4890
|
+
padding: 0;
|
|
4500
4891
|
}
|
|
4501
4892
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4502
4893
|
width: 40px;
|
|
4894
|
+
border-radius: 0;
|
|
4503
4895
|
}
|
|
4504
4896
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4505
4897
|
margin: 0 2px -2px 0;
|
|
@@ -4527,6 +4919,7 @@
|
|
|
4527
4919
|
height: 2px;
|
|
4528
4920
|
left: 0;
|
|
4529
4921
|
right: 0;
|
|
4922
|
+
border-radius: 0;
|
|
4530
4923
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4531
4924
|
}
|
|
4532
4925
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4534,7 +4927,7 @@
|
|
|
4534
4927
|
}
|
|
4535
4928
|
.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4536
4929
|
height: 40px;
|
|
4537
|
-
margin: 0
|
|
4930
|
+
margin: 0;
|
|
4538
4931
|
min-height: 40px;
|
|
4539
4932
|
min-width: auto;
|
|
4540
4933
|
padding: 0;
|
|
@@ -4576,6 +4969,10 @@
|
|
|
4576
4969
|
font-size: 14px;
|
|
4577
4970
|
font-weight: 400;
|
|
4578
4971
|
text-transform: capitalize;
|
|
4972
|
+
-ms-flex-item-align: auto;
|
|
4973
|
+
-ms-grid-row-align: auto;
|
|
4974
|
+
align-self: auto;
|
|
4975
|
+
margin-bottom: 0;
|
|
4579
4976
|
}
|
|
4580
4977
|
@media screen and (max-width: 480px) {
|
|
4581
4978
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -4607,7 +5004,12 @@
|
|
|
4607
5004
|
font-weight: 400;
|
|
4608
5005
|
}
|
|
4609
5006
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
4610
|
-
top:
|
|
5007
|
+
top: 2px;
|
|
5008
|
+
left: 2px;
|
|
5009
|
+
}
|
|
5010
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
5011
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
5012
|
+
left: 0;
|
|
4611
5013
|
}
|
|
4612
5014
|
.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 {
|
|
4613
5015
|
height: 40px;
|
|
@@ -4634,12 +5036,12 @@
|
|
|
4634
5036
|
}
|
|
4635
5037
|
@media screen and (max-width: 480px) {
|
|
4636
5038
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon,
|
|
4637
|
-
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
5039
|
+
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4638
5040
|
font-size: 12px;
|
|
4639
5041
|
}
|
|
4640
5042
|
}
|
|
4641
5043
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4642
|
-
top:
|
|
5044
|
+
top: 1px;
|
|
4643
5045
|
}
|
|
4644
5046
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
4645
5047
|
display: -ms-inline-flexbox;
|
|
@@ -4647,6 +5049,7 @@
|
|
|
4647
5049
|
height: 20px;
|
|
4648
5050
|
min-width: 20px;
|
|
4649
5051
|
width: 20px;
|
|
5052
|
+
line-height: 1;
|
|
4650
5053
|
}
|
|
4651
5054
|
@media screen and (max-width: 480px) {
|
|
4652
5055
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4660,10 +5063,19 @@
|
|
|
4660
5063
|
}
|
|
4661
5064
|
@media screen and (max-width: 480px) {
|
|
4662
5065
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4663
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5066
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
4664
5067
|
font-size: 20px;
|
|
4665
5068
|
}
|
|
4666
5069
|
}
|
|
5070
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5071
|
+
position: relative;
|
|
5072
|
+
top: 2px;
|
|
5073
|
+
left: 2px;
|
|
5074
|
+
}
|
|
5075
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
5076
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
5077
|
+
left: 0;
|
|
5078
|
+
}
|
|
4667
5079
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
4668
5080
|
-ms-flex-pack: center;
|
|
4669
5081
|
justify-content: center;
|
|
@@ -4674,6 +5086,14 @@
|
|
|
4674
5086
|
padding: 0 20px;
|
|
4675
5087
|
}
|
|
4676
5088
|
}
|
|
5089
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5090
|
+
margin: 0 0 0 8px;
|
|
5091
|
+
}
|
|
5092
|
+
@media screen and (max-width: 480px) {
|
|
5093
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5094
|
+
margin: 0;
|
|
5095
|
+
}
|
|
5096
|
+
}
|
|
4677
5097
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4678
5098
|
margin: 0 0 0 8px;
|
|
4679
5099
|
}
|
|
@@ -4771,6 +5191,7 @@
|
|
|
4771
5191
|
}
|
|
4772
5192
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
4773
5193
|
margin: 0;
|
|
5194
|
+
padding: 0;
|
|
4774
5195
|
}
|
|
4775
5196
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
4776
5197
|
height: 26px;
|
|
@@ -4955,7 +5376,7 @@
|
|
|
4955
5376
|
}
|
|
4956
5377
|
@media screen and (max-width: 480px) {
|
|
4957
5378
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4958
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5379
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4959
5380
|
font-size: 16px;
|
|
4960
5381
|
height: 44px;
|
|
4961
5382
|
line-height: 44px;
|
|
@@ -4972,7 +5393,7 @@
|
|
|
4972
5393
|
}
|
|
4973
5394
|
@media screen and (max-width: 480px) {
|
|
4974
5395
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4975
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5396
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4976
5397
|
font-size: 16px;
|
|
4977
5398
|
}
|
|
4978
5399
|
}
|
|
@@ -4982,13 +5403,12 @@
|
|
|
4982
5403
|
}
|
|
4983
5404
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
4984
5405
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
4985
|
-
top: 0;
|
|
4986
5406
|
line-height: 34px;
|
|
4987
5407
|
top: 0;
|
|
4988
5408
|
}
|
|
4989
5409
|
@media screen and (max-width: 480px) {
|
|
4990
5410
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
4991
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5411
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
4992
5412
|
line-height: 43px;
|
|
4993
5413
|
}
|
|
4994
5414
|
}
|
|
@@ -5018,13 +5438,12 @@
|
|
|
5018
5438
|
}
|
|
5019
5439
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5020
5440
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5021
|
-
top: 0;
|
|
5022
5441
|
line-height: 32px;
|
|
5023
5442
|
top: 0;
|
|
5024
5443
|
}
|
|
5025
5444
|
@media screen and (max-width: 480px) {
|
|
5026
5445
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5027
|
-
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5446
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5028
5447
|
line-height: 43px;
|
|
5029
5448
|
}
|
|
5030
5449
|
}
|
|
@@ -5033,6 +5452,32 @@
|
|
|
5033
5452
|
line-height: 32px;
|
|
5034
5453
|
top: -0.5px;
|
|
5035
5454
|
}
|
|
5455
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
5456
|
+
position: unset;
|
|
5457
|
+
}
|
|
5458
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5459
|
+
left: unset;
|
|
5460
|
+
right: unset;
|
|
5461
|
+
}
|
|
5462
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5463
|
+
background-color: unset;
|
|
5464
|
+
content: unset;
|
|
5465
|
+
height: unset;
|
|
5466
|
+
left: unset;
|
|
5467
|
+
position: unset;
|
|
5468
|
+
right: unset;
|
|
5469
|
+
top: unset;
|
|
5470
|
+
transition: unset;
|
|
5471
|
+
}
|
|
5472
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5473
|
+
color: unset;
|
|
5474
|
+
content: unset;
|
|
5475
|
+
display: unset;
|
|
5476
|
+
font-weight: unset;
|
|
5477
|
+
height: unset;
|
|
5478
|
+
overflow: unset;
|
|
5479
|
+
visibility: unset;
|
|
5480
|
+
}
|
|
5036
5481
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
5037
5482
|
bottom: auto;
|
|
5038
5483
|
}
|
|
@@ -5054,7 +5499,7 @@
|
|
|
5054
5499
|
top: 0;
|
|
5055
5500
|
}
|
|
5056
5501
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
5057
|
-
margin:
|
|
5502
|
+
margin: 0 2px 0 0;
|
|
5058
5503
|
padding-bottom: 0;
|
|
5059
5504
|
padding-top: 0;
|
|
5060
5505
|
}
|
|
@@ -5067,6 +5512,12 @@
|
|
|
5067
5512
|
height: 40px;
|
|
5068
5513
|
padding: 0;
|
|
5069
5514
|
}
|
|
5515
|
+
.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 {
|
|
5516
|
+
top: unset;
|
|
5517
|
+
}
|
|
5518
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
5519
|
+
top: 0;
|
|
5520
|
+
}
|
|
5070
5521
|
.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 {
|
|
5071
5522
|
height: initial;
|
|
5072
5523
|
}
|
|
@@ -5139,6 +5590,13 @@
|
|
|
5139
5590
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
5140
5591
|
display: none;
|
|
5141
5592
|
}
|
|
5593
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
5594
|
+
min-height: 40px;
|
|
5595
|
+
min-width: 33px;
|
|
5596
|
+
}
|
|
5597
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
5598
|
+
margin: 0;
|
|
5599
|
+
}
|
|
5142
5600
|
.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 {
|
|
5143
5601
|
right: -15px;
|
|
5144
5602
|
}
|
|
@@ -5155,6 +5613,30 @@
|
|
|
5155
5613
|
left: auto;
|
|
5156
5614
|
right: 0;
|
|
5157
5615
|
}
|
|
5616
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5617
|
+
bottom: unset;
|
|
5618
|
+
height: unset;
|
|
5619
|
+
}
|
|
5620
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5621
|
+
background-color: unset;
|
|
5622
|
+
bottom: unset;
|
|
5623
|
+
content: unset;
|
|
5624
|
+
height: unset;
|
|
5625
|
+
left: unset;
|
|
5626
|
+
position: unset;
|
|
5627
|
+
right: unset;
|
|
5628
|
+
transition: unset;
|
|
5629
|
+
width: unset;
|
|
5630
|
+
}
|
|
5631
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5632
|
+
color: unset;
|
|
5633
|
+
content: unset;
|
|
5634
|
+
display: unset;
|
|
5635
|
+
font-weight: unset;
|
|
5636
|
+
height: unset;
|
|
5637
|
+
overflow: unset;
|
|
5638
|
+
visibility: unset;
|
|
5639
|
+
}
|
|
5158
5640
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
5159
5641
|
float: right;
|
|
5160
5642
|
}
|
|
@@ -5171,6 +5653,30 @@
|
|
|
5171
5653
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
5172
5654
|
width: auto;
|
|
5173
5655
|
}
|
|
5656
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5657
|
+
bottom: unset;
|
|
5658
|
+
height: unset;
|
|
5659
|
+
}
|
|
5660
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5661
|
+
background-color: unset;
|
|
5662
|
+
bottom: unset;
|
|
5663
|
+
content: unset;
|
|
5664
|
+
height: unset;
|
|
5665
|
+
left: unset;
|
|
5666
|
+
position: unset;
|
|
5667
|
+
right: unset;
|
|
5668
|
+
transition: unset;
|
|
5669
|
+
width: unset;
|
|
5670
|
+
}
|
|
5671
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5672
|
+
color: unset;
|
|
5673
|
+
content: unset;
|
|
5674
|
+
display: unset;
|
|
5675
|
+
font-weight: unset;
|
|
5676
|
+
height: unset;
|
|
5677
|
+
overflow: unset;
|
|
5678
|
+
visibility: unset;
|
|
5679
|
+
}
|
|
5174
5680
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5175
5681
|
height: 16px;
|
|
5176
5682
|
-ms-flex-pack: center;
|
|
@@ -5218,7 +5724,7 @@
|
|
|
5218
5724
|
}
|
|
5219
5725
|
@media screen and (max-width: 480px) {
|
|
5220
5726
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
|
|
5221
|
-
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5727
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5222
5728
|
font-size: 15px;
|
|
5223
5729
|
}
|
|
5224
5730
|
}
|
|
@@ -5285,40 +5791,69 @@
|
|
|
5285
5791
|
.e-tab.e-vertical-tab .e-content .e-item > :first-child {
|
|
5286
5792
|
width: 100%;
|
|
5287
5793
|
}
|
|
5288
|
-
.e-tab.e-vertical-icon .e-tab-header {
|
|
5794
|
+
.e-tab.e-vertical-icon > .e-tab-header {
|
|
5289
5795
|
height: 62px;
|
|
5290
5796
|
min-height: 62px;
|
|
5291
5797
|
}
|
|
5292
|
-
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5293
|
-
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5798
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5799
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5294
5800
|
display: none;
|
|
5295
5801
|
}
|
|
5296
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
5802
|
+
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
5297
5803
|
height: 62px;
|
|
5298
5804
|
}
|
|
5299
|
-
.e-tab.e-vertical-icon .e-tab-header .e-
|
|
5805
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
5806
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5807
|
+
position: unset;
|
|
5808
|
+
}
|
|
5809
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5810
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5811
|
+
border: unset;
|
|
5812
|
+
content: unset;
|
|
5813
|
+
display: none;
|
|
5814
|
+
position: unset;
|
|
5815
|
+
top: unset;
|
|
5816
|
+
width: unset;
|
|
5817
|
+
}
|
|
5818
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5819
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5820
|
+
content: unset;
|
|
5821
|
+
display: unset;
|
|
5822
|
+
position: unset;
|
|
5823
|
+
top: unset;
|
|
5824
|
+
width: unset;
|
|
5825
|
+
border: unset;
|
|
5826
|
+
}
|
|
5827
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
5300
5828
|
height: 62px;
|
|
5301
5829
|
}
|
|
5302
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
5830
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav {
|
|
5303
5831
|
height: 62px;
|
|
5304
5832
|
}
|
|
5305
5833
|
@media screen and (max-width: 480px) {
|
|
5306
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5307
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5834
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5835
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5308
5836
|
font-size: 12px;
|
|
5309
5837
|
}
|
|
5310
5838
|
}
|
|
5311
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-
|
|
5312
|
-
|
|
5839
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
5840
|
+
width: 2px;
|
|
5841
|
+
}
|
|
5842
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5843
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5313
5844
|
display: none;
|
|
5314
5845
|
}
|
|
5315
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5316
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5846
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5847
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5317
5848
|
position: relative;
|
|
5318
5849
|
}
|
|
5319
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-scroll-nav {
|
|
5850
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
5320
5851
|
height: 16px;
|
|
5321
5852
|
}
|
|
5853
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5854
|
+
.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 {
|
|
5855
|
+
top: unset;
|
|
5856
|
+
}
|
|
5322
5857
|
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
5323
5858
|
margin: 0 0 0 2px;
|
|
5324
5859
|
}
|
|
@@ -5505,9 +6040,6 @@
|
|
|
5505
6040
|
min-height: 50px;
|
|
5506
6041
|
}
|
|
5507
6042
|
}
|
|
5508
|
-
.e-tab.e-fill .e-tab-header::before {
|
|
5509
|
-
display: none;
|
|
5510
|
-
}
|
|
5511
6043
|
.e-tab.e-fill .e-tab-header .e-indicator {
|
|
5512
6044
|
display: none;
|
|
5513
6045
|
}
|
|
@@ -5528,6 +6060,7 @@
|
|
|
5528
6060
|
height: 40px;
|
|
5529
6061
|
margin: 0 2px 0 0;
|
|
5530
6062
|
min-height: 40px;
|
|
6063
|
+
padding: 0;
|
|
5531
6064
|
}
|
|
5532
6065
|
@media screen and (max-width: 480px) {
|
|
5533
6066
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5628,6 +6161,9 @@
|
|
|
5628
6161
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5629
6162
|
height: 40px;
|
|
5630
6163
|
}
|
|
6164
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
6165
|
+
height: 40px;
|
|
6166
|
+
}
|
|
5631
6167
|
.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 {
|
|
5632
6168
|
height: 62px;
|
|
5633
6169
|
}
|
|
@@ -5642,20 +6178,18 @@
|
|
|
5642
6178
|
.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5643
6179
|
margin: 0 0 0 2px;
|
|
5644
6180
|
}
|
|
5645
|
-
.e-tab.e-fill.e-vertical-icon .e-tab-header {
|
|
6181
|
+
.e-tab.e-fill.e-vertical-icon > .e-tab-header {
|
|
5646
6182
|
height: 60px;
|
|
5647
6183
|
min-height: 60px;
|
|
5648
6184
|
}
|
|
5649
|
-
.e-tab.e-background .e-tab-header::before {
|
|
5650
|
-
display: none;
|
|
5651
|
-
}
|
|
5652
6185
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
5653
6186
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5654
6187
|
margin: 0;
|
|
5655
6188
|
padding: 0;
|
|
5656
6189
|
}
|
|
5657
6190
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5658
|
-
margin: 0
|
|
6191
|
+
margin: 0;
|
|
6192
|
+
padding: 0;
|
|
5659
6193
|
}
|
|
5660
6194
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5661
6195
|
padding: 0 15px;
|
|
@@ -5671,12 +6205,12 @@
|
|
|
5671
6205
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5672
6206
|
margin-bottom: 0;
|
|
5673
6207
|
}
|
|
5674
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5675
|
-
height: 40px;
|
|
5676
|
-
}
|
|
5677
6208
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5678
6209
|
font-weight: 400;
|
|
5679
6210
|
}
|
|
6211
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
6212
|
+
display: none;
|
|
6213
|
+
}
|
|
5680
6214
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
5681
6215
|
padding: 0 15px;
|
|
5682
6216
|
}
|
|
@@ -5698,12 +6232,12 @@
|
|
|
5698
6232
|
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5699
6233
|
margin: 1px 0 -4px 2px;
|
|
5700
6234
|
}
|
|
5701
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
5702
|
-
margin: 1px 0 -4px 2px;
|
|
5703
|
-
}
|
|
5704
6235
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5705
6236
|
margin: 1px 0 -4px 2px;
|
|
5706
6237
|
}
|
|
6238
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
6239
|
+
margin: 0;
|
|
6240
|
+
}
|
|
5707
6241
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
5708
6242
|
margin: 0 8px 0 0;
|
|
5709
6243
|
}
|
|
@@ -5722,12 +6256,6 @@
|
|
|
5722
6256
|
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
5723
6257
|
margin: 0 0 0 2px;
|
|
5724
6258
|
}
|
|
5725
|
-
.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 {
|
|
5726
|
-
margin: 0 0 0 2px;
|
|
5727
|
-
}
|
|
5728
|
-
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active .e-tab-text {
|
|
5729
|
-
margin-bottom: 0;
|
|
5730
|
-
}
|
|
5731
6259
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
5732
6260
|
margin: 0;
|
|
5733
6261
|
}
|
|
@@ -5786,7 +6314,7 @@
|
|
|
5786
6314
|
}
|
|
5787
6315
|
.e-tab-clone-element:not(.e-separator) {
|
|
5788
6316
|
height: 40px;
|
|
5789
|
-
margin: 0
|
|
6317
|
+
margin: 0;
|
|
5790
6318
|
min-height: 40px;
|
|
5791
6319
|
min-width: auto;
|
|
5792
6320
|
padding: 0;
|
|
@@ -5828,6 +6356,9 @@
|
|
|
5828
6356
|
font-size: 14px;
|
|
5829
6357
|
font-weight: 400;
|
|
5830
6358
|
text-transform: capitalize;
|
|
6359
|
+
-ms-flex-item-align: auto;
|
|
6360
|
+
-ms-grid-row-align: auto;
|
|
6361
|
+
align-self: auto;
|
|
5831
6362
|
}
|
|
5832
6363
|
@media screen and (max-width: 480px) {
|
|
5833
6364
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -5843,12 +6374,12 @@
|
|
|
5843
6374
|
}
|
|
5844
6375
|
@media screen and (max-width: 480px) {
|
|
5845
6376
|
.e-tab-clone-element .e-close-icon,
|
|
5846
|
-
.e-tab-clone-element .e-close-icon::before {
|
|
6377
|
+
.e-tab-clone-element .e-close-icon::before {
|
|
5847
6378
|
font-size: 12px;
|
|
5848
6379
|
}
|
|
5849
6380
|
}
|
|
5850
6381
|
.e-tab-clone-element .e-close-icon::before {
|
|
5851
|
-
top:
|
|
6382
|
+
top: 1px;
|
|
5852
6383
|
}
|
|
5853
6384
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
5854
6385
|
display: -ms-inline-flexbox;
|
|
@@ -5856,6 +6387,7 @@
|
|
|
5856
6387
|
height: 20px;
|
|
5857
6388
|
min-width: 20px;
|
|
5858
6389
|
width: 20px;
|
|
6390
|
+
line-height: 1;
|
|
5859
6391
|
}
|
|
5860
6392
|
@media screen and (max-width: 480px) {
|
|
5861
6393
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -5869,7 +6401,7 @@
|
|
|
5869
6401
|
}
|
|
5870
6402
|
@media screen and (max-width: 480px) {
|
|
5871
6403
|
.e-tab-clone-element .e-tab-icon,
|
|
5872
|
-
.e-tab-clone-element .e-tab-icon::before {
|
|
6404
|
+
.e-tab-clone-element .e-tab-icon::before {
|
|
5873
6405
|
font-size: 20px;
|
|
5874
6406
|
}
|
|
5875
6407
|
}
|
|
@@ -5883,6 +6415,14 @@
|
|
|
5883
6415
|
padding: 0 20px;
|
|
5884
6416
|
}
|
|
5885
6417
|
}
|
|
6418
|
+
.e-tab-clone-element .e-icon-right {
|
|
6419
|
+
margin: 0 0 0 8px;
|
|
6420
|
+
}
|
|
6421
|
+
@media screen and (max-width: 480px) {
|
|
6422
|
+
.e-tab-clone-element .e-icon-right {
|
|
6423
|
+
margin: 0;
|
|
6424
|
+
}
|
|
6425
|
+
}
|
|
5886
6426
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
5887
6427
|
margin: 0 0 0 8px;
|
|
5888
6428
|
}
|
|
@@ -5977,14 +6517,14 @@
|
|
|
5977
6517
|
|
|
5978
6518
|
.e-bigger .e-tab-clone-element:not(.e-separator) {
|
|
5979
6519
|
height: 50px;
|
|
5980
|
-
margin: 0
|
|
6520
|
+
margin: 0;
|
|
5981
6521
|
min-height: 50px;
|
|
5982
6522
|
min-width: auto;
|
|
5983
6523
|
padding: 0;
|
|
5984
6524
|
}
|
|
5985
6525
|
@media screen and (max-width: 480px) {
|
|
5986
6526
|
.e-bigger .e-tab-clone-element:not(.e-separator) {
|
|
5987
|
-
margin: 0
|
|
6527
|
+
margin: 0;
|
|
5988
6528
|
}
|
|
5989
6529
|
}
|
|
5990
6530
|
.e-bigger .e-tab-clone-element:not(.e-separator).e-itop, .e-bigger .e-tab-clone-element:not(.e-separator).e-ibottom {
|
|
@@ -6005,6 +6545,9 @@
|
|
|
6005
6545
|
}
|
|
6006
6546
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
6007
6547
|
font-size: 15px;
|
|
6548
|
+
-ms-flex-item-align: auto;
|
|
6549
|
+
-ms-grid-row-align: auto;
|
|
6550
|
+
align-self: auto;
|
|
6008
6551
|
}
|
|
6009
6552
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
6010
6553
|
cursor: pointer;
|
|
@@ -6021,7 +6564,7 @@
|
|
|
6021
6564
|
}
|
|
6022
6565
|
@media screen and (max-width: 480px) {
|
|
6023
6566
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon,
|
|
6024
|
-
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6567
|
+
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6025
6568
|
font-size: 12px;
|
|
6026
6569
|
}
|
|
6027
6570
|
}
|
|
@@ -6029,6 +6572,7 @@
|
|
|
6029
6572
|
height: 24px;
|
|
6030
6573
|
min-width: 24px;
|
|
6031
6574
|
width: 24px;
|
|
6575
|
+
line-height: 1;
|
|
6032
6576
|
}
|
|
6033
6577
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
6034
6578
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -6037,6 +6581,14 @@
|
|
|
6037
6581
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6038
6582
|
padding: 0 20px;
|
|
6039
6583
|
}
|
|
6584
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6585
|
+
margin: 0 0 0 12px;
|
|
6586
|
+
}
|
|
6587
|
+
@media screen and (max-width: 480px) {
|
|
6588
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6589
|
+
margin: 0;
|
|
6590
|
+
}
|
|
6591
|
+
}
|
|
6040
6592
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6041
6593
|
margin: 0 0 0 10px;
|
|
6042
6594
|
}
|
|
@@ -6079,6 +6631,9 @@
|
|
|
6079
6631
|
background: inherit;
|
|
6080
6632
|
border: 0;
|
|
6081
6633
|
border-radius: 0;
|
|
6634
|
+
box-shadow: none;
|
|
6635
|
+
font-weight: normal;
|
|
6636
|
+
border-bottom: 0;
|
|
6082
6637
|
}
|
|
6083
6638
|
.e-tab .e-tab-header::before {
|
|
6084
6639
|
border-color: #484848;
|
|
@@ -6087,11 +6642,9 @@
|
|
|
6087
6642
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
6088
6643
|
border-width: 0 0 1px;
|
|
6089
6644
|
}
|
|
6090
|
-
.e-tab .e-tab-header[style*="overflow: hidden"] {
|
|
6091
|
-
border: 0;
|
|
6092
|
-
}
|
|
6093
6645
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
6094
|
-
border-bottom: 1px solid #
|
|
6646
|
+
border-bottom: 1px solid #505050;
|
|
6647
|
+
margin-bottom: 0;
|
|
6095
6648
|
}
|
|
6096
6649
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
6097
6650
|
background: inherit;
|
|
@@ -6103,12 +6656,16 @@
|
|
|
6103
6656
|
background: inherit;
|
|
6104
6657
|
border: 1px solid transparent;
|
|
6105
6658
|
}
|
|
6659
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
6660
|
+
background: inherit;
|
|
6661
|
+
}
|
|
6106
6662
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6107
6663
|
background: rgba(49, 49, 49, 0);
|
|
6108
6664
|
}
|
|
6109
6665
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6110
6666
|
border-radius: 4px;
|
|
6111
6667
|
color: #3e98ff;
|
|
6668
|
+
border: 0;
|
|
6112
6669
|
}
|
|
6113
6670
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
6114
6671
|
color: #3e98ff;
|
|
@@ -6126,6 +6683,8 @@
|
|
|
6126
6683
|
}
|
|
6127
6684
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6128
6685
|
background: #313131;
|
|
6686
|
+
border: 0;
|
|
6687
|
+
border-radius: 4px;
|
|
6129
6688
|
}
|
|
6130
6689
|
@media screen and (max-width: 480px) {
|
|
6131
6690
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6137,13 +6696,27 @@
|
|
|
6137
6696
|
color: #248aff;
|
|
6138
6697
|
}
|
|
6139
6698
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
6140
|
-
border:
|
|
6699
|
+
border: 1px solid #505050;
|
|
6141
6700
|
border-radius: 4px 4px 0 0;
|
|
6142
6701
|
}
|
|
6702
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6703
|
+
border: 0;
|
|
6704
|
+
}
|
|
6143
6705
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6144
6706
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6145
6707
|
color: #f0f0f0;
|
|
6146
6708
|
}
|
|
6709
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6710
|
+
position: unset;
|
|
6711
|
+
}
|
|
6712
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
6713
|
+
border: unset;
|
|
6714
|
+
content: unset;
|
|
6715
|
+
display: unset;
|
|
6716
|
+
position: unset;
|
|
6717
|
+
top: unset;
|
|
6718
|
+
width: unset;
|
|
6719
|
+
}
|
|
6147
6720
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6148
6721
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6149
6722
|
color: #f0f0f0;
|
|
@@ -6196,14 +6769,25 @@
|
|
|
6196
6769
|
}
|
|
6197
6770
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6198
6771
|
background: #313131;
|
|
6772
|
+
border: 0;
|
|
6773
|
+
border-radius: 4px;
|
|
6199
6774
|
}
|
|
6200
6775
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6201
6776
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6202
6777
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6203
6778
|
color: #248aff;
|
|
6204
6779
|
}
|
|
6780
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6781
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6782
|
+
color: #248aff;
|
|
6783
|
+
}
|
|
6205
6784
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6206
6785
|
background: #313131;
|
|
6786
|
+
border-color: unset;
|
|
6787
|
+
}
|
|
6788
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
6789
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
6790
|
+
color: #fff;
|
|
6207
6791
|
}
|
|
6208
6792
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
6209
6793
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
@@ -6221,29 +6805,45 @@
|
|
|
6221
6805
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
6222
6806
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
6223
6807
|
color: #f0f0f0;
|
|
6808
|
+
border: 0;
|
|
6224
6809
|
}
|
|
6225
6810
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
6226
6811
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
6227
6812
|
background: #313131;
|
|
6228
6813
|
color: #f0f0f0;
|
|
6814
|
+
border: 0;
|
|
6229
6815
|
}
|
|
6230
6816
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6231
6817
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6232
6818
|
box-shadow: none;
|
|
6819
|
+
border: 0;
|
|
6820
|
+
}
|
|
6821
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
6822
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
6823
|
+
background: inherit;
|
|
6233
6824
|
}
|
|
6234
6825
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
6235
6826
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
6236
6827
|
background: #2a2a2a;
|
|
6237
6828
|
color: #f0f0f0;
|
|
6829
|
+
border: 0;
|
|
6238
6830
|
}
|
|
6239
6831
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6240
6832
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6241
6833
|
background: #313131;
|
|
6242
6834
|
color: #f0f0f0;
|
|
6243
6835
|
}
|
|
6836
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6837
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
6838
|
+
background: #2a2a2a;
|
|
6839
|
+
border-color: unset;
|
|
6840
|
+
color: #f0f0f0;
|
|
6841
|
+
}
|
|
6244
6842
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6245
6843
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6246
6844
|
box-shadow: none;
|
|
6845
|
+
background: inherit;
|
|
6846
|
+
border: 0;
|
|
6247
6847
|
}
|
|
6248
6848
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
6249
6849
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
@@ -6252,6 +6852,8 @@
|
|
|
6252
6852
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
6253
6853
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
6254
6854
|
color: rgba(240, 240, 240, 0.65);
|
|
6855
|
+
background: #313131;
|
|
6856
|
+
border-color: unset;
|
|
6255
6857
|
}
|
|
6256
6858
|
.e-tab .e-tab-header .e-hor-nav,
|
|
6257
6859
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -6263,6 +6865,7 @@
|
|
|
6263
6865
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6264
6866
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon {
|
|
6265
6867
|
color: #f0f0f0;
|
|
6868
|
+
border: 0;
|
|
6266
6869
|
}
|
|
6267
6870
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6268
6871
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
@@ -6276,6 +6879,10 @@
|
|
|
6276
6879
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
6277
6880
|
color: #f0f0f0;
|
|
6278
6881
|
}
|
|
6882
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
6883
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
6884
|
+
background: transparent;
|
|
6885
|
+
}
|
|
6279
6886
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6280
6887
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
6281
6888
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
@@ -6298,6 +6905,7 @@
|
|
|
6298
6905
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6299
6906
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
6300
6907
|
background: #313131;
|
|
6908
|
+
color: #f0f0f0;
|
|
6301
6909
|
border: 1px solid none;
|
|
6302
6910
|
border-radius: 4px;
|
|
6303
6911
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -6305,6 +6913,7 @@
|
|
|
6305
6913
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6306
6914
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
6307
6915
|
border: 0;
|
|
6916
|
+
background: transparent;
|
|
6308
6917
|
}
|
|
6309
6918
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
6310
6919
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
@@ -6313,25 +6922,50 @@
|
|
|
6313
6922
|
.e-tab .e-tab-header .e-hor-nav:active,
|
|
6314
6923
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
6315
6924
|
box-shadow: none;
|
|
6925
|
+
background: transparent;
|
|
6316
6926
|
}
|
|
6317
6927
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6318
6928
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6319
6929
|
background: inherit;
|
|
6320
6930
|
border: 0;
|
|
6321
6931
|
box-shadow: none;
|
|
6932
|
+
border-radius: 0 4px 0 0;
|
|
6322
6933
|
}
|
|
6323
|
-
.e-tab .e-tab-header.e-
|
|
6934
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
6935
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
6936
|
+
color: #fff;
|
|
6937
|
+
}
|
|
6938
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
6939
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
6324
6940
|
border: 0;
|
|
6325
6941
|
}
|
|
6942
|
+
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
6943
|
+
border-color: unset;
|
|
6944
|
+
border-style: solid;
|
|
6945
|
+
border-width: 0;
|
|
6946
|
+
}
|
|
6947
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
6948
|
+
border-color: unset;
|
|
6949
|
+
border-style: solid;
|
|
6950
|
+
border-width: 0;
|
|
6951
|
+
}
|
|
6326
6952
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
6327
|
-
border-
|
|
6328
|
-
border-
|
|
6953
|
+
border-color: #484848;
|
|
6954
|
+
border-style: solid;
|
|
6955
|
+
border-width: 1px 0 0;
|
|
6956
|
+
}
|
|
6957
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
6958
|
+
border-radius: 0 0 4px 4px;
|
|
6329
6959
|
}
|
|
6330
6960
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6331
|
-
border-
|
|
6961
|
+
border-color: #505050;
|
|
6962
|
+
border-style: solid;
|
|
6963
|
+
border-width: 1px;
|
|
6964
|
+
margin-top: 0;
|
|
6332
6965
|
border-radius: 0 0 4px 4px;
|
|
6333
|
-
|
|
6334
|
-
|
|
6966
|
+
}
|
|
6967
|
+
.e-tab .e-tab-header.e-vertical {
|
|
6968
|
+
border-bottom: 0;
|
|
6335
6969
|
}
|
|
6336
6970
|
.e-tab .e-tab-header.e-vertical::before {
|
|
6337
6971
|
border-width: 0 1px 0 0;
|
|
@@ -6340,12 +6974,18 @@
|
|
|
6340
6974
|
border-bottom: 1px solid #484848;
|
|
6341
6975
|
border-top: 1px solid #484848;
|
|
6342
6976
|
}
|
|
6977
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
6978
|
+
border-radius: 4px 0 0 4px;
|
|
6979
|
+
}
|
|
6343
6980
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6344
6981
|
border-radius: 4px 0 0 4px;
|
|
6345
|
-
border-right: 1px solid #
|
|
6982
|
+
border-right: 1px solid #505050;
|
|
6983
|
+
}
|
|
6984
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
6985
|
+
border-radius: 0 4px 4px 0;
|
|
6346
6986
|
}
|
|
6347
6987
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6348
|
-
border-left: 1px solid #
|
|
6988
|
+
border-left: 1px solid #505050;
|
|
6349
6989
|
border-radius: 0 4px 4px 0;
|
|
6350
6990
|
}
|
|
6351
6991
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
@@ -6369,6 +7009,10 @@
|
|
|
6369
7009
|
}
|
|
6370
7010
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
6371
7011
|
background: #767676;
|
|
7012
|
+
border-color: #9c9c9c transparent transparent;
|
|
7013
|
+
}
|
|
7014
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
7015
|
+
background: #767676;
|
|
6372
7016
|
}
|
|
6373
7017
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
6374
7018
|
color: #f0f0f0;
|
|
@@ -6379,6 +7023,9 @@
|
|
|
6379
7023
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
6380
7024
|
background: #767676;
|
|
6381
7025
|
}
|
|
7026
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
7027
|
+
color: none;
|
|
7028
|
+
}
|
|
6382
7029
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6383
7030
|
background: none;
|
|
6384
7031
|
}
|
|
@@ -6394,6 +7041,7 @@
|
|
|
6394
7041
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
6395
7042
|
background: inherit;
|
|
6396
7043
|
border: 0;
|
|
7044
|
+
color: #f0f0f0;
|
|
6397
7045
|
}
|
|
6398
7046
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6399
7047
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -6408,23 +7056,36 @@
|
|
|
6408
7056
|
border: 0;
|
|
6409
7057
|
box-shadow: none;
|
|
6410
7058
|
}
|
|
7059
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7060
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7061
|
+
color: #f0f0f0;
|
|
7062
|
+
}
|
|
6411
7063
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
6412
7064
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
6413
7065
|
border: 0;
|
|
6414
7066
|
}
|
|
6415
7067
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6416
7068
|
background: #414141;
|
|
7069
|
+
border: 0;
|
|
6417
7070
|
}
|
|
6418
7071
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6419
7072
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
6420
7073
|
color: #f0f0f0;
|
|
6421
7074
|
}
|
|
7075
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
7076
|
+
color: #f0f0f0;
|
|
7077
|
+
}
|
|
6422
7078
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6423
7079
|
color: #f0f0f0;
|
|
6424
7080
|
}
|
|
6425
7081
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6426
7082
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6427
7083
|
color: #f0f0f0;
|
|
7084
|
+
background: #2a2a2a;
|
|
7085
|
+
border: 1px solid none;
|
|
7086
|
+
}
|
|
7087
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
7088
|
+
border-color: #9c9c9c transparent transparent;
|
|
6428
7089
|
}
|
|
6429
7090
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6430
7091
|
border: 0;
|
|
@@ -6470,6 +7131,9 @@
|
|
|
6470
7131
|
.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 {
|
|
6471
7132
|
color: #248aff;
|
|
6472
7133
|
}
|
|
7134
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7135
|
+
color: #248aff;
|
|
7136
|
+
}
|
|
6473
7137
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6474
7138
|
margin-top: 0;
|
|
6475
7139
|
}
|
|
@@ -6479,6 +7143,7 @@
|
|
|
6479
7143
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6480
7144
|
background: #0070f0;
|
|
6481
7145
|
border-radius: 4px;
|
|
7146
|
+
border-color: unset;
|
|
6482
7147
|
}
|
|
6483
7148
|
.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 {
|
|
6484
7149
|
color: #fff;
|
|
@@ -6486,6 +7151,9 @@
|
|
|
6486
7151
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6487
7152
|
margin-top: 0;
|
|
6488
7153
|
}
|
|
7154
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7155
|
+
border: unset;
|
|
7156
|
+
}
|
|
6489
7157
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6490
7158
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6491
7159
|
color: #fff;
|
|
@@ -6496,6 +7164,22 @@
|
|
|
6496
7164
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
6497
7165
|
color: #fff;
|
|
6498
7166
|
}
|
|
7167
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
7168
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
7169
|
+
color: #fff;
|
|
7170
|
+
}
|
|
7171
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
7172
|
+
background: #313131;
|
|
7173
|
+
}
|
|
7174
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
7175
|
+
color: #248aff;
|
|
7176
|
+
}
|
|
7177
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
7178
|
+
color: #248aff;
|
|
7179
|
+
}
|
|
7180
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
7181
|
+
color: #248aff;
|
|
7182
|
+
}
|
|
6499
7183
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
6500
7184
|
border-bottom: 0;
|
|
6501
7185
|
border-top: 0;
|
|
@@ -6548,8 +7232,11 @@
|
|
|
6548
7232
|
}
|
|
6549
7233
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6550
7234
|
background: #414141;
|
|
7235
|
+
border-color: unset;
|
|
7236
|
+
}
|
|
7237
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7238
|
+
color: #002957;
|
|
6551
7239
|
}
|
|
6552
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6553
7240
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6554
7241
|
color: #002957;
|
|
6555
7242
|
}
|
|
@@ -6569,6 +7256,7 @@
|
|
|
6569
7256
|
}
|
|
6570
7257
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
6571
7258
|
background: #505050;
|
|
7259
|
+
bottom: 0;
|
|
6572
7260
|
}
|
|
6573
7261
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
6574
7262
|
border: 0;
|
|
@@ -6578,41 +7266,82 @@
|
|
|
6578
7266
|
}
|
|
6579
7267
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6580
7268
|
background: inherit;
|
|
7269
|
+
border-color: unset;
|
|
6581
7270
|
}
|
|
6582
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6583
7271
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6584
7272
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6585
7273
|
color: #3e98ff;
|
|
6586
7274
|
}
|
|
7275
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
7276
|
+
color: #3e98ff;
|
|
7277
|
+
}
|
|
6587
7278
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
6588
7279
|
color: #fff;
|
|
6589
7280
|
}
|
|
6590
7281
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6591
7282
|
background: #313131;
|
|
7283
|
+
background-color: #313131;
|
|
7284
|
+
border-color: unset;
|
|
7285
|
+
}
|
|
7286
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
7287
|
+
color: #fff;
|
|
6592
7288
|
}
|
|
6593
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6594
7289
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6595
7290
|
color: #fff;
|
|
6596
7291
|
}
|
|
6597
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6598
7292
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6599
7293
|
color: #fff;
|
|
6600
7294
|
}
|
|
7295
|
+
.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 {
|
|
7296
|
+
color: #fff;
|
|
7297
|
+
}
|
|
6601
7298
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
6602
7299
|
border: 0;
|
|
6603
7300
|
margin: 0;
|
|
7301
|
+
background: inherit;
|
|
6604
7302
|
}
|
|
6605
7303
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6606
7304
|
background: #0070f0;
|
|
7305
|
+
border-color: unset;
|
|
6607
7306
|
border-radius: 4px;
|
|
7307
|
+
border-style: solid;
|
|
7308
|
+
border-width: 0;
|
|
7309
|
+
}
|
|
7310
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
7311
|
+
color: #fff;
|
|
7312
|
+
}
|
|
7313
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
7314
|
+
color: #fff;
|
|
7315
|
+
}
|
|
7316
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
7317
|
+
color: #fff;
|
|
7318
|
+
}
|
|
7319
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7320
|
+
background: #0070f0;
|
|
7321
|
+
border-color: unset;
|
|
7322
|
+
}
|
|
7323
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7324
|
+
color: #fff;
|
|
6608
7325
|
}
|
|
6609
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6610
7326
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6611
7327
|
color: #fff;
|
|
6612
7328
|
}
|
|
6613
7329
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6614
7330
|
color: #fff;
|
|
6615
7331
|
}
|
|
7332
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
7333
|
+
color: #fff;
|
|
7334
|
+
}
|
|
7335
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
7336
|
+
color: #fff;
|
|
7337
|
+
}
|
|
7338
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
7339
|
+
background: #0070f0;
|
|
7340
|
+
}
|
|
7341
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
7342
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
7343
|
+
color: #fff;
|
|
7344
|
+
}
|
|
6616
7345
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6617
7346
|
background: #0070f0;
|
|
6618
7347
|
}
|
|
@@ -6620,10 +7349,15 @@
|
|
|
6620
7349
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6621
7350
|
color: #fff;
|
|
6622
7351
|
}
|
|
6623
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
7352
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7353
|
+
color: #fff;
|
|
7354
|
+
}
|
|
6624
7355
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6625
7356
|
color: #fff;
|
|
6626
7357
|
}
|
|
7358
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7359
|
+
border: unset;
|
|
7360
|
+
}
|
|
6627
7361
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6628
7362
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6629
7363
|
color: #fff;
|
|
@@ -6631,7 +7365,8 @@
|
|
|
6631
7365
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
6632
7366
|
color: #fff;
|
|
6633
7367
|
}
|
|
6634
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
7368
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
7369
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
6635
7370
|
color: #fff;
|
|
6636
7371
|
}
|
|
6637
7372
|
.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 {
|
|
@@ -6646,7 +7381,8 @@
|
|
|
6646
7381
|
background: inherit;
|
|
6647
7382
|
}
|
|
6648
7383
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6649
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
7384
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
7385
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6650
7386
|
color: #3e98ff;
|
|
6651
7387
|
}
|
|
6652
7388
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6655,50 +7391,105 @@
|
|
|
6655
7391
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6656
7392
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6657
7393
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6658
|
-
color: #fff;
|
|
6659
7394
|
color: #0070f0;
|
|
6660
7395
|
}
|
|
7396
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
7397
|
+
color: #3e98ff;
|
|
7398
|
+
}
|
|
7399
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
7400
|
+
color: #3e98ff;
|
|
7401
|
+
}
|
|
7402
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
7403
|
+
color: #3e98ff;
|
|
7404
|
+
}
|
|
7405
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
7406
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
7407
|
+
background: inherit;
|
|
7408
|
+
}
|
|
6661
7409
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
6662
7410
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
6663
7411
|
color: #f0f0f0;
|
|
7412
|
+
border: 0;
|
|
6664
7413
|
}
|
|
6665
7414
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
6666
7415
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
6667
7416
|
background: inherit;
|
|
6668
7417
|
color: #f0f0f0;
|
|
7418
|
+
border-color: unset;
|
|
7419
|
+
}
|
|
7420
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
7421
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
7422
|
+
background: unset;
|
|
7423
|
+
color: #f0f0f0;
|
|
6669
7424
|
}
|
|
6670
7425
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
6671
7426
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6672
7427
|
color: #f0f0f0;
|
|
7428
|
+
border: 0;
|
|
7429
|
+
background: #2a2a2a;
|
|
6673
7430
|
}
|
|
6674
7431
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6675
7432
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6676
7433
|
background: inherit;
|
|
6677
7434
|
color: #f0f0f0;
|
|
6678
7435
|
}
|
|
7436
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
7437
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
7438
|
+
background: #2a2a2a;
|
|
7439
|
+
border-color: unset;
|
|
7440
|
+
color: #f0f0f0;
|
|
7441
|
+
}
|
|
6679
7442
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
6680
7443
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
6681
7444
|
animation: none;
|
|
6682
7445
|
}
|
|
7446
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7447
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
7448
|
+
background: transparent;
|
|
7449
|
+
}
|
|
6683
7450
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6684
7451
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
6685
7452
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
6686
7453
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
6687
7454
|
color: #f0f0f0;
|
|
7455
|
+
border: 0;
|
|
6688
7456
|
}
|
|
6689
7457
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
6690
7458
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
6691
7459
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6692
7460
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
6693
|
-
background:
|
|
7461
|
+
background: #959595;
|
|
7462
|
+
border-color: #313131;
|
|
6694
7463
|
color: #f0f0f0;
|
|
7464
|
+
}
|
|
7465
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
7466
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
7467
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
7468
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
6695
7469
|
background: #959595;
|
|
7470
|
+
color: #f0f0f0;
|
|
6696
7471
|
}
|
|
6697
7472
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
6698
7473
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
6699
7474
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6700
7475
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6701
7476
|
color: #f0f0f0;
|
|
7477
|
+
background: #2a2a2a;
|
|
7478
|
+
border: 1px solid none;
|
|
7479
|
+
}
|
|
7480
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
7481
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
7482
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
7483
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
7484
|
+
background: #959595;
|
|
7485
|
+
}
|
|
7486
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
7487
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
7488
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7489
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7490
|
+
background: #313131;
|
|
7491
|
+
border-color: unset;
|
|
7492
|
+
color: #f0f0f0;
|
|
6702
7493
|
}
|
|
6703
7494
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
6704
7495
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -6708,6 +7499,40 @@
|
|
|
6708
7499
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
6709
7500
|
color: #f0f0f0;
|
|
6710
7501
|
}
|
|
7502
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
7503
|
+
border: 0;
|
|
7504
|
+
margin: 0;
|
|
7505
|
+
}
|
|
7506
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
7507
|
+
border-color: unset;
|
|
7508
|
+
border-radius: 4px;
|
|
7509
|
+
border-style: solid;
|
|
7510
|
+
border-width: 0;
|
|
7511
|
+
}
|
|
7512
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
7513
|
+
border-color: #fff;
|
|
7514
|
+
border-style: solid;
|
|
7515
|
+
border-width: 0 1px 0 0;
|
|
7516
|
+
margin: 0;
|
|
7517
|
+
}
|
|
7518
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
7519
|
+
border-color: unset;
|
|
7520
|
+
border-radius: 4px;
|
|
7521
|
+
border-style: solid;
|
|
7522
|
+
border-width: 0;
|
|
7523
|
+
}
|
|
7524
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
7525
|
+
border-color: #fff;
|
|
7526
|
+
border-style: solid;
|
|
7527
|
+
border-width: 0 0 0 1px;
|
|
7528
|
+
margin: 0;
|
|
7529
|
+
}
|
|
7530
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
7531
|
+
border-color: unset;
|
|
7532
|
+
border-radius: 4px;
|
|
7533
|
+
border-style: solid;
|
|
7534
|
+
border-width: 0;
|
|
7535
|
+
}
|
|
6711
7536
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
6712
7537
|
border: 0;
|
|
6713
7538
|
}
|
|
@@ -6771,6 +7596,7 @@
|
|
|
6771
7596
|
}
|
|
6772
7597
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6773
7598
|
background: #313131;
|
|
7599
|
+
border-color: unset;
|
|
6774
7600
|
}
|
|
6775
7601
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6776
7602
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -6779,18 +7605,38 @@
|
|
|
6779
7605
|
}
|
|
6780
7606
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6781
7607
|
background: #414141;
|
|
7608
|
+
border-color: unset;
|
|
6782
7609
|
}
|
|
6783
7610
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6784
7611
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6785
7612
|
color: #fff;
|
|
6786
7613
|
}
|
|
6787
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:
|
|
6788
|
-
|
|
6789
|
-
|
|
7614
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7615
|
+
background: #0070f0;
|
|
7616
|
+
border: 0;
|
|
7617
|
+
border-radius: 4px;
|
|
7618
|
+
}
|
|
7619
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7620
|
+
color: white;
|
|
7621
|
+
}
|
|
7622
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7623
|
+
color: #fff;
|
|
7624
|
+
}
|
|
7625
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7626
|
+
color: white;
|
|
7627
|
+
}
|
|
7628
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7629
|
+
color: white;
|
|
7630
|
+
}
|
|
7631
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7632
|
+
color: #fff;
|
|
7633
|
+
}
|
|
6790
7634
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6791
7635
|
color: white;
|
|
6792
7636
|
}
|
|
6793
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
7637
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7638
|
+
color: #002957;
|
|
7639
|
+
}
|
|
6794
7640
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6795
7641
|
color: #002957;
|
|
6796
7642
|
}
|
|
@@ -6816,6 +7662,8 @@
|
|
|
6816
7662
|
.e-tab .e-content .e-item {
|
|
6817
7663
|
background: inherit;
|
|
6818
7664
|
color: #f0f0f0;
|
|
7665
|
+
font-size: 12px;
|
|
7666
|
+
line-height: 18px;
|
|
6819
7667
|
}
|
|
6820
7668
|
|
|
6821
7669
|
.e-tab-clone-element {
|
|
@@ -6825,6 +7673,7 @@
|
|
|
6825
7673
|
.e-tab-clone-element .e-tab-wrap {
|
|
6826
7674
|
border-radius: 4px;
|
|
6827
7675
|
color: #3e98ff;
|
|
7676
|
+
border: 0;
|
|
6828
7677
|
}
|
|
6829
7678
|
.e-tab-clone-element .e-tab-wrap .e-tab-icon {
|
|
6830
7679
|
color: #3e98ff;
|