@syncfusion/ej2-navigations 20.3.58 → 20.4.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +16 -1
- package/CHANGELOG.md +25 -2
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +271 -216
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +269 -213
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/accordion/accordion.js +20 -19
- package/src/appbar/appbar-model.d.ts +15 -15
- package/src/appbar/appbar.d.ts +15 -15
- package/src/appbar/appbar.js +3 -3
- package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
- package/src/breadcrumb/breadcrumb.js +10 -5
- package/src/carousel/carousel.js +10 -10
- package/src/common/menu-base.js +9 -5
- package/src/menu/menu.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +6 -2
- package/src/tab/tab-model.d.ts +9 -0
- package/src/tab/tab.d.ts +9 -0
- package/src/tab/tab.js +28 -18
- package/src/toolbar/toolbar-model.d.ts +9 -0
- package/src/toolbar/toolbar.d.ts +11 -0
- package/src/toolbar/toolbar.js +132 -123
- package/src/treeview/treeview-model.d.ts +133 -45
- package/src/treeview/treeview.d.ts +135 -48
- package/src/treeview/treeview.js +49 -25
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +999 -145
- package/styles/bootstrap.css +986 -132
- package/styles/bootstrap4.css +888 -167
- package/styles/bootstrap5-dark.css +949 -179
- package/styles/bootstrap5.css +949 -179
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1068 -232
- package/styles/fabric.css +1067 -231
- package/styles/fluent-dark.css +1014 -123
- package/styles/fluent.css +1012 -121
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +918 -369
- package/styles/highcontrast.css +925 -370
- package/styles/material-dark.css +1184 -114
- package/styles/material.css +1162 -92
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +295 -988
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +587 -109
- package/styles/tab/bootstrap.css +574 -96
- package/styles/tab/bootstrap4.css +546 -114
- package/styles/tab/bootstrap5-dark.css +523 -134
- package/styles/tab/bootstrap5.css +523 -134
- package/styles/tab/fabric-dark.css +614 -199
- package/styles/tab/fabric.css +612 -197
- package/styles/tab/fluent-dark.css +546 -102
- package/styles/tab/fluent.css +546 -102
- package/styles/tab/highcontrast-light.css +520 -250
- package/styles/tab/highcontrast.css +520 -244
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +705 -54
- package/styles/tab/material.css +705 -54
- package/styles/tab/tailwind-dark.css +706 -71
- package/styles/tab/tailwind.css +706 -71
- package/styles/tailwind-dark.css +1145 -99
- package/styles/tailwind.css +1144 -98
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
|
@@ -854,6 +854,7 @@
|
|
|
854
854
|
text-align: center;
|
|
855
855
|
vertical-align: middle;
|
|
856
856
|
width: 100%;
|
|
857
|
+
font-size: 12px;
|
|
857
858
|
}
|
|
858
859
|
.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
|
|
859
860
|
pointer-events: none;
|
|
@@ -902,22 +903,34 @@
|
|
|
902
903
|
border: 0;
|
|
903
904
|
color: #fff;
|
|
904
905
|
}
|
|
906
|
+
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
|
|
907
|
+
background: #393939;
|
|
908
|
+
}
|
|
905
909
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
906
910
|
background: #393939;
|
|
907
911
|
border: 0;
|
|
908
912
|
color: #fff;
|
|
909
913
|
}
|
|
914
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
|
|
915
|
+
color: #f0f0f0;
|
|
916
|
+
}
|
|
910
917
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
911
918
|
background: #393939;
|
|
912
919
|
border: 0;
|
|
913
920
|
color: #fff;
|
|
914
921
|
}
|
|
922
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
|
|
923
|
+
color: #f0f0f0;
|
|
924
|
+
}
|
|
915
925
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
916
926
|
background: #2a2a2a;
|
|
917
927
|
border: 0;
|
|
918
928
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
919
929
|
color: #fff;
|
|
920
930
|
}
|
|
931
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
932
|
+
color: #f0f0f0;
|
|
933
|
+
}
|
|
921
934
|
.e-hscroll .e-scroll-nav {
|
|
922
935
|
background: #131313;
|
|
923
936
|
}
|
|
@@ -1153,10 +1166,18 @@
|
|
|
1153
1166
|
height: 50px;
|
|
1154
1167
|
min-height: 50px;
|
|
1155
1168
|
}
|
|
1169
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
1170
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
|
|
1171
|
+
font-size: 14px;
|
|
1172
|
+
}
|
|
1156
1173
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
1157
1174
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
1158
1175
|
font-size: 14px;
|
|
1159
1176
|
}
|
|
1177
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
|
|
1178
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
|
|
1179
|
+
font-size: 16px;
|
|
1180
|
+
}
|
|
1160
1181
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
1161
1182
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
1162
1183
|
border-bottom: 0;
|
|
@@ -1232,6 +1253,10 @@
|
|
|
1232
1253
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1233
1254
|
line-height: inherit;
|
|
1234
1255
|
}
|
|
1256
|
+
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
1257
|
+
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
1258
|
+
height: auto;
|
|
1259
|
+
}
|
|
1235
1260
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
1236
1261
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1237
1262
|
min-width: 48px;
|
|
@@ -1240,6 +1265,7 @@
|
|
|
1240
1265
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
1241
1266
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1242
1267
|
min-width: 24px;
|
|
1268
|
+
font-size: 16px;
|
|
1243
1269
|
}
|
|
1244
1270
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1245
1271
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
@@ -1255,6 +1281,7 @@
|
|
|
1255
1281
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1256
1282
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1257
1283
|
padding: 0 12px 0 15px;
|
|
1284
|
+
font-size: 14px;
|
|
1258
1285
|
}
|
|
1259
1286
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
1260
1287
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -1266,6 +1293,10 @@
|
|
|
1266
1293
|
margin-right: 15px;
|
|
1267
1294
|
white-space: normal;
|
|
1268
1295
|
}
|
|
1296
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
1297
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1298
|
+
margin: 0;
|
|
1299
|
+
}
|
|
1269
1300
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1270
1301
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
1271
1302
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -1378,7 +1409,6 @@
|
|
|
1378
1409
|
padding-left: 15px;
|
|
1379
1410
|
padding-right: 15px;
|
|
1380
1411
|
padding-top: 0;
|
|
1381
|
-
margin-left: -1px;
|
|
1382
1412
|
}
|
|
1383
1413
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1384
1414
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -1400,6 +1430,7 @@
|
|
|
1400
1430
|
}
|
|
1401
1431
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
1402
1432
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1433
|
+
margin: 0;
|
|
1403
1434
|
min-width: 0;
|
|
1404
1435
|
padding: 2.5px 5px;
|
|
1405
1436
|
}
|
|
@@ -1477,7 +1508,6 @@
|
|
|
1477
1508
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1478
1509
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1479
1510
|
padding-right: 15px;
|
|
1480
|
-
margin-left: 0;
|
|
1481
1511
|
}
|
|
1482
1512
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1483
1513
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -1574,6 +1604,7 @@
|
|
|
1574
1604
|
white-space: normal;
|
|
1575
1605
|
}
|
|
1576
1606
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1607
|
+
margin: 0;
|
|
1577
1608
|
height: 100%;
|
|
1578
1609
|
min-width: 30px;
|
|
1579
1610
|
padding: 4px 2.5px;
|
|
@@ -1634,6 +1665,7 @@
|
|
|
1634
1665
|
min-height: 25px;
|
|
1635
1666
|
min-width: 27px;
|
|
1636
1667
|
padding: 0;
|
|
1668
|
+
font-size: 14px;
|
|
1637
1669
|
}
|
|
1638
1670
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1639
1671
|
display: -ms-inline-flexbox;
|
|
@@ -1856,6 +1888,7 @@
|
|
|
1856
1888
|
text-align: center;
|
|
1857
1889
|
vertical-align: middle;
|
|
1858
1890
|
width: 100%;
|
|
1891
|
+
font-size: 12px;
|
|
1859
1892
|
}
|
|
1860
1893
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1861
1894
|
line-height: 25px;
|
|
@@ -1877,6 +1910,9 @@
|
|
|
1877
1910
|
margin-right: 15px;
|
|
1878
1911
|
white-space: normal;
|
|
1879
1912
|
}
|
|
1913
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1914
|
+
margin: 0;
|
|
1915
|
+
}
|
|
1880
1916
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1881
1917
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1882
1918
|
display: none;
|
|
@@ -2006,11 +2042,15 @@
|
|
|
2006
2042
|
min-height: 32px;
|
|
2007
2043
|
min-width: 0;
|
|
2008
2044
|
padding: 1px 2.5px;
|
|
2045
|
+
border-radius: 4px;
|
|
2009
2046
|
line-height: 27px;
|
|
2010
2047
|
}
|
|
2011
2048
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
2012
2049
|
padding: 0 1.5px;
|
|
2013
2050
|
}
|
|
2051
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
2052
|
+
outline: 0;
|
|
2053
|
+
}
|
|
2014
2054
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2015
2055
|
padding: 0 0 0 12px;
|
|
2016
2056
|
}
|
|
@@ -2021,6 +2061,7 @@
|
|
|
2021
2061
|
margin: 0;
|
|
2022
2062
|
min-width: 27px;
|
|
2023
2063
|
width: auto;
|
|
2064
|
+
padding-bottom: 0;
|
|
2024
2065
|
}
|
|
2025
2066
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
2026
2067
|
-ms-flex-item-align: center;
|
|
@@ -2167,33 +2208,60 @@
|
|
|
2167
2208
|
background: #131313;
|
|
2168
2209
|
box-shadow: none;
|
|
2169
2210
|
color: #f0f0f0;
|
|
2170
|
-
|
|
2211
|
+
border: 0;
|
|
2171
2212
|
}
|
|
2172
2213
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
2173
2214
|
color: #f0f0f0;
|
|
2174
2215
|
}
|
|
2175
2216
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2176
2217
|
background: #2a2a2a;
|
|
2177
|
-
border-color: #585858;
|
|
2178
2218
|
border-radius: 4px;
|
|
2179
2219
|
color: #fff;
|
|
2180
|
-
border:
|
|
2181
|
-
|
|
2220
|
+
border-color: #585858;
|
|
2221
|
+
border-style: solid;
|
|
2222
|
+
border-width: 1px;
|
|
2223
|
+
box-shadow: none;
|
|
2224
|
+
}
|
|
2225
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2226
|
+
color: #f0f0f0;
|
|
2227
|
+
}
|
|
2228
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2229
|
+
color: #fff;
|
|
2182
2230
|
}
|
|
2183
2231
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2184
2232
|
background: #313131;
|
|
2185
|
-
border-color: #6e6e6e;
|
|
2186
2233
|
border-radius: 4px;
|
|
2187
2234
|
color: #fff;
|
|
2188
|
-
border:
|
|
2235
|
+
border-color: #6e6e6e;
|
|
2236
|
+
border-style: solid;
|
|
2237
|
+
border-width: 1px;
|
|
2238
|
+
}
|
|
2239
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2240
|
+
color: #f0f0f0;
|
|
2241
|
+
}
|
|
2242
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2243
|
+
color: #fff;
|
|
2244
|
+
}
|
|
2245
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2246
|
+
color: #f0f0f0;
|
|
2247
|
+
}
|
|
2248
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2249
|
+
color: #fff;
|
|
2189
2250
|
}
|
|
2190
2251
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2191
2252
|
background: #2a2a2a;
|
|
2192
|
-
border-color: #6e6e6e;
|
|
2193
2253
|
border-radius: 4px;
|
|
2194
2254
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
|
|
2195
2255
|
color: #fff;
|
|
2196
|
-
border-
|
|
2256
|
+
border-color: #6e6e6e;
|
|
2257
|
+
border-style: solid;
|
|
2258
|
+
border-width: 0 0 0 1px;
|
|
2259
|
+
}
|
|
2260
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2261
|
+
color: #f0f0f0;
|
|
2262
|
+
}
|
|
2263
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2264
|
+
color: #fff;
|
|
2197
2265
|
}
|
|
2198
2266
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
2199
2267
|
color: #f0f0f0;
|
|
@@ -2203,6 +2271,54 @@
|
|
|
2203
2271
|
border: 1px solid #505050;
|
|
2204
2272
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
2205
2273
|
}
|
|
2274
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2275
|
+
background: #131313;
|
|
2276
|
+
}
|
|
2277
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2278
|
+
background: #313131;
|
|
2279
|
+
box-shadow: none;
|
|
2280
|
+
color: #fff;
|
|
2281
|
+
border-color: #6e6e6e;
|
|
2282
|
+
border-style: solid;
|
|
2283
|
+
border-width: 0;
|
|
2284
|
+
}
|
|
2285
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2286
|
+
color: #f0f0f0;
|
|
2287
|
+
}
|
|
2288
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2289
|
+
color: #fff;
|
|
2290
|
+
}
|
|
2291
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2292
|
+
background: #2a2a2a;
|
|
2293
|
+
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
|
|
2294
|
+
color: #fff;
|
|
2295
|
+
border-color: #6e6e6e;
|
|
2296
|
+
border-style: solid;
|
|
2297
|
+
border-width: 0;
|
|
2298
|
+
}
|
|
2299
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2300
|
+
color: #f0f0f0;
|
|
2301
|
+
}
|
|
2302
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2303
|
+
color: #fff;
|
|
2304
|
+
}
|
|
2305
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2306
|
+
background: #2a2a2a;
|
|
2307
|
+
box-shadow: none;
|
|
2308
|
+
color: #fff;
|
|
2309
|
+
border-color: #585858;
|
|
2310
|
+
border-style: solid;
|
|
2311
|
+
border-width: 0;
|
|
2312
|
+
}
|
|
2313
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2314
|
+
color: #f0f0f0;
|
|
2315
|
+
}
|
|
2316
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2317
|
+
color: #fff;
|
|
2318
|
+
}
|
|
2319
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2320
|
+
outline: 0;
|
|
2321
|
+
}
|
|
2206
2322
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
2207
2323
|
background: transparent;
|
|
2208
2324
|
}
|
|
@@ -2212,32 +2328,51 @@
|
|
|
2212
2328
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2213
2329
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2214
2330
|
background: #2a2a2a;
|
|
2215
|
-
border: 0;
|
|
2216
2331
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
|
|
2217
|
-
border-
|
|
2332
|
+
border-color: #2a2a2a;
|
|
2333
|
+
border-style: solid;
|
|
2334
|
+
border-width: 0;
|
|
2335
|
+
}
|
|
2336
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2337
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2338
|
+
border-color: #2a2a2a;
|
|
2339
|
+
border-style: solid;
|
|
2340
|
+
border-width: 0;
|
|
2218
2341
|
}
|
|
2219
2342
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2220
2343
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
2221
2344
|
color: #fff;
|
|
2222
2345
|
}
|
|
2346
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
2347
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
2348
|
+
color: #fff;
|
|
2349
|
+
}
|
|
2223
2350
|
.e-toolbar .e-tbar-btn {
|
|
2224
2351
|
background: #131313;
|
|
2225
2352
|
box-shadow: none;
|
|
2226
2353
|
color: #f0f0f0;
|
|
2227
|
-
|
|
2354
|
+
border: none;
|
|
2228
2355
|
}
|
|
2229
2356
|
.e-toolbar .e-tbar-btn:focus {
|
|
2230
2357
|
background: #2a2a2a;
|
|
2231
|
-
border: 1px solid #585858;
|
|
2232
|
-
margin: 0;
|
|
2233
|
-
border-color: #585858;
|
|
2234
2358
|
border-radius: 4px;
|
|
2235
2359
|
color: #fff;
|
|
2360
|
+
border-color: #585858;
|
|
2361
|
+
border-style: solid;
|
|
2362
|
+
border-width: 1px;
|
|
2363
|
+
box-shadow: none;
|
|
2364
|
+
}
|
|
2365
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2366
|
+
color: #f0f0f0;
|
|
2367
|
+
}
|
|
2368
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2369
|
+
color: #f0f0f0;
|
|
2236
2370
|
}
|
|
2237
2371
|
.e-toolbar .e-tbar-btn:hover {
|
|
2238
2372
|
background: #313131;
|
|
2239
|
-
border: 1px solid #6e6e6e;
|
|
2240
2373
|
border-color: #6e6e6e;
|
|
2374
|
+
border-style: solid;
|
|
2375
|
+
border-width: 1px;
|
|
2241
2376
|
border-radius: 4px;
|
|
2242
2377
|
color: #fff;
|
|
2243
2378
|
}
|
|
@@ -2246,6 +2381,7 @@
|
|
|
2246
2381
|
}
|
|
2247
2382
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
2248
2383
|
background: #131313;
|
|
2384
|
+
opacity: 0.5;
|
|
2249
2385
|
}
|
|
2250
2386
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
2251
2387
|
color: #fff;
|
|
@@ -2256,6 +2392,30 @@
|
|
|
2256
2392
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2257
2393
|
color: #f0f0f0;
|
|
2258
2394
|
}
|
|
2395
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2396
|
+
color: #fff;
|
|
2397
|
+
}
|
|
2398
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2399
|
+
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
2400
|
+
}
|
|
2401
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2402
|
+
color: #f0f0f0;
|
|
2403
|
+
}
|
|
2404
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2405
|
+
color: #f0f0f0;
|
|
2406
|
+
}
|
|
2407
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2408
|
+
color: #f0f0f0;
|
|
2409
|
+
}
|
|
2410
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2411
|
+
color: #f0f0f0;
|
|
2412
|
+
}
|
|
2413
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2414
|
+
color: #f0f0f0;
|
|
2415
|
+
}
|
|
2416
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2417
|
+
color: #f0f0f0;
|
|
2418
|
+
}
|
|
2259
2419
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2260
2420
|
border: solid #505050;
|
|
2261
2421
|
border-width: 0 1px 0 0;
|
|
@@ -2285,6 +2445,10 @@
|
|
|
2285
2445
|
border: 0;
|
|
2286
2446
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
|
|
2287
2447
|
color: #fff;
|
|
2448
|
+
background: #131313;
|
|
2449
|
+
}
|
|
2450
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
2451
|
+
color: #f0f0f0;
|
|
2288
2452
|
}
|
|
2289
2453
|
.e-toolbar .e-hor-nav:active::after {
|
|
2290
2454
|
content: "";
|
|
@@ -2294,19 +2458,45 @@
|
|
|
2294
2458
|
border-left: 1px solid #505050;
|
|
2295
2459
|
color: #fff;
|
|
2296
2460
|
}
|
|
2461
|
+
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2462
|
+
color: #f0f0f0;
|
|
2463
|
+
}
|
|
2464
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2465
|
+
border-color: #505050;
|
|
2466
|
+
border-style: solid;
|
|
2467
|
+
border-width: 0 0 0 1px;
|
|
2468
|
+
}
|
|
2469
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
2470
|
+
background: #313131;
|
|
2471
|
+
border-color: #505050;
|
|
2472
|
+
border-style: solid;
|
|
2473
|
+
border-width: 0 0 0 1px;
|
|
2474
|
+
}
|
|
2297
2475
|
.e-toolbar .e-hor-nav:focus {
|
|
2298
2476
|
background: #313131;
|
|
2299
|
-
border-left: 0;
|
|
2300
2477
|
color: #fff;
|
|
2478
|
+
border-color: #505050;
|
|
2479
|
+
border-style: solid;
|
|
2480
|
+
border-width: 0;
|
|
2481
|
+
}
|
|
2482
|
+
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2483
|
+
color: #f0f0f0;
|
|
2301
2484
|
}
|
|
2302
2485
|
.e-toolbar .e-tbar-btn:active {
|
|
2303
2486
|
background: #2a2a2a;
|
|
2304
|
-
border-left: 1px solid #6e6e6e;
|
|
2305
2487
|
border-color: #6e6e6e;
|
|
2488
|
+
border-style: solid;
|
|
2489
|
+
border-width: 0 0 0 1px;
|
|
2306
2490
|
border-radius: 4px;
|
|
2307
2491
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
|
|
2308
2492
|
color: #fff;
|
|
2309
2493
|
}
|
|
2494
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
2495
|
+
color: #f0f0f0;
|
|
2496
|
+
}
|
|
2497
|
+
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
2498
|
+
color: #f0f0f0;
|
|
2499
|
+
}
|
|
2310
2500
|
|
|
2311
2501
|
/*! accordion icons */
|
|
2312
2502
|
.e-accordion .e-tgl-collapse-icon::before {
|
|
@@ -2320,6 +2510,7 @@
|
|
|
2320
2510
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2321
2511
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2322
2512
|
font-size: 16px;
|
|
2513
|
+
vertical-align: middle;
|
|
2323
2514
|
}
|
|
2324
2515
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
2325
2516
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel {
|
|
@@ -2365,15 +2556,21 @@
|
|
|
2365
2556
|
min-height: 50px;
|
|
2366
2557
|
min-width: 24px;
|
|
2367
2558
|
right: 15px;
|
|
2559
|
+
font-size: 12px;
|
|
2368
2560
|
}
|
|
2369
2561
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
2370
2562
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
2371
2563
|
display: inline-block;
|
|
2372
2564
|
padding: 0 10px 0 0;
|
|
2373
2565
|
}
|
|
2566
|
+
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
2567
|
+
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2568
|
+
font-size: 12px;
|
|
2569
|
+
}
|
|
2374
2570
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2375
2571
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2376
2572
|
padding: 15px;
|
|
2573
|
+
font-size: 14px;
|
|
2377
2574
|
}
|
|
2378
2575
|
.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content,
|
|
2379
2576
|
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
@@ -2413,22 +2610,16 @@
|
|
|
2413
2610
|
border-radius: 4px;
|
|
2414
2611
|
margin-top: 5px;
|
|
2415
2612
|
}
|
|
2416
|
-
.e-accordion .e-acrdn-item
|
|
2417
|
-
|
|
2613
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
|
|
2614
|
+
border-top: 1px solid #505050;
|
|
2418
2615
|
}
|
|
2419
|
-
.e-accordion .e-acrdn-item
|
|
2420
|
-
|
|
2616
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2617
|
+
border-bottom: 1px solid #505050;
|
|
2421
2618
|
}
|
|
2422
2619
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
2423
2620
|
margin-bottom: 0;
|
|
2424
2621
|
margin-top: 0;
|
|
2425
2622
|
}
|
|
2426
|
-
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item.e-select {
|
|
2427
|
-
margin-top: 5px;
|
|
2428
|
-
}
|
|
2429
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header {
|
|
2430
|
-
border: 0;
|
|
2431
|
-
}
|
|
2432
2623
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
|
|
2433
2624
|
margin: 2px;
|
|
2434
2625
|
}
|
|
@@ -2470,10 +2661,14 @@
|
|
|
2470
2661
|
text-decoration: none;
|
|
2471
2662
|
text-overflow: ellipsis;
|
|
2472
2663
|
white-space: nowrap;
|
|
2664
|
+
margin-bottom: 0;
|
|
2473
2665
|
}
|
|
2474
2666
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2475
2667
|
display: inline-block;
|
|
2476
2668
|
}
|
|
2669
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2670
|
+
line-height: 39px;
|
|
2671
|
+
}
|
|
2477
2672
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2478
2673
|
display: none;
|
|
2479
2674
|
font-size: 12px;
|
|
@@ -2496,6 +2691,9 @@
|
|
|
2496
2691
|
display: inline-block;
|
|
2497
2692
|
padding: 0 10px 0 0;
|
|
2498
2693
|
}
|
|
2694
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2695
|
+
font-size: 12px;
|
|
2696
|
+
}
|
|
2499
2697
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
2500
2698
|
font-size: 14px;
|
|
2501
2699
|
overflow-y: hidden;
|
|
@@ -2574,25 +2772,118 @@
|
|
|
2574
2772
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2575
2773
|
background: #1a1a1a;
|
|
2576
2774
|
border: 1px none #505050;
|
|
2775
|
+
border-radius: 0;
|
|
2577
2776
|
}
|
|
2578
2777
|
.e-accordion .e-active {
|
|
2579
2778
|
background: #484848;
|
|
2580
2779
|
}
|
|
2780
|
+
.e-accordion .e-acrdn-item {
|
|
2781
|
+
border-color: #505050;
|
|
2782
|
+
border-style: solid;
|
|
2783
|
+
border-width: 0;
|
|
2784
|
+
border-radius: 4px;
|
|
2785
|
+
}
|
|
2786
|
+
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2787
|
+
border-bottom: 1px solid #505050;
|
|
2788
|
+
border-radius: 4px;
|
|
2789
|
+
}
|
|
2790
|
+
.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
|
|
2791
|
+
border-radius: 4px;
|
|
2792
|
+
}
|
|
2793
|
+
.e-accordion .e-acrdn-item:last-child {
|
|
2794
|
+
border-bottom: 0;
|
|
2795
|
+
}
|
|
2796
|
+
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
|
|
2797
|
+
border-radius: 4px;
|
|
2798
|
+
}
|
|
2799
|
+
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
2800
|
+
border-radius: 4px;
|
|
2801
|
+
}
|
|
2802
|
+
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2803
|
+
border-color: #505050;
|
|
2804
|
+
border-style: solid;
|
|
2805
|
+
border-width: 0;
|
|
2806
|
+
}
|
|
2807
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2808
|
+
border-top: 1px solid #505050;
|
|
2809
|
+
}
|
|
2810
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2811
|
+
border-color: #505050;
|
|
2812
|
+
border-style: solid;
|
|
2813
|
+
border-width: 0 0 1px 0;
|
|
2814
|
+
}
|
|
2815
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2816
|
+
background: transparent;
|
|
2817
|
+
}
|
|
2818
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2819
|
+
color: #f0f0f0;
|
|
2820
|
+
}
|
|
2821
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
|
|
2822
|
+
color: #fff;
|
|
2823
|
+
}
|
|
2824
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-icon .e-icons {
|
|
2825
|
+
color: #f0f0f0;
|
|
2826
|
+
}
|
|
2827
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-expand-state.e-select, .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2828
|
+
border-color: #505050;
|
|
2829
|
+
}
|
|
2830
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2831
|
+
border-color: #505050;
|
|
2832
|
+
border-style: solid;
|
|
2833
|
+
border-width: 1px;
|
|
2834
|
+
}
|
|
2835
|
+
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2836
|
+
border: 0;
|
|
2837
|
+
}
|
|
2838
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,
|
|
2839
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2840
|
+
color: #f0f0f0;
|
|
2841
|
+
}
|
|
2581
2842
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
2582
2843
|
background: #1a1a1a;
|
|
2844
|
+
opacity: 0.5;
|
|
2845
|
+
}
|
|
2846
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
2847
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
2848
|
+
color: #3e98ff;
|
|
2849
|
+
}
|
|
2850
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2851
|
+
color: #f0f0f0;
|
|
2852
|
+
}
|
|
2853
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2854
|
+
color: #f0f0f0;
|
|
2583
2855
|
}
|
|
2584
2856
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
2857
|
+
border-color: #505050;
|
|
2858
|
+
border-style: solid;
|
|
2859
|
+
border-width: 0 0 1px 0;
|
|
2585
2860
|
background: transparent;
|
|
2586
2861
|
}
|
|
2862
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2863
|
+
background: #484848;
|
|
2864
|
+
}
|
|
2865
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2866
|
+
background: #484848;
|
|
2867
|
+
}
|
|
2868
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2869
|
+
color: #f0f0f0;
|
|
2870
|
+
}
|
|
2871
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
|
|
2872
|
+
border-bottom: 1px solid #505050;
|
|
2873
|
+
}
|
|
2587
2874
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2588
2875
|
color: #3e98ff;
|
|
2589
2876
|
}
|
|
2590
2877
|
.e-accordion .e-acrdn-item.e-select {
|
|
2591
2878
|
background: #1a1a1a;
|
|
2592
|
-
border:
|
|
2879
|
+
border-color: #505050;
|
|
2880
|
+
border-style: solid;
|
|
2881
|
+
border-width: 1px;
|
|
2593
2882
|
}
|
|
2594
2883
|
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2595
2884
|
color: #f0f0f0;
|
|
2885
|
+
background: none;
|
|
2886
|
+
border-top: 0;
|
|
2596
2887
|
}
|
|
2597
2888
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2598
2889
|
color: #3e98ff;
|
|
@@ -2602,19 +2893,65 @@
|
|
|
2602
2893
|
}
|
|
2603
2894
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2604
2895
|
background: transparent;
|
|
2896
|
+
border: 0;
|
|
2897
|
+
border-color: initial;
|
|
2605
2898
|
}
|
|
2606
2899
|
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
2900
|
+
border: 0;
|
|
2607
2901
|
background: transparent;
|
|
2902
|
+
border-color: initial;
|
|
2608
2903
|
}
|
|
2609
2904
|
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
2905
|
+
border: 0;
|
|
2906
|
+
border-color: initial;
|
|
2610
2907
|
background: transparent;
|
|
2611
2908
|
}
|
|
2612
2909
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2613
|
-
|
|
2910
|
+
border: 0;
|
|
2911
|
+
box-shadow: none;
|
|
2912
|
+
background: transparent;
|
|
2913
|
+
}
|
|
2914
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2915
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2916
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2917
|
+
color: #3e98ff;
|
|
2918
|
+
}
|
|
2919
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2920
|
+
color: #3e98ff;
|
|
2921
|
+
}
|
|
2922
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2923
|
+
color: #3e98ff;
|
|
2924
|
+
}
|
|
2925
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
2926
|
+
color: #3e98ff;
|
|
2927
|
+
}
|
|
2928
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2929
|
+
color: #3e98ff;
|
|
2614
2930
|
}
|
|
2615
2931
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
2932
|
+
border-color: #505050;
|
|
2933
|
+
border-style: solid;
|
|
2934
|
+
border-width: 0 0 1px 0;
|
|
2616
2935
|
background: #484848;
|
|
2617
2936
|
}
|
|
2937
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-icons {
|
|
2938
|
+
color: #fff;
|
|
2939
|
+
}
|
|
2940
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons {
|
|
2941
|
+
color: #f0f0f0;
|
|
2942
|
+
}
|
|
2943
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2944
|
+
color: #f0f0f0;
|
|
2945
|
+
}
|
|
2946
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2947
|
+
color: #f0f0f0;
|
|
2948
|
+
}
|
|
2949
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon {
|
|
2950
|
+
color: #f0f0f0;
|
|
2951
|
+
}
|
|
2952
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2953
|
+
border-color: #505050;
|
|
2954
|
+
}
|
|
2618
2955
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon {
|
|
2619
2956
|
color: #fff;
|
|
2620
2957
|
}
|
|
@@ -2623,18 +2960,57 @@
|
|
|
2623
2960
|
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2624
2961
|
color: #f0f0f0;
|
|
2625
2962
|
}
|
|
2963
|
+
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
2964
|
+
border-color: #505050;
|
|
2965
|
+
}
|
|
2626
2966
|
.e-accordion .e-acrdn-item.e-selected {
|
|
2627
|
-
border:
|
|
2967
|
+
border-color: #505050;
|
|
2968
|
+
border-style: solid;
|
|
2969
|
+
border-width: 1px;
|
|
2970
|
+
}
|
|
2971
|
+
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2972
|
+
border-color: #505050;
|
|
2973
|
+
border-style: solid;
|
|
2974
|
+
border-width: 1px 0 1px 0;
|
|
2975
|
+
}
|
|
2976
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
2977
|
+
background: #1a1a1a;
|
|
2978
|
+
}
|
|
2979
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2980
|
+
border-bottom: 1px solid #505050;
|
|
2981
|
+
}
|
|
2982
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2983
|
+
color: #3e98ff;
|
|
2984
|
+
}
|
|
2985
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2986
|
+
color: #3e98ff;
|
|
2987
|
+
}
|
|
2988
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2989
|
+
box-shadow: none;
|
|
2628
2990
|
}
|
|
2629
2991
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2630
|
-
border:
|
|
2631
|
-
border-
|
|
2992
|
+
border-color: #505050;
|
|
2993
|
+
border-style: solid;
|
|
2994
|
+
border-width: 0 1px 1px 1px;
|
|
2995
|
+
}
|
|
2996
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
|
|
2997
|
+
color: #fff;
|
|
2998
|
+
}
|
|
2999
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
|
|
3000
|
+
color: #f0f0f0;
|
|
2632
3001
|
}
|
|
2633
3002
|
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
2634
3003
|
background: #484848;
|
|
2635
|
-
border: 0;
|
|
2636
|
-
border-bottom: 1px solid #505050;
|
|
2637
3004
|
border-radius: 0;
|
|
3005
|
+
border-color: #505050;
|
|
3006
|
+
border-style: solid;
|
|
3007
|
+
border-width: 0 0 1px 0;
|
|
3008
|
+
}
|
|
3009
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
|
|
3010
|
+
background: transparent;
|
|
3011
|
+
}
|
|
3012
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
3013
|
+
border-color: #505050;
|
|
2638
3014
|
}
|
|
2639
3015
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
2640
3016
|
color: #f0f0f0;
|
|
@@ -3278,18 +3654,6 @@
|
|
|
3278
3654
|
}
|
|
3279
3655
|
|
|
3280
3656
|
/*! tab icons */
|
|
3281
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
3282
|
-
content: "\e219";
|
|
3283
|
-
}
|
|
3284
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
3285
|
-
content: "\e98f";
|
|
3286
|
-
}
|
|
3287
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
3288
|
-
content: "\e98f";
|
|
3289
|
-
}
|
|
3290
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3291
|
-
content: "\e219";
|
|
3292
|
-
}
|
|
3293
3657
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3294
3658
|
content: "\e7fc";
|
|
3295
3659
|
position: relative;
|
|
@@ -3318,12 +3682,6 @@
|
|
|
3318
3682
|
content: "\e968";
|
|
3319
3683
|
}
|
|
3320
3684
|
}
|
|
3321
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
3322
|
-
content: "\eb04";
|
|
3323
|
-
}
|
|
3324
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
3325
|
-
content: "\eb05";
|
|
3326
|
-
}
|
|
3327
3685
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
3328
3686
|
content: "More";
|
|
3329
3687
|
}
|
|
@@ -3412,7 +3770,7 @@
|
|
|
3412
3770
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
3413
3771
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3414
3772
|
height: 50px;
|
|
3415
|
-
margin: 0
|
|
3773
|
+
margin: 0;
|
|
3416
3774
|
min-height: 50px;
|
|
3417
3775
|
min-width: auto;
|
|
3418
3776
|
padding: 0;
|
|
@@ -3420,7 +3778,7 @@
|
|
|
3420
3778
|
@media screen and (max-width: 480px) {
|
|
3421
3779
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
3422
3780
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3423
|
-
margin: 0
|
|
3781
|
+
margin: 0;
|
|
3424
3782
|
}
|
|
3425
3783
|
}
|
|
3426
3784
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom,
|
|
@@ -3447,6 +3805,12 @@
|
|
|
3447
3805
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3448
3806
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3449
3807
|
font-size: 15px;
|
|
3808
|
+
margin-bottom: 0;
|
|
3809
|
+
}
|
|
3810
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3811
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3812
|
+
position: relative;
|
|
3813
|
+
top: 2px;
|
|
3450
3814
|
}
|
|
3451
3815
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3452
3816
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -3462,7 +3826,7 @@
|
|
|
3462
3826
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3463
3827
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3464
3828
|
position: relative;
|
|
3465
|
-
top:
|
|
3829
|
+
top: 2px;
|
|
3466
3830
|
}
|
|
3467
3831
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
3468
3832
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -3474,10 +3838,6 @@
|
|
|
3474
3838
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
3475
3839
|
height: 50px;
|
|
3476
3840
|
}
|
|
3477
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3478
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
3479
|
-
padding: 0;
|
|
3480
|
-
}
|
|
3481
3841
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3482
3842
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3483
3843
|
cursor: pointer;
|
|
@@ -3508,6 +3868,7 @@
|
|
|
3508
3868
|
height: 24px;
|
|
3509
3869
|
min-width: 24px;
|
|
3510
3870
|
width: 24px;
|
|
3871
|
+
line-height: 1;
|
|
3511
3872
|
}
|
|
3512
3873
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3513
3874
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -3519,6 +3880,16 @@
|
|
|
3519
3880
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
3520
3881
|
padding: 0 20px;
|
|
3521
3882
|
}
|
|
3883
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3884
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3885
|
+
margin: 0 0 0 12px;
|
|
3886
|
+
}
|
|
3887
|
+
@media screen and (max-width: 480px) {
|
|
3888
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3889
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3890
|
+
margin: 0;
|
|
3891
|
+
}
|
|
3892
|
+
}
|
|
3522
3893
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3523
3894
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3524
3895
|
margin: 0 0 0 10px;
|
|
@@ -3764,7 +4135,6 @@
|
|
|
3764
4135
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
3765
4136
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3766
4137
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
3767
|
-
top: 0;
|
|
3768
4138
|
line-height: 42px;
|
|
3769
4139
|
top: 0.5px;
|
|
3770
4140
|
}
|
|
@@ -3778,8 +4148,8 @@
|
|
|
3778
4148
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
3779
4149
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3780
4150
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
3781
|
-
top: 0;
|
|
3782
4151
|
line-height: 42px;
|
|
4152
|
+
top: 0;
|
|
3783
4153
|
}
|
|
3784
4154
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3785
4155
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
@@ -3814,7 +4184,7 @@
|
|
|
3814
4184
|
}
|
|
3815
4185
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
|
|
3816
4186
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3817
|
-
margin:
|
|
4187
|
+
margin: 0 2px 0 0;
|
|
3818
4188
|
padding-bottom: 0;
|
|
3819
4189
|
}
|
|
3820
4190
|
@media screen and (max-width: 480px) {
|
|
@@ -3831,11 +4201,6 @@
|
|
|
3831
4201
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
3832
4202
|
top: 0.5px;
|
|
3833
4203
|
}
|
|
3834
|
-
.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,
|
|
3835
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3836
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3837
|
-
height: initial;
|
|
3838
|
-
}
|
|
3839
4204
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before,
|
|
3840
4205
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
3841
4206
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
@@ -3875,16 +4240,15 @@
|
|
|
3875
4240
|
height: 50px;
|
|
3876
4241
|
padding: 0;
|
|
3877
4242
|
}
|
|
3878
|
-
.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,
|
|
3879
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3880
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3881
|
-
height: 50px;
|
|
3882
|
-
}
|
|
3883
4243
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap,
|
|
3884
4244
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
3885
4245
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
3886
4246
|
height: initial;
|
|
3887
4247
|
}
|
|
4248
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
4249
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
4250
|
+
height: 50px;
|
|
4251
|
+
}
|
|
3888
4252
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
3889
4253
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
3890
4254
|
max-width: 150px;
|
|
@@ -3922,6 +4286,11 @@
|
|
|
3922
4286
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
3923
4287
|
right: -20px;
|
|
3924
4288
|
}
|
|
4289
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
4290
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
4291
|
+
min-height: 38px;
|
|
4292
|
+
min-width: auto;
|
|
4293
|
+
}
|
|
3925
4294
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
3926
4295
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
3927
4296
|
height: 24px;
|
|
@@ -3981,10 +4350,6 @@
|
|
|
3981
4350
|
font-size: 12px;
|
|
3982
4351
|
}
|
|
3983
4352
|
}
|
|
3984
|
-
.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active,
|
|
3985
|
-
.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active {
|
|
3986
|
-
margin: 0 0 0 2px;
|
|
3987
|
-
}
|
|
3988
4353
|
.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
|
|
3989
4354
|
.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
3990
4355
|
height: inherit;
|
|
@@ -4034,6 +4399,10 @@
|
|
|
4034
4399
|
height: 50px;
|
|
4035
4400
|
padding: 0;
|
|
4036
4401
|
}
|
|
4402
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
4403
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
4404
|
+
height: 50px;
|
|
4405
|
+
}
|
|
4037
4406
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
4038
4407
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
4039
4408
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -4098,10 +4467,6 @@
|
|
|
4098
4467
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
4099
4468
|
top: 0;
|
|
4100
4469
|
}
|
|
4101
|
-
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
|
|
4102
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
4103
|
-
margin: 1px 0 -6px 2px;
|
|
4104
|
-
}
|
|
4105
4470
|
.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator),
|
|
4106
4471
|
.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
4107
4472
|
margin: 0 0 0 2px;
|
|
@@ -4145,6 +4510,7 @@
|
|
|
4145
4510
|
height: 50px;
|
|
4146
4511
|
margin: 0 2px 0 0;
|
|
4147
4512
|
min-height: 50px;
|
|
4513
|
+
padding: 0;
|
|
4148
4514
|
}
|
|
4149
4515
|
@media screen and (max-width: 480px) {
|
|
4150
4516
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -4250,6 +4616,10 @@
|
|
|
4250
4616
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4251
4617
|
height: 50px;
|
|
4252
4618
|
}
|
|
4619
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4620
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4621
|
+
height: 50px;
|
|
4622
|
+
}
|
|
4253
4623
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
|
|
4254
4624
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
4255
4625
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -4285,7 +4655,7 @@
|
|
|
4285
4655
|
}
|
|
4286
4656
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4287
4657
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4288
|
-
|
|
4658
|
+
padding: 0;
|
|
4289
4659
|
}
|
|
4290
4660
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4291
4661
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -4305,10 +4675,6 @@
|
|
|
4305
4675
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4306
4676
|
margin-bottom: 0;
|
|
4307
4677
|
}
|
|
4308
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4309
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4310
|
-
height: 50px;
|
|
4311
|
-
}
|
|
4312
4678
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
4313
4679
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
4314
4680
|
padding: 0 20px;
|
|
@@ -4327,6 +4693,10 @@
|
|
|
4327
4693
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4328
4694
|
margin: 1px 0 -6px 2px;
|
|
4329
4695
|
}
|
|
4696
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
4697
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
4698
|
+
margin: 0;
|
|
4699
|
+
}
|
|
4330
4700
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4331
4701
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4332
4702
|
margin: 0 10px 0 0;
|
|
@@ -4484,17 +4854,44 @@
|
|
|
4484
4854
|
margin: 0 2px -4px 0;
|
|
4485
4855
|
}
|
|
4486
4856
|
}
|
|
4857
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
4858
|
+
position: unset;
|
|
4859
|
+
}
|
|
4860
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
4861
|
+
left: unset;
|
|
4862
|
+
right: unset;
|
|
4863
|
+
}
|
|
4864
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
4865
|
+
background-color: unset;
|
|
4866
|
+
bottom: unset;
|
|
4867
|
+
content: unset;
|
|
4868
|
+
height: unset;
|
|
4869
|
+
left: unset;
|
|
4870
|
+
position: unset;
|
|
4871
|
+
right: unset;
|
|
4872
|
+
transition: unset;
|
|
4873
|
+
}
|
|
4874
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
4875
|
+
color: unset;
|
|
4876
|
+
content: unset;
|
|
4877
|
+
display: unset;
|
|
4878
|
+
font-weight: unset;
|
|
4879
|
+
height: unset;
|
|
4880
|
+
overflow: unset;
|
|
4881
|
+
visibility: unset;
|
|
4882
|
+
}
|
|
4487
4883
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
4488
4884
|
padding: 0;
|
|
4489
4885
|
}
|
|
4490
4886
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
4491
4887
|
display: none;
|
|
4492
4888
|
}
|
|
4493
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll
|
|
4494
|
-
|
|
4889
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
4890
|
+
padding: 0;
|
|
4495
4891
|
}
|
|
4496
4892
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4497
4893
|
width: 40px;
|
|
4894
|
+
border-radius: 0;
|
|
4498
4895
|
}
|
|
4499
4896
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4500
4897
|
margin: 0 2px -2px 0;
|
|
@@ -4522,6 +4919,7 @@
|
|
|
4522
4919
|
height: 2px;
|
|
4523
4920
|
left: 0;
|
|
4524
4921
|
right: 0;
|
|
4922
|
+
border-radius: 0;
|
|
4525
4923
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4526
4924
|
}
|
|
4527
4925
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4529,7 +4927,7 @@
|
|
|
4529
4927
|
}
|
|
4530
4928
|
.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4531
4929
|
height: 40px;
|
|
4532
|
-
margin: 0
|
|
4930
|
+
margin: 0;
|
|
4533
4931
|
min-height: 40px;
|
|
4534
4932
|
min-width: auto;
|
|
4535
4933
|
padding: 0;
|
|
@@ -4571,6 +4969,10 @@
|
|
|
4571
4969
|
font-size: 14px;
|
|
4572
4970
|
font-weight: 400;
|
|
4573
4971
|
text-transform: capitalize;
|
|
4972
|
+
-ms-flex-item-align: auto;
|
|
4973
|
+
-ms-grid-row-align: auto;
|
|
4974
|
+
align-self: auto;
|
|
4975
|
+
margin-bottom: 0;
|
|
4574
4976
|
}
|
|
4575
4977
|
@media screen and (max-width: 480px) {
|
|
4576
4978
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -4602,7 +5004,12 @@
|
|
|
4602
5004
|
font-weight: 400;
|
|
4603
5005
|
}
|
|
4604
5006
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
4605
|
-
top:
|
|
5007
|
+
top: 2px;
|
|
5008
|
+
left: 2px;
|
|
5009
|
+
}
|
|
5010
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
5011
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
5012
|
+
left: 0;
|
|
4606
5013
|
}
|
|
4607
5014
|
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4608
5015
|
height: 40px;
|
|
@@ -4634,7 +5041,7 @@
|
|
|
4634
5041
|
}
|
|
4635
5042
|
}
|
|
4636
5043
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4637
|
-
top:
|
|
5044
|
+
top: 1px;
|
|
4638
5045
|
}
|
|
4639
5046
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
4640
5047
|
display: -ms-inline-flexbox;
|
|
@@ -4642,6 +5049,7 @@
|
|
|
4642
5049
|
height: 20px;
|
|
4643
5050
|
min-width: 20px;
|
|
4644
5051
|
width: 20px;
|
|
5052
|
+
line-height: 1;
|
|
4645
5053
|
}
|
|
4646
5054
|
@media screen and (max-width: 480px) {
|
|
4647
5055
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4659,6 +5067,15 @@
|
|
|
4659
5067
|
font-size: 20px;
|
|
4660
5068
|
}
|
|
4661
5069
|
}
|
|
5070
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5071
|
+
position: relative;
|
|
5072
|
+
top: 2px;
|
|
5073
|
+
left: 2px;
|
|
5074
|
+
}
|
|
5075
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
5076
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
5077
|
+
left: 0;
|
|
5078
|
+
}
|
|
4662
5079
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
4663
5080
|
-ms-flex-pack: center;
|
|
4664
5081
|
justify-content: center;
|
|
@@ -4669,6 +5086,14 @@
|
|
|
4669
5086
|
padding: 0 20px;
|
|
4670
5087
|
}
|
|
4671
5088
|
}
|
|
5089
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5090
|
+
margin: 0 0 0 8px;
|
|
5091
|
+
}
|
|
5092
|
+
@media screen and (max-width: 480px) {
|
|
5093
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5094
|
+
margin: 0;
|
|
5095
|
+
}
|
|
5096
|
+
}
|
|
4672
5097
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4673
5098
|
margin: 0 0 0 8px;
|
|
4674
5099
|
}
|
|
@@ -4766,6 +5191,7 @@
|
|
|
4766
5191
|
}
|
|
4767
5192
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
4768
5193
|
margin: 0;
|
|
5194
|
+
padding: 0;
|
|
4769
5195
|
}
|
|
4770
5196
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
4771
5197
|
height: 26px;
|
|
@@ -4977,7 +5403,6 @@
|
|
|
4977
5403
|
}
|
|
4978
5404
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
4979
5405
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
4980
|
-
top: 0;
|
|
4981
5406
|
line-height: 34px;
|
|
4982
5407
|
top: 0;
|
|
4983
5408
|
}
|
|
@@ -5013,7 +5438,6 @@
|
|
|
5013
5438
|
}
|
|
5014
5439
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5015
5440
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5016
|
-
top: 0;
|
|
5017
5441
|
line-height: 32px;
|
|
5018
5442
|
top: 0;
|
|
5019
5443
|
}
|
|
@@ -5028,6 +5452,32 @@
|
|
|
5028
5452
|
line-height: 32px;
|
|
5029
5453
|
top: -0.5px;
|
|
5030
5454
|
}
|
|
5455
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
5456
|
+
position: unset;
|
|
5457
|
+
}
|
|
5458
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5459
|
+
left: unset;
|
|
5460
|
+
right: unset;
|
|
5461
|
+
}
|
|
5462
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5463
|
+
background-color: unset;
|
|
5464
|
+
content: unset;
|
|
5465
|
+
height: unset;
|
|
5466
|
+
left: unset;
|
|
5467
|
+
position: unset;
|
|
5468
|
+
right: unset;
|
|
5469
|
+
top: unset;
|
|
5470
|
+
transition: unset;
|
|
5471
|
+
}
|
|
5472
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5473
|
+
color: unset;
|
|
5474
|
+
content: unset;
|
|
5475
|
+
display: unset;
|
|
5476
|
+
font-weight: unset;
|
|
5477
|
+
height: unset;
|
|
5478
|
+
overflow: unset;
|
|
5479
|
+
visibility: unset;
|
|
5480
|
+
}
|
|
5031
5481
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
5032
5482
|
bottom: auto;
|
|
5033
5483
|
}
|
|
@@ -5049,7 +5499,7 @@
|
|
|
5049
5499
|
top: 0;
|
|
5050
5500
|
}
|
|
5051
5501
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
5052
|
-
margin:
|
|
5502
|
+
margin: 0 2px 0 0;
|
|
5053
5503
|
padding-bottom: 0;
|
|
5054
5504
|
padding-top: 0;
|
|
5055
5505
|
}
|
|
@@ -5062,6 +5512,12 @@
|
|
|
5062
5512
|
height: 40px;
|
|
5063
5513
|
padding: 0;
|
|
5064
5514
|
}
|
|
5515
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:not(.e-separator):last-child .e-text-wrap::before {
|
|
5516
|
+
top: unset;
|
|
5517
|
+
}
|
|
5518
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
5519
|
+
top: 0;
|
|
5520
|
+
}
|
|
5065
5521
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap {
|
|
5066
5522
|
height: initial;
|
|
5067
5523
|
}
|
|
@@ -5134,6 +5590,13 @@
|
|
|
5134
5590
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
5135
5591
|
display: none;
|
|
5136
5592
|
}
|
|
5593
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
5594
|
+
min-height: 40px;
|
|
5595
|
+
min-width: 33px;
|
|
5596
|
+
}
|
|
5597
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
5598
|
+
margin: 0;
|
|
5599
|
+
}
|
|
5137
5600
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
5138
5601
|
right: -15px;
|
|
5139
5602
|
}
|
|
@@ -5150,6 +5613,30 @@
|
|
|
5150
5613
|
left: auto;
|
|
5151
5614
|
right: 0;
|
|
5152
5615
|
}
|
|
5616
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5617
|
+
bottom: unset;
|
|
5618
|
+
height: unset;
|
|
5619
|
+
}
|
|
5620
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5621
|
+
background-color: unset;
|
|
5622
|
+
bottom: unset;
|
|
5623
|
+
content: unset;
|
|
5624
|
+
height: unset;
|
|
5625
|
+
left: unset;
|
|
5626
|
+
position: unset;
|
|
5627
|
+
right: unset;
|
|
5628
|
+
transition: unset;
|
|
5629
|
+
width: unset;
|
|
5630
|
+
}
|
|
5631
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5632
|
+
color: unset;
|
|
5633
|
+
content: unset;
|
|
5634
|
+
display: unset;
|
|
5635
|
+
font-weight: unset;
|
|
5636
|
+
height: unset;
|
|
5637
|
+
overflow: unset;
|
|
5638
|
+
visibility: unset;
|
|
5639
|
+
}
|
|
5153
5640
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
5154
5641
|
float: right;
|
|
5155
5642
|
}
|
|
@@ -5166,6 +5653,30 @@
|
|
|
5166
5653
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
5167
5654
|
width: auto;
|
|
5168
5655
|
}
|
|
5656
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5657
|
+
bottom: unset;
|
|
5658
|
+
height: unset;
|
|
5659
|
+
}
|
|
5660
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5661
|
+
background-color: unset;
|
|
5662
|
+
bottom: unset;
|
|
5663
|
+
content: unset;
|
|
5664
|
+
height: unset;
|
|
5665
|
+
left: unset;
|
|
5666
|
+
position: unset;
|
|
5667
|
+
right: unset;
|
|
5668
|
+
transition: unset;
|
|
5669
|
+
width: unset;
|
|
5670
|
+
}
|
|
5671
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5672
|
+
color: unset;
|
|
5673
|
+
content: unset;
|
|
5674
|
+
display: unset;
|
|
5675
|
+
font-weight: unset;
|
|
5676
|
+
height: unset;
|
|
5677
|
+
overflow: unset;
|
|
5678
|
+
visibility: unset;
|
|
5679
|
+
}
|
|
5169
5680
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5170
5681
|
height: 16px;
|
|
5171
5682
|
-ms-flex-pack: center;
|
|
@@ -5291,6 +5802,28 @@
|
|
|
5291
5802
|
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
5292
5803
|
height: 62px;
|
|
5293
5804
|
}
|
|
5805
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
5806
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5807
|
+
position: unset;
|
|
5808
|
+
}
|
|
5809
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5810
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5811
|
+
border: unset;
|
|
5812
|
+
content: unset;
|
|
5813
|
+
display: none;
|
|
5814
|
+
position: unset;
|
|
5815
|
+
top: unset;
|
|
5816
|
+
width: unset;
|
|
5817
|
+
}
|
|
5818
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5819
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5820
|
+
content: unset;
|
|
5821
|
+
display: unset;
|
|
5822
|
+
position: unset;
|
|
5823
|
+
top: unset;
|
|
5824
|
+
width: unset;
|
|
5825
|
+
border: unset;
|
|
5826
|
+
}
|
|
5294
5827
|
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
5295
5828
|
height: 62px;
|
|
5296
5829
|
}
|
|
@@ -5303,6 +5836,9 @@
|
|
|
5303
5836
|
font-size: 12px;
|
|
5304
5837
|
}
|
|
5305
5838
|
}
|
|
5839
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
5840
|
+
width: 2px;
|
|
5841
|
+
}
|
|
5306
5842
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5307
5843
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5308
5844
|
display: none;
|
|
@@ -5314,6 +5850,10 @@
|
|
|
5314
5850
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
5315
5851
|
height: 16px;
|
|
5316
5852
|
}
|
|
5853
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5854
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5855
|
+
top: unset;
|
|
5856
|
+
}
|
|
5317
5857
|
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
5318
5858
|
margin: 0 0 0 2px;
|
|
5319
5859
|
}
|
|
@@ -5500,9 +6040,6 @@
|
|
|
5500
6040
|
min-height: 50px;
|
|
5501
6041
|
}
|
|
5502
6042
|
}
|
|
5503
|
-
.e-tab.e-fill .e-tab-header::before {
|
|
5504
|
-
display: none;
|
|
5505
|
-
}
|
|
5506
6043
|
.e-tab.e-fill .e-tab-header .e-indicator {
|
|
5507
6044
|
display: none;
|
|
5508
6045
|
}
|
|
@@ -5523,6 +6060,7 @@
|
|
|
5523
6060
|
height: 40px;
|
|
5524
6061
|
margin: 0 2px 0 0;
|
|
5525
6062
|
min-height: 40px;
|
|
6063
|
+
padding: 0;
|
|
5526
6064
|
}
|
|
5527
6065
|
@media screen and (max-width: 480px) {
|
|
5528
6066
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5623,6 +6161,9 @@
|
|
|
5623
6161
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5624
6162
|
height: 40px;
|
|
5625
6163
|
}
|
|
6164
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
6165
|
+
height: 40px;
|
|
6166
|
+
}
|
|
5626
6167
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
5627
6168
|
height: 62px;
|
|
5628
6169
|
}
|
|
@@ -5641,16 +6182,14 @@
|
|
|
5641
6182
|
height: 60px;
|
|
5642
6183
|
min-height: 60px;
|
|
5643
6184
|
}
|
|
5644
|
-
.e-tab.e-background .e-tab-header::before {
|
|
5645
|
-
display: none;
|
|
5646
|
-
}
|
|
5647
6185
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
5648
6186
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5649
6187
|
margin: 0;
|
|
5650
6188
|
padding: 0;
|
|
5651
6189
|
}
|
|
5652
6190
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5653
|
-
margin: 0
|
|
6191
|
+
margin: 0;
|
|
6192
|
+
padding: 0;
|
|
5654
6193
|
}
|
|
5655
6194
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5656
6195
|
padding: 0 15px;
|
|
@@ -5666,12 +6205,12 @@
|
|
|
5666
6205
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5667
6206
|
margin-bottom: 0;
|
|
5668
6207
|
}
|
|
5669
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5670
|
-
height: 40px;
|
|
5671
|
-
}
|
|
5672
6208
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5673
6209
|
font-weight: 400;
|
|
5674
6210
|
}
|
|
6211
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
6212
|
+
display: none;
|
|
6213
|
+
}
|
|
5675
6214
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
5676
6215
|
padding: 0 15px;
|
|
5677
6216
|
}
|
|
@@ -5693,12 +6232,12 @@
|
|
|
5693
6232
|
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5694
6233
|
margin: 1px 0 -4px 2px;
|
|
5695
6234
|
}
|
|
5696
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
5697
|
-
margin: 1px 0 -4px 2px;
|
|
5698
|
-
}
|
|
5699
6235
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5700
6236
|
margin: 1px 0 -4px 2px;
|
|
5701
6237
|
}
|
|
6238
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
6239
|
+
margin: 0;
|
|
6240
|
+
}
|
|
5702
6241
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
5703
6242
|
margin: 0 8px 0 0;
|
|
5704
6243
|
}
|
|
@@ -5717,12 +6256,6 @@
|
|
|
5717
6256
|
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
5718
6257
|
margin: 0 0 0 2px;
|
|
5719
6258
|
}
|
|
5720
|
-
.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 {
|
|
5721
|
-
margin: 0 0 0 2px;
|
|
5722
|
-
}
|
|
5723
|
-
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active .e-tab-text {
|
|
5724
|
-
margin-bottom: 0;
|
|
5725
|
-
}
|
|
5726
6259
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
5727
6260
|
margin: 0;
|
|
5728
6261
|
}
|
|
@@ -5781,7 +6314,7 @@
|
|
|
5781
6314
|
}
|
|
5782
6315
|
.e-tab-clone-element:not(.e-separator) {
|
|
5783
6316
|
height: 40px;
|
|
5784
|
-
margin: 0
|
|
6317
|
+
margin: 0;
|
|
5785
6318
|
min-height: 40px;
|
|
5786
6319
|
min-width: auto;
|
|
5787
6320
|
padding: 0;
|
|
@@ -5823,6 +6356,9 @@
|
|
|
5823
6356
|
font-size: 14px;
|
|
5824
6357
|
font-weight: 400;
|
|
5825
6358
|
text-transform: capitalize;
|
|
6359
|
+
-ms-flex-item-align: auto;
|
|
6360
|
+
-ms-grid-row-align: auto;
|
|
6361
|
+
align-self: auto;
|
|
5826
6362
|
}
|
|
5827
6363
|
@media screen and (max-width: 480px) {
|
|
5828
6364
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -5843,7 +6379,7 @@
|
|
|
5843
6379
|
}
|
|
5844
6380
|
}
|
|
5845
6381
|
.e-tab-clone-element .e-close-icon::before {
|
|
5846
|
-
top:
|
|
6382
|
+
top: 1px;
|
|
5847
6383
|
}
|
|
5848
6384
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
5849
6385
|
display: -ms-inline-flexbox;
|
|
@@ -5851,6 +6387,7 @@
|
|
|
5851
6387
|
height: 20px;
|
|
5852
6388
|
min-width: 20px;
|
|
5853
6389
|
width: 20px;
|
|
6390
|
+
line-height: 1;
|
|
5854
6391
|
}
|
|
5855
6392
|
@media screen and (max-width: 480px) {
|
|
5856
6393
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -5878,6 +6415,14 @@
|
|
|
5878
6415
|
padding: 0 20px;
|
|
5879
6416
|
}
|
|
5880
6417
|
}
|
|
6418
|
+
.e-tab-clone-element .e-icon-right {
|
|
6419
|
+
margin: 0 0 0 8px;
|
|
6420
|
+
}
|
|
6421
|
+
@media screen and (max-width: 480px) {
|
|
6422
|
+
.e-tab-clone-element .e-icon-right {
|
|
6423
|
+
margin: 0;
|
|
6424
|
+
}
|
|
6425
|
+
}
|
|
5881
6426
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
5882
6427
|
margin: 0 0 0 8px;
|
|
5883
6428
|
}
|
|
@@ -5972,14 +6517,14 @@
|
|
|
5972
6517
|
|
|
5973
6518
|
.e-bigger .e-tab-clone-element:not(.e-separator) {
|
|
5974
6519
|
height: 50px;
|
|
5975
|
-
margin: 0
|
|
6520
|
+
margin: 0;
|
|
5976
6521
|
min-height: 50px;
|
|
5977
6522
|
min-width: auto;
|
|
5978
6523
|
padding: 0;
|
|
5979
6524
|
}
|
|
5980
6525
|
@media screen and (max-width: 480px) {
|
|
5981
6526
|
.e-bigger .e-tab-clone-element:not(.e-separator) {
|
|
5982
|
-
margin: 0
|
|
6527
|
+
margin: 0;
|
|
5983
6528
|
}
|
|
5984
6529
|
}
|
|
5985
6530
|
.e-bigger .e-tab-clone-element:not(.e-separator).e-itop, .e-bigger .e-tab-clone-element:not(.e-separator).e-ibottom {
|
|
@@ -6000,6 +6545,9 @@
|
|
|
6000
6545
|
}
|
|
6001
6546
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
6002
6547
|
font-size: 15px;
|
|
6548
|
+
-ms-flex-item-align: auto;
|
|
6549
|
+
-ms-grid-row-align: auto;
|
|
6550
|
+
align-self: auto;
|
|
6003
6551
|
}
|
|
6004
6552
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
6005
6553
|
cursor: pointer;
|
|
@@ -6024,6 +6572,7 @@
|
|
|
6024
6572
|
height: 24px;
|
|
6025
6573
|
min-width: 24px;
|
|
6026
6574
|
width: 24px;
|
|
6575
|
+
line-height: 1;
|
|
6027
6576
|
}
|
|
6028
6577
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
6029
6578
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -6032,6 +6581,14 @@
|
|
|
6032
6581
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6033
6582
|
padding: 0 20px;
|
|
6034
6583
|
}
|
|
6584
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6585
|
+
margin: 0 0 0 12px;
|
|
6586
|
+
}
|
|
6587
|
+
@media screen and (max-width: 480px) {
|
|
6588
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6589
|
+
margin: 0;
|
|
6590
|
+
}
|
|
6591
|
+
}
|
|
6035
6592
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6036
6593
|
margin: 0 0 0 10px;
|
|
6037
6594
|
}
|
|
@@ -6074,6 +6631,9 @@
|
|
|
6074
6631
|
background: inherit;
|
|
6075
6632
|
border: 0;
|
|
6076
6633
|
border-radius: 0;
|
|
6634
|
+
box-shadow: none;
|
|
6635
|
+
font-weight: normal;
|
|
6636
|
+
border-bottom: 0;
|
|
6077
6637
|
}
|
|
6078
6638
|
.e-tab .e-tab-header::before {
|
|
6079
6639
|
border-color: #484848;
|
|
@@ -6082,11 +6642,9 @@
|
|
|
6082
6642
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
6083
6643
|
border-width: 0 0 1px;
|
|
6084
6644
|
}
|
|
6085
|
-
.e-tab .e-tab-header[style*="overflow: hidden"] {
|
|
6086
|
-
border: 0;
|
|
6087
|
-
}
|
|
6088
6645
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
6089
|
-
border-bottom: 1px solid #
|
|
6646
|
+
border-bottom: 1px solid #505050;
|
|
6647
|
+
margin-bottom: 0;
|
|
6090
6648
|
}
|
|
6091
6649
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
6092
6650
|
background: inherit;
|
|
@@ -6098,12 +6656,16 @@
|
|
|
6098
6656
|
background: inherit;
|
|
6099
6657
|
border: 1px solid transparent;
|
|
6100
6658
|
}
|
|
6659
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
6660
|
+
background: inherit;
|
|
6661
|
+
}
|
|
6101
6662
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6102
6663
|
background: rgba(49, 49, 49, 0);
|
|
6103
6664
|
}
|
|
6104
6665
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6105
6666
|
border-radius: 4px;
|
|
6106
6667
|
color: #3e98ff;
|
|
6668
|
+
border: 0;
|
|
6107
6669
|
}
|
|
6108
6670
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
6109
6671
|
color: #3e98ff;
|
|
@@ -6121,6 +6683,8 @@
|
|
|
6121
6683
|
}
|
|
6122
6684
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6123
6685
|
background: #313131;
|
|
6686
|
+
border: 0;
|
|
6687
|
+
border-radius: 4px;
|
|
6124
6688
|
}
|
|
6125
6689
|
@media screen and (max-width: 480px) {
|
|
6126
6690
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6132,13 +6696,27 @@
|
|
|
6132
6696
|
color: #248aff;
|
|
6133
6697
|
}
|
|
6134
6698
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
6135
|
-
border:
|
|
6699
|
+
border: 1px solid #505050;
|
|
6136
6700
|
border-radius: 4px 4px 0 0;
|
|
6137
6701
|
}
|
|
6702
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6703
|
+
border: 0;
|
|
6704
|
+
}
|
|
6138
6705
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6139
6706
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6140
6707
|
color: #f0f0f0;
|
|
6141
6708
|
}
|
|
6709
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6710
|
+
position: unset;
|
|
6711
|
+
}
|
|
6712
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
6713
|
+
border: unset;
|
|
6714
|
+
content: unset;
|
|
6715
|
+
display: unset;
|
|
6716
|
+
position: unset;
|
|
6717
|
+
top: unset;
|
|
6718
|
+
width: unset;
|
|
6719
|
+
}
|
|
6142
6720
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6143
6721
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6144
6722
|
color: #f0f0f0;
|
|
@@ -6191,14 +6769,25 @@
|
|
|
6191
6769
|
}
|
|
6192
6770
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6193
6771
|
background: #313131;
|
|
6772
|
+
border: 0;
|
|
6773
|
+
border-radius: 4px;
|
|
6194
6774
|
}
|
|
6195
6775
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6196
6776
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6197
6777
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6198
6778
|
color: #248aff;
|
|
6199
6779
|
}
|
|
6780
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6781
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6782
|
+
color: #248aff;
|
|
6783
|
+
}
|
|
6200
6784
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6201
6785
|
background: #313131;
|
|
6786
|
+
border-color: unset;
|
|
6787
|
+
}
|
|
6788
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
6789
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
6790
|
+
color: #fff;
|
|
6202
6791
|
}
|
|
6203
6792
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
6204
6793
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
@@ -6216,29 +6805,45 @@
|
|
|
6216
6805
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
6217
6806
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
6218
6807
|
color: #f0f0f0;
|
|
6808
|
+
border: 0;
|
|
6219
6809
|
}
|
|
6220
6810
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
6221
6811
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
6222
6812
|
background: #313131;
|
|
6223
6813
|
color: #f0f0f0;
|
|
6814
|
+
border: 0;
|
|
6224
6815
|
}
|
|
6225
6816
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6226
6817
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6227
6818
|
box-shadow: none;
|
|
6819
|
+
border: 0;
|
|
6820
|
+
}
|
|
6821
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
6822
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
6823
|
+
background: inherit;
|
|
6228
6824
|
}
|
|
6229
6825
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
6230
6826
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
6231
6827
|
background: #2a2a2a;
|
|
6232
6828
|
color: #f0f0f0;
|
|
6829
|
+
border: 0;
|
|
6233
6830
|
}
|
|
6234
6831
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6235
6832
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6236
6833
|
background: #313131;
|
|
6237
6834
|
color: #f0f0f0;
|
|
6238
6835
|
}
|
|
6836
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6837
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
6838
|
+
background: #2a2a2a;
|
|
6839
|
+
border-color: unset;
|
|
6840
|
+
color: #f0f0f0;
|
|
6841
|
+
}
|
|
6239
6842
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6240
6843
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6241
6844
|
box-shadow: none;
|
|
6845
|
+
background: inherit;
|
|
6846
|
+
border: 0;
|
|
6242
6847
|
}
|
|
6243
6848
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
6244
6849
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
@@ -6247,6 +6852,8 @@
|
|
|
6247
6852
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
6248
6853
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
6249
6854
|
color: rgba(240, 240, 240, 0.65);
|
|
6855
|
+
background: #313131;
|
|
6856
|
+
border-color: unset;
|
|
6250
6857
|
}
|
|
6251
6858
|
.e-tab .e-tab-header .e-hor-nav,
|
|
6252
6859
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -6258,6 +6865,7 @@
|
|
|
6258
6865
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6259
6866
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon {
|
|
6260
6867
|
color: #f0f0f0;
|
|
6868
|
+
border: 0;
|
|
6261
6869
|
}
|
|
6262
6870
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6263
6871
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
@@ -6271,6 +6879,10 @@
|
|
|
6271
6879
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
6272
6880
|
color: #f0f0f0;
|
|
6273
6881
|
}
|
|
6882
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
6883
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
6884
|
+
background: transparent;
|
|
6885
|
+
}
|
|
6274
6886
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6275
6887
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
6276
6888
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
@@ -6293,6 +6905,7 @@
|
|
|
6293
6905
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6294
6906
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
6295
6907
|
background: #313131;
|
|
6908
|
+
color: #f0f0f0;
|
|
6296
6909
|
border: 1px solid none;
|
|
6297
6910
|
border-radius: 4px;
|
|
6298
6911
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -6300,6 +6913,7 @@
|
|
|
6300
6913
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6301
6914
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
6302
6915
|
border: 0;
|
|
6916
|
+
background: transparent;
|
|
6303
6917
|
}
|
|
6304
6918
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
6305
6919
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
@@ -6308,25 +6922,50 @@
|
|
|
6308
6922
|
.e-tab .e-tab-header .e-hor-nav:active,
|
|
6309
6923
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
6310
6924
|
box-shadow: none;
|
|
6925
|
+
background: transparent;
|
|
6311
6926
|
}
|
|
6312
6927
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6313
6928
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6314
6929
|
background: inherit;
|
|
6315
6930
|
border: 0;
|
|
6316
6931
|
box-shadow: none;
|
|
6932
|
+
border-radius: 0 4px 0 0;
|
|
6317
6933
|
}
|
|
6318
|
-
.e-tab .e-tab-header.e-
|
|
6934
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
6935
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
6936
|
+
color: #fff;
|
|
6937
|
+
}
|
|
6938
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
6939
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
6319
6940
|
border: 0;
|
|
6320
6941
|
}
|
|
6942
|
+
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
6943
|
+
border-color: unset;
|
|
6944
|
+
border-style: solid;
|
|
6945
|
+
border-width: 0;
|
|
6946
|
+
}
|
|
6947
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
6948
|
+
border-color: unset;
|
|
6949
|
+
border-style: solid;
|
|
6950
|
+
border-width: 0;
|
|
6951
|
+
}
|
|
6321
6952
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
6322
|
-
border-
|
|
6323
|
-
border-
|
|
6953
|
+
border-color: #484848;
|
|
6954
|
+
border-style: solid;
|
|
6955
|
+
border-width: 1px 0 0;
|
|
6956
|
+
}
|
|
6957
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
6958
|
+
border-radius: 0 0 4px 4px;
|
|
6324
6959
|
}
|
|
6325
6960
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6326
|
-
border-
|
|
6961
|
+
border-color: #505050;
|
|
6962
|
+
border-style: solid;
|
|
6963
|
+
border-width: 1px;
|
|
6964
|
+
margin-top: 0;
|
|
6327
6965
|
border-radius: 0 0 4px 4px;
|
|
6328
|
-
|
|
6329
|
-
|
|
6966
|
+
}
|
|
6967
|
+
.e-tab .e-tab-header.e-vertical {
|
|
6968
|
+
border-bottom: 0;
|
|
6330
6969
|
}
|
|
6331
6970
|
.e-tab .e-tab-header.e-vertical::before {
|
|
6332
6971
|
border-width: 0 1px 0 0;
|
|
@@ -6335,12 +6974,18 @@
|
|
|
6335
6974
|
border-bottom: 1px solid #484848;
|
|
6336
6975
|
border-top: 1px solid #484848;
|
|
6337
6976
|
}
|
|
6977
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
6978
|
+
border-radius: 4px 0 0 4px;
|
|
6979
|
+
}
|
|
6338
6980
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6339
6981
|
border-radius: 4px 0 0 4px;
|
|
6340
|
-
border-right: 1px solid #
|
|
6982
|
+
border-right: 1px solid #505050;
|
|
6983
|
+
}
|
|
6984
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
6985
|
+
border-radius: 0 4px 4px 0;
|
|
6341
6986
|
}
|
|
6342
6987
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6343
|
-
border-left: 1px solid #
|
|
6988
|
+
border-left: 1px solid #505050;
|
|
6344
6989
|
border-radius: 0 4px 4px 0;
|
|
6345
6990
|
}
|
|
6346
6991
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
@@ -6364,6 +7009,10 @@
|
|
|
6364
7009
|
}
|
|
6365
7010
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
6366
7011
|
background: #767676;
|
|
7012
|
+
border-color: #9c9c9c transparent transparent;
|
|
7013
|
+
}
|
|
7014
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
7015
|
+
background: #767676;
|
|
6367
7016
|
}
|
|
6368
7017
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
6369
7018
|
color: #f0f0f0;
|
|
@@ -6374,6 +7023,9 @@
|
|
|
6374
7023
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
6375
7024
|
background: #767676;
|
|
6376
7025
|
}
|
|
7026
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
7027
|
+
color: none;
|
|
7028
|
+
}
|
|
6377
7029
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6378
7030
|
background: none;
|
|
6379
7031
|
}
|
|
@@ -6389,6 +7041,7 @@
|
|
|
6389
7041
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
6390
7042
|
background: inherit;
|
|
6391
7043
|
border: 0;
|
|
7044
|
+
color: #f0f0f0;
|
|
6392
7045
|
}
|
|
6393
7046
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6394
7047
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -6403,23 +7056,36 @@
|
|
|
6403
7056
|
border: 0;
|
|
6404
7057
|
box-shadow: none;
|
|
6405
7058
|
}
|
|
7059
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7060
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7061
|
+
color: #f0f0f0;
|
|
7062
|
+
}
|
|
6406
7063
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
6407
7064
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
6408
7065
|
border: 0;
|
|
6409
7066
|
}
|
|
6410
7067
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6411
7068
|
background: #414141;
|
|
7069
|
+
border: 0;
|
|
6412
7070
|
}
|
|
6413
7071
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6414
7072
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
6415
7073
|
color: #f0f0f0;
|
|
6416
7074
|
}
|
|
7075
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
7076
|
+
color: #f0f0f0;
|
|
7077
|
+
}
|
|
6417
7078
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6418
7079
|
color: #f0f0f0;
|
|
6419
7080
|
}
|
|
6420
7081
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6421
7082
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6422
7083
|
color: #f0f0f0;
|
|
7084
|
+
background: #2a2a2a;
|
|
7085
|
+
border: 1px solid none;
|
|
7086
|
+
}
|
|
7087
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
7088
|
+
border-color: #9c9c9c transparent transparent;
|
|
6423
7089
|
}
|
|
6424
7090
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6425
7091
|
border: 0;
|
|
@@ -6465,6 +7131,9 @@
|
|
|
6465
7131
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6466
7132
|
color: #248aff;
|
|
6467
7133
|
}
|
|
7134
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7135
|
+
color: #248aff;
|
|
7136
|
+
}
|
|
6468
7137
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6469
7138
|
margin-top: 0;
|
|
6470
7139
|
}
|
|
@@ -6474,6 +7143,7 @@
|
|
|
6474
7143
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6475
7144
|
background: #0070f0;
|
|
6476
7145
|
border-radius: 4px;
|
|
7146
|
+
border-color: unset;
|
|
6477
7147
|
}
|
|
6478
7148
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6479
7149
|
color: #fff;
|
|
@@ -6481,6 +7151,9 @@
|
|
|
6481
7151
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6482
7152
|
margin-top: 0;
|
|
6483
7153
|
}
|
|
7154
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7155
|
+
border: unset;
|
|
7156
|
+
}
|
|
6484
7157
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6485
7158
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6486
7159
|
color: #fff;
|
|
@@ -6491,6 +7164,22 @@
|
|
|
6491
7164
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
6492
7165
|
color: #fff;
|
|
6493
7166
|
}
|
|
7167
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
7168
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
7169
|
+
color: #fff;
|
|
7170
|
+
}
|
|
7171
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
7172
|
+
background: #313131;
|
|
7173
|
+
}
|
|
7174
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
7175
|
+
color: #248aff;
|
|
7176
|
+
}
|
|
7177
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
7178
|
+
color: #248aff;
|
|
7179
|
+
}
|
|
7180
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
7181
|
+
color: #248aff;
|
|
7182
|
+
}
|
|
6494
7183
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
6495
7184
|
border-bottom: 0;
|
|
6496
7185
|
border-top: 0;
|
|
@@ -6543,8 +7232,11 @@
|
|
|
6543
7232
|
}
|
|
6544
7233
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6545
7234
|
background: #414141;
|
|
7235
|
+
border-color: unset;
|
|
7236
|
+
}
|
|
7237
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7238
|
+
color: #002957;
|
|
6546
7239
|
}
|
|
6547
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6548
7240
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6549
7241
|
color: #002957;
|
|
6550
7242
|
}
|
|
@@ -6564,6 +7256,7 @@
|
|
|
6564
7256
|
}
|
|
6565
7257
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
6566
7258
|
background: #505050;
|
|
7259
|
+
bottom: 0;
|
|
6567
7260
|
}
|
|
6568
7261
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
6569
7262
|
border: 0;
|
|
@@ -6573,41 +7266,82 @@
|
|
|
6573
7266
|
}
|
|
6574
7267
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6575
7268
|
background: inherit;
|
|
7269
|
+
border-color: unset;
|
|
6576
7270
|
}
|
|
6577
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6578
7271
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6579
7272
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6580
7273
|
color: #3e98ff;
|
|
6581
7274
|
}
|
|
7275
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
7276
|
+
color: #3e98ff;
|
|
7277
|
+
}
|
|
6582
7278
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
6583
7279
|
color: #fff;
|
|
6584
7280
|
}
|
|
6585
7281
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6586
7282
|
background: #313131;
|
|
7283
|
+
background-color: #313131;
|
|
7284
|
+
border-color: unset;
|
|
7285
|
+
}
|
|
7286
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
7287
|
+
color: #fff;
|
|
6587
7288
|
}
|
|
6588
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6589
7289
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6590
7290
|
color: #fff;
|
|
6591
7291
|
}
|
|
6592
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6593
7292
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6594
7293
|
color: #fff;
|
|
6595
7294
|
}
|
|
7295
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:hover, .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:active {
|
|
7296
|
+
color: #fff;
|
|
7297
|
+
}
|
|
6596
7298
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
6597
7299
|
border: 0;
|
|
6598
7300
|
margin: 0;
|
|
7301
|
+
background: inherit;
|
|
6599
7302
|
}
|
|
6600
7303
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6601
7304
|
background: #0070f0;
|
|
7305
|
+
border-color: unset;
|
|
6602
7306
|
border-radius: 4px;
|
|
7307
|
+
border-style: solid;
|
|
7308
|
+
border-width: 0;
|
|
7309
|
+
}
|
|
7310
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
7311
|
+
color: #fff;
|
|
7312
|
+
}
|
|
7313
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
7314
|
+
color: #fff;
|
|
7315
|
+
}
|
|
7316
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
7317
|
+
color: #fff;
|
|
7318
|
+
}
|
|
7319
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7320
|
+
background: #0070f0;
|
|
7321
|
+
border-color: unset;
|
|
7322
|
+
}
|
|
7323
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7324
|
+
color: #fff;
|
|
6603
7325
|
}
|
|
6604
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6605
7326
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6606
7327
|
color: #fff;
|
|
6607
7328
|
}
|
|
6608
7329
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6609
7330
|
color: #fff;
|
|
6610
7331
|
}
|
|
7332
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
7333
|
+
color: #fff;
|
|
7334
|
+
}
|
|
7335
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
7336
|
+
color: #fff;
|
|
7337
|
+
}
|
|
7338
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
7339
|
+
background: #0070f0;
|
|
7340
|
+
}
|
|
7341
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
7342
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
7343
|
+
color: #fff;
|
|
7344
|
+
}
|
|
6611
7345
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6612
7346
|
background: #0070f0;
|
|
6613
7347
|
}
|
|
@@ -6615,10 +7349,15 @@
|
|
|
6615
7349
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6616
7350
|
color: #fff;
|
|
6617
7351
|
}
|
|
6618
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
7352
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7353
|
+
color: #fff;
|
|
7354
|
+
}
|
|
6619
7355
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6620
7356
|
color: #fff;
|
|
6621
7357
|
}
|
|
7358
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7359
|
+
border: unset;
|
|
7360
|
+
}
|
|
6622
7361
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6623
7362
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6624
7363
|
color: #fff;
|
|
@@ -6626,7 +7365,8 @@
|
|
|
6626
7365
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
6627
7366
|
color: #fff;
|
|
6628
7367
|
}
|
|
6629
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
7368
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
7369
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
6630
7370
|
color: #fff;
|
|
6631
7371
|
}
|
|
6632
7372
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
|
|
@@ -6641,7 +7381,8 @@
|
|
|
6641
7381
|
background: inherit;
|
|
6642
7382
|
}
|
|
6643
7383
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6644
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
7384
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
7385
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6645
7386
|
color: #3e98ff;
|
|
6646
7387
|
}
|
|
6647
7388
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6650,50 +7391,105 @@
|
|
|
6650
7391
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6651
7392
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6652
7393
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6653
|
-
color: #fff;
|
|
6654
7394
|
color: #0070f0;
|
|
6655
7395
|
}
|
|
7396
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
7397
|
+
color: #3e98ff;
|
|
7398
|
+
}
|
|
7399
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
7400
|
+
color: #3e98ff;
|
|
7401
|
+
}
|
|
7402
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
7403
|
+
color: #3e98ff;
|
|
7404
|
+
}
|
|
7405
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
7406
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
7407
|
+
background: inherit;
|
|
7408
|
+
}
|
|
6656
7409
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
6657
7410
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
6658
7411
|
color: #f0f0f0;
|
|
7412
|
+
border: 0;
|
|
6659
7413
|
}
|
|
6660
7414
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
6661
7415
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
6662
7416
|
background: inherit;
|
|
6663
7417
|
color: #f0f0f0;
|
|
7418
|
+
border-color: unset;
|
|
7419
|
+
}
|
|
7420
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
7421
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
7422
|
+
background: unset;
|
|
7423
|
+
color: #f0f0f0;
|
|
6664
7424
|
}
|
|
6665
7425
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
6666
7426
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6667
7427
|
color: #f0f0f0;
|
|
7428
|
+
border: 0;
|
|
7429
|
+
background: #2a2a2a;
|
|
6668
7430
|
}
|
|
6669
7431
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6670
7432
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6671
7433
|
background: inherit;
|
|
6672
7434
|
color: #f0f0f0;
|
|
6673
7435
|
}
|
|
7436
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
7437
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
7438
|
+
background: #2a2a2a;
|
|
7439
|
+
border-color: unset;
|
|
7440
|
+
color: #f0f0f0;
|
|
7441
|
+
}
|
|
6674
7442
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
6675
7443
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
6676
7444
|
animation: none;
|
|
6677
7445
|
}
|
|
7446
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7447
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
7448
|
+
background: transparent;
|
|
7449
|
+
}
|
|
6678
7450
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6679
7451
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
6680
7452
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
6681
7453
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
6682
7454
|
color: #f0f0f0;
|
|
7455
|
+
border: 0;
|
|
6683
7456
|
}
|
|
6684
7457
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
6685
7458
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
6686
7459
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6687
7460
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
6688
|
-
background:
|
|
7461
|
+
background: #959595;
|
|
7462
|
+
border-color: #313131;
|
|
6689
7463
|
color: #f0f0f0;
|
|
7464
|
+
}
|
|
7465
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
7466
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
7467
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
7468
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
6690
7469
|
background: #959595;
|
|
7470
|
+
color: #f0f0f0;
|
|
6691
7471
|
}
|
|
6692
7472
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
6693
7473
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
6694
7474
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6695
7475
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6696
7476
|
color: #f0f0f0;
|
|
7477
|
+
background: #2a2a2a;
|
|
7478
|
+
border: 1px solid none;
|
|
7479
|
+
}
|
|
7480
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
7481
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
7482
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
7483
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
7484
|
+
background: #959595;
|
|
7485
|
+
}
|
|
7486
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
7487
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
7488
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7489
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7490
|
+
background: #313131;
|
|
7491
|
+
border-color: unset;
|
|
7492
|
+
color: #f0f0f0;
|
|
6697
7493
|
}
|
|
6698
7494
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
6699
7495
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -6703,6 +7499,40 @@
|
|
|
6703
7499
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
6704
7500
|
color: #f0f0f0;
|
|
6705
7501
|
}
|
|
7502
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
7503
|
+
border: 0;
|
|
7504
|
+
margin: 0;
|
|
7505
|
+
}
|
|
7506
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
7507
|
+
border-color: unset;
|
|
7508
|
+
border-radius: 4px;
|
|
7509
|
+
border-style: solid;
|
|
7510
|
+
border-width: 0;
|
|
7511
|
+
}
|
|
7512
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
7513
|
+
border-color: #fff;
|
|
7514
|
+
border-style: solid;
|
|
7515
|
+
border-width: 0 1px 0 0;
|
|
7516
|
+
margin: 0;
|
|
7517
|
+
}
|
|
7518
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
7519
|
+
border-color: unset;
|
|
7520
|
+
border-radius: 4px;
|
|
7521
|
+
border-style: solid;
|
|
7522
|
+
border-width: 0;
|
|
7523
|
+
}
|
|
7524
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
7525
|
+
border-color: #fff;
|
|
7526
|
+
border-style: solid;
|
|
7527
|
+
border-width: 0 0 0 1px;
|
|
7528
|
+
margin: 0;
|
|
7529
|
+
}
|
|
7530
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
7531
|
+
border-color: unset;
|
|
7532
|
+
border-radius: 4px;
|
|
7533
|
+
border-style: solid;
|
|
7534
|
+
border-width: 0;
|
|
7535
|
+
}
|
|
6706
7536
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
6707
7537
|
border: 0;
|
|
6708
7538
|
}
|
|
@@ -6766,6 +7596,7 @@
|
|
|
6766
7596
|
}
|
|
6767
7597
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6768
7598
|
background: #313131;
|
|
7599
|
+
border-color: unset;
|
|
6769
7600
|
}
|
|
6770
7601
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6771
7602
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -6774,18 +7605,38 @@
|
|
|
6774
7605
|
}
|
|
6775
7606
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6776
7607
|
background: #414141;
|
|
7608
|
+
border-color: unset;
|
|
6777
7609
|
}
|
|
6778
7610
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6779
7611
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6780
7612
|
color: #fff;
|
|
6781
7613
|
}
|
|
6782
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:
|
|
6783
|
-
|
|
6784
|
-
|
|
7614
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7615
|
+
background: #0070f0;
|
|
7616
|
+
border: 0;
|
|
7617
|
+
border-radius: 4px;
|
|
7618
|
+
}
|
|
7619
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7620
|
+
color: white;
|
|
7621
|
+
}
|
|
7622
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7623
|
+
color: #fff;
|
|
7624
|
+
}
|
|
7625
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7626
|
+
color: white;
|
|
7627
|
+
}
|
|
7628
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7629
|
+
color: white;
|
|
7630
|
+
}
|
|
7631
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7632
|
+
color: #fff;
|
|
7633
|
+
}
|
|
6785
7634
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6786
7635
|
color: white;
|
|
6787
7636
|
}
|
|
6788
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
7637
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7638
|
+
color: #002957;
|
|
7639
|
+
}
|
|
6789
7640
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6790
7641
|
color: #002957;
|
|
6791
7642
|
}
|
|
@@ -6811,6 +7662,8 @@
|
|
|
6811
7662
|
.e-tab .e-content .e-item {
|
|
6812
7663
|
background: inherit;
|
|
6813
7664
|
color: #f0f0f0;
|
|
7665
|
+
font-size: 12px;
|
|
7666
|
+
line-height: 18px;
|
|
6814
7667
|
}
|
|
6815
7668
|
|
|
6816
7669
|
.e-tab-clone-element {
|
|
@@ -6820,6 +7673,7 @@
|
|
|
6820
7673
|
.e-tab-clone-element .e-tab-wrap {
|
|
6821
7674
|
border-radius: 4px;
|
|
6822
7675
|
color: #3e98ff;
|
|
7676
|
+
border: 0;
|
|
6823
7677
|
}
|
|
6824
7678
|
.e-tab-clone-element .e-tab-wrap .e-tab-icon {
|
|
6825
7679
|
color: #3e98ff;
|