@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
package/styles/bootstrap4.css
CHANGED
|
@@ -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 {
|
|
@@ -855,6 +855,7 @@
|
|
|
855
855
|
text-align: center;
|
|
856
856
|
vertical-align: middle;
|
|
857
857
|
width: 100%;
|
|
858
|
+
font-size: 12px;
|
|
858
859
|
}
|
|
859
860
|
.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
|
|
860
861
|
pointer-events: none;
|
|
@@ -903,6 +904,9 @@
|
|
|
903
904
|
border: 1px #545b62;
|
|
904
905
|
color: #fff;
|
|
905
906
|
}
|
|
907
|
+
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
|
|
908
|
+
background: #5a6268;
|
|
909
|
+
}
|
|
906
910
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
907
911
|
background: #5a6268;
|
|
908
912
|
border: 1px #545b62;
|
|
@@ -925,6 +929,9 @@
|
|
|
925
929
|
box-shadow: none;
|
|
926
930
|
color: #fff;
|
|
927
931
|
}
|
|
932
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
933
|
+
color: #333;
|
|
934
|
+
}
|
|
928
935
|
.e-hscroll .e-scroll-nav {
|
|
929
936
|
background: #f8f8f8;
|
|
930
937
|
}
|
|
@@ -1249,6 +1256,10 @@
|
|
|
1249
1256
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1250
1257
|
line-height: inherit;
|
|
1251
1258
|
}
|
|
1259
|
+
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
1260
|
+
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
1261
|
+
height: auto;
|
|
1262
|
+
}
|
|
1252
1263
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
1253
1264
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1254
1265
|
min-width: 48px;
|
|
@@ -1257,11 +1268,13 @@
|
|
|
1257
1268
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
1258
1269
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1259
1270
|
min-width: 24px;
|
|
1271
|
+
font-size: 16px;
|
|
1260
1272
|
}
|
|
1261
1273
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1262
1274
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1263
1275
|
min-height: 25px;
|
|
1264
1276
|
padding: 0 20px 0 20px;
|
|
1277
|
+
line-height: 32px;
|
|
1265
1278
|
}
|
|
1266
1279
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1267
1280
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -1271,6 +1284,7 @@
|
|
|
1271
1284
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1272
1285
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1273
1286
|
padding: 0 4px 0 6px;
|
|
1287
|
+
font-size: 16px;
|
|
1274
1288
|
}
|
|
1275
1289
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
1276
1290
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -1282,6 +1296,10 @@
|
|
|
1282
1296
|
margin-right: 15px;
|
|
1283
1297
|
white-space: normal;
|
|
1284
1298
|
}
|
|
1299
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
1300
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1301
|
+
margin: 0;
|
|
1302
|
+
}
|
|
1285
1303
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1286
1304
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
1287
1305
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -1394,7 +1412,6 @@
|
|
|
1394
1412
|
padding-left: 16px;
|
|
1395
1413
|
padding-right: 16px;
|
|
1396
1414
|
padding-top: 0;
|
|
1397
|
-
margin-left: -1px;
|
|
1398
1415
|
}
|
|
1399
1416
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1400
1417
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -1416,6 +1433,7 @@
|
|
|
1416
1433
|
}
|
|
1417
1434
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
1418
1435
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1436
|
+
margin: 0;
|
|
1419
1437
|
min-width: 0;
|
|
1420
1438
|
padding: 8px 2.5px;
|
|
1421
1439
|
}
|
|
@@ -1493,7 +1511,6 @@
|
|
|
1493
1511
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1494
1512
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1495
1513
|
padding-right: 16px;
|
|
1496
|
-
margin-left: 0;
|
|
1497
1514
|
}
|
|
1498
1515
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1499
1516
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -1590,6 +1607,7 @@
|
|
|
1590
1607
|
white-space: normal;
|
|
1591
1608
|
}
|
|
1592
1609
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1610
|
+
margin: 0;
|
|
1593
1611
|
height: 100%;
|
|
1594
1612
|
min-width: 30px;
|
|
1595
1613
|
padding: 3px 4px;
|
|
@@ -1650,6 +1668,7 @@
|
|
|
1650
1668
|
min-height: 26px;
|
|
1651
1669
|
min-width: 26px;
|
|
1652
1670
|
padding: 0;
|
|
1671
|
+
font-size: 14px;
|
|
1653
1672
|
}
|
|
1654
1673
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1655
1674
|
display: -ms-inline-flexbox;
|
|
@@ -1872,6 +1891,7 @@
|
|
|
1872
1891
|
text-align: center;
|
|
1873
1892
|
vertical-align: middle;
|
|
1874
1893
|
width: 100%;
|
|
1894
|
+
font-size: 12px;
|
|
1875
1895
|
}
|
|
1876
1896
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1877
1897
|
line-height: 26px;
|
|
@@ -1893,6 +1913,9 @@
|
|
|
1893
1913
|
margin-right: 15px;
|
|
1894
1914
|
white-space: normal;
|
|
1895
1915
|
}
|
|
1916
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1917
|
+
margin: 0;
|
|
1918
|
+
}
|
|
1896
1919
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1897
1920
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1898
1921
|
display: none;
|
|
@@ -2022,11 +2045,15 @@
|
|
|
2022
2045
|
min-height: 32px;
|
|
2023
2046
|
min-width: 32px;
|
|
2024
2047
|
padding: 0 3px;
|
|
2048
|
+
border-radius: 4px;
|
|
2025
2049
|
line-height: 27px;
|
|
2026
2050
|
}
|
|
2027
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:
|
|
2051
|
+
.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 {
|
|
2028
2052
|
padding: 0 2px;
|
|
2029
2053
|
}
|
|
2054
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
2055
|
+
outline: 0;
|
|
2056
|
+
}
|
|
2030
2057
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2031
2058
|
padding: 0 4px 0 6px;
|
|
2032
2059
|
}
|
|
@@ -2037,6 +2064,7 @@
|
|
|
2037
2064
|
margin: 0;
|
|
2038
2065
|
min-width: 26px;
|
|
2039
2066
|
width: auto;
|
|
2067
|
+
padding-bottom: 0;
|
|
2040
2068
|
}
|
|
2041
2069
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
2042
2070
|
-ms-flex-item-align: center;
|
|
@@ -2183,30 +2211,60 @@
|
|
|
2183
2211
|
background: #f8f9fa;
|
|
2184
2212
|
box-shadow: none;
|
|
2185
2213
|
color: #495057;
|
|
2214
|
+
border: 0;
|
|
2186
2215
|
}
|
|
2187
2216
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
2188
2217
|
color: #495057;
|
|
2189
2218
|
}
|
|
2190
2219
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2191
2220
|
background: #6c757d;
|
|
2192
|
-
border-color: #6c757d;
|
|
2193
2221
|
border-radius: 4px;
|
|
2194
2222
|
color: #fff;
|
|
2195
|
-
border:
|
|
2223
|
+
border-color: #6c757d;
|
|
2224
|
+
border-style: solid;
|
|
2225
|
+
border-width: 1px;
|
|
2196
2226
|
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2197
2227
|
}
|
|
2228
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2229
|
+
color: inherit;
|
|
2230
|
+
}
|
|
2231
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2232
|
+
color: inherit;
|
|
2233
|
+
}
|
|
2198
2234
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2199
2235
|
background: #6c757d;
|
|
2200
|
-
border-color: #545b62;
|
|
2201
2236
|
border-radius: 4px;
|
|
2202
2237
|
color: #fff;
|
|
2238
|
+
border-color: #545b62;
|
|
2239
|
+
border-style: solid;
|
|
2240
|
+
border-width: 0;
|
|
2241
|
+
}
|
|
2242
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2243
|
+
color: inherit;
|
|
2244
|
+
}
|
|
2245
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2246
|
+
color: inherit;
|
|
2247
|
+
}
|
|
2248
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2249
|
+
color: inherit;
|
|
2250
|
+
}
|
|
2251
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2252
|
+
color: inherit;
|
|
2203
2253
|
}
|
|
2204
2254
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2205
2255
|
background: #6c757d;
|
|
2206
|
-
border-color: #545b62;
|
|
2207
2256
|
border-radius: 4px;
|
|
2208
2257
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2209
2258
|
color: #fff;
|
|
2259
|
+
border-color: #545b62;
|
|
2260
|
+
border-style: solid;
|
|
2261
|
+
border-width: 0;
|
|
2262
|
+
}
|
|
2263
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2264
|
+
color: inherit;
|
|
2265
|
+
}
|
|
2266
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2267
|
+
color: inherit;
|
|
2210
2268
|
}
|
|
2211
2269
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
2212
2270
|
color: #495057;
|
|
@@ -2216,23 +2274,53 @@
|
|
|
2216
2274
|
border: 1px solid #dee2e6;
|
|
2217
2275
|
box-shadow: none;
|
|
2218
2276
|
}
|
|
2219
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn
|
|
2220
|
-
|
|
2277
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2278
|
+
background: #fff;
|
|
2279
|
+
}
|
|
2280
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2281
|
+
background: #007bff;
|
|
2282
|
+
box-shadow: none;
|
|
2283
|
+
color: #fff;
|
|
2284
|
+
border-color: #545b62;
|
|
2285
|
+
border-style: solid;
|
|
2286
|
+
border-width: 0;
|
|
2287
|
+
}
|
|
2288
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2289
|
+
color: inherit;
|
|
2290
|
+
}
|
|
2291
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2292
|
+
color: inherit;
|
|
2293
|
+
}
|
|
2294
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2295
|
+
background: #007bff;
|
|
2296
|
+
box-shadow: none;
|
|
2297
|
+
color: #fff;
|
|
2298
|
+
border-color: #545b62;
|
|
2299
|
+
border-style: solid;
|
|
2300
|
+
border-width: 0;
|
|
2301
|
+
}
|
|
2302
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2303
|
+
color: inherit;
|
|
2304
|
+
}
|
|
2305
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2306
|
+
color: inherit;
|
|
2307
|
+
}
|
|
2221
2308
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2222
2309
|
background: #007bff;
|
|
2223
2310
|
box-shadow: none;
|
|
2224
2311
|
color: #fff;
|
|
2312
|
+
border-color: #6c757d;
|
|
2313
|
+
border-style: solid;
|
|
2314
|
+
border-width: 0;
|
|
2315
|
+
}
|
|
2316
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2317
|
+
color: inherit;
|
|
2225
2318
|
}
|
|
2226
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
2227
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text,
|
|
2228
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2229
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text,
|
|
2230
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons,
|
|
2231
2319
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2232
2320
|
color: inherit;
|
|
2233
2321
|
}
|
|
2234
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-
|
|
2235
|
-
|
|
2322
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2323
|
+
outline: 0;
|
|
2236
2324
|
}
|
|
2237
2325
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
2238
2326
|
background: transparent;
|
|
@@ -2243,8 +2331,16 @@
|
|
|
2243
2331
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2244
2332
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2245
2333
|
background: #6c757d;
|
|
2246
|
-
border: 3px solid #adb5bd;
|
|
2247
2334
|
box-shadow: none;
|
|
2335
|
+
border-color: #adb5bd;
|
|
2336
|
+
border-style: solid;
|
|
2337
|
+
border-width: 3px;
|
|
2338
|
+
}
|
|
2339
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2340
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2341
|
+
border-color: #adb5bd;
|
|
2342
|
+
border-style: solid;
|
|
2343
|
+
border-width: 3px;
|
|
2248
2344
|
}
|
|
2249
2345
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2250
2346
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
@@ -2258,27 +2354,31 @@
|
|
|
2258
2354
|
background: #f8f9fa;
|
|
2259
2355
|
box-shadow: none;
|
|
2260
2356
|
color: #495057;
|
|
2357
|
+
border: none;
|
|
2261
2358
|
}
|
|
2262
2359
|
.e-toolbar .e-tbar-btn:focus {
|
|
2263
2360
|
background: #6c757d;
|
|
2264
|
-
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2265
|
-
border: 1px solid #6c757d;
|
|
2266
|
-
margin: 0;
|
|
2267
|
-
border-color: #6c757d;
|
|
2268
2361
|
border-radius: 4px;
|
|
2269
2362
|
color: #fff;
|
|
2363
|
+
border-color: #6c757d;
|
|
2364
|
+
border-style: solid;
|
|
2365
|
+
border-width: 1px;
|
|
2366
|
+
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2367
|
+
}
|
|
2368
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2369
|
+
color: inherit;
|
|
2370
|
+
}
|
|
2371
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2372
|
+
color: inherit;
|
|
2270
2373
|
}
|
|
2271
2374
|
.e-toolbar .e-tbar-btn:hover {
|
|
2272
2375
|
background: #6c757d;
|
|
2273
|
-
border: 1px solid #545b62;
|
|
2274
2376
|
border-color: #545b62;
|
|
2377
|
+
border-style: solid;
|
|
2378
|
+
border-width: 1px;
|
|
2275
2379
|
border-radius: 4px;
|
|
2276
2380
|
color: #fff;
|
|
2277
2381
|
}
|
|
2278
|
-
.e-toolbar .e-tbar-btn:hover .e-icons,
|
|
2279
|
-
.e-toolbar .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2280
|
-
color: inherit;
|
|
2281
|
-
}
|
|
2282
2382
|
.e-toolbar .e-toolbar-items {
|
|
2283
2383
|
background: #f8f9fa;
|
|
2284
2384
|
}
|
|
@@ -2292,8 +2392,30 @@
|
|
|
2292
2392
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
2293
2393
|
color: #495057;
|
|
2294
2394
|
}
|
|
2295
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn
|
|
2296
|
-
|
|
2395
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2396
|
+
color: #495057;
|
|
2397
|
+
}
|
|
2398
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2399
|
+
color: #fff;
|
|
2400
|
+
}
|
|
2401
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2402
|
+
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2403
|
+
}
|
|
2404
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2405
|
+
color: inherit;
|
|
2406
|
+
}
|
|
2407
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2408
|
+
color: inherit;
|
|
2409
|
+
}
|
|
2410
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2411
|
+
color: inherit;
|
|
2412
|
+
}
|
|
2413
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2414
|
+
color: inherit;
|
|
2415
|
+
}
|
|
2416
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2417
|
+
color: inherit;
|
|
2418
|
+
}
|
|
2297
2419
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2298
2420
|
color: inherit;
|
|
2299
2421
|
}
|
|
@@ -2335,33 +2457,46 @@
|
|
|
2335
2457
|
content: "";
|
|
2336
2458
|
}
|
|
2337
2459
|
.e-toolbar .e-hor-nav:hover {
|
|
2338
|
-
background: #6c757d;
|
|
2339
|
-
border-left: 0;
|
|
2340
2460
|
background: #5a6268;
|
|
2461
|
+
border-left: 0;
|
|
2341
2462
|
color: #fff;
|
|
2342
2463
|
}
|
|
2343
2464
|
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2344
2465
|
color: inherit;
|
|
2345
2466
|
}
|
|
2467
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2468
|
+
border-color: #dee2e6;
|
|
2469
|
+
border-style: solid;
|
|
2470
|
+
border-width: 0;
|
|
2471
|
+
}
|
|
2472
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
2473
|
+
background: #5a6268;
|
|
2474
|
+
border-color: #adb5bd;
|
|
2475
|
+
border-style: solid;
|
|
2476
|
+
border-width: 3px 3px 3px 0;
|
|
2477
|
+
}
|
|
2346
2478
|
.e-toolbar .e-hor-nav:focus {
|
|
2347
2479
|
background: #6c757d;
|
|
2348
|
-
border-left: 0;
|
|
2349
|
-
border-color: transparent;
|
|
2350
2480
|
color: #fff;
|
|
2481
|
+
border-color: transparent;
|
|
2482
|
+
border-style: solid;
|
|
2483
|
+
border-width: 0;
|
|
2351
2484
|
}
|
|
2352
2485
|
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2353
2486
|
color: inherit;
|
|
2354
2487
|
}
|
|
2355
2488
|
.e-toolbar .e-tbar-btn:active {
|
|
2356
|
-
background: #
|
|
2489
|
+
background: #545b62;
|
|
2357
2490
|
border-color: #545b62;
|
|
2491
|
+
border-style: solid;
|
|
2492
|
+
border-width: 1px;
|
|
2358
2493
|
border-radius: 4px;
|
|
2359
2494
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2360
2495
|
color: #fff;
|
|
2361
|
-
background: #545b62;
|
|
2362
|
-
border: 1px solid #4e555b;
|
|
2363
2496
|
}
|
|
2364
|
-
.e-toolbar .e-tbar-btn:active .e-icons
|
|
2497
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
2498
|
+
color: inherit;
|
|
2499
|
+
}
|
|
2365
2500
|
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
2366
2501
|
color: inherit;
|
|
2367
2502
|
}
|
|
@@ -2378,7 +2513,6 @@
|
|
|
2378
2513
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2379
2514
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2380
2515
|
font-size: 16px;
|
|
2381
|
-
line-height: 24px;
|
|
2382
2516
|
vertical-align: middle;
|
|
2383
2517
|
}
|
|
2384
2518
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
@@ -2434,13 +2568,12 @@
|
|
|
2434
2568
|
}
|
|
2435
2569
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
2436
2570
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2437
|
-
font-size:
|
|
2571
|
+
font-size: 14px;
|
|
2438
2572
|
}
|
|
2439
2573
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2440
2574
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2441
2575
|
padding: 20px;
|
|
2442
2576
|
font-size: 16px;
|
|
2443
|
-
line-height: 24px;
|
|
2444
2577
|
}
|
|
2445
2578
|
.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,
|
|
2446
2579
|
.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 {
|
|
@@ -2476,6 +2609,23 @@
|
|
|
2476
2609
|
display: block;
|
|
2477
2610
|
position: relative;
|
|
2478
2611
|
}
|
|
2612
|
+
.e-accordion .e-acrdn-item {
|
|
2613
|
+
border-radius: 4px 4px 0 0;
|
|
2614
|
+
margin-top: 0;
|
|
2615
|
+
}
|
|
2616
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
|
|
2617
|
+
border-top: 1px none #000;
|
|
2618
|
+
}
|
|
2619
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2620
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
|
|
2621
|
+
}
|
|
2622
|
+
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
2623
|
+
margin-bottom: 0;
|
|
2624
|
+
margin-top: 0;
|
|
2625
|
+
}
|
|
2626
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
|
|
2627
|
+
margin: 0;
|
|
2628
|
+
}
|
|
2479
2629
|
.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content {
|
|
2480
2630
|
font-weight: normal;
|
|
2481
2631
|
}
|
|
@@ -2506,6 +2656,7 @@
|
|
|
2506
2656
|
text-decoration: underline;
|
|
2507
2657
|
}
|
|
2508
2658
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2659
|
+
border-radius: 0;
|
|
2509
2660
|
line-height: 39px;
|
|
2510
2661
|
min-height: 40px;
|
|
2511
2662
|
overflow: hidden;
|
|
@@ -2513,6 +2664,7 @@
|
|
|
2513
2664
|
text-decoration: none;
|
|
2514
2665
|
text-overflow: ellipsis;
|
|
2515
2666
|
white-space: nowrap;
|
|
2667
|
+
margin-bottom: 0;
|
|
2516
2668
|
}
|
|
2517
2669
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2518
2670
|
display: inline-block;
|
|
@@ -2629,13 +2781,63 @@
|
|
|
2629
2781
|
background: #fff;
|
|
2630
2782
|
}
|
|
2631
2783
|
.e-accordion .e-acrdn-item {
|
|
2632
|
-
border-
|
|
2784
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
2785
|
+
border-style: solid;
|
|
2786
|
+
border-width: 0 0 1px 0;
|
|
2633
2787
|
border-radius: 4px 4px 0 0;
|
|
2634
2788
|
}
|
|
2635
2789
|
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2636
2790
|
border-bottom: 0;
|
|
2637
2791
|
border-radius: 0 0 4px 4px;
|
|
2638
2792
|
}
|
|
2793
|
+
.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
|
|
2794
|
+
border-radius: 0;
|
|
2795
|
+
}
|
|
2796
|
+
.e-accordion .e-acrdn-item:last-child {
|
|
2797
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
|
|
2798
|
+
}
|
|
2799
|
+
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
|
|
2800
|
+
border-radius: 0;
|
|
2801
|
+
}
|
|
2802
|
+
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
2803
|
+
border-radius: 0;
|
|
2804
|
+
}
|
|
2805
|
+
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2806
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
2807
|
+
border-style: solid;
|
|
2808
|
+
border-width: 0 0 1px 0;
|
|
2809
|
+
}
|
|
2810
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2811
|
+
border-top: 1px none #000;
|
|
2812
|
+
}
|
|
2813
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2814
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
2815
|
+
border-style: solid;
|
|
2816
|
+
border-width: 0;
|
|
2817
|
+
}
|
|
2818
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2819
|
+
background: #f8f9fa;
|
|
2820
|
+
}
|
|
2821
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2822
|
+
color: #007bff;
|
|
2823
|
+
}
|
|
2824
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
|
|
2825
|
+
color: #007bff;
|
|
2826
|
+
}
|
|
2827
|
+
.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 {
|
|
2828
|
+
color: #007bff;
|
|
2829
|
+
}
|
|
2830
|
+
.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 {
|
|
2831
|
+
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
2832
|
+
}
|
|
2833
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2834
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
2835
|
+
border-style: solid;
|
|
2836
|
+
border-width: 0 0 1px 0;
|
|
2837
|
+
}
|
|
2838
|
+
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2839
|
+
border: 0;
|
|
2840
|
+
}
|
|
2639
2841
|
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,
|
|
2640
2842
|
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2641
2843
|
color: #6c757d;
|
|
@@ -2648,15 +2850,39 @@
|
|
|
2648
2850
|
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
2649
2851
|
color: #6c757d;
|
|
2650
2852
|
}
|
|
2853
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2854
|
+
color: #6c757d;
|
|
2855
|
+
}
|
|
2856
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2857
|
+
color: #007bff;
|
|
2858
|
+
}
|
|
2651
2859
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
2860
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
2861
|
+
border-style: solid;
|
|
2862
|
+
border-width: 0;
|
|
2863
|
+
background: #f8f9fa;
|
|
2864
|
+
}
|
|
2865
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2652
2866
|
background: #f8f9fa;
|
|
2653
2867
|
}
|
|
2868
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2869
|
+
background: #f8f9fa;
|
|
2870
|
+
}
|
|
2871
|
+
.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 {
|
|
2872
|
+
color: #007bff;
|
|
2873
|
+
}
|
|
2654
2874
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
|
|
2655
2875
|
border-bottom: 1px none rgba(0, 0, 0, 0.13);
|
|
2656
2876
|
}
|
|
2657
2877
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2658
2878
|
color: #007bff;
|
|
2659
2879
|
}
|
|
2880
|
+
.e-accordion .e-acrdn-item.e-select {
|
|
2881
|
+
background: #f8f9fa;
|
|
2882
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
2883
|
+
border-style: solid;
|
|
2884
|
+
border-width: 0 0 1px 0;
|
|
2885
|
+
}
|
|
2660
2886
|
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2661
2887
|
color: #212529;
|
|
2662
2888
|
background: #fff;
|
|
@@ -2670,37 +2896,65 @@
|
|
|
2670
2896
|
}
|
|
2671
2897
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2672
2898
|
background: #f8f9fa;
|
|
2899
|
+
border: 0;
|
|
2900
|
+
border-color: initial;
|
|
2673
2901
|
}
|
|
2674
2902
|
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
2903
|
+
border: 0;
|
|
2675
2904
|
background: #f8f9fa;
|
|
2905
|
+
border-color: initial;
|
|
2676
2906
|
}
|
|
2677
2907
|
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
2908
|
+
border: 0;
|
|
2909
|
+
border-color: initial;
|
|
2678
2910
|
background: #f8f9fa;
|
|
2679
2911
|
}
|
|
2680
2912
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2913
|
+
border: 0;
|
|
2914
|
+
box-shadow: none;
|
|
2681
2915
|
background: #f8f9fa;
|
|
2682
2916
|
}
|
|
2683
|
-
.e-accordion .e-acrdn-item
|
|
2917
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2918
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2919
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2920
|
+
color: #007bff;
|
|
2921
|
+
}
|
|
2684
2922
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2685
2923
|
color: #0056b3;
|
|
2686
2924
|
}
|
|
2687
|
-
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover
|
|
2925
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2688
2926
|
color: #007bff;
|
|
2689
2927
|
}
|
|
2690
|
-
.e-accordion .e-acrdn-item.e-select.e-
|
|
2691
|
-
|
|
2928
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
2929
|
+
color: #0056b3;
|
|
2930
|
+
}
|
|
2931
|
+
.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 {
|
|
2932
|
+
color: #007bff;
|
|
2692
2933
|
}
|
|
2693
2934
|
.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 {
|
|
2935
|
+
border-color: initial;
|
|
2936
|
+
border-style: solid;
|
|
2937
|
+
border-width: 0;
|
|
2694
2938
|
background: #f8f9fa;
|
|
2695
2939
|
}
|
|
2696
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons,
|
|
2697
|
-
|
|
2698
|
-
|
|
2940
|
+
.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 {
|
|
2941
|
+
color: #0056b3;
|
|
2942
|
+
}
|
|
2943
|
+
.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 {
|
|
2944
|
+
color: #007bff;
|
|
2945
|
+
}
|
|
2946
|
+
.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 {
|
|
2699
2947
|
color: #0056b3;
|
|
2700
2948
|
}
|
|
2701
2949
|
.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 {
|
|
2702
2950
|
color: #007bff;
|
|
2703
2951
|
}
|
|
2952
|
+
.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 {
|
|
2953
|
+
color: #007bff;
|
|
2954
|
+
}
|
|
2955
|
+
.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 {
|
|
2956
|
+
border-color: initial;
|
|
2957
|
+
}
|
|
2704
2958
|
.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 {
|
|
2705
2959
|
color: #007bff;
|
|
2706
2960
|
}
|
|
@@ -2709,30 +2963,65 @@
|
|
|
2709
2963
|
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2710
2964
|
color: #007bff;
|
|
2711
2965
|
}
|
|
2712
|
-
.e-accordion .e-acrdn-item.e-
|
|
2713
|
-
border-
|
|
2714
|
-
border-top: 1px none #000;
|
|
2715
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
|
|
2716
|
-
}
|
|
2717
|
-
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2718
|
-
border-bottom: 1px none rgba(0, 0, 0, 0.13);
|
|
2966
|
+
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
2967
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
2719
2968
|
}
|
|
2720
|
-
.e-accordion .e-acrdn-item.e-selected
|
|
2721
|
-
border-
|
|
2969
|
+
.e-accordion .e-acrdn-item.e-selected {
|
|
2970
|
+
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
2971
|
+
border-style: solid;
|
|
2972
|
+
border-width: 0 0 1px 0;
|
|
2722
2973
|
}
|
|
2723
|
-
.e-accordion .e-acrdn-item.e-selected
|
|
2724
|
-
border-
|
|
2974
|
+
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2975
|
+
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
2976
|
+
border-style: solid;
|
|
2977
|
+
border-width: 0 0 1px 0;
|
|
2725
2978
|
}
|
|
2726
|
-
.e-accordion .e-acrdn-item.e-selected.e-select
|
|
2727
|
-
|
|
2979
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
2980
|
+
background: #fff;
|
|
2728
2981
|
}
|
|
2729
|
-
.e-accordion .e-acrdn-item.e-selected
|
|
2730
|
-
|
|
2982
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2983
|
+
border-bottom: 1px none rgba(0, 0, 0, 0.13);
|
|
2731
2984
|
}
|
|
2732
|
-
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-
|
|
2985
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2733
2986
|
color: #007bff;
|
|
2734
2987
|
}
|
|
2735
|
-
.e-accordion .e-acrdn-item .e-toggle-icon {
|
|
2988
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2989
|
+
color: #007bff;
|
|
2990
|
+
}
|
|
2991
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2992
|
+
box-shadow: none;
|
|
2993
|
+
}
|
|
2994
|
+
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2995
|
+
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
2996
|
+
border-style: solid;
|
|
2997
|
+
border-width: 0 0 1px 0;
|
|
2998
|
+
}
|
|
2999
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
|
|
3000
|
+
color: #007bff;
|
|
3001
|
+
}
|
|
3002
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
|
|
3003
|
+
color: #007bff;
|
|
3004
|
+
}
|
|
3005
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
3006
|
+
background: #f8f9fa;
|
|
3007
|
+
border-radius: 4px;
|
|
3008
|
+
border-color: initial;
|
|
3009
|
+
border-style: solid;
|
|
3010
|
+
border-width: 0;
|
|
3011
|
+
}
|
|
3012
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
|
|
3013
|
+
background: #f8f9fa;
|
|
3014
|
+
}
|
|
3015
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
3016
|
+
border-color: initial;
|
|
3017
|
+
}
|
|
3018
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
3019
|
+
color: #212529;
|
|
3020
|
+
}
|
|
3021
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-header-content {
|
|
3022
|
+
color: #007bff;
|
|
3023
|
+
}
|
|
3024
|
+
.e-accordion .e-acrdn-item .e-toggle-icon {
|
|
2736
3025
|
color: #007bff;
|
|
2737
3026
|
}
|
|
2738
3027
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
@@ -3378,27 +3667,15 @@
|
|
|
3378
3667
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
3379
3668
|
content: "\e71f";
|
|
3380
3669
|
}
|
|
3381
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
3382
|
-
content: "\e71f";
|
|
3383
|
-
}
|
|
3384
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3385
|
-
content: "\e70b";
|
|
3386
|
-
}
|
|
3387
3670
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3388
3671
|
content: "\e745";
|
|
3389
3672
|
position: relative;
|
|
3390
3673
|
}
|
|
3391
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3392
|
-
content: "\e721";
|
|
3393
|
-
}
|
|
3394
3674
|
@media screen and (max-width: 480px) {
|
|
3395
3675
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3396
3676
|
content: "\e781";
|
|
3397
3677
|
}
|
|
3398
3678
|
}
|
|
3399
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3400
|
-
content: "\e744";
|
|
3401
|
-
}
|
|
3402
3679
|
@media screen and (max-width: 480px) {
|
|
3403
3680
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3404
3681
|
content: "\e781";
|
|
@@ -3412,12 +3689,6 @@
|
|
|
3412
3689
|
content: "\e744";
|
|
3413
3690
|
}
|
|
3414
3691
|
}
|
|
3415
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
3416
|
-
content: "\e734";
|
|
3417
|
-
}
|
|
3418
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
3419
|
-
content: "\e705";
|
|
3420
|
-
}
|
|
3421
3692
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
3422
3693
|
content: "More";
|
|
3423
3694
|
}
|
|
@@ -3458,8 +3729,6 @@
|
|
|
3458
3729
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items {
|
|
3459
3730
|
height: auto;
|
|
3460
3731
|
min-height: auto;
|
|
3461
|
-
height: 42px;
|
|
3462
|
-
min-height: 42px;
|
|
3463
3732
|
}
|
|
3464
3733
|
.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,
|
|
3465
3734
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
@@ -3468,8 +3737,8 @@
|
|
|
3468
3737
|
}
|
|
3469
3738
|
@media screen and (max-width: 480px) {
|
|
3470
3739
|
.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,
|
|
3471
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3472
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3740
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3741
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3473
3742
|
margin: 0;
|
|
3474
3743
|
}
|
|
3475
3744
|
}
|
|
@@ -3479,7 +3748,7 @@
|
|
|
3479
3748
|
}
|
|
3480
3749
|
@media screen and (max-width: 480px) {
|
|
3481
3750
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3482
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3751
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3483
3752
|
margin: 0 2px 0 0;
|
|
3484
3753
|
}
|
|
3485
3754
|
}
|
|
@@ -3493,7 +3762,7 @@
|
|
|
3493
3762
|
}
|
|
3494
3763
|
@media screen and (max-width: 480px) {
|
|
3495
3764
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3496
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3765
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3497
3766
|
margin: 0 2px 0 0;
|
|
3498
3767
|
}
|
|
3499
3768
|
}
|
|
@@ -3503,8 +3772,6 @@
|
|
|
3503
3772
|
}
|
|
3504
3773
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav,
|
|
3505
3774
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
3506
|
-
width: 50px;
|
|
3507
|
-
border-radius: 4px;
|
|
3508
3775
|
width: 38px;
|
|
3509
3776
|
}
|
|
3510
3777
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -3517,7 +3784,7 @@
|
|
|
3517
3784
|
}
|
|
3518
3785
|
@media screen and (max-width: 480px) {
|
|
3519
3786
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
3520
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3787
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3521
3788
|
margin: 0 2px 0 0;
|
|
3522
3789
|
}
|
|
3523
3790
|
}
|
|
@@ -3534,7 +3801,7 @@
|
|
|
3534
3801
|
}
|
|
3535
3802
|
@media screen and (max-width: 480px) {
|
|
3536
3803
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
3537
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3804
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3538
3805
|
padding: 0 15px;
|
|
3539
3806
|
}
|
|
3540
3807
|
}
|
|
@@ -3545,6 +3812,12 @@
|
|
|
3545
3812
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3546
3813
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3547
3814
|
font-size: 16px;
|
|
3815
|
+
margin-bottom: 0;
|
|
3816
|
+
}
|
|
3817
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3818
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3819
|
+
position: relative;
|
|
3820
|
+
top: 0;
|
|
3548
3821
|
}
|
|
3549
3822
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3550
3823
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -3553,14 +3826,14 @@
|
|
|
3553
3826
|
}
|
|
3554
3827
|
@media screen and (max-width: 480px) {
|
|
3555
3828
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3556
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3829
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3557
3830
|
margin: 0 2px 0 0;
|
|
3558
3831
|
}
|
|
3559
3832
|
}
|
|
3560
3833
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3561
3834
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3562
3835
|
position: relative;
|
|
3563
|
-
top:
|
|
3836
|
+
top: 0;
|
|
3564
3837
|
}
|
|
3565
3838
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
3566
3839
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -3572,10 +3845,6 @@
|
|
|
3572
3845
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
3573
3846
|
height: 42px;
|
|
3574
3847
|
}
|
|
3575
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3576
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
3577
|
-
padding: 0;
|
|
3578
|
-
}
|
|
3579
3848
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3580
3849
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3581
3850
|
cursor: pointer;
|
|
@@ -3583,7 +3852,7 @@
|
|
|
3583
3852
|
}
|
|
3584
3853
|
@media screen and (max-width: 480px) {
|
|
3585
3854
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3586
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3855
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3587
3856
|
margin: 0 0 0 8px;
|
|
3588
3857
|
}
|
|
3589
3858
|
}
|
|
@@ -3595,9 +3864,9 @@
|
|
|
3595
3864
|
}
|
|
3596
3865
|
@media screen and (max-width: 480px) {
|
|
3597
3866
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3598
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3599
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3600
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3867
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3868
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3869
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3601
3870
|
font-size: 12px;
|
|
3602
3871
|
}
|
|
3603
3872
|
}
|
|
@@ -3618,13 +3887,23 @@
|
|
|
3618
3887
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
3619
3888
|
padding: 0 20px;
|
|
3620
3889
|
}
|
|
3890
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3891
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3892
|
+
margin: 0 0 0 12px;
|
|
3893
|
+
}
|
|
3894
|
+
@media screen and (max-width: 480px) {
|
|
3895
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3896
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3897
|
+
margin: 0;
|
|
3898
|
+
}
|
|
3899
|
+
}
|
|
3621
3900
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3622
3901
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3623
3902
|
margin: 0 0 0 12px;
|
|
3624
3903
|
}
|
|
3625
3904
|
@media screen and (max-width: 480px) {
|
|
3626
3905
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3627
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3906
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3628
3907
|
margin: 0 0 0 10px;
|
|
3629
3908
|
}
|
|
3630
3909
|
}
|
|
@@ -3684,7 +3963,7 @@
|
|
|
3684
3963
|
}
|
|
3685
3964
|
@media screen and (max-width: 480px) {
|
|
3686
3965
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,
|
|
3687
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
3966
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
3688
3967
|
padding: 0 24px;
|
|
3689
3968
|
}
|
|
3690
3969
|
}
|
|
@@ -3698,7 +3977,7 @@
|
|
|
3698
3977
|
}
|
|
3699
3978
|
@media screen and (max-width: 480px) {
|
|
3700
3979
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
|
|
3701
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
3980
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
3702
3981
|
padding-right: 0;
|
|
3703
3982
|
}
|
|
3704
3983
|
}
|
|
@@ -3722,8 +4001,8 @@
|
|
|
3722
4001
|
}
|
|
3723
4002
|
@media screen and (max-width: 480px) {
|
|
3724
4003
|
.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),
|
|
3725
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
3726
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
4004
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
4005
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
3727
4006
|
min-height: 50px;
|
|
3728
4007
|
}
|
|
3729
4008
|
}
|
|
@@ -3736,10 +4015,10 @@
|
|
|
3736
4015
|
}
|
|
3737
4016
|
@media screen and (max-width: 480px) {
|
|
3738
4017
|
.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,
|
|
3739
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
3740
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
3741
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
3742
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
4018
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
4019
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
4020
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
4021
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
3743
4022
|
height: 50px;
|
|
3744
4023
|
}
|
|
3745
4024
|
}
|
|
@@ -3752,8 +4031,8 @@
|
|
|
3752
4031
|
}
|
|
3753
4032
|
@media screen and (max-width: 480px) {
|
|
3754
4033
|
.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,
|
|
3755
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
3756
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4034
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4035
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
3757
4036
|
margin: 0;
|
|
3758
4037
|
padding-left: 0;
|
|
3759
4038
|
padding-right: 0;
|
|
@@ -3767,7 +4046,7 @@
|
|
|
3767
4046
|
}
|
|
3768
4047
|
@media screen and (max-width: 480px) {
|
|
3769
4048
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav,
|
|
3770
|
-
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
4049
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
3771
4050
|
padding: 0;
|
|
3772
4051
|
}
|
|
3773
4052
|
}
|
|
@@ -3788,7 +4067,7 @@
|
|
|
3788
4067
|
}
|
|
3789
4068
|
@media screen and (max-width: 480px) {
|
|
3790
4069
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
3791
|
-
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4070
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3792
4071
|
font-size: 12px;
|
|
3793
4072
|
height: 38px;
|
|
3794
4073
|
line-height: 38px;
|
|
@@ -3812,7 +4091,7 @@
|
|
|
3812
4091
|
}
|
|
3813
4092
|
@media screen and (max-width: 480px) {
|
|
3814
4093
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
3815
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
4094
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
3816
4095
|
padding: 0;
|
|
3817
4096
|
}
|
|
3818
4097
|
}
|
|
@@ -3827,9 +4106,9 @@
|
|
|
3827
4106
|
}
|
|
3828
4107
|
@media screen and (max-width: 480px) {
|
|
3829
4108
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3830
|
-
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
3831
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3832
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4109
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
4110
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4111
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3833
4112
|
font-size: 12px;
|
|
3834
4113
|
height: 38px;
|
|
3835
4114
|
line-height: 38px;
|
|
@@ -3847,9 +4126,9 @@
|
|
|
3847
4126
|
}
|
|
3848
4127
|
@media screen and (max-width: 480px) {
|
|
3849
4128
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3850
|
-
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
3851
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3852
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4129
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4130
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4131
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
3853
4132
|
font-size: 16px;
|
|
3854
4133
|
}
|
|
3855
4134
|
}
|
|
@@ -3863,7 +4142,6 @@
|
|
|
3863
4142
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
3864
4143
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3865
4144
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
3866
|
-
top: 0;
|
|
3867
4145
|
line-height: 38px;
|
|
3868
4146
|
top: 0.5px;
|
|
3869
4147
|
}
|
|
@@ -3877,8 +4155,8 @@
|
|
|
3877
4155
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
3878
4156
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3879
4157
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
3880
|
-
top: 0;
|
|
3881
4158
|
line-height: 38px;
|
|
4159
|
+
top: 0;
|
|
3882
4160
|
}
|
|
3883
4161
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3884
4162
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
@@ -3918,7 +4196,7 @@
|
|
|
3918
4196
|
}
|
|
3919
4197
|
@media screen and (max-width: 480px) {
|
|
3920
4198
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
|
|
3921
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
4199
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3922
4200
|
margin: 0 2px 0 0;
|
|
3923
4201
|
}
|
|
3924
4202
|
}
|
|
@@ -3930,11 +4208,6 @@
|
|
|
3930
4208
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
3931
4209
|
top: 0.5px;
|
|
3932
4210
|
}
|
|
3933
|
-
.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,
|
|
3934
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3935
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3936
|
-
height: initial;
|
|
3937
|
-
}
|
|
3938
4211
|
.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,
|
|
3939
4212
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
3940
4213
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
@@ -3947,7 +4220,7 @@
|
|
|
3947
4220
|
}
|
|
3948
4221
|
@media screen and (max-width: 480px) {
|
|
3949
4222
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
3950
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
4223
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
3951
4224
|
margin: 0 2px 0 0;
|
|
3952
4225
|
}
|
|
3953
4226
|
}
|
|
@@ -3974,16 +4247,15 @@
|
|
|
3974
4247
|
height: 42px;
|
|
3975
4248
|
padding: 0;
|
|
3976
4249
|
}
|
|
3977
|
-
.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,
|
|
3978
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3979
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3980
|
-
height: 42px;
|
|
3981
|
-
}
|
|
3982
4250
|
.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,
|
|
3983
4251
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
3984
4252
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
3985
4253
|
height: initial;
|
|
3986
4254
|
}
|
|
4255
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
4256
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
4257
|
+
height: 42px;
|
|
4258
|
+
}
|
|
3987
4259
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
3988
4260
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
3989
4261
|
max-width: 150px;
|
|
@@ -3995,7 +4267,7 @@
|
|
|
3995
4267
|
}
|
|
3996
4268
|
@media screen and (max-width: 480px) {
|
|
3997
4269
|
.e-bigger .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before,
|
|
3998
|
-
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
4270
|
+
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
3999
4271
|
bottom: 0;
|
|
4000
4272
|
top: 0;
|
|
4001
4273
|
}
|
|
@@ -4021,6 +4293,11 @@
|
|
|
4021
4293
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
4022
4294
|
right: -20px;
|
|
4023
4295
|
}
|
|
4296
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
4297
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
4298
|
+
min-height: 38px;
|
|
4299
|
+
min-width: auto;
|
|
4300
|
+
}
|
|
4024
4301
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
4025
4302
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
4026
4303
|
height: 24px;
|
|
@@ -4055,35 +4332,31 @@
|
|
|
4055
4332
|
.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items {
|
|
4056
4333
|
height: auto;
|
|
4057
4334
|
}
|
|
4058
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header,
|
|
4059
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header {
|
|
4335
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header,
|
|
4336
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header {
|
|
4060
4337
|
height: 72px;
|
|
4061
4338
|
min-height: 72px;
|
|
4062
4339
|
}
|
|
4063
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items,
|
|
4064
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
4340
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items,
|
|
4341
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
4065
4342
|
height: 72px;
|
|
4066
4343
|
}
|
|
4067
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav,
|
|
4068
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav {
|
|
4344
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav,
|
|
4345
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
4069
4346
|
height: 72px;
|
|
4070
4347
|
}
|
|
4071
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav,
|
|
4072
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
4348
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav,
|
|
4349
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav {
|
|
4073
4350
|
height: 72px;
|
|
4074
4351
|
}
|
|
4075
4352
|
@media screen and (max-width: 480px) {
|
|
4076
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4077
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4078
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4079
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4353
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4354
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4355
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4356
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4080
4357
|
font-size: 12px;
|
|
4081
4358
|
}
|
|
4082
4359
|
}
|
|
4083
|
-
.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active,
|
|
4084
|
-
.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active {
|
|
4085
|
-
margin: 0 0 0 2px;
|
|
4086
|
-
}
|
|
4087
4360
|
.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
|
|
4088
4361
|
.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
4089
4362
|
height: inherit;
|
|
@@ -4133,6 +4406,10 @@
|
|
|
4133
4406
|
height: 42px;
|
|
4134
4407
|
padding: 0;
|
|
4135
4408
|
}
|
|
4409
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
4410
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
4411
|
+
height: 42px;
|
|
4412
|
+
}
|
|
4136
4413
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
4137
4414
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
4138
4415
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -4197,10 +4474,6 @@
|
|
|
4197
4474
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
4198
4475
|
top: 0;
|
|
4199
4476
|
}
|
|
4200
|
-
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
|
|
4201
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
4202
|
-
margin: 0;
|
|
4203
|
-
}
|
|
4204
4477
|
.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),
|
|
4205
4478
|
.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) {
|
|
4206
4479
|
margin: 0 0 0 2px;
|
|
@@ -4216,7 +4489,7 @@
|
|
|
4216
4489
|
}
|
|
4217
4490
|
@media screen and (max-width: 480px) {
|
|
4218
4491
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
4219
|
-
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4492
|
+
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4220
4493
|
height: 42px;
|
|
4221
4494
|
min-height: 42px;
|
|
4222
4495
|
}
|
|
@@ -4228,7 +4501,7 @@
|
|
|
4228
4501
|
}
|
|
4229
4502
|
@media screen and (max-width: 480px) {
|
|
4230
4503
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,
|
|
4231
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4504
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4232
4505
|
min-height: 42px;
|
|
4233
4506
|
}
|
|
4234
4507
|
}
|
|
@@ -4244,10 +4517,11 @@
|
|
|
4244
4517
|
height: 42px;
|
|
4245
4518
|
margin: 0 2px 0 0;
|
|
4246
4519
|
min-height: 42px;
|
|
4520
|
+
padding: 0;
|
|
4247
4521
|
}
|
|
4248
4522
|
@media screen and (max-width: 480px) {
|
|
4249
4523
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4250
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4524
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4251
4525
|
height: 42px;
|
|
4252
4526
|
min-height: 42px;
|
|
4253
4527
|
}
|
|
@@ -4265,7 +4539,7 @@
|
|
|
4265
4539
|
}
|
|
4266
4540
|
@media screen and (max-width: 480px) {
|
|
4267
4541
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4268
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4542
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4269
4543
|
height: 42px;
|
|
4270
4544
|
padding: 0 20px;
|
|
4271
4545
|
}
|
|
@@ -4276,7 +4550,7 @@
|
|
|
4276
4550
|
}
|
|
4277
4551
|
@media screen and (max-width: 480px) {
|
|
4278
4552
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
4279
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4553
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4280
4554
|
height: 42px;
|
|
4281
4555
|
}
|
|
4282
4556
|
}
|
|
@@ -4294,7 +4568,7 @@
|
|
|
4294
4568
|
}
|
|
4295
4569
|
@media screen and (max-width: 480px) {
|
|
4296
4570
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4297
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4571
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4298
4572
|
height: 42px;
|
|
4299
4573
|
}
|
|
4300
4574
|
}
|
|
@@ -4305,8 +4579,8 @@
|
|
|
4305
4579
|
}
|
|
4306
4580
|
@media screen and (max-width: 480px) {
|
|
4307
4581
|
.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,
|
|
4308
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4309
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4582
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4583
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4310
4584
|
height: 42px;
|
|
4311
4585
|
}
|
|
4312
4586
|
}
|
|
@@ -4349,6 +4623,10 @@
|
|
|
4349
4623
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4350
4624
|
height: 42px;
|
|
4351
4625
|
}
|
|
4626
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4627
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4628
|
+
height: 42px;
|
|
4629
|
+
}
|
|
4352
4630
|
.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,
|
|
4353
4631
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
4354
4632
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -4361,8 +4639,8 @@
|
|
|
4361
4639
|
}
|
|
4362
4640
|
@media screen and (max-width: 480px) {
|
|
4363
4641
|
.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,
|
|
4364
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4365
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4642
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4643
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4366
4644
|
height: auto;
|
|
4367
4645
|
}
|
|
4368
4646
|
}
|
|
@@ -4370,8 +4648,8 @@
|
|
|
4370
4648
|
.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4371
4649
|
margin: 0 0 0 2px;
|
|
4372
4650
|
}
|
|
4373
|
-
.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header,
|
|
4374
|
-
.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header {
|
|
4651
|
+
.e-bigger .e-tab.e-fill.e-vertical-icon > .e-tab-header,
|
|
4652
|
+
.e-tab.e-bigger.e-fill.e-vertical-icon > .e-tab-header {
|
|
4375
4653
|
height: 70px;
|
|
4376
4654
|
min-height: 70px;
|
|
4377
4655
|
}
|
|
@@ -4384,7 +4662,7 @@
|
|
|
4384
4662
|
}
|
|
4385
4663
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4386
4664
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4387
|
-
|
|
4665
|
+
padding: 0;
|
|
4388
4666
|
}
|
|
4389
4667
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4390
4668
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -4392,7 +4670,7 @@
|
|
|
4392
4670
|
}
|
|
4393
4671
|
@media screen and (max-width: 480px) {
|
|
4394
4672
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4395
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4673
|
+
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4396
4674
|
padding: 0 20px;
|
|
4397
4675
|
}
|
|
4398
4676
|
}
|
|
@@ -4404,10 +4682,6 @@
|
|
|
4404
4682
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4405
4683
|
margin-bottom: 0;
|
|
4406
4684
|
}
|
|
4407
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4408
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4409
|
-
height: 42px;
|
|
4410
|
-
}
|
|
4411
4685
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
4412
4686
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
4413
4687
|
padding: 0 16px;
|
|
@@ -4426,13 +4700,17 @@
|
|
|
4426
4700
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4427
4701
|
margin: 0;
|
|
4428
4702
|
}
|
|
4703
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
4704
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
4705
|
+
margin: 0;
|
|
4706
|
+
}
|
|
4429
4707
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4430
4708
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4431
4709
|
margin: 0 10px 0 0;
|
|
4432
4710
|
}
|
|
4433
4711
|
@media screen and (max-width: 480px) {
|
|
4434
4712
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4435
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4713
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4436
4714
|
margin: 0 10px 0 0;
|
|
4437
4715
|
}
|
|
4438
4716
|
}
|
|
@@ -4442,7 +4720,7 @@
|
|
|
4442
4720
|
}
|
|
4443
4721
|
@media screen and (max-width: 480px) {
|
|
4444
4722
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,
|
|
4445
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4723
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4446
4724
|
margin: 0 8px 0 0;
|
|
4447
4725
|
}
|
|
4448
4726
|
}
|
|
@@ -4470,7 +4748,7 @@
|
|
|
4470
4748
|
}
|
|
4471
4749
|
@media screen and (max-width: 480px) {
|
|
4472
4750
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,
|
|
4473
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4751
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4474
4752
|
padding-left: 0;
|
|
4475
4753
|
}
|
|
4476
4754
|
}
|
|
@@ -4493,8 +4771,8 @@
|
|
|
4493
4771
|
}
|
|
4494
4772
|
@media screen and (max-width: 480px) {
|
|
4495
4773
|
.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,
|
|
4496
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4497
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4774
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4775
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4498
4776
|
margin: 0;
|
|
4499
4777
|
padding-left: 0;
|
|
4500
4778
|
padding-right: 0;
|
|
@@ -4565,13 +4843,10 @@
|
|
|
4565
4843
|
margin: 0;
|
|
4566
4844
|
min-height: 32px;
|
|
4567
4845
|
position: relative;
|
|
4568
|
-
height: 32px;
|
|
4569
|
-
min-height: 32px;
|
|
4570
4846
|
}
|
|
4571
4847
|
@media screen and (max-width: 480px) {
|
|
4572
4848
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
4573
4849
|
min-height: 42px;
|
|
4574
|
-
height: 42px;
|
|
4575
4850
|
}
|
|
4576
4851
|
}
|
|
4577
4852
|
.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 {
|
|
@@ -4586,19 +4861,44 @@
|
|
|
4586
4861
|
margin: 0 2px 0 0;
|
|
4587
4862
|
}
|
|
4588
4863
|
}
|
|
4864
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
4865
|
+
position: unset;
|
|
4866
|
+
}
|
|
4867
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
4868
|
+
left: unset;
|
|
4869
|
+
right: unset;
|
|
4870
|
+
}
|
|
4871
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
4872
|
+
background-color: unset;
|
|
4873
|
+
bottom: unset;
|
|
4874
|
+
content: unset;
|
|
4875
|
+
height: unset;
|
|
4876
|
+
left: unset;
|
|
4877
|
+
position: unset;
|
|
4878
|
+
right: unset;
|
|
4879
|
+
transition: unset;
|
|
4880
|
+
}
|
|
4881
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
4882
|
+
color: unset;
|
|
4883
|
+
content: unset;
|
|
4884
|
+
display: unset;
|
|
4885
|
+
font-weight: unset;
|
|
4886
|
+
height: unset;
|
|
4887
|
+
overflow: unset;
|
|
4888
|
+
visibility: unset;
|
|
4889
|
+
}
|
|
4589
4890
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
4590
4891
|
padding: 0;
|
|
4591
4892
|
}
|
|
4592
4893
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
4593
4894
|
display: none;
|
|
4594
4895
|
}
|
|
4595
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll
|
|
4596
|
-
|
|
4896
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
4897
|
+
padding: 0;
|
|
4597
4898
|
}
|
|
4598
4899
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4599
|
-
width: 40px;
|
|
4600
|
-
border-radius: 4px;
|
|
4601
4900
|
width: 32px;
|
|
4901
|
+
border-radius: 4px;
|
|
4602
4902
|
}
|
|
4603
4903
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4604
4904
|
margin: 0 2px 0 0;
|
|
@@ -4626,6 +4926,7 @@
|
|
|
4626
4926
|
height: 2px;
|
|
4627
4927
|
left: 0;
|
|
4628
4928
|
right: 0;
|
|
4929
|
+
border-radius: 0;
|
|
4629
4930
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4630
4931
|
}
|
|
4631
4932
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4675,6 +4976,10 @@
|
|
|
4675
4976
|
font-size: 14px;
|
|
4676
4977
|
font-weight: 400;
|
|
4677
4978
|
text-transform: capitalize;
|
|
4979
|
+
-ms-flex-item-align: auto;
|
|
4980
|
+
-ms-grid-row-align: auto;
|
|
4981
|
+
align-self: auto;
|
|
4982
|
+
margin-bottom: 0;
|
|
4678
4983
|
}
|
|
4679
4984
|
@media screen and (max-width: 480px) {
|
|
4680
4985
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -4702,14 +5007,16 @@
|
|
|
4702
5007
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4703
5008
|
margin-bottom: 0;
|
|
4704
5009
|
}
|
|
4705
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
4706
|
-
border: 0;
|
|
4707
|
-
}
|
|
4708
5010
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
4709
5011
|
font-weight: 400;
|
|
4710
5012
|
}
|
|
4711
5013
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
4712
|
-
top:
|
|
5014
|
+
top: 1px;
|
|
5015
|
+
left: 4px;
|
|
5016
|
+
}
|
|
5017
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
5018
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
5019
|
+
left: 0;
|
|
4713
5020
|
}
|
|
4714
5021
|
.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 {
|
|
4715
5022
|
height: 32px;
|
|
@@ -4736,12 +5043,12 @@
|
|
|
4736
5043
|
}
|
|
4737
5044
|
@media screen and (max-width: 480px) {
|
|
4738
5045
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon,
|
|
4739
|
-
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
5046
|
+
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4740
5047
|
font-size: 12px;
|
|
4741
5048
|
}
|
|
4742
5049
|
}
|
|
4743
5050
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4744
|
-
top:
|
|
5051
|
+
top: 1px;
|
|
4745
5052
|
}
|
|
4746
5053
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
4747
5054
|
display: -ms-inline-flexbox;
|
|
@@ -4763,10 +5070,19 @@
|
|
|
4763
5070
|
}
|
|
4764
5071
|
@media screen and (max-width: 480px) {
|
|
4765
5072
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4766
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5073
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
4767
5074
|
font-size: 20px;
|
|
4768
5075
|
}
|
|
4769
5076
|
}
|
|
5077
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5078
|
+
position: relative;
|
|
5079
|
+
top: 1px;
|
|
5080
|
+
left: 4px;
|
|
5081
|
+
}
|
|
5082
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
5083
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
5084
|
+
left: 0;
|
|
5085
|
+
}
|
|
4770
5086
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
4771
5087
|
-ms-flex-pack: center;
|
|
4772
5088
|
justify-content: center;
|
|
@@ -4777,6 +5093,14 @@
|
|
|
4777
5093
|
padding: 0 16px;
|
|
4778
5094
|
}
|
|
4779
5095
|
}
|
|
5096
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5097
|
+
margin: 0 0 0 8px;
|
|
5098
|
+
}
|
|
5099
|
+
@media screen and (max-width: 480px) {
|
|
5100
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5101
|
+
margin: 0;
|
|
5102
|
+
}
|
|
5103
|
+
}
|
|
4780
5104
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4781
5105
|
margin: 0 0 0 8px;
|
|
4782
5106
|
}
|
|
@@ -4874,6 +5198,7 @@
|
|
|
4874
5198
|
}
|
|
4875
5199
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
4876
5200
|
margin: 0;
|
|
5201
|
+
padding: 0;
|
|
4877
5202
|
}
|
|
4878
5203
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
4879
5204
|
height: 26px;
|
|
@@ -5058,7 +5383,7 @@
|
|
|
5058
5383
|
}
|
|
5059
5384
|
@media screen and (max-width: 480px) {
|
|
5060
5385
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
5061
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5386
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5062
5387
|
font-size: 12px;
|
|
5063
5388
|
height: 38px;
|
|
5064
5389
|
line-height: 38px;
|
|
@@ -5075,7 +5400,7 @@
|
|
|
5075
5400
|
}
|
|
5076
5401
|
@media screen and (max-width: 480px) {
|
|
5077
5402
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5078
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5403
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5079
5404
|
font-size: 16px;
|
|
5080
5405
|
}
|
|
5081
5406
|
}
|
|
@@ -5085,13 +5410,12 @@
|
|
|
5085
5410
|
}
|
|
5086
5411
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5087
5412
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5088
|
-
top: 0;
|
|
5089
5413
|
line-height: 32px;
|
|
5090
5414
|
top: 0;
|
|
5091
5415
|
}
|
|
5092
5416
|
@media screen and (max-width: 480px) {
|
|
5093
5417
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5094
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5418
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5095
5419
|
line-height: 43px;
|
|
5096
5420
|
}
|
|
5097
5421
|
}
|
|
@@ -5121,13 +5445,12 @@
|
|
|
5121
5445
|
}
|
|
5122
5446
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5123
5447
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5124
|
-
top: 0;
|
|
5125
5448
|
line-height: 32px;
|
|
5126
5449
|
top: 0;
|
|
5127
5450
|
}
|
|
5128
5451
|
@media screen and (max-width: 480px) {
|
|
5129
5452
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5130
|
-
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5453
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5131
5454
|
line-height: 43px;
|
|
5132
5455
|
}
|
|
5133
5456
|
}
|
|
@@ -5136,6 +5459,32 @@
|
|
|
5136
5459
|
line-height: 32px;
|
|
5137
5460
|
top: -0.5px;
|
|
5138
5461
|
}
|
|
5462
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
5463
|
+
position: unset;
|
|
5464
|
+
}
|
|
5465
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5466
|
+
left: unset;
|
|
5467
|
+
right: unset;
|
|
5468
|
+
}
|
|
5469
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5470
|
+
background-color: unset;
|
|
5471
|
+
content: unset;
|
|
5472
|
+
height: unset;
|
|
5473
|
+
left: unset;
|
|
5474
|
+
position: unset;
|
|
5475
|
+
right: unset;
|
|
5476
|
+
top: unset;
|
|
5477
|
+
transition: unset;
|
|
5478
|
+
}
|
|
5479
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5480
|
+
color: unset;
|
|
5481
|
+
content: unset;
|
|
5482
|
+
display: unset;
|
|
5483
|
+
font-weight: unset;
|
|
5484
|
+
height: unset;
|
|
5485
|
+
overflow: unset;
|
|
5486
|
+
visibility: unset;
|
|
5487
|
+
}
|
|
5139
5488
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
5140
5489
|
bottom: auto;
|
|
5141
5490
|
}
|
|
@@ -5170,6 +5519,12 @@
|
|
|
5170
5519
|
height: 32px;
|
|
5171
5520
|
padding: 0;
|
|
5172
5521
|
}
|
|
5522
|
+
.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 {
|
|
5523
|
+
top: unset;
|
|
5524
|
+
}
|
|
5525
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
5526
|
+
top: 0;
|
|
5527
|
+
}
|
|
5173
5528
|
.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 {
|
|
5174
5529
|
height: initial;
|
|
5175
5530
|
}
|
|
@@ -5242,6 +5597,13 @@
|
|
|
5242
5597
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
5243
5598
|
display: none;
|
|
5244
5599
|
}
|
|
5600
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
5601
|
+
min-height: 32px;
|
|
5602
|
+
min-width: 33px;
|
|
5603
|
+
}
|
|
5604
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
5605
|
+
margin: 0;
|
|
5606
|
+
}
|
|
5245
5607
|
.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 {
|
|
5246
5608
|
right: -15px;
|
|
5247
5609
|
}
|
|
@@ -5258,6 +5620,30 @@
|
|
|
5258
5620
|
left: auto;
|
|
5259
5621
|
right: 0;
|
|
5260
5622
|
}
|
|
5623
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5624
|
+
bottom: unset;
|
|
5625
|
+
height: unset;
|
|
5626
|
+
}
|
|
5627
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5628
|
+
background-color: unset;
|
|
5629
|
+
bottom: unset;
|
|
5630
|
+
content: unset;
|
|
5631
|
+
height: unset;
|
|
5632
|
+
left: unset;
|
|
5633
|
+
position: unset;
|
|
5634
|
+
right: unset;
|
|
5635
|
+
transition: unset;
|
|
5636
|
+
width: unset;
|
|
5637
|
+
}
|
|
5638
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5639
|
+
color: unset;
|
|
5640
|
+
content: unset;
|
|
5641
|
+
display: unset;
|
|
5642
|
+
font-weight: unset;
|
|
5643
|
+
height: unset;
|
|
5644
|
+
overflow: unset;
|
|
5645
|
+
visibility: unset;
|
|
5646
|
+
}
|
|
5261
5647
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
5262
5648
|
float: right;
|
|
5263
5649
|
}
|
|
@@ -5274,6 +5660,30 @@
|
|
|
5274
5660
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
5275
5661
|
width: auto;
|
|
5276
5662
|
}
|
|
5663
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5664
|
+
bottom: unset;
|
|
5665
|
+
height: unset;
|
|
5666
|
+
}
|
|
5667
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5668
|
+
background-color: unset;
|
|
5669
|
+
bottom: unset;
|
|
5670
|
+
content: unset;
|
|
5671
|
+
height: unset;
|
|
5672
|
+
left: unset;
|
|
5673
|
+
position: unset;
|
|
5674
|
+
right: unset;
|
|
5675
|
+
transition: unset;
|
|
5676
|
+
width: unset;
|
|
5677
|
+
}
|
|
5678
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5679
|
+
color: unset;
|
|
5680
|
+
content: unset;
|
|
5681
|
+
display: unset;
|
|
5682
|
+
font-weight: unset;
|
|
5683
|
+
height: unset;
|
|
5684
|
+
overflow: unset;
|
|
5685
|
+
visibility: unset;
|
|
5686
|
+
}
|
|
5277
5687
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5278
5688
|
height: 16px;
|
|
5279
5689
|
-ms-flex-pack: center;
|
|
@@ -5321,7 +5731,7 @@
|
|
|
5321
5731
|
}
|
|
5322
5732
|
@media screen and (max-width: 480px) {
|
|
5323
5733
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
|
|
5324
|
-
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5734
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5325
5735
|
font-size: 16px;
|
|
5326
5736
|
}
|
|
5327
5737
|
}
|
|
@@ -5388,40 +5798,69 @@
|
|
|
5388
5798
|
.e-tab.e-vertical-tab .e-content .e-item > :first-child {
|
|
5389
5799
|
width: 100%;
|
|
5390
5800
|
}
|
|
5391
|
-
.e-tab.e-vertical-icon .e-tab-header {
|
|
5801
|
+
.e-tab.e-vertical-icon > .e-tab-header {
|
|
5392
5802
|
height: 62px;
|
|
5393
5803
|
min-height: 62px;
|
|
5394
5804
|
}
|
|
5395
|
-
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5396
|
-
.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 {
|
|
5805
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5806
|
+
.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 {
|
|
5397
5807
|
display: none;
|
|
5398
5808
|
}
|
|
5399
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
5809
|
+
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
5400
5810
|
height: 62px;
|
|
5401
5811
|
}
|
|
5402
|
-
.e-tab.e-vertical-icon .e-tab-header .e-
|
|
5812
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
5813
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5814
|
+
position: unset;
|
|
5815
|
+
}
|
|
5816
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5817
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5818
|
+
border: unset;
|
|
5819
|
+
content: unset;
|
|
5820
|
+
display: none;
|
|
5821
|
+
position: unset;
|
|
5822
|
+
top: unset;
|
|
5823
|
+
width: unset;
|
|
5824
|
+
}
|
|
5825
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5826
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5827
|
+
content: unset;
|
|
5828
|
+
display: unset;
|
|
5829
|
+
position: unset;
|
|
5830
|
+
top: unset;
|
|
5831
|
+
width: unset;
|
|
5832
|
+
border: unset;
|
|
5833
|
+
}
|
|
5834
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
5403
5835
|
height: 62px;
|
|
5404
5836
|
}
|
|
5405
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
5837
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav {
|
|
5406
5838
|
height: 62px;
|
|
5407
5839
|
}
|
|
5408
5840
|
@media screen and (max-width: 480px) {
|
|
5409
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5410
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5841
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5842
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5411
5843
|
font-size: 12px;
|
|
5412
5844
|
}
|
|
5413
5845
|
}
|
|
5414
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-
|
|
5415
|
-
|
|
5846
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
5847
|
+
width: 2px;
|
|
5848
|
+
}
|
|
5849
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5850
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5416
5851
|
display: none;
|
|
5417
5852
|
}
|
|
5418
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5419
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5853
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5854
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5420
5855
|
position: relative;
|
|
5421
5856
|
}
|
|
5422
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-scroll-nav {
|
|
5857
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
5423
5858
|
height: 16px;
|
|
5424
5859
|
}
|
|
5860
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5861
|
+
.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 {
|
|
5862
|
+
top: unset;
|
|
5863
|
+
}
|
|
5425
5864
|
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
5426
5865
|
margin: 0 0 0 2px;
|
|
5427
5866
|
}
|
|
@@ -5608,9 +6047,6 @@
|
|
|
5608
6047
|
min-height: 42px;
|
|
5609
6048
|
}
|
|
5610
6049
|
}
|
|
5611
|
-
.e-tab.e-fill .e-tab-header::before {
|
|
5612
|
-
display: none;
|
|
5613
|
-
}
|
|
5614
6050
|
.e-tab.e-fill .e-tab-header .e-indicator {
|
|
5615
6051
|
display: none;
|
|
5616
6052
|
}
|
|
@@ -5631,6 +6067,7 @@
|
|
|
5631
6067
|
height: 32px;
|
|
5632
6068
|
margin: 0 2px 0 0;
|
|
5633
6069
|
min-height: 32px;
|
|
6070
|
+
padding: 0;
|
|
5634
6071
|
}
|
|
5635
6072
|
@media screen and (max-width: 480px) {
|
|
5636
6073
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5731,6 +6168,9 @@
|
|
|
5731
6168
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5732
6169
|
height: 32px;
|
|
5733
6170
|
}
|
|
6171
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
6172
|
+
height: 32px;
|
|
6173
|
+
}
|
|
5734
6174
|
.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 {
|
|
5735
6175
|
height: 62px;
|
|
5736
6176
|
}
|
|
@@ -5745,20 +6185,18 @@
|
|
|
5745
6185
|
.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5746
6186
|
margin: 0 0 0 2px;
|
|
5747
6187
|
}
|
|
5748
|
-
.e-tab.e-fill.e-vertical-icon .e-tab-header {
|
|
6188
|
+
.e-tab.e-fill.e-vertical-icon > .e-tab-header {
|
|
5749
6189
|
height: 60px;
|
|
5750
6190
|
min-height: 60px;
|
|
5751
6191
|
}
|
|
5752
|
-
.e-tab.e-background .e-tab-header::before {
|
|
5753
|
-
display: none;
|
|
5754
|
-
}
|
|
5755
6192
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
5756
6193
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5757
6194
|
margin: 0;
|
|
5758
6195
|
padding: 0;
|
|
5759
6196
|
}
|
|
5760
6197
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5761
|
-
margin: 0
|
|
6198
|
+
margin: 0;
|
|
6199
|
+
padding: 0;
|
|
5762
6200
|
}
|
|
5763
6201
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5764
6202
|
padding: 0 15px;
|
|
@@ -5774,12 +6212,12 @@
|
|
|
5774
6212
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5775
6213
|
margin-bottom: 0;
|
|
5776
6214
|
}
|
|
5777
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5778
|
-
height: 32px;
|
|
5779
|
-
}
|
|
5780
6215
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5781
6216
|
font-weight: 400;
|
|
5782
6217
|
}
|
|
6218
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
6219
|
+
display: none;
|
|
6220
|
+
}
|
|
5783
6221
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
5784
6222
|
padding: 0 12px;
|
|
5785
6223
|
}
|
|
@@ -5801,10 +6239,10 @@
|
|
|
5801
6239
|
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5802
6240
|
margin: 0;
|
|
5803
6241
|
}
|
|
5804
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-
|
|
6242
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5805
6243
|
margin: 0;
|
|
5806
6244
|
}
|
|
5807
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
6245
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
5808
6246
|
margin: 0;
|
|
5809
6247
|
}
|
|
5810
6248
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
@@ -5825,12 +6263,6 @@
|
|
|
5825
6263
|
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
5826
6264
|
margin: 0 0 0 2px;
|
|
5827
6265
|
}
|
|
5828
|
-
.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 {
|
|
5829
|
-
margin: 0 0 0 2px;
|
|
5830
|
-
}
|
|
5831
|
-
.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 {
|
|
5832
|
-
margin-bottom: 0;
|
|
5833
|
-
}
|
|
5834
6266
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
5835
6267
|
margin: 0;
|
|
5836
6268
|
}
|
|
@@ -5931,6 +6363,9 @@
|
|
|
5931
6363
|
font-size: 14px;
|
|
5932
6364
|
font-weight: 400;
|
|
5933
6365
|
text-transform: capitalize;
|
|
6366
|
+
-ms-flex-item-align: auto;
|
|
6367
|
+
-ms-grid-row-align: auto;
|
|
6368
|
+
align-self: auto;
|
|
5934
6369
|
}
|
|
5935
6370
|
@media screen and (max-width: 480px) {
|
|
5936
6371
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -5946,12 +6381,12 @@
|
|
|
5946
6381
|
}
|
|
5947
6382
|
@media screen and (max-width: 480px) {
|
|
5948
6383
|
.e-tab-clone-element .e-close-icon,
|
|
5949
|
-
.e-tab-clone-element .e-close-icon::before {
|
|
6384
|
+
.e-tab-clone-element .e-close-icon::before {
|
|
5950
6385
|
font-size: 12px;
|
|
5951
6386
|
}
|
|
5952
6387
|
}
|
|
5953
6388
|
.e-tab-clone-element .e-close-icon::before {
|
|
5954
|
-
top:
|
|
6389
|
+
top: 1px;
|
|
5955
6390
|
}
|
|
5956
6391
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
5957
6392
|
display: -ms-inline-flexbox;
|
|
@@ -5973,7 +6408,7 @@
|
|
|
5973
6408
|
}
|
|
5974
6409
|
@media screen and (max-width: 480px) {
|
|
5975
6410
|
.e-tab-clone-element .e-tab-icon,
|
|
5976
|
-
.e-tab-clone-element .e-tab-icon::before {
|
|
6411
|
+
.e-tab-clone-element .e-tab-icon::before {
|
|
5977
6412
|
font-size: 20px;
|
|
5978
6413
|
}
|
|
5979
6414
|
}
|
|
@@ -5987,6 +6422,14 @@
|
|
|
5987
6422
|
padding: 0 16px;
|
|
5988
6423
|
}
|
|
5989
6424
|
}
|
|
6425
|
+
.e-tab-clone-element .e-icon-right {
|
|
6426
|
+
margin: 0 0 0 8px;
|
|
6427
|
+
}
|
|
6428
|
+
@media screen and (max-width: 480px) {
|
|
6429
|
+
.e-tab-clone-element .e-icon-right {
|
|
6430
|
+
margin: 0;
|
|
6431
|
+
}
|
|
6432
|
+
}
|
|
5990
6433
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
5991
6434
|
margin: 0 0 0 8px;
|
|
5992
6435
|
}
|
|
@@ -6109,6 +6552,9 @@
|
|
|
6109
6552
|
}
|
|
6110
6553
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
6111
6554
|
font-size: 16px;
|
|
6555
|
+
-ms-flex-item-align: auto;
|
|
6556
|
+
-ms-grid-row-align: auto;
|
|
6557
|
+
align-self: auto;
|
|
6112
6558
|
}
|
|
6113
6559
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
6114
6560
|
cursor: pointer;
|
|
@@ -6125,7 +6571,7 @@
|
|
|
6125
6571
|
}
|
|
6126
6572
|
@media screen and (max-width: 480px) {
|
|
6127
6573
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon,
|
|
6128
|
-
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6574
|
+
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6129
6575
|
font-size: 12px;
|
|
6130
6576
|
}
|
|
6131
6577
|
}
|
|
@@ -6142,6 +6588,14 @@
|
|
|
6142
6588
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6143
6589
|
padding: 0 20px;
|
|
6144
6590
|
}
|
|
6591
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6592
|
+
margin: 0 0 0 12px;
|
|
6593
|
+
}
|
|
6594
|
+
@media screen and (max-width: 480px) {
|
|
6595
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6596
|
+
margin: 0;
|
|
6597
|
+
}
|
|
6598
|
+
}
|
|
6145
6599
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6146
6600
|
margin: 0 0 0 12px;
|
|
6147
6601
|
}
|
|
@@ -6184,6 +6638,9 @@
|
|
|
6184
6638
|
background: inherit;
|
|
6185
6639
|
border: 0;
|
|
6186
6640
|
border-radius: 0;
|
|
6641
|
+
box-shadow: none;
|
|
6642
|
+
font-weight: normal;
|
|
6643
|
+
border-bottom: 0;
|
|
6187
6644
|
}
|
|
6188
6645
|
.e-tab .e-tab-header::before {
|
|
6189
6646
|
border-color: #dee2e6;
|
|
@@ -6192,11 +6649,9 @@
|
|
|
6192
6649
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
6193
6650
|
border-width: 0 0 1px;
|
|
6194
6651
|
}
|
|
6195
|
-
.e-tab .e-tab-header[style*="overflow: hidden"] {
|
|
6196
|
-
border: 0;
|
|
6197
|
-
}
|
|
6198
6652
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
6199
6653
|
border-bottom: 1px solid #fff;
|
|
6654
|
+
margin-bottom: 0;
|
|
6200
6655
|
}
|
|
6201
6656
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
6202
6657
|
background: inherit;
|
|
@@ -6208,6 +6663,9 @@
|
|
|
6208
6663
|
background: inherit;
|
|
6209
6664
|
border: 1px solid transparent;
|
|
6210
6665
|
}
|
|
6666
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
6667
|
+
background: inherit;
|
|
6668
|
+
}
|
|
6211
6669
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6212
6670
|
background: rgba(222, 226, 230, 0);
|
|
6213
6671
|
}
|
|
@@ -6249,12 +6707,23 @@
|
|
|
6249
6707
|
border-radius: 4px 4px 0 0;
|
|
6250
6708
|
}
|
|
6251
6709
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6252
|
-
border:
|
|
6710
|
+
border: 1px solid transparent;
|
|
6253
6711
|
}
|
|
6254
6712
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6255
6713
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6256
6714
|
color: #495057;
|
|
6257
6715
|
}
|
|
6716
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6717
|
+
position: unset;
|
|
6718
|
+
}
|
|
6719
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
6720
|
+
border: unset;
|
|
6721
|
+
content: unset;
|
|
6722
|
+
display: unset;
|
|
6723
|
+
position: unset;
|
|
6724
|
+
top: unset;
|
|
6725
|
+
width: unset;
|
|
6726
|
+
}
|
|
6258
6727
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6259
6728
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6260
6729
|
color: #495057;
|
|
@@ -6315,8 +6784,13 @@
|
|
|
6315
6784
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6316
6785
|
color: #0056b3;
|
|
6317
6786
|
}
|
|
6787
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6788
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6789
|
+
color: #0056b3;
|
|
6790
|
+
}
|
|
6318
6791
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6319
6792
|
background: #007bff;
|
|
6793
|
+
border-color: transparent;
|
|
6320
6794
|
}
|
|
6321
6795
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
6322
6796
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
@@ -6338,28 +6812,44 @@
|
|
|
6338
6812
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
6339
6813
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
6340
6814
|
color: #212529;
|
|
6815
|
+
border: 0;
|
|
6341
6816
|
}
|
|
6342
6817
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
6343
6818
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
6344
6819
|
background: #5a6268;
|
|
6345
6820
|
color: #fff;
|
|
6821
|
+
border: 0;
|
|
6346
6822
|
}
|
|
6347
6823
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6348
6824
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6349
6825
|
box-shadow: none;
|
|
6826
|
+
border: 0;
|
|
6827
|
+
}
|
|
6828
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
6829
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
6830
|
+
background: inherit;
|
|
6350
6831
|
}
|
|
6351
6832
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
6352
6833
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
6353
6834
|
background: #6c757d;
|
|
6354
6835
|
color: #fff;
|
|
6836
|
+
border: 0;
|
|
6355
6837
|
}
|
|
6356
6838
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6357
6839
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6358
6840
|
background: #5a6268;
|
|
6359
6841
|
color: #fff;
|
|
6360
6842
|
}
|
|
6843
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6844
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
6845
|
+
background: #6c757d;
|
|
6846
|
+
border-color: unset;
|
|
6847
|
+
color: #fff;
|
|
6848
|
+
}
|
|
6361
6849
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6362
6850
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6851
|
+
box-shadow: none;
|
|
6852
|
+
background: inherit;
|
|
6363
6853
|
border: 3px solid #adb5bd;
|
|
6364
6854
|
}
|
|
6365
6855
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
@@ -6369,6 +6859,8 @@
|
|
|
6369
6859
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
6370
6860
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
6371
6861
|
color: rgba(108, 117, 125, 0.65);
|
|
6862
|
+
background: #5a6268;
|
|
6863
|
+
border-color: unset;
|
|
6372
6864
|
}
|
|
6373
6865
|
.e-tab .e-tab-header .e-hor-nav,
|
|
6374
6866
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -6393,7 +6885,10 @@
|
|
|
6393
6885
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
6394
6886
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
6395
6887
|
color: #fff;
|
|
6396
|
-
|
|
6888
|
+
}
|
|
6889
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
6890
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
6891
|
+
background: transparent;
|
|
6397
6892
|
}
|
|
6398
6893
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6399
6894
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
@@ -6417,6 +6912,7 @@
|
|
|
6417
6912
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6418
6913
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
6419
6914
|
background: #5a6268;
|
|
6915
|
+
color: #fff;
|
|
6420
6916
|
border: 0;
|
|
6421
6917
|
border-radius: 4px;
|
|
6422
6918
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -6424,32 +6920,59 @@
|
|
|
6424
6920
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6425
6921
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
6426
6922
|
border: 0;
|
|
6923
|
+
background: transparent;
|
|
6427
6924
|
}
|
|
6428
6925
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
6429
6926
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
6430
6927
|
background: transparent;
|
|
6431
6928
|
}
|
|
6929
|
+
.e-tab .e-tab-header .e-hor-nav:active,
|
|
6930
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
6931
|
+
box-shadow: none;
|
|
6932
|
+
background: transparent;
|
|
6933
|
+
}
|
|
6432
6934
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6433
6935
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6434
|
-
background: inherit;
|
|
6435
|
-
border: 0;
|
|
6436
|
-
box-shadow: none;
|
|
6437
6936
|
background: #6c757d;
|
|
6438
6937
|
border: 3px solid #adb5bd;
|
|
6938
|
+
box-shadow: none;
|
|
6439
6939
|
border-radius: 4px;
|
|
6440
6940
|
}
|
|
6941
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
6942
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
6943
|
+
color: #fff;
|
|
6944
|
+
}
|
|
6945
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
6946
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
6947
|
+
border: 3px solid #adb5bd;
|
|
6948
|
+
}
|
|
6949
|
+
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
6950
|
+
border-color: unset;
|
|
6951
|
+
border-style: solid;
|
|
6952
|
+
border-width: 0;
|
|
6953
|
+
}
|
|
6441
6954
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
6442
|
-
border:
|
|
6955
|
+
border-color: unset;
|
|
6956
|
+
border-style: solid;
|
|
6957
|
+
border-width: 0;
|
|
6443
6958
|
}
|
|
6444
6959
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
6445
|
-
border-
|
|
6446
|
-
border-
|
|
6960
|
+
border-color: #ddd;
|
|
6961
|
+
border-style: solid;
|
|
6962
|
+
border-width: 1px 0 0;
|
|
6963
|
+
}
|
|
6964
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
6965
|
+
border-radius: 0 0 4px 4px;
|
|
6447
6966
|
}
|
|
6448
6967
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6449
|
-
border-
|
|
6968
|
+
border-color: #fff #ddd #ddd;
|
|
6969
|
+
border-style: solid;
|
|
6970
|
+
border-width: 1px;
|
|
6971
|
+
margin-top: 0;
|
|
6450
6972
|
border-radius: 0 0 4px 4px;
|
|
6451
|
-
|
|
6452
|
-
|
|
6973
|
+
}
|
|
6974
|
+
.e-tab .e-tab-header.e-vertical {
|
|
6975
|
+
border-bottom: 0;
|
|
6453
6976
|
}
|
|
6454
6977
|
.e-tab .e-tab-header.e-vertical::before {
|
|
6455
6978
|
border-width: 0 1px 0 0;
|
|
@@ -6458,10 +6981,16 @@
|
|
|
6458
6981
|
border-bottom: 1px solid #ddd;
|
|
6459
6982
|
border-top: 1px solid #ddd;
|
|
6460
6983
|
}
|
|
6984
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
6985
|
+
border-radius: 4px 0 0 4px;
|
|
6986
|
+
}
|
|
6461
6987
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6462
6988
|
border-radius: 4px 0 0 4px;
|
|
6463
6989
|
border-right: 1px solid #fff;
|
|
6464
6990
|
}
|
|
6991
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
6992
|
+
border-radius: 0 4px 4px 0;
|
|
6993
|
+
}
|
|
6465
6994
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6466
6995
|
border-left: 1px solid #fff;
|
|
6467
6996
|
border-radius: 0 4px 4px 0;
|
|
@@ -6487,6 +7016,10 @@
|
|
|
6487
7016
|
}
|
|
6488
7017
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
6489
7018
|
background: #eee;
|
|
7019
|
+
border-color: #ddd transparent transparent;
|
|
7020
|
+
}
|
|
7021
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
7022
|
+
background: #eee;
|
|
6490
7023
|
}
|
|
6491
7024
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
6492
7025
|
color: #fff;
|
|
@@ -6497,6 +7030,9 @@
|
|
|
6497
7030
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
6498
7031
|
background: #eee;
|
|
6499
7032
|
}
|
|
7033
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
7034
|
+
color: none;
|
|
7035
|
+
}
|
|
6500
7036
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6501
7037
|
background: none;
|
|
6502
7038
|
}
|
|
@@ -6527,23 +7063,36 @@
|
|
|
6527
7063
|
border: 0;
|
|
6528
7064
|
box-shadow: none;
|
|
6529
7065
|
}
|
|
7066
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7067
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7068
|
+
color: #fff;
|
|
7069
|
+
}
|
|
6530
7070
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
6531
7071
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
6532
7072
|
border: 0;
|
|
6533
7073
|
}
|
|
6534
7074
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6535
7075
|
background: #eee;
|
|
7076
|
+
border: 1px solid transparent;
|
|
6536
7077
|
}
|
|
6537
7078
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6538
7079
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
6539
7080
|
color: #0056b3;
|
|
6540
7081
|
}
|
|
7082
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
7083
|
+
color: #0056b3;
|
|
7084
|
+
}
|
|
6541
7085
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6542
7086
|
color: #fff;
|
|
6543
7087
|
}
|
|
6544
7088
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6545
7089
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6546
7090
|
color: #fff;
|
|
7091
|
+
background: #6c757d;
|
|
7092
|
+
border: 0;
|
|
7093
|
+
}
|
|
7094
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
7095
|
+
border-color: #ddd transparent transparent;
|
|
6547
7096
|
}
|
|
6548
7097
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6549
7098
|
border: 0;
|
|
@@ -6589,6 +7138,9 @@
|
|
|
6589
7138
|
.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 {
|
|
6590
7139
|
color: #0056b3;
|
|
6591
7140
|
}
|
|
7141
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7142
|
+
color: #0056b3;
|
|
7143
|
+
}
|
|
6592
7144
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6593
7145
|
margin-top: 0;
|
|
6594
7146
|
}
|
|
@@ -6598,6 +7150,7 @@
|
|
|
6598
7150
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6599
7151
|
background: #007bff;
|
|
6600
7152
|
border-radius: 4px;
|
|
7153
|
+
border-color: unset;
|
|
6601
7154
|
}
|
|
6602
7155
|
.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 {
|
|
6603
7156
|
color: #fff;
|
|
@@ -6605,6 +7158,9 @@
|
|
|
6605
7158
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6606
7159
|
margin-top: 0;
|
|
6607
7160
|
}
|
|
7161
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7162
|
+
border: unset;
|
|
7163
|
+
}
|
|
6608
7164
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6609
7165
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6610
7166
|
color: #fff;
|
|
@@ -6615,11 +7171,19 @@
|
|
|
6615
7171
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
6616
7172
|
color: #fff;
|
|
6617
7173
|
}
|
|
7174
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
7175
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
7176
|
+
color: #212529;
|
|
7177
|
+
}
|
|
6618
7178
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
6619
7179
|
background: #007bff;
|
|
6620
7180
|
}
|
|
6621
|
-
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text
|
|
6622
|
-
|
|
7181
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
7182
|
+
color: #fff;
|
|
7183
|
+
}
|
|
7184
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
7185
|
+
color: #fff;
|
|
7186
|
+
}
|
|
6623
7187
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
6624
7188
|
color: #fff;
|
|
6625
7189
|
}
|
|
@@ -6675,8 +7239,11 @@
|
|
|
6675
7239
|
}
|
|
6676
7240
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6677
7241
|
background: #eee;
|
|
7242
|
+
border-color: unset;
|
|
7243
|
+
}
|
|
7244
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7245
|
+
color: #0056b3;
|
|
6678
7246
|
}
|
|
6679
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6680
7247
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6681
7248
|
color: #0056b3;
|
|
6682
7249
|
}
|
|
@@ -6696,6 +7263,7 @@
|
|
|
6696
7263
|
}
|
|
6697
7264
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
6698
7265
|
background: #dee2e6;
|
|
7266
|
+
bottom: 0;
|
|
6699
7267
|
}
|
|
6700
7268
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
6701
7269
|
border: 0;
|
|
@@ -6705,55 +7273,98 @@
|
|
|
6705
7273
|
}
|
|
6706
7274
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6707
7275
|
background: inherit;
|
|
7276
|
+
border-color: transparent;
|
|
6708
7277
|
}
|
|
6709
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6710
7278
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6711
7279
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6712
7280
|
color: #007bff;
|
|
6713
7281
|
}
|
|
7282
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
7283
|
+
color: #007bff;
|
|
7284
|
+
}
|
|
6714
7285
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
6715
7286
|
color: rgba(0, 0, 0, 0.5);
|
|
6716
7287
|
}
|
|
6717
7288
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6718
7289
|
background: transparent;
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6722
|
-
color: #fff;
|
|
7290
|
+
background-color: transparent;
|
|
7291
|
+
border-color: #e9ecef;
|
|
6723
7292
|
}
|
|
6724
7293
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
6725
7294
|
color: #0056b3;
|
|
6726
7295
|
}
|
|
7296
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7297
|
+
color: #fff;
|
|
7298
|
+
}
|
|
6727
7299
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6728
7300
|
color: rgba(0, 0, 0, 0.5);
|
|
6729
7301
|
}
|
|
7302
|
+
.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 {
|
|
7303
|
+
color: rgba(0, 0, 0, 0.5);
|
|
7304
|
+
}
|
|
6730
7305
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
6731
7306
|
border: 0;
|
|
6732
7307
|
margin: 0;
|
|
7308
|
+
background: inherit;
|
|
6733
7309
|
}
|
|
6734
7310
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6735
7311
|
background: #007bff;
|
|
7312
|
+
border-color: unset;
|
|
6736
7313
|
border-radius: 4px;
|
|
7314
|
+
border-style: solid;
|
|
7315
|
+
border-width: 1px;
|
|
7316
|
+
}
|
|
7317
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
7318
|
+
color: #fff;
|
|
7319
|
+
}
|
|
7320
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
7321
|
+
color: #fff;
|
|
7322
|
+
}
|
|
7323
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
7324
|
+
color: #fff;
|
|
7325
|
+
}
|
|
7326
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7327
|
+
background: #007bff;
|
|
7328
|
+
border-color: unset;
|
|
7329
|
+
}
|
|
7330
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7331
|
+
color: #fff;
|
|
6737
7332
|
}
|
|
6738
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6739
7333
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6740
7334
|
color: #fff;
|
|
6741
7335
|
}
|
|
6742
7336
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6743
7337
|
color: #fff;
|
|
6744
7338
|
}
|
|
7339
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
7340
|
+
color: #fff;
|
|
7341
|
+
}
|
|
7342
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
7343
|
+
color: #fff;
|
|
7344
|
+
}
|
|
7345
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
7346
|
+
background: #007bff;
|
|
7347
|
+
}
|
|
7348
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
7349
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
7350
|
+
color: #fff;
|
|
7351
|
+
}
|
|
6745
7352
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6746
7353
|
background: #007bff;
|
|
6747
7354
|
}
|
|
6748
7355
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6749
7356
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6750
7357
|
color: #fff;
|
|
7358
|
+
}
|
|
7359
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
6751
7360
|
color: #fff;
|
|
6752
7361
|
}
|
|
6753
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text,
|
|
6754
7362
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6755
7363
|
color: #fff;
|
|
6756
7364
|
}
|
|
7365
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7366
|
+
border: unset;
|
|
7367
|
+
}
|
|
6757
7368
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6758
7369
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6759
7370
|
color: #fff;
|
|
@@ -6761,7 +7372,8 @@
|
|
|
6761
7372
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
6762
7373
|
color: #fff;
|
|
6763
7374
|
}
|
|
6764
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
7375
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
7376
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
6765
7377
|
color: #fff;
|
|
6766
7378
|
}
|
|
6767
7379
|
.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 {
|
|
@@ -6776,11 +7388,11 @@
|
|
|
6776
7388
|
background: inherit;
|
|
6777
7389
|
}
|
|
6778
7390
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6779
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
7391
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
7392
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6780
7393
|
color: #007bff;
|
|
6781
7394
|
}
|
|
6782
7395
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6783
|
-
background: #eee;
|
|
6784
7396
|
background: #007bff;
|
|
6785
7397
|
}
|
|
6786
7398
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
@@ -6788,52 +7400,103 @@
|
|
|
6788
7400
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6789
7401
|
color: #fff;
|
|
6790
7402
|
}
|
|
6791
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text
|
|
7403
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
7404
|
+
color: #fff;
|
|
7405
|
+
}
|
|
6792
7406
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
6793
7407
|
color: #fff;
|
|
6794
7408
|
}
|
|
7409
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
7410
|
+
color: #007bff;
|
|
7411
|
+
}
|
|
7412
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
7413
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
7414
|
+
background: inherit;
|
|
7415
|
+
}
|
|
6795
7416
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
6796
7417
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
6797
7418
|
color: #212529;
|
|
7419
|
+
border: 0;
|
|
6798
7420
|
}
|
|
6799
7421
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
6800
7422
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
6801
7423
|
background: inherit;
|
|
6802
7424
|
color: #fff;
|
|
7425
|
+
border-color: unset;
|
|
7426
|
+
}
|
|
7427
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
7428
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
7429
|
+
background: unset;
|
|
7430
|
+
color: #212529;
|
|
6803
7431
|
}
|
|
6804
7432
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
6805
7433
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6806
7434
|
color: #fff;
|
|
7435
|
+
border: 0;
|
|
7436
|
+
background: #6c757d;
|
|
6807
7437
|
}
|
|
6808
7438
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6809
7439
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6810
7440
|
background: inherit;
|
|
6811
7441
|
color: #fff;
|
|
6812
7442
|
}
|
|
7443
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
7444
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
7445
|
+
background: #6c757d;
|
|
7446
|
+
border-color: unset;
|
|
7447
|
+
color: #fff;
|
|
7448
|
+
}
|
|
6813
7449
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
6814
7450
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
6815
7451
|
animation: none;
|
|
6816
7452
|
}
|
|
7453
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7454
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
7455
|
+
background: transparent;
|
|
7456
|
+
}
|
|
6817
7457
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6818
7458
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
6819
7459
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
6820
7460
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
6821
7461
|
color: #212529;
|
|
7462
|
+
border: 0;
|
|
6822
7463
|
}
|
|
6823
7464
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
6824
7465
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
6825
7466
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6826
7467
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
6827
|
-
background:
|
|
7468
|
+
background: #5a6268;
|
|
7469
|
+
border-color: unset;
|
|
6828
7470
|
color: #fff;
|
|
6829
|
-
|
|
7471
|
+
}
|
|
7472
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
7473
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
7474
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
7475
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
6830
7476
|
background: #5a6268;
|
|
7477
|
+
color: #fff;
|
|
6831
7478
|
}
|
|
6832
7479
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
6833
7480
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
6834
7481
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6835
7482
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6836
7483
|
color: #fff;
|
|
7484
|
+
background: #6c757d;
|
|
7485
|
+
border: 0;
|
|
7486
|
+
}
|
|
7487
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
7488
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
7489
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
7490
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
7491
|
+
background: #5a6268;
|
|
7492
|
+
}
|
|
7493
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
7494
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
7495
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7496
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7497
|
+
background: #5a6268;
|
|
7498
|
+
border-color: unset;
|
|
7499
|
+
color: #fff;
|
|
6837
7500
|
}
|
|
6838
7501
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
6839
7502
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -6843,6 +7506,40 @@
|
|
|
6843
7506
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
6844
7507
|
color: #fff;
|
|
6845
7508
|
}
|
|
7509
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
7510
|
+
border: 0;
|
|
7511
|
+
margin: 0;
|
|
7512
|
+
}
|
|
7513
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
7514
|
+
border-color: unset;
|
|
7515
|
+
border-radius: 4px;
|
|
7516
|
+
border-style: solid;
|
|
7517
|
+
border-width: 0;
|
|
7518
|
+
}
|
|
7519
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
7520
|
+
border-color: #fff;
|
|
7521
|
+
border-style: solid;
|
|
7522
|
+
border-width: 0 1px 0 0;
|
|
7523
|
+
margin: 0;
|
|
7524
|
+
}
|
|
7525
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
7526
|
+
border-color: unset;
|
|
7527
|
+
border-radius: 4px;
|
|
7528
|
+
border-style: solid;
|
|
7529
|
+
border-width: 0;
|
|
7530
|
+
}
|
|
7531
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
7532
|
+
border-color: #fff;
|
|
7533
|
+
border-style: solid;
|
|
7534
|
+
border-width: 0 0 0 1px;
|
|
7535
|
+
margin: 0;
|
|
7536
|
+
}
|
|
7537
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
7538
|
+
border-color: unset;
|
|
7539
|
+
border-radius: 4px;
|
|
7540
|
+
border-style: solid;
|
|
7541
|
+
border-width: 0;
|
|
7542
|
+
}
|
|
6846
7543
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
6847
7544
|
border: 0;
|
|
6848
7545
|
}
|
|
@@ -6906,6 +7603,7 @@
|
|
|
6906
7603
|
}
|
|
6907
7604
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6908
7605
|
background: #007bff;
|
|
7606
|
+
border-color: transparent;
|
|
6909
7607
|
}
|
|
6910
7608
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6911
7609
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -6914,22 +7612,38 @@
|
|
|
6914
7612
|
}
|
|
6915
7613
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6916
7614
|
background: #eee;
|
|
7615
|
+
border-color: unset;
|
|
6917
7616
|
}
|
|
6918
7617
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6919
7618
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6920
7619
|
color: #fff;
|
|
6921
7620
|
}
|
|
6922
7621
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7622
|
+
background: #007bff;
|
|
6923
7623
|
border: 1px solid #e9ecef;
|
|
6924
7624
|
border-radius: 4px 4px 0 0;
|
|
6925
7625
|
}
|
|
6926
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text
|
|
6927
|
-
|
|
6928
|
-
|
|
7626
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7627
|
+
color: #0056b3;
|
|
7628
|
+
}
|
|
7629
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7630
|
+
color: #fff;
|
|
7631
|
+
}
|
|
7632
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7633
|
+
color: #0056b3;
|
|
7634
|
+
}
|
|
7635
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7636
|
+
color: #0056b3;
|
|
7637
|
+
}
|
|
7638
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7639
|
+
color: #fff;
|
|
7640
|
+
}
|
|
6929
7641
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6930
7642
|
color: #0056b3;
|
|
6931
7643
|
}
|
|
6932
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
7644
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7645
|
+
color: #0056b3;
|
|
7646
|
+
}
|
|
6933
7647
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6934
7648
|
color: #0056b3;
|
|
6935
7649
|
}
|
|
@@ -6955,6 +7669,8 @@
|
|
|
6955
7669
|
.e-tab .e-content .e-item {
|
|
6956
7670
|
background: inherit;
|
|
6957
7671
|
color: #000;
|
|
7672
|
+
font-size: 12px;
|
|
7673
|
+
line-height: 18px;
|
|
6958
7674
|
}
|
|
6959
7675
|
|
|
6960
7676
|
.e-tab-clone-element {
|