@syncfusion/ej2-navigations 20.3.60 → 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/.eslintrc.json +16 -1
- package/CHANGELOG.md +26 -0
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +263 -212
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +260 -209
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/accordion/accordion.js +20 -19
- package/src/appbar/appbar-model.d.ts +15 -15
- package/src/appbar/appbar.d.ts +15 -15
- package/src/appbar/appbar.js +3 -3
- package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
- package/src/breadcrumb/breadcrumb.js +10 -5
- package/src/carousel/carousel.js +10 -10
- package/src/common/menu-base.js +19 -12
- package/src/menu/menu.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +6 -2
- package/src/tab/tab-model.d.ts +9 -0
- package/src/tab/tab.d.ts +9 -0
- package/src/tab/tab.js +28 -18
- package/src/toolbar/toolbar-model.d.ts +9 -0
- package/src/toolbar/toolbar.d.ts +11 -0
- package/src/toolbar/toolbar.js +132 -123
- package/src/treeview/treeview-model.d.ts +133 -45
- package/src/treeview/treeview.d.ts +135 -48
- package/src/treeview/treeview.js +30 -14
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +999 -145
- package/styles/bootstrap.css +986 -132
- package/styles/bootstrap4.css +888 -167
- package/styles/bootstrap5-dark.css +949 -179
- package/styles/bootstrap5.css +949 -179
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1068 -232
- package/styles/fabric.css +1067 -231
- package/styles/fluent-dark.css +1014 -123
- package/styles/fluent.css +1012 -121
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +918 -369
- package/styles/highcontrast.css +925 -370
- package/styles/material-dark.css +1184 -114
- package/styles/material.css +1162 -92
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +295 -988
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +587 -109
- package/styles/tab/bootstrap.css +574 -96
- package/styles/tab/bootstrap4.css +546 -114
- package/styles/tab/bootstrap5-dark.css +523 -134
- package/styles/tab/bootstrap5.css +523 -134
- package/styles/tab/fabric-dark.css +614 -199
- package/styles/tab/fabric.css +612 -197
- package/styles/tab/fluent-dark.css +546 -102
- package/styles/tab/fluent.css +546 -102
- package/styles/tab/highcontrast-light.css +520 -250
- package/styles/tab/highcontrast.css +520 -244
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +705 -54
- package/styles/tab/material.css +705 -54
- package/styles/tab/tailwind-dark.css +706 -71
- package/styles/tab/tailwind.css +706 -71
- package/styles/tailwind-dark.css +1145 -99
- package/styles/tailwind.css +1144 -98
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
package/styles/tailwind.css
CHANGED
|
@@ -1052,22 +1052,34 @@
|
|
|
1052
1052
|
border: 0;
|
|
1053
1053
|
color: #6b7280;
|
|
1054
1054
|
}
|
|
1055
|
+
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
|
|
1056
|
+
background: #e5e7eb;
|
|
1057
|
+
}
|
|
1055
1058
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
1056
1059
|
background: #e5e7eb;
|
|
1057
1060
|
border: 0;
|
|
1058
1061
|
color: #6b7280;
|
|
1059
1062
|
}
|
|
1063
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
|
|
1064
|
+
color: #6b7280;
|
|
1065
|
+
}
|
|
1060
1066
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
1061
1067
|
background: #e5e7eb;
|
|
1062
1068
|
border: 0;
|
|
1063
1069
|
color: #6b7280;
|
|
1064
1070
|
}
|
|
1071
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
|
|
1072
|
+
color: #6b7280;
|
|
1073
|
+
}
|
|
1065
1074
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
1066
1075
|
background: #f3f4f6;
|
|
1067
1076
|
border: 0;
|
|
1068
1077
|
box-shadow: none;
|
|
1069
1078
|
color: #6b7280;
|
|
1070
1079
|
}
|
|
1080
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
1081
|
+
color: #6b7280;
|
|
1082
|
+
}
|
|
1071
1083
|
.e-hscroll .e-scroll-nav {
|
|
1072
1084
|
background: #f3f4f6;
|
|
1073
1085
|
}
|
|
@@ -1104,11 +1116,11 @@
|
|
|
1104
1116
|
content: "\e734";
|
|
1105
1117
|
}
|
|
1106
1118
|
.e-vscroll .e-nav-up-arrow::before {
|
|
1107
|
-
content: "\
|
|
1119
|
+
content: "\e776";
|
|
1108
1120
|
line-height: normal;
|
|
1109
1121
|
}
|
|
1110
1122
|
.e-vscroll .e-nav-down-arrow::before {
|
|
1111
|
-
content: "\
|
|
1123
|
+
content: "\e729";
|
|
1112
1124
|
line-height: normal;
|
|
1113
1125
|
}
|
|
1114
1126
|
|
|
@@ -1326,10 +1338,18 @@
|
|
|
1326
1338
|
height: 48px;
|
|
1327
1339
|
min-height: 48px;
|
|
1328
1340
|
}
|
|
1341
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
1342
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
|
|
1343
|
+
font-size: 16px;
|
|
1344
|
+
}
|
|
1329
1345
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
1330
1346
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
1331
1347
|
font-size: 20px;
|
|
1332
1348
|
}
|
|
1349
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
|
|
1350
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
|
|
1351
|
+
font-size: 18px;
|
|
1352
|
+
}
|
|
1333
1353
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
1334
1354
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
1335
1355
|
border-bottom: 0;
|
|
@@ -1404,7 +1424,10 @@
|
|
|
1404
1424
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
1405
1425
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1406
1426
|
line-height: inherit;
|
|
1407
|
-
|
|
1427
|
+
}
|
|
1428
|
+
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
1429
|
+
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
1430
|
+
height: 38px;
|
|
1408
1431
|
}
|
|
1409
1432
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
1410
1433
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
@@ -1420,6 +1443,7 @@
|
|
|
1420
1443
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1421
1444
|
min-height: 48px;
|
|
1422
1445
|
padding: 8px 18px;
|
|
1446
|
+
line-height: 24px;
|
|
1423
1447
|
}
|
|
1424
1448
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1425
1449
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -1441,6 +1465,10 @@
|
|
|
1441
1465
|
margin-right: 12.5px;
|
|
1442
1466
|
white-space: normal;
|
|
1443
1467
|
}
|
|
1468
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
1469
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1470
|
+
margin: 0;
|
|
1471
|
+
}
|
|
1444
1472
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1445
1473
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
1446
1474
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -1514,6 +1542,19 @@
|
|
|
1514
1542
|
min-height: 38px;
|
|
1515
1543
|
min-width: 38px;
|
|
1516
1544
|
padding: 0 8px;
|
|
1545
|
+
line-height: 24px;
|
|
1546
|
+
}
|
|
1547
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1548
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1549
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1550
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
1551
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1552
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1553
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1554
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1555
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1556
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1557
|
+
padding: 0 8px;
|
|
1517
1558
|
}
|
|
1518
1559
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1519
1560
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
@@ -1540,7 +1581,6 @@
|
|
|
1540
1581
|
padding-left: 10px;
|
|
1541
1582
|
padding-right: 10px;
|
|
1542
1583
|
padding-top: 0;
|
|
1543
|
-
margin-left: -1px;
|
|
1544
1584
|
}
|
|
1545
1585
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1546
1586
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -1562,6 +1602,7 @@
|
|
|
1562
1602
|
}
|
|
1563
1603
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
1564
1604
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1605
|
+
margin: 0;
|
|
1565
1606
|
min-width: 49px;
|
|
1566
1607
|
padding: 5px 6px;
|
|
1567
1608
|
}
|
|
@@ -1603,6 +1644,18 @@
|
|
|
1603
1644
|
min-width: 38px;
|
|
1604
1645
|
padding: 0 8px;
|
|
1605
1646
|
}
|
|
1647
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1648
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1649
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1650
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
1651
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1652
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1653
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1654
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1655
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1656
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1657
|
+
padding: 0 8px;
|
|
1658
|
+
}
|
|
1606
1659
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1607
1660
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1608
1661
|
line-height: 24px;
|
|
@@ -1627,7 +1680,6 @@
|
|
|
1627
1680
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1628
1681
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1629
1682
|
padding-right: 10px;
|
|
1630
|
-
margin-left: 0;
|
|
1631
1683
|
}
|
|
1632
1684
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1633
1685
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -1724,6 +1776,7 @@
|
|
|
1724
1776
|
white-space: normal;
|
|
1725
1777
|
}
|
|
1726
1778
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1779
|
+
margin: 0;
|
|
1727
1780
|
height: 100%;
|
|
1728
1781
|
min-width: 28px;
|
|
1729
1782
|
padding: 4px;
|
|
@@ -1770,6 +1823,9 @@
|
|
|
1770
1823
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1771
1824
|
line-height: 22px;
|
|
1772
1825
|
}
|
|
1826
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
1827
|
+
padding: 0 4px;
|
|
1828
|
+
}
|
|
1773
1829
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1774
1830
|
margin: 7px 4px;
|
|
1775
1831
|
min-height: 16px;
|
|
@@ -1780,9 +1836,8 @@
|
|
|
1780
1836
|
line-height: 16px;
|
|
1781
1837
|
min-height: 16px;
|
|
1782
1838
|
min-width: 12px;
|
|
1783
|
-
padding: 0;
|
|
1784
|
-
font-size: 16px;
|
|
1785
1839
|
padding: 5px 6px;
|
|
1840
|
+
font-size: 16px;
|
|
1786
1841
|
}
|
|
1787
1842
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1788
1843
|
display: -ms-inline-flexbox;
|
|
@@ -1855,6 +1910,9 @@
|
|
|
1855
1910
|
justify-content: flex-start;
|
|
1856
1911
|
min-height: 38px;
|
|
1857
1912
|
padding: 6px 12px;
|
|
1913
|
+
border: none;
|
|
1914
|
+
border-radius: 4px;
|
|
1915
|
+
margin: 0;
|
|
1858
1916
|
}
|
|
1859
1917
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1860
1918
|
margin: 0;
|
|
@@ -2024,6 +2082,9 @@
|
|
|
2024
2082
|
margin-right: 10px;
|
|
2025
2083
|
white-space: normal;
|
|
2026
2084
|
}
|
|
2085
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
2086
|
+
margin: 0;
|
|
2087
|
+
}
|
|
2027
2088
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
2028
2089
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
2029
2090
|
display: none;
|
|
@@ -2154,6 +2215,13 @@
|
|
|
2154
2215
|
min-width: 30px;
|
|
2155
2216
|
padding: 0 4px;
|
|
2156
2217
|
border-radius: 4px;
|
|
2218
|
+
line-height: 22px;
|
|
2219
|
+
}
|
|
2220
|
+
.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 {
|
|
2221
|
+
padding: 0 4px;
|
|
2222
|
+
}
|
|
2223
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
2224
|
+
outline: 0;
|
|
2157
2225
|
}
|
|
2158
2226
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2159
2227
|
padding: 4px;
|
|
@@ -2165,6 +2233,7 @@
|
|
|
2165
2233
|
margin: 0;
|
|
2166
2234
|
min-width: 12px;
|
|
2167
2235
|
width: auto;
|
|
2236
|
+
padding-bottom: 0;
|
|
2168
2237
|
}
|
|
2169
2238
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
2170
2239
|
-ms-flex-item-align: center;
|
|
@@ -2311,28 +2380,60 @@
|
|
|
2311
2380
|
background: #f3f4f6;
|
|
2312
2381
|
box-shadow: none;
|
|
2313
2382
|
color: #111827;
|
|
2383
|
+
border: none;
|
|
2314
2384
|
}
|
|
2315
2385
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
2316
2386
|
color: #111827;
|
|
2317
2387
|
}
|
|
2318
2388
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2319
2389
|
background: #e5e7eb;
|
|
2320
|
-
border-color: #6b7280;
|
|
2321
2390
|
border-radius: 0;
|
|
2322
2391
|
color: #111827;
|
|
2392
|
+
border-color: #6b7280;
|
|
2393
|
+
border-style: solid;
|
|
2394
|
+
border-width: 0;
|
|
2395
|
+
box-shadow: none;
|
|
2396
|
+
}
|
|
2397
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2398
|
+
color: #6b7280;
|
|
2399
|
+
}
|
|
2400
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2401
|
+
color: #111827;
|
|
2323
2402
|
}
|
|
2324
2403
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2325
2404
|
background: #e5e7eb;
|
|
2326
|
-
border-color: #6b7280;
|
|
2327
2405
|
border-radius: 0;
|
|
2328
2406
|
color: #111827;
|
|
2407
|
+
border-color: #6b7280;
|
|
2408
|
+
border-style: solid;
|
|
2409
|
+
border-width: 0;
|
|
2410
|
+
}
|
|
2411
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2412
|
+
color: #6b7280;
|
|
2413
|
+
}
|
|
2414
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2415
|
+
color: #111827;
|
|
2416
|
+
}
|
|
2417
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2418
|
+
color: #6b7280;
|
|
2419
|
+
}
|
|
2420
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2421
|
+
color: #111827;
|
|
2329
2422
|
}
|
|
2330
2423
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2331
2424
|
background: #f3f4f6;
|
|
2332
|
-
border-color: #e5e7eb;
|
|
2333
2425
|
border-radius: 0;
|
|
2334
2426
|
box-shadow: none;
|
|
2335
2427
|
color: #111827;
|
|
2428
|
+
border-color: #e5e7eb;
|
|
2429
|
+
border-style: solid;
|
|
2430
|
+
border-width: 0;
|
|
2431
|
+
}
|
|
2432
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2433
|
+
color: #6b7280;
|
|
2434
|
+
}
|
|
2435
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2436
|
+
color: #111827;
|
|
2336
2437
|
}
|
|
2337
2438
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
2338
2439
|
color: #6b7280;
|
|
@@ -2345,11 +2446,50 @@
|
|
|
2345
2446
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2346
2447
|
background: transparent;
|
|
2347
2448
|
}
|
|
2348
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:
|
|
2449
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2349
2450
|
background: #e5e7eb;
|
|
2451
|
+
box-shadow: none;
|
|
2452
|
+
color: #6b7280;
|
|
2453
|
+
border-color: #6b7280;
|
|
2454
|
+
border-style: solid;
|
|
2455
|
+
border-width: 0;
|
|
2350
2456
|
}
|
|
2351
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2457
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2458
|
+
color: #6b7280;
|
|
2459
|
+
}
|
|
2460
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2461
|
+
color: #6b7280;
|
|
2462
|
+
}
|
|
2463
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2464
|
+
background: transparent;
|
|
2465
|
+
box-shadow: none;
|
|
2466
|
+
color: #6b7280;
|
|
2467
|
+
border-color: #e5e7eb;
|
|
2468
|
+
border-style: solid;
|
|
2469
|
+
border-width: 0;
|
|
2470
|
+
}
|
|
2471
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2472
|
+
color: #6b7280;
|
|
2473
|
+
}
|
|
2474
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2475
|
+
color: #6b7280;
|
|
2476
|
+
}
|
|
2477
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2352
2478
|
background: #e5e7eb;
|
|
2479
|
+
box-shadow: none;
|
|
2480
|
+
color: #6b7280;
|
|
2481
|
+
border-color: #6b7280;
|
|
2482
|
+
border-style: solid;
|
|
2483
|
+
border-width: 0;
|
|
2484
|
+
}
|
|
2485
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2486
|
+
color: #6b7280;
|
|
2487
|
+
}
|
|
2488
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2489
|
+
color: #6b7280;
|
|
2490
|
+
}
|
|
2491
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2492
|
+
outline: 0;
|
|
2353
2493
|
}
|
|
2354
2494
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
2355
2495
|
background: transparent;
|
|
@@ -2360,28 +2500,51 @@
|
|
|
2360
2500
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2361
2501
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2362
2502
|
background: #f3f4f6;
|
|
2363
|
-
border: 0;
|
|
2364
2503
|
box-shadow: none;
|
|
2365
|
-
border-
|
|
2504
|
+
border-color: #f3f4f6;
|
|
2505
|
+
border-style: solid;
|
|
2506
|
+
border-width: 0;
|
|
2507
|
+
}
|
|
2508
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2509
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2510
|
+
border-color: #f3f4f6;
|
|
2511
|
+
border-style: solid;
|
|
2512
|
+
border-width: 0;
|
|
2366
2513
|
}
|
|
2367
2514
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2368
2515
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
2369
2516
|
color: #6b7280;
|
|
2370
2517
|
}
|
|
2518
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
2519
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
2520
|
+
color: #6b7280;
|
|
2521
|
+
}
|
|
2371
2522
|
.e-toolbar .e-tbar-btn {
|
|
2372
2523
|
background: #f3f4f6;
|
|
2373
2524
|
box-shadow: none;
|
|
2374
2525
|
color: #111827;
|
|
2526
|
+
border: none;
|
|
2375
2527
|
}
|
|
2376
2528
|
.e-toolbar .e-tbar-btn:focus {
|
|
2377
2529
|
background: #e5e7eb;
|
|
2378
|
-
border-color: #6b7280;
|
|
2379
2530
|
border-radius: 0;
|
|
2380
2531
|
color: #6b7280;
|
|
2532
|
+
border-color: #6b7280;
|
|
2533
|
+
border-style: solid;
|
|
2534
|
+
border-width: 0;
|
|
2535
|
+
box-shadow: none;
|
|
2536
|
+
}
|
|
2537
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2538
|
+
color: #6b7280;
|
|
2539
|
+
}
|
|
2540
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2541
|
+
color: #111827;
|
|
2381
2542
|
}
|
|
2382
2543
|
.e-toolbar .e-tbar-btn:hover {
|
|
2383
2544
|
background: #e5e7eb;
|
|
2384
2545
|
border-color: #6b7280;
|
|
2546
|
+
border-style: solid;
|
|
2547
|
+
border-width: 0;
|
|
2385
2548
|
border-radius: 0;
|
|
2386
2549
|
color: #6b7280;
|
|
2387
2550
|
}
|
|
@@ -2390,6 +2553,7 @@
|
|
|
2390
2553
|
}
|
|
2391
2554
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
2392
2555
|
background: #f3f4f6;
|
|
2556
|
+
opacity: 0.5;
|
|
2393
2557
|
}
|
|
2394
2558
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
2395
2559
|
color: #6b7280;
|
|
@@ -2400,6 +2564,30 @@
|
|
|
2400
2564
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2401
2565
|
color: #111827;
|
|
2402
2566
|
}
|
|
2567
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2568
|
+
color: #374151;
|
|
2569
|
+
}
|
|
2570
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2571
|
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
2572
|
+
}
|
|
2573
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2574
|
+
color: #6b7280;
|
|
2575
|
+
}
|
|
2576
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2577
|
+
color: #111827;
|
|
2578
|
+
}
|
|
2579
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2580
|
+
color: #6b7280;
|
|
2581
|
+
}
|
|
2582
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2583
|
+
color: #111827;
|
|
2584
|
+
}
|
|
2585
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2586
|
+
color: #6b7280;
|
|
2587
|
+
}
|
|
2588
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2589
|
+
color: #111827;
|
|
2590
|
+
}
|
|
2403
2591
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2404
2592
|
border: solid #e5e7eb;
|
|
2405
2593
|
border-width: 0 1px 0 0;
|
|
@@ -2422,10 +2610,17 @@
|
|
|
2422
2610
|
.e-toolbar .e-hor-nav::after {
|
|
2423
2611
|
content: "";
|
|
2424
2612
|
}
|
|
2613
|
+
.e-toolbar .e-hor-nav.e-nav-active:active, .e-toolbar .e-hor-nav.e-nav-active:focus, .e-toolbar .e-hor-nav.e-nav-active:hover {
|
|
2614
|
+
border-bottom-right-radius: 0;
|
|
2615
|
+
}
|
|
2425
2616
|
.e-toolbar .e-hor-nav:active {
|
|
2426
2617
|
border: 0;
|
|
2427
2618
|
box-shadow: none;
|
|
2428
2619
|
color: #6b7280;
|
|
2620
|
+
background: #f3f4f6;
|
|
2621
|
+
}
|
|
2622
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
2623
|
+
color: #6b7280;
|
|
2429
2624
|
}
|
|
2430
2625
|
.e-toolbar .e-hor-nav:active::after {
|
|
2431
2626
|
content: "";
|
|
@@ -2435,19 +2630,45 @@
|
|
|
2435
2630
|
border-left: 0;
|
|
2436
2631
|
color: #6b7280;
|
|
2437
2632
|
}
|
|
2633
|
+
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2634
|
+
color: #6b7280;
|
|
2635
|
+
}
|
|
2636
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2637
|
+
border-color: #e5e7eb;
|
|
2638
|
+
border-style: solid;
|
|
2639
|
+
border-width: 0;
|
|
2640
|
+
}
|
|
2641
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
2642
|
+
background: #e5e7eb;
|
|
2643
|
+
border-color: #e5e7eb;
|
|
2644
|
+
border-style: solid;
|
|
2645
|
+
border-width: 0;
|
|
2646
|
+
}
|
|
2438
2647
|
.e-toolbar .e-hor-nav:focus {
|
|
2439
2648
|
background: #e5e7eb;
|
|
2440
|
-
|
|
2649
|
+
color: #6b7280;
|
|
2441
2650
|
border-color: #6b7280;
|
|
2651
|
+
border-style: solid;
|
|
2652
|
+
border-width: 0;
|
|
2653
|
+
}
|
|
2654
|
+
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2442
2655
|
color: #6b7280;
|
|
2443
2656
|
}
|
|
2444
2657
|
.e-toolbar .e-tbar-btn:active {
|
|
2445
2658
|
background: #f3f4f6;
|
|
2446
2659
|
border-color: #e5e7eb;
|
|
2660
|
+
border-style: solid;
|
|
2661
|
+
border-width: 0;
|
|
2447
2662
|
border-radius: 0;
|
|
2448
2663
|
box-shadow: none;
|
|
2449
2664
|
color: #6b7280;
|
|
2450
2665
|
}
|
|
2666
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
2667
|
+
color: #6b7280;
|
|
2668
|
+
}
|
|
2669
|
+
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
2670
|
+
color: #111827;
|
|
2671
|
+
}
|
|
2451
2672
|
|
|
2452
2673
|
/*! component's theme wise override tailwind-definitions and variables */
|
|
2453
2674
|
/*! accordion icons */
|
|
@@ -2462,6 +2683,7 @@
|
|
|
2462
2683
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2463
2684
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2464
2685
|
font-size: 16px;
|
|
2686
|
+
vertical-align: middle;
|
|
2465
2687
|
}
|
|
2466
2688
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
2467
2689
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel {
|
|
@@ -2516,11 +2738,12 @@
|
|
|
2516
2738
|
}
|
|
2517
2739
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
2518
2740
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2519
|
-
font-size:
|
|
2741
|
+
font-size: 22px;
|
|
2520
2742
|
}
|
|
2521
2743
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2522
2744
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2523
2745
|
padding: 16px;
|
|
2746
|
+
font-size: 16px;
|
|
2524
2747
|
}
|
|
2525
2748
|
.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,
|
|
2526
2749
|
.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 {
|
|
@@ -2556,6 +2779,23 @@
|
|
|
2556
2779
|
display: block;
|
|
2557
2780
|
position: relative;
|
|
2558
2781
|
}
|
|
2782
|
+
.e-accordion .e-acrdn-item {
|
|
2783
|
+
border-radius: 4px 4px 0 0;
|
|
2784
|
+
margin-top: 0;
|
|
2785
|
+
}
|
|
2786
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
|
|
2787
|
+
border-top: 1px none #e5e7eb;
|
|
2788
|
+
}
|
|
2789
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2790
|
+
border-bottom: 1px solid #e5e7eb;
|
|
2791
|
+
}
|
|
2792
|
+
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
2793
|
+
margin-bottom: 0;
|
|
2794
|
+
margin-top: 0;
|
|
2795
|
+
}
|
|
2796
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
|
|
2797
|
+
margin: 0;
|
|
2798
|
+
}
|
|
2559
2799
|
.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content {
|
|
2560
2800
|
font-weight: 500;
|
|
2561
2801
|
}
|
|
@@ -2582,7 +2822,11 @@
|
|
|
2582
2822
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
|
|
2583
2823
|
cursor: pointer;
|
|
2584
2824
|
}
|
|
2825
|
+
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
|
|
2826
|
+
text-decoration: none;
|
|
2827
|
+
}
|
|
2585
2828
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2829
|
+
border-radius: 0;
|
|
2586
2830
|
line-height: 22px;
|
|
2587
2831
|
min-height: 38px;
|
|
2588
2832
|
overflow: hidden;
|
|
@@ -2590,10 +2834,14 @@
|
|
|
2590
2834
|
text-decoration: none;
|
|
2591
2835
|
text-overflow: ellipsis;
|
|
2592
2836
|
white-space: nowrap;
|
|
2837
|
+
margin-bottom: 0;
|
|
2593
2838
|
}
|
|
2594
2839
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2595
2840
|
display: inline-block;
|
|
2596
2841
|
}
|
|
2842
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2843
|
+
line-height: 22px;
|
|
2844
|
+
}
|
|
2597
2845
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2598
2846
|
display: table;
|
|
2599
2847
|
font-size: 18px;
|
|
@@ -2697,20 +2945,80 @@
|
|
|
2697
2945
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2698
2946
|
background: #f9fafb;
|
|
2699
2947
|
border: 1px solid #e5e7eb;
|
|
2948
|
+
border-radius: 0;
|
|
2700
2949
|
}
|
|
2701
2950
|
.e-accordion .e-active {
|
|
2702
2951
|
background: #fff;
|
|
2703
2952
|
}
|
|
2704
2953
|
.e-accordion .e-acrdn-item {
|
|
2705
|
-
border-
|
|
2954
|
+
border-color: #e5e7eb;
|
|
2955
|
+
border-style: solid;
|
|
2956
|
+
border-width: 0 0 1px 0;
|
|
2706
2957
|
border-radius: 4px 4px 0 0;
|
|
2707
2958
|
}
|
|
2708
2959
|
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2709
2960
|
border-bottom: 0;
|
|
2710
2961
|
border-radius: 0 0 4px 4px;
|
|
2711
2962
|
}
|
|
2963
|
+
.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
|
|
2964
|
+
border-radius: 0;
|
|
2965
|
+
}
|
|
2966
|
+
.e-accordion .e-acrdn-item:last-child {
|
|
2967
|
+
border-bottom: 1px solid #e5e7eb;
|
|
2968
|
+
}
|
|
2969
|
+
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
|
|
2970
|
+
border-radius: 0;
|
|
2971
|
+
}
|
|
2972
|
+
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
2973
|
+
border-radius: 0;
|
|
2974
|
+
}
|
|
2975
|
+
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2976
|
+
border-color: #e5e7eb;
|
|
2977
|
+
border-style: solid;
|
|
2978
|
+
border-width: 0 0 1px 0;
|
|
2979
|
+
}
|
|
2980
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2981
|
+
border-top: 1px none #e5e7eb;
|
|
2982
|
+
}
|
|
2983
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2984
|
+
border-color: #e5e7eb;
|
|
2985
|
+
border-style: solid;
|
|
2986
|
+
border-width: 0;
|
|
2987
|
+
}
|
|
2988
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2989
|
+
background: #f3f4f6;
|
|
2990
|
+
}
|
|
2991
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2992
|
+
color: #4f46e5;
|
|
2993
|
+
}
|
|
2994
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
|
|
2995
|
+
color: #4f46e5;
|
|
2996
|
+
}
|
|
2997
|
+
.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 {
|
|
2998
|
+
color: #4f46e5;
|
|
2999
|
+
}
|
|
3000
|
+
.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 {
|
|
3001
|
+
border-color: #e5e7eb;
|
|
3002
|
+
}
|
|
3003
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
3004
|
+
border-color: #e5e7eb;
|
|
3005
|
+
border-style: solid;
|
|
3006
|
+
border-width: 0 0 1px 0;
|
|
3007
|
+
}
|
|
3008
|
+
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
3009
|
+
border: 0;
|
|
3010
|
+
}
|
|
3011
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,
|
|
3012
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
3013
|
+
color: #9ca3af;
|
|
3014
|
+
}
|
|
2712
3015
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
2713
3016
|
background: #f9fafb;
|
|
3017
|
+
opacity: 0.5;
|
|
3018
|
+
}
|
|
3019
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
3020
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
3021
|
+
color: #111827;
|
|
2714
3022
|
}
|
|
2715
3023
|
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2716
3024
|
color: #d1d5db;
|
|
@@ -2719,16 +3027,36 @@
|
|
|
2719
3027
|
color: #9ca3af;
|
|
2720
3028
|
}
|
|
2721
3029
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
3030
|
+
border-color: #e5e7eb;
|
|
3031
|
+
border-style: solid;
|
|
3032
|
+
border-width: 0;
|
|
2722
3033
|
background: #f3f4f6;
|
|
2723
3034
|
}
|
|
3035
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
3036
|
+
background: #fff;
|
|
3037
|
+
}
|
|
3038
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
3039
|
+
background: #fff;
|
|
3040
|
+
}
|
|
3041
|
+
.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 {
|
|
3042
|
+
color: #4f46e5;
|
|
3043
|
+
}
|
|
2724
3044
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
|
|
2725
3045
|
border-bottom: 1px none #e5e7eb;
|
|
2726
3046
|
}
|
|
2727
3047
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2728
3048
|
color: #111827;
|
|
2729
3049
|
}
|
|
3050
|
+
.e-accordion .e-acrdn-item.e-select {
|
|
3051
|
+
background: none;
|
|
3052
|
+
border-color: #e5e7eb;
|
|
3053
|
+
border-style: solid;
|
|
3054
|
+
border-width: 0 0 1px 0;
|
|
3055
|
+
}
|
|
2730
3056
|
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2731
3057
|
color: #111827;
|
|
3058
|
+
background: none;
|
|
3059
|
+
border-top: 0;
|
|
2732
3060
|
}
|
|
2733
3061
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2734
3062
|
color: #111827;
|
|
@@ -2738,19 +3066,65 @@
|
|
|
2738
3066
|
}
|
|
2739
3067
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2740
3068
|
background: #f3f4f6;
|
|
3069
|
+
border: 0;
|
|
3070
|
+
border-color: initial;
|
|
2741
3071
|
}
|
|
2742
3072
|
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
3073
|
+
border: 0;
|
|
2743
3074
|
background: #f3f4f6;
|
|
3075
|
+
border-color: initial;
|
|
2744
3076
|
}
|
|
2745
3077
|
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
3078
|
+
border: 0;
|
|
3079
|
+
border-color: initial;
|
|
2746
3080
|
background: #e5e7eb;
|
|
2747
3081
|
}
|
|
2748
3082
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
3083
|
+
border: 0;
|
|
3084
|
+
box-shadow: none;
|
|
2749
3085
|
background: #f3f4f6;
|
|
2750
3086
|
}
|
|
3087
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
3088
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
3089
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
3090
|
+
color: #111827;
|
|
3091
|
+
}
|
|
3092
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
3093
|
+
color: #111827;
|
|
3094
|
+
}
|
|
3095
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
3096
|
+
color: #6b7280;
|
|
3097
|
+
}
|
|
3098
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
3099
|
+
color: #6b7280;
|
|
3100
|
+
}
|
|
3101
|
+
.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 {
|
|
3102
|
+
color: #111827;
|
|
3103
|
+
}
|
|
2751
3104
|
.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 {
|
|
3105
|
+
border-color: initial;
|
|
3106
|
+
border-style: solid;
|
|
3107
|
+
border-width: 0;
|
|
2752
3108
|
background: #fff;
|
|
2753
3109
|
}
|
|
3110
|
+
.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 {
|
|
3111
|
+
color: #4f46e5;
|
|
3112
|
+
}
|
|
3113
|
+
.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 {
|
|
3114
|
+
color: #4f46e5;
|
|
3115
|
+
}
|
|
3116
|
+
.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 {
|
|
3117
|
+
color: #4f46e5;
|
|
3118
|
+
}
|
|
3119
|
+
.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 {
|
|
3120
|
+
color: #4f46e5;
|
|
3121
|
+
}
|
|
3122
|
+
.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 {
|
|
3123
|
+
color: #4f46e5;
|
|
3124
|
+
}
|
|
3125
|
+
.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 {
|
|
3126
|
+
border-color: initial;
|
|
3127
|
+
}
|
|
2754
3128
|
.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 {
|
|
2755
3129
|
color: #4f46e5;
|
|
2756
3130
|
}
|
|
@@ -2759,19 +3133,57 @@
|
|
|
2759
3133
|
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2760
3134
|
color: #4f46e5;
|
|
2761
3135
|
}
|
|
3136
|
+
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
3137
|
+
border-color: #e5e7eb;
|
|
3138
|
+
}
|
|
3139
|
+
.e-accordion .e-acrdn-item.e-selected {
|
|
3140
|
+
border-color: #e5e7eb;
|
|
3141
|
+
border-style: solid;
|
|
3142
|
+
border-width: 0 0 1px 0;
|
|
3143
|
+
}
|
|
2762
3144
|
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2763
|
-
border-
|
|
2764
|
-
border-
|
|
2765
|
-
border-
|
|
3145
|
+
border-color: #e5e7eb;
|
|
3146
|
+
border-style: solid;
|
|
3147
|
+
border-width: 0 0 1px 0;
|
|
3148
|
+
}
|
|
3149
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
3150
|
+
background: #fff;
|
|
2766
3151
|
}
|
|
2767
3152
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2768
3153
|
border-bottom: 1px none #e5e7eb;
|
|
2769
3154
|
}
|
|
3155
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
3156
|
+
color: #111827;
|
|
3157
|
+
}
|
|
3158
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
3159
|
+
color: #6b7280;
|
|
3160
|
+
}
|
|
3161
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3162
|
+
box-shadow: none;
|
|
3163
|
+
}
|
|
2770
3164
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2771
|
-
border-
|
|
3165
|
+
border-color: #e5e7eb;
|
|
3166
|
+
border-style: solid;
|
|
3167
|
+
border-width: 0 0 1px 0;
|
|
2772
3168
|
}
|
|
2773
|
-
.e-accordion .e-acrdn-item.e-selected .e-selected:
|
|
2774
|
-
|
|
3169
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
|
|
3170
|
+
color: #4f46e5;
|
|
3171
|
+
}
|
|
3172
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
|
|
3173
|
+
color: #4f46e5;
|
|
3174
|
+
}
|
|
3175
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
3176
|
+
background: none;
|
|
3177
|
+
border-radius: 0;
|
|
3178
|
+
border-color: initial;
|
|
3179
|
+
border-style: solid;
|
|
3180
|
+
border-width: 0;
|
|
3181
|
+
}
|
|
3182
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
|
|
3183
|
+
background: #f3f4f6;
|
|
3184
|
+
}
|
|
3185
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
3186
|
+
border-color: initial;
|
|
2775
3187
|
}
|
|
2776
3188
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
2777
3189
|
color: #111827;
|
|
@@ -3301,7 +3713,6 @@
|
|
|
3301
3713
|
.e-bigger.e-contextmenu-container ul .e-menu-item {
|
|
3302
3714
|
height: 36px;
|
|
3303
3715
|
line-height: 36px;
|
|
3304
|
-
padding: 0 16px;
|
|
3305
3716
|
}
|
|
3306
3717
|
.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
|
|
3307
3718
|
.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
|
|
@@ -3452,33 +3863,15 @@
|
|
|
3452
3863
|
/*! Material specific themes definition's */
|
|
3453
3864
|
/*! Vertical Tab */
|
|
3454
3865
|
/*! tab icons */
|
|
3455
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
3456
|
-
content: "\e748";
|
|
3457
|
-
}
|
|
3458
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
3459
|
-
content: "\e765";
|
|
3460
|
-
}
|
|
3461
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
3462
|
-
content: "\e765";
|
|
3463
|
-
}
|
|
3464
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3465
|
-
content: "\e748";
|
|
3466
|
-
}
|
|
3467
3866
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3468
3867
|
content: "\e7e7";
|
|
3469
3868
|
position: relative;
|
|
3470
3869
|
}
|
|
3471
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3472
|
-
content: "\e776";
|
|
3473
|
-
}
|
|
3474
3870
|
@media screen and (max-width: 480px) {
|
|
3475
3871
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3476
3872
|
content: "\e770";
|
|
3477
3873
|
}
|
|
3478
3874
|
}
|
|
3479
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3480
|
-
content: "\e729";
|
|
3481
|
-
}
|
|
3482
3875
|
@media screen and (max-width: 480px) {
|
|
3483
3876
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3484
3877
|
content: "\e770";
|
|
@@ -3492,12 +3885,6 @@
|
|
|
3492
3885
|
content: "\e729";
|
|
3493
3886
|
}
|
|
3494
3887
|
}
|
|
3495
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
3496
|
-
content: "\e776";
|
|
3497
|
-
}
|
|
3498
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
3499
|
-
content: "\e729";
|
|
3500
|
-
}
|
|
3501
3888
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
3502
3889
|
content: "More";
|
|
3503
3890
|
}
|
|
@@ -3561,6 +3948,10 @@
|
|
|
3561
3948
|
margin: 0;
|
|
3562
3949
|
}
|
|
3563
3950
|
}
|
|
3951
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
3952
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
3953
|
+
margin: 0;
|
|
3954
|
+
}
|
|
3564
3955
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3565
3956
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3566
3957
|
margin: 0;
|
|
@@ -3617,6 +4008,12 @@
|
|
|
3617
4008
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3618
4009
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3619
4010
|
font-size: 16px;
|
|
4011
|
+
margin-bottom: 6px;
|
|
4012
|
+
}
|
|
4013
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
4014
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
4015
|
+
position: relative;
|
|
4016
|
+
top: 1px;
|
|
3620
4017
|
}
|
|
3621
4018
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3622
4019
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -3629,6 +4026,11 @@
|
|
|
3629
4026
|
margin: 0;
|
|
3630
4027
|
}
|
|
3631
4028
|
}
|
|
4029
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
4030
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
4031
|
+
position: relative;
|
|
4032
|
+
top: 1px;
|
|
4033
|
+
}
|
|
3632
4034
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
3633
4035
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3634
4036
|
height: 48px;
|
|
@@ -3639,10 +4041,6 @@
|
|
|
3639
4041
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
3640
4042
|
height: 48px;
|
|
3641
4043
|
}
|
|
3642
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3643
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
3644
|
-
padding: 0;
|
|
3645
|
-
}
|
|
3646
4044
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3647
4045
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3648
4046
|
cursor: pointer;
|
|
@@ -3673,6 +4071,7 @@
|
|
|
3673
4071
|
height: 24px;
|
|
3674
4072
|
min-width: 24px;
|
|
3675
4073
|
width: 24px;
|
|
4074
|
+
line-height: 1;
|
|
3676
4075
|
}
|
|
3677
4076
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3678
4077
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -3684,6 +4083,16 @@
|
|
|
3684
4083
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
3685
4084
|
padding: 0 24px;
|
|
3686
4085
|
}
|
|
4086
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
4087
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
4088
|
+
margin: 0 0 0 12px;
|
|
4089
|
+
}
|
|
4090
|
+
@media screen and (max-width: 480px) {
|
|
4091
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
4092
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
4093
|
+
margin: 0;
|
|
4094
|
+
}
|
|
4095
|
+
}
|
|
3687
4096
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3688
4097
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3689
4098
|
margin: 0 0 6px 12px;
|
|
@@ -3919,16 +4328,37 @@
|
|
|
3919
4328
|
font-size: 16px;
|
|
3920
4329
|
}
|
|
3921
4330
|
}
|
|
4331
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4332
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
4333
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4334
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
4335
|
+
line-height: 48px;
|
|
4336
|
+
}
|
|
3922
4337
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3923
4338
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
3924
4339
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3925
4340
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
4341
|
+
line-height: 48px;
|
|
3926
4342
|
top: 0;
|
|
3927
4343
|
}
|
|
4344
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4345
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
4346
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4347
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
4348
|
+
line-height: 48px;
|
|
4349
|
+
}
|
|
3928
4350
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3929
4351
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
3930
4352
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3931
4353
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
4354
|
+
line-height: 48px;
|
|
4355
|
+
top: 0;
|
|
4356
|
+
}
|
|
4357
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
4358
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
4359
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
4360
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
4361
|
+
line-height: 48px;
|
|
3932
4362
|
top: 0;
|
|
3933
4363
|
}
|
|
3934
4364
|
.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -3970,6 +4400,15 @@
|
|
|
3970
4400
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text {
|
|
3971
4401
|
padding-top: 0;
|
|
3972
4402
|
}
|
|
4403
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before,
|
|
4404
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
4405
|
+
top: 0;
|
|
4406
|
+
}
|
|
4407
|
+
.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,
|
|
4408
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
4409
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
4410
|
+
top: 0;
|
|
4411
|
+
}
|
|
3973
4412
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
3974
4413
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
3975
4414
|
margin: 0;
|
|
@@ -3981,6 +4420,14 @@
|
|
|
3981
4420
|
margin: 0;
|
|
3982
4421
|
}
|
|
3983
4422
|
}
|
|
4423
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text,
|
|
4424
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text {
|
|
4425
|
+
padding-top: 0;
|
|
4426
|
+
}
|
|
4427
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before,
|
|
4428
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before {
|
|
4429
|
+
top: 0;
|
|
4430
|
+
}
|
|
3984
4431
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom,
|
|
3985
4432
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,
|
|
3986
4433
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom {
|
|
@@ -3996,16 +4443,15 @@
|
|
|
3996
4443
|
height: 48px;
|
|
3997
4444
|
padding: 0;
|
|
3998
4445
|
}
|
|
3999
|
-
.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,
|
|
4000
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
4001
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
4002
|
-
height: 48px;
|
|
4003
|
-
}
|
|
4004
4446
|
.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,
|
|
4005
4447
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
4006
4448
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
4007
4449
|
height: initial;
|
|
4008
4450
|
}
|
|
4451
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
4452
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
4453
|
+
height: 48px;
|
|
4454
|
+
}
|
|
4009
4455
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
4010
4456
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
4011
4457
|
max-width: 150px;
|
|
@@ -4043,6 +4489,11 @@
|
|
|
4043
4489
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
4044
4490
|
right: -24px;
|
|
4045
4491
|
}
|
|
4492
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
4493
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
4494
|
+
min-height: 38px;
|
|
4495
|
+
min-width: auto;
|
|
4496
|
+
}
|
|
4046
4497
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
4047
4498
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
4048
4499
|
height: 16px;
|
|
@@ -4151,6 +4602,10 @@
|
|
|
4151
4602
|
height: 48px;
|
|
4152
4603
|
padding: 0;
|
|
4153
4604
|
}
|
|
4605
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
4606
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
4607
|
+
height: 48px;
|
|
4608
|
+
}
|
|
4154
4609
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
4155
4610
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
4156
4611
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -4215,6 +4670,14 @@
|
|
|
4215
4670
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
4216
4671
|
top: 0;
|
|
4217
4672
|
}
|
|
4673
|
+
.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),
|
|
4674
|
+
.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) {
|
|
4675
|
+
margin: 0;
|
|
4676
|
+
}
|
|
4677
|
+
.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active,
|
|
4678
|
+
.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active {
|
|
4679
|
+
margin: 0;
|
|
4680
|
+
}
|
|
4218
4681
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
4219
4682
|
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4220
4683
|
height: 46px;
|
|
@@ -4243,14 +4706,14 @@
|
|
|
4243
4706
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
4244
4707
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4245
4708
|
margin: 0;
|
|
4246
|
-
padding: 0;
|
|
4247
|
-
padding: 0 12px;
|
|
4709
|
+
padding: 0 10px;
|
|
4248
4710
|
}
|
|
4249
4711
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4250
4712
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4251
4713
|
height: 46px;
|
|
4252
4714
|
margin: 0;
|
|
4253
4715
|
min-height: 46px;
|
|
4716
|
+
padding: 0 10px;
|
|
4254
4717
|
}
|
|
4255
4718
|
@media screen and (max-width: 480px) {
|
|
4256
4719
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -4289,7 +4752,7 @@
|
|
|
4289
4752
|
}
|
|
4290
4753
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active,
|
|
4291
4754
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active {
|
|
4292
|
-
padding: 0
|
|
4755
|
+
padding: 0 10px;
|
|
4293
4756
|
}
|
|
4294
4757
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
|
|
4295
4758
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
@@ -4356,6 +4819,10 @@
|
|
|
4356
4819
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4357
4820
|
height: 46px;
|
|
4358
4821
|
}
|
|
4822
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4823
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4824
|
+
height: 46px;
|
|
4825
|
+
}
|
|
4359
4826
|
.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,
|
|
4360
4827
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
4361
4828
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -4387,12 +4854,11 @@
|
|
|
4387
4854
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
4388
4855
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4389
4856
|
margin: 0;
|
|
4390
|
-
padding: 0;
|
|
4391
|
-
padding: 0 12px;
|
|
4857
|
+
padding: 0 9px;
|
|
4392
4858
|
}
|
|
4393
4859
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4394
4860
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4395
|
-
|
|
4861
|
+
padding: 0 9px;
|
|
4396
4862
|
}
|
|
4397
4863
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4398
4864
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -4406,16 +4872,12 @@
|
|
|
4406
4872
|
}
|
|
4407
4873
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active,
|
|
4408
4874
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
4409
|
-
padding: 0
|
|
4875
|
+
padding: 0 9px;
|
|
4410
4876
|
}
|
|
4411
4877
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
|
|
4412
4878
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4413
4879
|
margin-bottom: 0;
|
|
4414
4880
|
}
|
|
4415
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4416
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4417
|
-
height: 48px;
|
|
4418
|
-
}
|
|
4419
4881
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
4420
4882
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
4421
4883
|
padding: 0 24px;
|
|
@@ -4434,6 +4896,10 @@
|
|
|
4434
4896
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4435
4897
|
margin: 0;
|
|
4436
4898
|
}
|
|
4899
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
4900
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
4901
|
+
margin: 0;
|
|
4902
|
+
}
|
|
4437
4903
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4438
4904
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4439
4905
|
margin: 0 12px 6px 0;
|
|
@@ -4561,6 +5027,7 @@
|
|
|
4561
5027
|
.e-tab .e-tab-header::before {
|
|
4562
5028
|
content: "";
|
|
4563
5029
|
position: absolute;
|
|
5030
|
+
display: unset;
|
|
4564
5031
|
}
|
|
4565
5032
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
4566
5033
|
bottom: 0;
|
|
@@ -4590,15 +5057,44 @@
|
|
|
4590
5057
|
margin: 0;
|
|
4591
5058
|
}
|
|
4592
5059
|
}
|
|
5060
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
5061
|
+
position: unset;
|
|
5062
|
+
}
|
|
5063
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5064
|
+
left: unset;
|
|
5065
|
+
right: unset;
|
|
5066
|
+
}
|
|
5067
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5068
|
+
background-color: unset;
|
|
5069
|
+
bottom: unset;
|
|
5070
|
+
content: unset;
|
|
5071
|
+
height: unset;
|
|
5072
|
+
left: unset;
|
|
5073
|
+
position: unset;
|
|
5074
|
+
right: unset;
|
|
5075
|
+
transition: unset;
|
|
5076
|
+
}
|
|
5077
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5078
|
+
color: unset;
|
|
5079
|
+
content: unset;
|
|
5080
|
+
display: unset;
|
|
5081
|
+
font-weight: unset;
|
|
5082
|
+
height: unset;
|
|
5083
|
+
overflow: unset;
|
|
5084
|
+
visibility: unset;
|
|
5085
|
+
}
|
|
4593
5086
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
4594
5087
|
padding: 0;
|
|
4595
5088
|
}
|
|
4596
5089
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
4597
5090
|
display: none;
|
|
4598
5091
|
}
|
|
5092
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
5093
|
+
padding: 0;
|
|
5094
|
+
}
|
|
4599
5095
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4600
|
-
width: 40px;
|
|
4601
5096
|
width: 24px;
|
|
5097
|
+
border-radius: 0;
|
|
4602
5098
|
}
|
|
4603
5099
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4604
5100
|
margin: 0;
|
|
@@ -4626,7 +5122,6 @@
|
|
|
4626
5122
|
height: 2px;
|
|
4627
5123
|
left: 0;
|
|
4628
5124
|
right: 0;
|
|
4629
|
-
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4630
5125
|
border-radius: 2px;
|
|
4631
5126
|
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
4632
5127
|
}
|
|
@@ -4677,6 +5172,10 @@
|
|
|
4677
5172
|
font-size: 14px;
|
|
4678
5173
|
font-weight: 500;
|
|
4679
5174
|
text-transform: capitalize;
|
|
5175
|
+
-ms-flex-item-align: auto;
|
|
5176
|
+
-ms-grid-row-align: auto;
|
|
5177
|
+
align-self: auto;
|
|
5178
|
+
margin-bottom: 5px;
|
|
4680
5179
|
}
|
|
4681
5180
|
@media screen and (max-width: 480px) {
|
|
4682
5181
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -4707,6 +5206,14 @@
|
|
|
4707
5206
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
4708
5207
|
font-weight: 500;
|
|
4709
5208
|
}
|
|
5209
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
5210
|
+
top: 1px;
|
|
5211
|
+
left: 4px;
|
|
5212
|
+
}
|
|
5213
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
5214
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
5215
|
+
left: 0;
|
|
5216
|
+
}
|
|
4710
5217
|
.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 {
|
|
4711
5218
|
height: 38px;
|
|
4712
5219
|
padding: 0;
|
|
@@ -4737,7 +5244,7 @@
|
|
|
4737
5244
|
}
|
|
4738
5245
|
}
|
|
4739
5246
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4740
|
-
top:
|
|
5247
|
+
top: 1px;
|
|
4741
5248
|
}
|
|
4742
5249
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
4743
5250
|
display: -ms-inline-flexbox;
|
|
@@ -4745,6 +5252,7 @@
|
|
|
4745
5252
|
height: 20px;
|
|
4746
5253
|
min-width: 20px;
|
|
4747
5254
|
width: 20px;
|
|
5255
|
+
line-height: 1;
|
|
4748
5256
|
}
|
|
4749
5257
|
@media screen and (max-width: 480px) {
|
|
4750
5258
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4762,6 +5270,15 @@
|
|
|
4762
5270
|
font-size: 16px;
|
|
4763
5271
|
}
|
|
4764
5272
|
}
|
|
5273
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5274
|
+
position: relative;
|
|
5275
|
+
top: 1px;
|
|
5276
|
+
left: 4px;
|
|
5277
|
+
}
|
|
5278
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
5279
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
5280
|
+
left: 0;
|
|
5281
|
+
}
|
|
4765
5282
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
4766
5283
|
-ms-flex-pack: center;
|
|
4767
5284
|
justify-content: center;
|
|
@@ -4772,6 +5289,14 @@
|
|
|
4772
5289
|
padding: 0 12px;
|
|
4773
5290
|
}
|
|
4774
5291
|
}
|
|
5292
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5293
|
+
margin: 0 0 0 8px;
|
|
5294
|
+
}
|
|
5295
|
+
@media screen and (max-width: 480px) {
|
|
5296
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5297
|
+
margin: 0;
|
|
5298
|
+
}
|
|
5299
|
+
}
|
|
4775
5300
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4776
5301
|
margin: 0 0 5px 8px;
|
|
4777
5302
|
}
|
|
@@ -5075,10 +5600,21 @@
|
|
|
5075
5600
|
font-size: 16px;
|
|
5076
5601
|
}
|
|
5077
5602
|
}
|
|
5603
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
5604
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
5605
|
+
line-height: 24px;
|
|
5606
|
+
}
|
|
5078
5607
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5079
5608
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5609
|
+
line-height: 24px;
|
|
5080
5610
|
top: 0;
|
|
5081
5611
|
}
|
|
5612
|
+
@media screen and (max-width: 480px) {
|
|
5613
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5614
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5615
|
+
line-height: 24px;
|
|
5616
|
+
}
|
|
5617
|
+
}
|
|
5082
5618
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
5083
5619
|
transform: rotate(180deg);
|
|
5084
5620
|
transition: transform 0.1s ease;
|
|
@@ -5099,13 +5635,58 @@
|
|
|
5099
5635
|
transition: none;
|
|
5100
5636
|
}
|
|
5101
5637
|
}
|
|
5638
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
5639
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
5640
|
+
line-height: 24px;
|
|
5641
|
+
}
|
|
5102
5642
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5103
5643
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5644
|
+
line-height: 24px;
|
|
5645
|
+
top: 0;
|
|
5646
|
+
}
|
|
5647
|
+
@media screen and (max-width: 480px) {
|
|
5648
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5649
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5650
|
+
line-height: 24px;
|
|
5651
|
+
}
|
|
5652
|
+
}
|
|
5653
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
5654
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
5655
|
+
line-height: 24px;
|
|
5104
5656
|
top: 0;
|
|
5105
5657
|
}
|
|
5658
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
5659
|
+
position: unset;
|
|
5660
|
+
}
|
|
5661
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5662
|
+
left: unset;
|
|
5663
|
+
right: unset;
|
|
5664
|
+
}
|
|
5665
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5666
|
+
background-color: unset;
|
|
5667
|
+
content: unset;
|
|
5668
|
+
height: unset;
|
|
5669
|
+
left: unset;
|
|
5670
|
+
position: unset;
|
|
5671
|
+
right: unset;
|
|
5672
|
+
top: unset;
|
|
5673
|
+
transition: unset;
|
|
5674
|
+
}
|
|
5675
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5676
|
+
color: unset;
|
|
5677
|
+
content: unset;
|
|
5678
|
+
display: unset;
|
|
5679
|
+
font-weight: unset;
|
|
5680
|
+
height: unset;
|
|
5681
|
+
overflow: unset;
|
|
5682
|
+
visibility: unset;
|
|
5683
|
+
}
|
|
5106
5684
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
5107
5685
|
bottom: auto;
|
|
5108
5686
|
}
|
|
5687
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar {
|
|
5688
|
+
margin-top: 0;
|
|
5689
|
+
}
|
|
5109
5690
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5110
5691
|
margin: 0;
|
|
5111
5692
|
padding-bottom: 0;
|
|
@@ -5134,6 +5715,12 @@
|
|
|
5134
5715
|
height: 38px;
|
|
5135
5716
|
padding: 0;
|
|
5136
5717
|
}
|
|
5718
|
+
.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 {
|
|
5719
|
+
top: unset;
|
|
5720
|
+
}
|
|
5721
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
5722
|
+
top: 0;
|
|
5723
|
+
}
|
|
5137
5724
|
.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 {
|
|
5138
5725
|
height: initial;
|
|
5139
5726
|
}
|
|
@@ -5206,6 +5793,13 @@
|
|
|
5206
5793
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
5207
5794
|
display: none;
|
|
5208
5795
|
}
|
|
5796
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
5797
|
+
min-height: 38px;
|
|
5798
|
+
min-width: 33px;
|
|
5799
|
+
}
|
|
5800
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
5801
|
+
margin: 0;
|
|
5802
|
+
}
|
|
5209
5803
|
.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 {
|
|
5210
5804
|
right: -18px;
|
|
5211
5805
|
}
|
|
@@ -5222,6 +5816,30 @@
|
|
|
5222
5816
|
left: auto;
|
|
5223
5817
|
right: 0;
|
|
5224
5818
|
}
|
|
5819
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5820
|
+
bottom: unset;
|
|
5821
|
+
height: unset;
|
|
5822
|
+
}
|
|
5823
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5824
|
+
background-color: unset;
|
|
5825
|
+
bottom: unset;
|
|
5826
|
+
content: unset;
|
|
5827
|
+
height: unset;
|
|
5828
|
+
left: unset;
|
|
5829
|
+
position: unset;
|
|
5830
|
+
right: unset;
|
|
5831
|
+
transition: unset;
|
|
5832
|
+
width: unset;
|
|
5833
|
+
}
|
|
5834
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5835
|
+
color: unset;
|
|
5836
|
+
content: unset;
|
|
5837
|
+
display: unset;
|
|
5838
|
+
font-weight: unset;
|
|
5839
|
+
height: unset;
|
|
5840
|
+
overflow: unset;
|
|
5841
|
+
visibility: unset;
|
|
5842
|
+
}
|
|
5225
5843
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
5226
5844
|
float: right;
|
|
5227
5845
|
}
|
|
@@ -5238,6 +5856,30 @@
|
|
|
5238
5856
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
5239
5857
|
width: auto;
|
|
5240
5858
|
}
|
|
5859
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5860
|
+
bottom: unset;
|
|
5861
|
+
height: unset;
|
|
5862
|
+
}
|
|
5863
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5864
|
+
background-color: unset;
|
|
5865
|
+
bottom: unset;
|
|
5866
|
+
content: unset;
|
|
5867
|
+
height: unset;
|
|
5868
|
+
left: unset;
|
|
5869
|
+
position: unset;
|
|
5870
|
+
right: unset;
|
|
5871
|
+
transition: unset;
|
|
5872
|
+
width: unset;
|
|
5873
|
+
}
|
|
5874
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5875
|
+
color: unset;
|
|
5876
|
+
content: unset;
|
|
5877
|
+
display: unset;
|
|
5878
|
+
font-weight: unset;
|
|
5879
|
+
height: unset;
|
|
5880
|
+
overflow: unset;
|
|
5881
|
+
visibility: unset;
|
|
5882
|
+
}
|
|
5241
5883
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5242
5884
|
height: 14px;
|
|
5243
5885
|
-ms-flex-pack: center;
|
|
@@ -5363,6 +6005,28 @@
|
|
|
5363
6005
|
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
5364
6006
|
height: 62px;
|
|
5365
6007
|
}
|
|
6008
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
6009
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
6010
|
+
position: unset;
|
|
6011
|
+
}
|
|
6012
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
6013
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
6014
|
+
border: unset;
|
|
6015
|
+
content: unset;
|
|
6016
|
+
display: none;
|
|
6017
|
+
position: unset;
|
|
6018
|
+
top: unset;
|
|
6019
|
+
width: unset;
|
|
6020
|
+
}
|
|
6021
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
6022
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
6023
|
+
content: unset;
|
|
6024
|
+
display: unset;
|
|
6025
|
+
position: unset;
|
|
6026
|
+
top: unset;
|
|
6027
|
+
width: unset;
|
|
6028
|
+
border: unset;
|
|
6029
|
+
}
|
|
5366
6030
|
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
5367
6031
|
height: 62px;
|
|
5368
6032
|
}
|
|
@@ -5375,6 +6039,9 @@
|
|
|
5375
6039
|
font-size: 16px;
|
|
5376
6040
|
}
|
|
5377
6041
|
}
|
|
6042
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
6043
|
+
width: 2px;
|
|
6044
|
+
}
|
|
5378
6045
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5379
6046
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5380
6047
|
display: none;
|
|
@@ -5386,6 +6053,13 @@
|
|
|
5386
6053
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
5387
6054
|
height: 14px;
|
|
5388
6055
|
}
|
|
6056
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
6057
|
+
.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 {
|
|
6058
|
+
top: unset;
|
|
6059
|
+
}
|
|
6060
|
+
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
6061
|
+
margin: 0;
|
|
6062
|
+
}
|
|
5389
6063
|
.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5390
6064
|
height: inherit;
|
|
5391
6065
|
}
|
|
@@ -5583,13 +6257,13 @@
|
|
|
5583
6257
|
}
|
|
5584
6258
|
.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5585
6259
|
margin: 0;
|
|
5586
|
-
padding: 0;
|
|
5587
|
-
padding: 0 8px;
|
|
6260
|
+
padding: 0 7px;
|
|
5588
6261
|
}
|
|
5589
6262
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5590
6263
|
height: 34px;
|
|
5591
6264
|
margin: 0;
|
|
5592
6265
|
min-height: 34px;
|
|
6266
|
+
padding: 0 7px;
|
|
5593
6267
|
}
|
|
5594
6268
|
@media screen and (max-width: 480px) {
|
|
5595
6269
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5620,7 +6294,7 @@
|
|
|
5620
6294
|
}
|
|
5621
6295
|
}
|
|
5622
6296
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
|
|
5623
|
-
padding: 0
|
|
6297
|
+
padding: 0 7px;
|
|
5624
6298
|
}
|
|
5625
6299
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5626
6300
|
margin-bottom: 0;
|
|
@@ -5634,7 +6308,7 @@
|
|
|
5634
6308
|
}
|
|
5635
6309
|
}
|
|
5636
6310
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5637
|
-
font-weight:
|
|
6311
|
+
font-weight: 500;
|
|
5638
6312
|
}
|
|
5639
6313
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
5640
6314
|
height: 38px;
|
|
@@ -5690,6 +6364,9 @@
|
|
|
5690
6364
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5691
6365
|
height: 34px;
|
|
5692
6366
|
}
|
|
6367
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
6368
|
+
height: 34px;
|
|
6369
|
+
}
|
|
5693
6370
|
.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 {
|
|
5694
6371
|
height: 60px;
|
|
5695
6372
|
}
|
|
@@ -5711,11 +6388,11 @@
|
|
|
5711
6388
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
5712
6389
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5713
6390
|
margin: 0;
|
|
5714
|
-
padding: 0;
|
|
5715
|
-
padding: 0 8px;
|
|
6391
|
+
padding: 0 7px;
|
|
5716
6392
|
}
|
|
5717
6393
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5718
6394
|
margin: 0;
|
|
6395
|
+
padding: 0 7px;
|
|
5719
6396
|
}
|
|
5720
6397
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5721
6398
|
padding: 0 18px;
|
|
@@ -5726,16 +6403,16 @@
|
|
|
5726
6403
|
}
|
|
5727
6404
|
}
|
|
5728
6405
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
5729
|
-
padding: 0
|
|
6406
|
+
padding: 0 7px;
|
|
5730
6407
|
}
|
|
5731
6408
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5732
6409
|
margin-bottom: 0;
|
|
5733
6410
|
}
|
|
5734
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5735
|
-
height: 38px;
|
|
5736
|
-
}
|
|
5737
6411
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5738
|
-
font-weight:
|
|
6412
|
+
font-weight: 500;
|
|
6413
|
+
}
|
|
6414
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
6415
|
+
display: block;
|
|
5739
6416
|
}
|
|
5740
6417
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
5741
6418
|
padding: 0 18px;
|
|
@@ -5761,6 +6438,9 @@
|
|
|
5761
6438
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5762
6439
|
margin: 0;
|
|
5763
6440
|
}
|
|
6441
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
6442
|
+
margin: 0;
|
|
6443
|
+
}
|
|
5764
6444
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
5765
6445
|
margin: 0 10px 5px 0;
|
|
5766
6446
|
}
|
|
@@ -5776,6 +6456,9 @@
|
|
|
5776
6456
|
margin-left: 20px;
|
|
5777
6457
|
margin-right: 0;
|
|
5778
6458
|
}
|
|
6459
|
+
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
6460
|
+
margin: 0;
|
|
6461
|
+
}
|
|
5779
6462
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
5780
6463
|
margin: 0;
|
|
5781
6464
|
}
|
|
@@ -5876,6 +6559,9 @@
|
|
|
5876
6559
|
font-size: 14px;
|
|
5877
6560
|
font-weight: 500;
|
|
5878
6561
|
text-transform: capitalize;
|
|
6562
|
+
-ms-flex-item-align: auto;
|
|
6563
|
+
-ms-grid-row-align: auto;
|
|
6564
|
+
align-self: auto;
|
|
5879
6565
|
}
|
|
5880
6566
|
@media screen and (max-width: 480px) {
|
|
5881
6567
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -5896,7 +6582,7 @@
|
|
|
5896
6582
|
}
|
|
5897
6583
|
}
|
|
5898
6584
|
.e-tab-clone-element .e-close-icon::before {
|
|
5899
|
-
top:
|
|
6585
|
+
top: 1px;
|
|
5900
6586
|
}
|
|
5901
6587
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
5902
6588
|
display: -ms-inline-flexbox;
|
|
@@ -5904,6 +6590,7 @@
|
|
|
5904
6590
|
height: 20px;
|
|
5905
6591
|
min-width: 20px;
|
|
5906
6592
|
width: 20px;
|
|
6593
|
+
line-height: 1;
|
|
5907
6594
|
}
|
|
5908
6595
|
@media screen and (max-width: 480px) {
|
|
5909
6596
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -5931,6 +6618,14 @@
|
|
|
5931
6618
|
padding: 0 12px;
|
|
5932
6619
|
}
|
|
5933
6620
|
}
|
|
6621
|
+
.e-tab-clone-element .e-icon-right {
|
|
6622
|
+
margin: 0 0 0 8px;
|
|
6623
|
+
}
|
|
6624
|
+
@media screen and (max-width: 480px) {
|
|
6625
|
+
.e-tab-clone-element .e-icon-right {
|
|
6626
|
+
margin: 0;
|
|
6627
|
+
}
|
|
6628
|
+
}
|
|
5934
6629
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
5935
6630
|
margin: 0 0 5px 8px;
|
|
5936
6631
|
}
|
|
@@ -6053,6 +6748,9 @@
|
|
|
6053
6748
|
}
|
|
6054
6749
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
6055
6750
|
font-size: 16px;
|
|
6751
|
+
-ms-flex-item-align: auto;
|
|
6752
|
+
-ms-grid-row-align: auto;
|
|
6753
|
+
align-self: auto;
|
|
6056
6754
|
}
|
|
6057
6755
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
6058
6756
|
cursor: pointer;
|
|
@@ -6077,6 +6775,7 @@
|
|
|
6077
6775
|
height: 24px;
|
|
6078
6776
|
min-width: 24px;
|
|
6079
6777
|
width: 24px;
|
|
6778
|
+
line-height: 1;
|
|
6080
6779
|
}
|
|
6081
6780
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
6082
6781
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -6085,6 +6784,14 @@
|
|
|
6085
6784
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6086
6785
|
padding: 0 24px;
|
|
6087
6786
|
}
|
|
6787
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6788
|
+
margin: 0 0 0 12px;
|
|
6789
|
+
}
|
|
6790
|
+
@media screen and (max-width: 480px) {
|
|
6791
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6792
|
+
margin: 0;
|
|
6793
|
+
}
|
|
6794
|
+
}
|
|
6088
6795
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6089
6796
|
margin: 0 0 6px 12px;
|
|
6090
6797
|
}
|
|
@@ -6127,11 +6834,20 @@
|
|
|
6127
6834
|
background: inherit;
|
|
6128
6835
|
border: 0;
|
|
6129
6836
|
border-radius: 0;
|
|
6837
|
+
box-shadow: none;
|
|
6130
6838
|
font-weight: 500;
|
|
6131
6839
|
border-bottom: 1px solid #e5e7eb;
|
|
6132
6840
|
}
|
|
6841
|
+
.e-tab .e-tab-header::before {
|
|
6842
|
+
border-color: unset;
|
|
6843
|
+
border-style: solid;
|
|
6844
|
+
}
|
|
6845
|
+
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
6846
|
+
border-width: 0;
|
|
6847
|
+
}
|
|
6133
6848
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
6134
6849
|
border-bottom: initial;
|
|
6850
|
+
margin-bottom: 0;
|
|
6135
6851
|
}
|
|
6136
6852
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
6137
6853
|
background: inherit;
|
|
@@ -6143,12 +6859,16 @@
|
|
|
6143
6859
|
background: inherit;
|
|
6144
6860
|
border: none;
|
|
6145
6861
|
}
|
|
6862
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
6863
|
+
background: inherit;
|
|
6864
|
+
}
|
|
6146
6865
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6147
6866
|
background: rgba(0, 0, 0, 0.12);
|
|
6148
6867
|
}
|
|
6149
6868
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6150
6869
|
border-radius: 0;
|
|
6151
6870
|
color: #6b7280;
|
|
6871
|
+
border: 0;
|
|
6152
6872
|
}
|
|
6153
6873
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
6154
6874
|
color: #6b7280;
|
|
@@ -6166,6 +6886,8 @@
|
|
|
6166
6886
|
}
|
|
6167
6887
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6168
6888
|
background: inherit;
|
|
6889
|
+
border: 0;
|
|
6890
|
+
border-radius: 0;
|
|
6169
6891
|
}
|
|
6170
6892
|
@media screen and (max-width: 480px) {
|
|
6171
6893
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6180,10 +6902,24 @@
|
|
|
6180
6902
|
border: none;
|
|
6181
6903
|
border-radius: 0;
|
|
6182
6904
|
}
|
|
6905
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6906
|
+
border: 0;
|
|
6907
|
+
}
|
|
6183
6908
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6184
6909
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6185
6910
|
color: #4f46e5;
|
|
6186
6911
|
}
|
|
6912
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6913
|
+
position: unset;
|
|
6914
|
+
}
|
|
6915
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
6916
|
+
border: unset;
|
|
6917
|
+
content: unset;
|
|
6918
|
+
display: unset;
|
|
6919
|
+
position: unset;
|
|
6920
|
+
top: unset;
|
|
6921
|
+
width: unset;
|
|
6922
|
+
}
|
|
6187
6923
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6188
6924
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6189
6925
|
color: #4f46e5;
|
|
@@ -6236,14 +6972,25 @@
|
|
|
6236
6972
|
}
|
|
6237
6973
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6238
6974
|
background: #e5e7eb;
|
|
6975
|
+
border: 0;
|
|
6976
|
+
border-radius: 0;
|
|
6239
6977
|
}
|
|
6240
6978
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6241
6979
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6242
6980
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6243
6981
|
color: #4f46e5;
|
|
6244
6982
|
}
|
|
6983
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6984
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6985
|
+
color: #4f46e5;
|
|
6986
|
+
}
|
|
6245
6987
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6246
6988
|
background: #f3f4f6;
|
|
6989
|
+
border-color: unset;
|
|
6990
|
+
}
|
|
6991
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
6992
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
6993
|
+
color: #111827;
|
|
6247
6994
|
}
|
|
6248
6995
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
6249
6996
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
@@ -6255,20 +7002,24 @@
|
|
|
6255
7002
|
}
|
|
6256
7003
|
.e-tab .e-tab-header .e-scroll-nav,
|
|
6257
7004
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav {
|
|
7005
|
+
background: #f3f4f6;
|
|
6258
7006
|
border: 0;
|
|
6259
7007
|
}
|
|
6260
7008
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
6261
7009
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
6262
7010
|
color: #6b7280;
|
|
7011
|
+
border: 0;
|
|
6263
7012
|
}
|
|
6264
7013
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
6265
7014
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
6266
7015
|
background: #e5e7eb;
|
|
6267
7016
|
color: #4f46e5;
|
|
7017
|
+
border: 0;
|
|
6268
7018
|
}
|
|
6269
7019
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6270
7020
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6271
7021
|
box-shadow: none;
|
|
7022
|
+
border: 0;
|
|
6272
7023
|
}
|
|
6273
7024
|
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
6274
7025
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
@@ -6278,15 +7029,24 @@
|
|
|
6278
7029
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
6279
7030
|
background: #f3f4f6;
|
|
6280
7031
|
color: #6b7280;
|
|
7032
|
+
border: 0;
|
|
6281
7033
|
}
|
|
6282
7034
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6283
7035
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6284
7036
|
background: #e5e7eb;
|
|
6285
7037
|
color: #4f46e5;
|
|
6286
7038
|
}
|
|
7039
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
7040
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
7041
|
+
background: #f3f4f6;
|
|
7042
|
+
border-color: unset;
|
|
7043
|
+
color: #6b7280;
|
|
7044
|
+
}
|
|
6287
7045
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6288
7046
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
7047
|
+
box-shadow: none;
|
|
6289
7048
|
background: #f3f4f6;
|
|
7049
|
+
border: 0;
|
|
6290
7050
|
}
|
|
6291
7051
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
6292
7052
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
@@ -6296,6 +7056,7 @@
|
|
|
6296
7056
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
6297
7057
|
color: #6b7280;
|
|
6298
7058
|
background: #e5e7eb;
|
|
7059
|
+
border-color: unset;
|
|
6299
7060
|
}
|
|
6300
7061
|
.e-tab .e-tab-header .e-hor-nav,
|
|
6301
7062
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -6307,6 +7068,7 @@
|
|
|
6307
7068
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6308
7069
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon {
|
|
6309
7070
|
color: #6b7280;
|
|
7071
|
+
border: 0;
|
|
6310
7072
|
}
|
|
6311
7073
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6312
7074
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
@@ -6346,6 +7108,7 @@
|
|
|
6346
7108
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6347
7109
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
6348
7110
|
background: #e5e7eb;
|
|
7111
|
+
color: #6b7280;
|
|
6349
7112
|
border: 0;
|
|
6350
7113
|
border-radius: 0;
|
|
6351
7114
|
box-shadow: none;
|
|
@@ -6361,6 +7124,7 @@
|
|
|
6361
7124
|
}
|
|
6362
7125
|
.e-tab .e-tab-header .e-hor-nav:active,
|
|
6363
7126
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
7127
|
+
box-shadow: none;
|
|
6364
7128
|
background: #f3f4f6;
|
|
6365
7129
|
}
|
|
6366
7130
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
@@ -6368,31 +7132,61 @@
|
|
|
6368
7132
|
background: inherit;
|
|
6369
7133
|
border: 0;
|
|
6370
7134
|
box-shadow: none;
|
|
7135
|
+
border-radius: 0;
|
|
7136
|
+
}
|
|
7137
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
7138
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
7139
|
+
color: #6b7280;
|
|
7140
|
+
}
|
|
7141
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
7142
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
7143
|
+
border: 0;
|
|
6371
7144
|
}
|
|
6372
7145
|
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
6373
|
-
border-
|
|
6374
|
-
border-
|
|
7146
|
+
border-color: #e5e7eb;
|
|
7147
|
+
border-style: solid;
|
|
7148
|
+
border-width: 1px 0 0;
|
|
7149
|
+
}
|
|
7150
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
7151
|
+
border-color: #e5e7eb;
|
|
7152
|
+
border-style: solid;
|
|
7153
|
+
border-width: 1px 0 0;
|
|
7154
|
+
}
|
|
7155
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
7156
|
+
border-color: unset;
|
|
7157
|
+
border-style: solid;
|
|
7158
|
+
border-width: 0;
|
|
7159
|
+
}
|
|
7160
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
7161
|
+
border-radius: 0;
|
|
6375
7162
|
}
|
|
6376
7163
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6377
|
-
border-
|
|
7164
|
+
border-color: #e5e7eb unset unset;
|
|
7165
|
+
border-style: solid;
|
|
7166
|
+
border-width: 0;
|
|
7167
|
+
margin-top: 0;
|
|
6378
7168
|
border-radius: 0;
|
|
6379
|
-
border-top: initial;
|
|
6380
|
-
border-top-color: #e5e7eb;
|
|
6381
7169
|
}
|
|
6382
7170
|
.e-tab .e-tab-header.e-vertical {
|
|
6383
7171
|
border-bottom: 0;
|
|
6384
7172
|
}
|
|
6385
7173
|
.e-tab .e-tab-header.e-vertical::before {
|
|
6386
|
-
border-width: 0
|
|
7174
|
+
border-width: 0;
|
|
6387
7175
|
}
|
|
6388
7176
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active {
|
|
6389
7177
|
border-bottom: 1px solid #e5e7eb;
|
|
6390
7178
|
border-top: 1px solid #e5e7eb;
|
|
6391
7179
|
}
|
|
7180
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
7181
|
+
border-radius: 0;
|
|
7182
|
+
}
|
|
6392
7183
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6393
7184
|
border-radius: 0;
|
|
6394
7185
|
border-right: initial;
|
|
6395
7186
|
}
|
|
7187
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
7188
|
+
border-radius: 0;
|
|
7189
|
+
}
|
|
6396
7190
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6397
7191
|
border-left: initial;
|
|
6398
7192
|
border-radius: 0;
|
|
@@ -6418,6 +7212,10 @@
|
|
|
6418
7212
|
}
|
|
6419
7213
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
6420
7214
|
background: rgba(229, 231, 235, 0.12);
|
|
7215
|
+
border-color: rgba(229, 231, 235, 0.12) transparent transparent;
|
|
7216
|
+
}
|
|
7217
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
7218
|
+
background: rgba(243, 244, 246, 0.12);
|
|
6421
7219
|
}
|
|
6422
7220
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
6423
7221
|
color: #4f46e5;
|
|
@@ -6428,6 +7226,9 @@
|
|
|
6428
7226
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
6429
7227
|
background: rgba(243, 244, 246, 0.12);
|
|
6430
7228
|
}
|
|
7229
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
7230
|
+
color: none;
|
|
7231
|
+
}
|
|
6431
7232
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6432
7233
|
background: none;
|
|
6433
7234
|
}
|
|
@@ -6443,6 +7244,7 @@
|
|
|
6443
7244
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
6444
7245
|
background: inherit;
|
|
6445
7246
|
border: 0;
|
|
7247
|
+
color: #4f46e5;
|
|
6446
7248
|
}
|
|
6447
7249
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6448
7250
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -6457,23 +7259,36 @@
|
|
|
6457
7259
|
border: 0;
|
|
6458
7260
|
box-shadow: none;
|
|
6459
7261
|
}
|
|
7262
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7263
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7264
|
+
color: #6b7280;
|
|
7265
|
+
}
|
|
6460
7266
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
6461
7267
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
6462
7268
|
border: 0;
|
|
6463
7269
|
}
|
|
6464
7270
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6465
7271
|
background: rgba(243, 244, 246, 0.12);
|
|
7272
|
+
border: 0;
|
|
6466
7273
|
}
|
|
6467
7274
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6468
7275
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
6469
7276
|
color: #4f46e5;
|
|
6470
7277
|
}
|
|
7278
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
7279
|
+
color: #4f46e5;
|
|
7280
|
+
}
|
|
6471
7281
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6472
7282
|
color: #6b7280;
|
|
6473
7283
|
}
|
|
6474
7284
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6475
7285
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6476
7286
|
color: #6b7280;
|
|
7287
|
+
background: #f3f4f6;
|
|
7288
|
+
border: #e5e7eb;
|
|
7289
|
+
}
|
|
7290
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
7291
|
+
border-color: rgba(229, 231, 235, 0.12) transparent transparent;
|
|
6477
7292
|
}
|
|
6478
7293
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6479
7294
|
border: 0;
|
|
@@ -6504,6 +7319,9 @@
|
|
|
6504
7319
|
.e-tab.e-fill .e-tab-header {
|
|
6505
7320
|
border-bottom: 2px Solid #e5e7eb;
|
|
6506
7321
|
}
|
|
7322
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll {
|
|
7323
|
+
border: 0;
|
|
7324
|
+
}
|
|
6507
7325
|
.e-tab.e-fill .e-tab-header .e-toolbar-item {
|
|
6508
7326
|
border: 0;
|
|
6509
7327
|
}
|
|
@@ -6516,6 +7334,9 @@
|
|
|
6516
7334
|
.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 {
|
|
6517
7335
|
color: #4f46e5;
|
|
6518
7336
|
}
|
|
7337
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7338
|
+
color: #4f46e5;
|
|
7339
|
+
}
|
|
6519
7340
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6520
7341
|
margin-top: 0;
|
|
6521
7342
|
}
|
|
@@ -6525,6 +7346,7 @@
|
|
|
6525
7346
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6526
7347
|
background: #4f46e5;
|
|
6527
7348
|
border-radius: 0;
|
|
7349
|
+
border-color: unset;
|
|
6528
7350
|
}
|
|
6529
7351
|
.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 {
|
|
6530
7352
|
color: #fff;
|
|
@@ -6532,6 +7354,9 @@
|
|
|
6532
7354
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6533
7355
|
margin-top: 0;
|
|
6534
7356
|
}
|
|
7357
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7358
|
+
border: unset;
|
|
7359
|
+
}
|
|
6535
7360
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6536
7361
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6537
7362
|
color: #fff;
|
|
@@ -6539,6 +7364,25 @@
|
|
|
6539
7364
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
6540
7365
|
color: #fff;
|
|
6541
7366
|
}
|
|
7367
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
7368
|
+
color: #fff;
|
|
7369
|
+
}
|
|
7370
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
7371
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
7372
|
+
color: #111827;
|
|
7373
|
+
}
|
|
7374
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
7375
|
+
background: #e5e7eb;
|
|
7376
|
+
}
|
|
7377
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
7378
|
+
color: #4f46e5;
|
|
7379
|
+
}
|
|
7380
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
7381
|
+
color: #4f46e5;
|
|
7382
|
+
}
|
|
7383
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
7384
|
+
color: #4f46e5;
|
|
7385
|
+
}
|
|
6542
7386
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
6543
7387
|
border-bottom: 0;
|
|
6544
7388
|
border-top: 2px Solid #e5e7eb;
|
|
@@ -6591,6 +7435,13 @@
|
|
|
6591
7435
|
}
|
|
6592
7436
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6593
7437
|
background: rgba(243, 244, 246, 0.8);
|
|
7438
|
+
border-color: unset;
|
|
7439
|
+
}
|
|
7440
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7441
|
+
color: #3730a3;
|
|
7442
|
+
}
|
|
7443
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7444
|
+
color: #4f46e5;
|
|
6594
7445
|
}
|
|
6595
7446
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6596
7447
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -6603,6 +7454,9 @@
|
|
|
6603
7454
|
.e-tab.e-background .e-tab-header .e-toolbar-items {
|
|
6604
7455
|
background: #4f46e5;
|
|
6605
7456
|
}
|
|
7457
|
+
.e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll {
|
|
7458
|
+
border: 0;
|
|
7459
|
+
}
|
|
6606
7460
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
6607
7461
|
background: #fff;
|
|
6608
7462
|
bottom: 1px;
|
|
@@ -6615,31 +7469,82 @@
|
|
|
6615
7469
|
}
|
|
6616
7470
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6617
7471
|
background: #4f46e5;
|
|
7472
|
+
border-color: unset;
|
|
6618
7473
|
}
|
|
6619
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6620
7474
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6621
7475
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6622
7476
|
color: #e0e7ff;
|
|
6623
7477
|
}
|
|
7478
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
7479
|
+
color: #e0e7ff;
|
|
7480
|
+
}
|
|
7481
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
7482
|
+
color: #e0e7ff;
|
|
7483
|
+
}
|
|
6624
7484
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6625
7485
|
background: inherit;
|
|
7486
|
+
background-color: inherit;
|
|
7487
|
+
border-color: unset;
|
|
7488
|
+
}
|
|
7489
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
7490
|
+
color: #fff;
|
|
6626
7491
|
}
|
|
6627
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6628
7492
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6629
7493
|
color: #fff;
|
|
6630
7494
|
}
|
|
7495
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
7496
|
+
color: #e0e7ff;
|
|
7497
|
+
}
|
|
7498
|
+
.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 {
|
|
7499
|
+
color: #e0e7ff;
|
|
7500
|
+
}
|
|
6631
7501
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
6632
7502
|
border: 0;
|
|
6633
7503
|
margin: 0;
|
|
7504
|
+
background: inherit;
|
|
6634
7505
|
}
|
|
6635
7506
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6636
7507
|
background: #4f46e5;
|
|
7508
|
+
border-color: unset;
|
|
6637
7509
|
border-radius: 0;
|
|
7510
|
+
border-style: solid;
|
|
7511
|
+
border-width: 0;
|
|
7512
|
+
}
|
|
7513
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
7514
|
+
color: #fff;
|
|
7515
|
+
}
|
|
7516
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
7517
|
+
color: #fff;
|
|
7518
|
+
}
|
|
7519
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
7520
|
+
color: #fff;
|
|
7521
|
+
}
|
|
7522
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7523
|
+
background: #4f46e5;
|
|
7524
|
+
border-color: unset;
|
|
7525
|
+
}
|
|
7526
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7527
|
+
color: #fff;
|
|
6638
7528
|
}
|
|
6639
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6640
7529
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6641
7530
|
color: #fff;
|
|
6642
7531
|
}
|
|
7532
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
7533
|
+
color: #fff;
|
|
7534
|
+
}
|
|
7535
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
7536
|
+
color: #fff;
|
|
7537
|
+
}
|
|
7538
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
7539
|
+
color: #fff;
|
|
7540
|
+
}
|
|
7541
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
7542
|
+
background: #4338ca;
|
|
7543
|
+
}
|
|
7544
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
7545
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
7546
|
+
color: #fff;
|
|
7547
|
+
}
|
|
6643
7548
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6644
7549
|
background: #4338ca;
|
|
6645
7550
|
}
|
|
@@ -6647,6 +7552,15 @@
|
|
|
6647
7552
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6648
7553
|
color: #fff;
|
|
6649
7554
|
}
|
|
7555
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7556
|
+
color: #fff;
|
|
7557
|
+
}
|
|
7558
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
7559
|
+
color: #fff;
|
|
7560
|
+
}
|
|
7561
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7562
|
+
border: unset;
|
|
7563
|
+
}
|
|
6650
7564
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6651
7565
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6652
7566
|
color: #fff;
|
|
@@ -6654,6 +7568,10 @@
|
|
|
6654
7568
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
6655
7569
|
color: #fff;
|
|
6656
7570
|
}
|
|
7571
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
7572
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
7573
|
+
color: #fff;
|
|
7574
|
+
}
|
|
6657
7575
|
.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 {
|
|
6658
7576
|
background: rgba(79, 70, 229, 0);
|
|
6659
7577
|
}
|
|
@@ -6666,7 +7584,8 @@
|
|
|
6666
7584
|
background: #4f46e5;
|
|
6667
7585
|
}
|
|
6668
7586
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6669
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
7587
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
7588
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6670
7589
|
color: #e0e7ff;
|
|
6671
7590
|
}
|
|
6672
7591
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6677,38 +7596,79 @@
|
|
|
6677
7596
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6678
7597
|
color: #fff;
|
|
6679
7598
|
}
|
|
7599
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
7600
|
+
color: #e0e7ff;
|
|
7601
|
+
}
|
|
7602
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
7603
|
+
color: #e0e7ff;
|
|
7604
|
+
}
|
|
7605
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
7606
|
+
color: #e0e7ff;
|
|
7607
|
+
}
|
|
7608
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
7609
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
7610
|
+
background: #f3f4f6;
|
|
7611
|
+
}
|
|
6680
7612
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
6681
7613
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
6682
7614
|
color: #e0e7ff;
|
|
7615
|
+
border: 0;
|
|
6683
7616
|
}
|
|
6684
7617
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
6685
7618
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
6686
7619
|
background: #e5e7eb;
|
|
6687
7620
|
color: #6b7280;
|
|
7621
|
+
border-color: unset;
|
|
7622
|
+
}
|
|
7623
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
7624
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
7625
|
+
background: unset;
|
|
7626
|
+
color: #e0e7ff;
|
|
6688
7627
|
}
|
|
6689
7628
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
6690
7629
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6691
7630
|
color: #6b7280;
|
|
7631
|
+
border: 0;
|
|
7632
|
+
background: #f3f4f6;
|
|
6692
7633
|
}
|
|
6693
7634
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6694
7635
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6695
7636
|
background: #e5e7eb;
|
|
6696
7637
|
color: #6b7280;
|
|
6697
7638
|
}
|
|
7639
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
7640
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
7641
|
+
background: #f3f4f6;
|
|
7642
|
+
border-color: unset;
|
|
7643
|
+
color: #6b7280;
|
|
7644
|
+
}
|
|
6698
7645
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
6699
7646
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
6700
7647
|
animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
|
|
6701
7648
|
}
|
|
7649
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7650
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
7651
|
+
background: transparent;
|
|
7652
|
+
}
|
|
6702
7653
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6703
7654
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
6704
7655
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
6705
7656
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
6706
7657
|
color: #e0e7ff;
|
|
7658
|
+
border: 0;
|
|
6707
7659
|
}
|
|
6708
7660
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
6709
7661
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
6710
7662
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6711
7663
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
7664
|
+
background: #e5e7eb;
|
|
7665
|
+
border-color: unset;
|
|
7666
|
+
color: #6b7280;
|
|
7667
|
+
}
|
|
7668
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
7669
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
7670
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
7671
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
6712
7672
|
background: #e5e7eb;
|
|
6713
7673
|
color: #6b7280;
|
|
6714
7674
|
}
|
|
@@ -6717,6 +7677,22 @@
|
|
|
6717
7677
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6718
7678
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6719
7679
|
color: #6b7280;
|
|
7680
|
+
background: #f3f4f6;
|
|
7681
|
+
border: #e5e7eb;
|
|
7682
|
+
}
|
|
7683
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
7684
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
7685
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
7686
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
7687
|
+
background: #e5e7eb;
|
|
7688
|
+
}
|
|
7689
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
7690
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
7691
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7692
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7693
|
+
background: #e5e7eb;
|
|
7694
|
+
border-color: unset;
|
|
7695
|
+
color: #6b7280;
|
|
6720
7696
|
}
|
|
6721
7697
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
6722
7698
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -6726,6 +7702,40 @@
|
|
|
6726
7702
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
6727
7703
|
color: #6b7280;
|
|
6728
7704
|
}
|
|
7705
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
7706
|
+
border: 0;
|
|
7707
|
+
margin: 0;
|
|
7708
|
+
}
|
|
7709
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
7710
|
+
border-color: unset;
|
|
7711
|
+
border-radius: 0;
|
|
7712
|
+
border-style: solid;
|
|
7713
|
+
border-width: 0;
|
|
7714
|
+
}
|
|
7715
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
7716
|
+
border-color: unset;
|
|
7717
|
+
border-style: solid;
|
|
7718
|
+
border-width: 0;
|
|
7719
|
+
margin: 0;
|
|
7720
|
+
}
|
|
7721
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
7722
|
+
border-color: unset;
|
|
7723
|
+
border-radius: 0;
|
|
7724
|
+
border-style: solid;
|
|
7725
|
+
border-width: 0;
|
|
7726
|
+
}
|
|
7727
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
7728
|
+
border-color: unset;
|
|
7729
|
+
border-style: solid;
|
|
7730
|
+
border-width: 0;
|
|
7731
|
+
margin: 0;
|
|
7732
|
+
}
|
|
7733
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
7734
|
+
border-color: unset;
|
|
7735
|
+
border-radius: 0;
|
|
7736
|
+
border-style: solid;
|
|
7737
|
+
border-width: 0;
|
|
7738
|
+
}
|
|
6729
7739
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
6730
7740
|
border: 0;
|
|
6731
7741
|
}
|
|
@@ -6782,22 +7792,57 @@
|
|
|
6782
7792
|
color: rgba(229, 231, 235, 0.38);
|
|
6783
7793
|
}
|
|
6784
7794
|
.e-tab.e-background.e-accent .e-tab-header .e-indicator {
|
|
6785
|
-
background: #4f46e5;
|
|
6786
7795
|
background: #fff;
|
|
6787
|
-
bottom: 1px;
|
|
6788
7796
|
}
|
|
6789
7797
|
.e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator {
|
|
6790
7798
|
background: rgba(229, 231, 235, 0.38);
|
|
6791
7799
|
}
|
|
7800
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
7801
|
+
background: rgba(243, 244, 246, 0.12);
|
|
7802
|
+
border-color: unset;
|
|
7803
|
+
}
|
|
6792
7804
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6793
7805
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
6794
7806
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
6795
7807
|
color: #e0e7ff;
|
|
6796
7808
|
}
|
|
7809
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
7810
|
+
background: #4338ca;
|
|
7811
|
+
border-color: unset;
|
|
7812
|
+
}
|
|
6797
7813
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6798
7814
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6799
7815
|
color: #3730a3;
|
|
6800
7816
|
}
|
|
7817
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7818
|
+
background: #4f46e5;
|
|
7819
|
+
border: 0;
|
|
7820
|
+
border-radius: 0;
|
|
7821
|
+
}
|
|
7822
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7823
|
+
color: #3730a3;
|
|
7824
|
+
}
|
|
7825
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7826
|
+
color: #3730a3;
|
|
7827
|
+
}
|
|
7828
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7829
|
+
color: #e0e7ff;
|
|
7830
|
+
}
|
|
7831
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7832
|
+
color: #fff;
|
|
7833
|
+
}
|
|
7834
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7835
|
+
color: #fff;
|
|
7836
|
+
}
|
|
7837
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
7838
|
+
color: #fff;
|
|
7839
|
+
}
|
|
7840
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7841
|
+
color: #3730a3;
|
|
7842
|
+
}
|
|
7843
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
7844
|
+
color: #e0e7ff;
|
|
7845
|
+
}
|
|
6801
7846
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
|
|
6802
7847
|
background: rgba(79, 70, 229, 0);
|
|
6803
7848
|
}
|
|
@@ -6831,6 +7876,7 @@
|
|
|
6831
7876
|
.e-tab-clone-element .e-tab-wrap {
|
|
6832
7877
|
border-radius: 0;
|
|
6833
7878
|
color: #374151;
|
|
7879
|
+
border: 0;
|
|
6834
7880
|
}
|
|
6835
7881
|
.e-tab-clone-element .e-tab-wrap .e-tab-icon {
|
|
6836
7882
|
color: #374151;
|
|
@@ -7598,7 +8644,7 @@
|
|
|
7598
8644
|
color: #111827;
|
|
7599
8645
|
}
|
|
7600
8646
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow {
|
|
7601
|
-
background-color: #
|
|
8647
|
+
background-color: #d6d9e0;
|
|
7602
8648
|
border-color: #f3f4f6;
|
|
7603
8649
|
}
|
|
7604
8650
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
@@ -7642,7 +8688,7 @@
|
|
|
7642
8688
|
border-color: #e5e7eb;
|
|
7643
8689
|
}
|
|
7644
8690
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content {
|
|
7645
|
-
background-color: #
|
|
8691
|
+
background-color: #d6d9e0;
|
|
7646
8692
|
border-color: #f3f4f6;
|
|
7647
8693
|
}
|
|
7648
8694
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|