@syncfusion/ej2-angular-navigations 20.4.38 → 20.4.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/src/tab/items.directive.mjs +3 -3
- package/esm2020/src/toolbar/items.directive.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs +4 -4
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs +4 -4
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/tab/items.directive.d.ts +8 -1
- package/src/toolbar/items.directive.d.ts +8 -1
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +1130 -281
- package/styles/bootstrap.css +1116 -267
- package/styles/bootstrap4.css +996 -280
- package/styles/bootstrap5-dark.css +1046 -281
- package/styles/bootstrap5.css +1046 -281
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1172 -336
- package/styles/fabric.css +1170 -334
- package/styles/fluent-dark.css +1110 -223
- package/styles/fluent.css +1108 -221
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +1026 -477
- package/styles/highcontrast.css +1028 -473
- package/styles/material-dark.css +1275 -205
- package/styles/material.css +1273 -203
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/pager/bootstrap-dark.css +9 -9
- package/styles/pager/bootstrap.css +9 -9
- package/styles/pager/bootstrap4.css +9 -9
- package/styles/pager/bootstrap5-dark.css +9 -9
- package/styles/pager/bootstrap5.css +9 -9
- package/styles/pager/fabric-dark.css +9 -9
- package/styles/pager/fabric.css +9 -9
- package/styles/pager/fluent-dark.css +9 -9
- package/styles/pager/fluent.css +9 -9
- package/styles/pager/highcontrast-light.css +9 -9
- package/styles/pager/highcontrast.css +9 -9
- package/styles/pager/material-dark.css +9 -9
- package/styles/pager/material.css +9 -9
- package/styles/pager/tailwind-dark.css +9 -9
- package/styles/pager/tailwind.css +9 -9
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +304 -1010
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +675 -202
- package/styles/tab/bootstrap.css +662 -189
- package/styles/tab/bootstrap4.css +634 -207
- package/styles/tab/bootstrap5-dark.css +611 -227
- package/styles/tab/bootstrap5.css +611 -227
- package/styles/tab/fabric-dark.css +709 -294
- package/styles/tab/fabric.css +707 -292
- package/styles/tab/fluent-dark.css +633 -193
- package/styles/tab/fluent.css +633 -193
- package/styles/tab/highcontrast-light.css +615 -345
- package/styles/tab/highcontrast.css +615 -339
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +791 -140
- package/styles/tab/material.css +791 -140
- package/styles/tab/tailwind-dark.css +792 -157
- package/styles/tab/tailwind.css +792 -157
- package/styles/tailwind-dark.css +1238 -192
- package/styles/tailwind.css +1239 -193
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
|
@@ -96,15 +96,15 @@
|
|
|
96
96
|
}
|
|
97
97
|
@media (max-width: 769px) {
|
|
98
98
|
.e-bigger .e-pager,
|
|
99
|
-
.e-pager.e-bigger {
|
|
99
|
+
.e-pager.e-bigger {
|
|
100
100
|
padding: 19px 0;
|
|
101
101
|
}
|
|
102
102
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
103
|
-
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
103
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
104
104
|
margin-right: 0;
|
|
105
105
|
}
|
|
106
106
|
.e-bigger .e-pager div.e-parentmsgbar,
|
|
107
|
-
.e-pager.e-bigger div.e-parentmsgbar {
|
|
107
|
+
.e-pager.e-bigger div.e-parentmsgbar {
|
|
108
108
|
padding: 0;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -458,9 +458,9 @@
|
|
|
458
458
|
font-size: 11px;
|
|
459
459
|
}
|
|
460
460
|
.e-pager .e-mfirst,
|
|
461
|
-
.e-pager .e-mprev,
|
|
462
|
-
.e-pager .e-mnext,
|
|
463
|
-
.e-pager .e-mlast {
|
|
461
|
+
.e-pager .e-mprev,
|
|
462
|
+
.e-pager .e-mnext,
|
|
463
|
+
.e-pager .e-mlast {
|
|
464
464
|
border: 0;
|
|
465
465
|
box-sizing: border-box;
|
|
466
466
|
display: inline-block;
|
|
@@ -576,9 +576,9 @@
|
|
|
576
576
|
}
|
|
577
577
|
@media (max-width: 769px) {
|
|
578
578
|
.e-pager.e-rtl .e-mfirst,
|
|
579
|
-
.e-pager.e-rtl .e-mprev,
|
|
580
|
-
.e-pager.e-rtl .e-mnext,
|
|
581
|
-
.e-pager.e-rtl .e-mlast {
|
|
579
|
+
.e-pager.e-rtl .e-mprev,
|
|
580
|
+
.e-pager.e-rtl .e-mnext,
|
|
581
|
+
.e-pager.e-rtl .e-mlast {
|
|
582
582
|
border: 0;
|
|
583
583
|
}
|
|
584
584
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
@@ -948,22 +948,34 @@
|
|
|
948
948
|
border: 0;
|
|
949
949
|
color: #adb5bd;
|
|
950
950
|
}
|
|
951
|
+
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
|
|
952
|
+
background: #495057;
|
|
953
|
+
}
|
|
951
954
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
952
955
|
background: #495057;
|
|
953
956
|
border: 0;
|
|
954
957
|
color: #adb5bd;
|
|
955
958
|
}
|
|
959
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
|
|
960
|
+
color: #adb5bd;
|
|
961
|
+
}
|
|
956
962
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
957
963
|
background: #495057;
|
|
958
964
|
border: 0;
|
|
959
965
|
color: #adb5bd;
|
|
960
966
|
}
|
|
967
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
|
|
968
|
+
color: #adb5bd;
|
|
969
|
+
}
|
|
961
970
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
962
971
|
background: #343a40;
|
|
963
972
|
border: 0;
|
|
964
973
|
box-shadow: none;
|
|
965
974
|
color: #ced4da;
|
|
966
975
|
}
|
|
976
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
977
|
+
color: #adb5bd;
|
|
978
|
+
}
|
|
967
979
|
.e-hscroll .e-scroll-nav {
|
|
968
980
|
background: #343a40;
|
|
969
981
|
}
|
|
@@ -1000,11 +1012,11 @@
|
|
|
1000
1012
|
content: "\e734";
|
|
1001
1013
|
}
|
|
1002
1014
|
.e-vscroll .e-nav-up-arrow::before {
|
|
1003
|
-
content: "\
|
|
1015
|
+
content: "\e776";
|
|
1004
1016
|
line-height: normal;
|
|
1005
1017
|
}
|
|
1006
1018
|
.e-vscroll .e-nav-down-arrow::before {
|
|
1007
|
-
content: "\
|
|
1019
|
+
content: "\e729";
|
|
1008
1020
|
line-height: normal;
|
|
1009
1021
|
}
|
|
1010
1022
|
|
|
@@ -1223,10 +1235,18 @@
|
|
|
1223
1235
|
height: 46px;
|
|
1224
1236
|
min-height: 46px;
|
|
1225
1237
|
}
|
|
1238
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
1239
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
|
|
1240
|
+
font-size: 16px;
|
|
1241
|
+
}
|
|
1226
1242
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
1227
1243
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
1228
1244
|
font-size: 20px;
|
|
1229
1245
|
}
|
|
1246
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
|
|
1247
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
|
|
1248
|
+
font-size: 18px;
|
|
1249
|
+
}
|
|
1230
1250
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
1231
1251
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
1232
1252
|
border-bottom: 0;
|
|
@@ -1297,12 +1317,14 @@
|
|
|
1297
1317
|
line-height: 18px;
|
|
1298
1318
|
min-height: 18px;
|
|
1299
1319
|
min-width: 13px;
|
|
1300
|
-
padding-bottom: 4px;
|
|
1301
1320
|
}
|
|
1302
1321
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
1303
1322
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1304
1323
|
line-height: inherit;
|
|
1305
|
-
|
|
1324
|
+
}
|
|
1325
|
+
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
1326
|
+
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
1327
|
+
height: 38px;
|
|
1306
1328
|
}
|
|
1307
1329
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
1308
1330
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
@@ -1318,6 +1340,7 @@
|
|
|
1318
1340
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1319
1341
|
min-height: 46px;
|
|
1320
1342
|
padding: 8px 18px;
|
|
1343
|
+
line-height: 24px;
|
|
1321
1344
|
}
|
|
1322
1345
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1323
1346
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -1339,6 +1362,10 @@
|
|
|
1339
1362
|
margin-right: 12.5px;
|
|
1340
1363
|
white-space: normal;
|
|
1341
1364
|
}
|
|
1365
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
1366
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1367
|
+
margin: 0;
|
|
1368
|
+
}
|
|
1342
1369
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1343
1370
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
1344
1371
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -1401,7 +1428,7 @@
|
|
|
1401
1428
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1402
1429
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1403
1430
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1404
|
-
padding
|
|
1431
|
+
padding: 4px 6px 3px 6px;
|
|
1405
1432
|
}
|
|
1406
1433
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1407
1434
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
|
|
@@ -1412,6 +1439,19 @@
|
|
|
1412
1439
|
min-height: 38px;
|
|
1413
1440
|
min-width: 38px;
|
|
1414
1441
|
padding: 0 8px;
|
|
1442
|
+
line-height: 24px;
|
|
1443
|
+
}
|
|
1444
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1445
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1446
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1447
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
1448
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1449
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1450
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1451
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1452
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1453
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1454
|
+
padding: 0 8px;
|
|
1415
1455
|
}
|
|
1416
1456
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1417
1457
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
@@ -1438,7 +1478,6 @@
|
|
|
1438
1478
|
padding-left: 12px;
|
|
1439
1479
|
padding-right: 12px;
|
|
1440
1480
|
padding-top: 0;
|
|
1441
|
-
margin-left: -1px;
|
|
1442
1481
|
}
|
|
1443
1482
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1444
1483
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -1460,6 +1499,7 @@
|
|
|
1460
1499
|
}
|
|
1461
1500
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
1462
1501
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1502
|
+
margin: 0;
|
|
1463
1503
|
min-width: 49px;
|
|
1464
1504
|
padding: 4px;
|
|
1465
1505
|
}
|
|
@@ -1501,6 +1541,18 @@
|
|
|
1501
1541
|
min-width: 38px;
|
|
1502
1542
|
padding: 0 8px;
|
|
1503
1543
|
}
|
|
1544
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1545
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1546
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1547
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
1548
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1549
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1550
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1551
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1552
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1553
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1554
|
+
padding: 0 8px;
|
|
1555
|
+
}
|
|
1504
1556
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1505
1557
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1506
1558
|
line-height: 24px;
|
|
@@ -1525,7 +1577,6 @@
|
|
|
1525
1577
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1526
1578
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1527
1579
|
padding-right: 12px;
|
|
1528
|
-
margin-left: 0;
|
|
1529
1580
|
}
|
|
1530
1581
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1531
1582
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -1622,6 +1673,7 @@
|
|
|
1622
1673
|
white-space: normal;
|
|
1623
1674
|
}
|
|
1624
1675
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1676
|
+
margin: 0;
|
|
1625
1677
|
height: 100%;
|
|
1626
1678
|
min-width: 28px;
|
|
1627
1679
|
padding: 4px;
|
|
@@ -1668,6 +1720,9 @@
|
|
|
1668
1720
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1669
1721
|
line-height: 22px;
|
|
1670
1722
|
}
|
|
1723
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
1724
|
+
padding: 0 4px;
|
|
1725
|
+
}
|
|
1671
1726
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1672
1727
|
margin: 5px 10px;
|
|
1673
1728
|
min-height: 16px;
|
|
@@ -1678,9 +1733,8 @@
|
|
|
1678
1733
|
line-height: 16px;
|
|
1679
1734
|
min-height: 16px;
|
|
1680
1735
|
min-width: 12px;
|
|
1681
|
-
padding: 0;
|
|
1682
|
-
font-size: 16px;
|
|
1683
1736
|
padding: 5px 6px;
|
|
1737
|
+
font-size: 16px;
|
|
1684
1738
|
}
|
|
1685
1739
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1686
1740
|
display: -ms-inline-flexbox;
|
|
@@ -1753,6 +1807,9 @@
|
|
|
1753
1807
|
justify-content: flex-start;
|
|
1754
1808
|
min-height: 38px;
|
|
1755
1809
|
padding: 6px 12px;
|
|
1810
|
+
border: none;
|
|
1811
|
+
border-radius: 4px;
|
|
1812
|
+
margin: 0;
|
|
1756
1813
|
}
|
|
1757
1814
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1758
1815
|
margin: 0;
|
|
@@ -1922,6 +1979,9 @@
|
|
|
1922
1979
|
margin-right: 10px;
|
|
1923
1980
|
white-space: normal;
|
|
1924
1981
|
}
|
|
1982
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1983
|
+
margin: 0;
|
|
1984
|
+
}
|
|
1925
1985
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1926
1986
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1927
1987
|
display: none;
|
|
@@ -2043,7 +2103,7 @@
|
|
|
2043
2103
|
height: auto;
|
|
2044
2104
|
}
|
|
2045
2105
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2046
|
-
padding
|
|
2106
|
+
padding: 4px 4px 5px 4px;
|
|
2047
2107
|
}
|
|
2048
2108
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2049
2109
|
height: calc(100% - 10px);
|
|
@@ -2052,6 +2112,13 @@
|
|
|
2052
2112
|
min-width: 32px;
|
|
2053
2113
|
padding: 0 4px;
|
|
2054
2114
|
border-radius: 4px;
|
|
2115
|
+
line-height: 22px;
|
|
2116
|
+
}
|
|
2117
|
+
.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 {
|
|
2118
|
+
padding: 0 4px;
|
|
2119
|
+
}
|
|
2120
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
2121
|
+
outline: 0;
|
|
2055
2122
|
}
|
|
2056
2123
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2057
2124
|
padding: 4px;
|
|
@@ -2210,43 +2277,63 @@
|
|
|
2210
2277
|
background: #282d31;
|
|
2211
2278
|
box-shadow: none;
|
|
2212
2279
|
color: #fff;
|
|
2280
|
+
border: none;
|
|
2213
2281
|
}
|
|
2214
2282
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
2215
2283
|
color: #fff;
|
|
2216
2284
|
}
|
|
2217
2285
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2218
2286
|
background: #5c636a;
|
|
2219
|
-
border-color: #adb5bd;
|
|
2220
2287
|
border-radius: 0;
|
|
2221
2288
|
color: #adb5bd;
|
|
2289
|
+
border-color: #adb5bd;
|
|
2290
|
+
border-style: solid;
|
|
2291
|
+
border-width: 0;
|
|
2292
|
+
box-shadow: none;
|
|
2222
2293
|
}
|
|
2223
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-toolbar-item .e-tbar-btn-text,
|
|
2224
2294
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2225
2295
|
color: #fff;
|
|
2226
2296
|
}
|
|
2297
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2298
|
+
color: #fff;
|
|
2299
|
+
}
|
|
2227
2300
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2228
2301
|
background: #5c636a;
|
|
2229
|
-
border-color: #adb5bd;
|
|
2230
2302
|
border-radius: 0;
|
|
2231
2303
|
color: #adb5bd;
|
|
2304
|
+
border-color: #adb5bd;
|
|
2305
|
+
border-style: solid;
|
|
2306
|
+
border-width: 0;
|
|
2307
|
+
}
|
|
2308
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2309
|
+
color: #fff;
|
|
2310
|
+
}
|
|
2311
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2312
|
+
color: #fff;
|
|
2232
2313
|
}
|
|
2233
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-toolbar-item .e-tbar-btn-text,
|
|
2234
2314
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2235
2315
|
color: #fff;
|
|
2236
2316
|
}
|
|
2317
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2318
|
+
color: #fff;
|
|
2319
|
+
}
|
|
2237
2320
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2238
2321
|
background: #565e64;
|
|
2239
|
-
border-color: #444c54;
|
|
2240
2322
|
border-radius: 0;
|
|
2241
2323
|
box-shadow: none;
|
|
2242
2324
|
color: #ced4da;
|
|
2325
|
+
border-color: #444c54;
|
|
2326
|
+
border-style: solid;
|
|
2327
|
+
border-width: 0;
|
|
2243
2328
|
}
|
|
2244
2329
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2245
2330
|
color: #fff;
|
|
2246
2331
|
}
|
|
2332
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2333
|
+
color: #ced4da;
|
|
2334
|
+
}
|
|
2247
2335
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
2248
2336
|
color: #adb5bd;
|
|
2249
|
-
padding-bottom: 4px;
|
|
2250
2337
|
}
|
|
2251
2338
|
.e-toolbar .e-toolbar-pop {
|
|
2252
2339
|
background: #343a40;
|
|
@@ -2256,11 +2343,50 @@
|
|
|
2256
2343
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2257
2344
|
background: transparent;
|
|
2258
2345
|
}
|
|
2259
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:
|
|
2346
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2260
2347
|
background: #5c636a;
|
|
2348
|
+
box-shadow: none;
|
|
2349
|
+
color: #adb5bd;
|
|
2350
|
+
border-color: #adb5bd;
|
|
2351
|
+
border-style: solid;
|
|
2352
|
+
border-width: 0;
|
|
2261
2353
|
}
|
|
2262
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2354
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2355
|
+
color: #fff;
|
|
2356
|
+
}
|
|
2357
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2358
|
+
color: #fff;
|
|
2359
|
+
}
|
|
2360
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2361
|
+
background: transparent;
|
|
2362
|
+
box-shadow: none;
|
|
2363
|
+
color: #ced4da;
|
|
2364
|
+
border-color: #444c54;
|
|
2365
|
+
border-style: solid;
|
|
2366
|
+
border-width: 0;
|
|
2367
|
+
}
|
|
2368
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2369
|
+
color: #adb5bd;
|
|
2370
|
+
}
|
|
2371
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2372
|
+
color: #ced4da;
|
|
2373
|
+
}
|
|
2374
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2263
2375
|
background: #5c636a;
|
|
2376
|
+
box-shadow: none;
|
|
2377
|
+
color: #adb5bd;
|
|
2378
|
+
border-color: #adb5bd;
|
|
2379
|
+
border-style: solid;
|
|
2380
|
+
border-width: 0;
|
|
2381
|
+
}
|
|
2382
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2383
|
+
color: #fff;
|
|
2384
|
+
}
|
|
2385
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2386
|
+
color: #fff;
|
|
2387
|
+
}
|
|
2388
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2389
|
+
outline: 0;
|
|
2264
2390
|
}
|
|
2265
2391
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
2266
2392
|
background: transparent;
|
|
@@ -2271,46 +2397,60 @@
|
|
|
2271
2397
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2272
2398
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2273
2399
|
background: #5c636a;
|
|
2274
|
-
border: 0;
|
|
2275
2400
|
box-shadow: none;
|
|
2276
|
-
border-
|
|
2401
|
+
border-color: #5c636a;
|
|
2402
|
+
border-style: solid;
|
|
2403
|
+
border-width: 0;
|
|
2404
|
+
}
|
|
2405
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2406
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2407
|
+
border-color: #5c636a;
|
|
2408
|
+
border-style: solid;
|
|
2409
|
+
border-width: 0;
|
|
2277
2410
|
}
|
|
2278
2411
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2279
2412
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
2280
2413
|
color: #fff;
|
|
2281
2414
|
}
|
|
2415
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
2416
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
2417
|
+
color: #fff;
|
|
2418
|
+
}
|
|
2282
2419
|
.e-toolbar .e-tbar-btn {
|
|
2283
2420
|
background: #282d31;
|
|
2284
2421
|
box-shadow: none;
|
|
2285
2422
|
color: #fff;
|
|
2423
|
+
border: none;
|
|
2286
2424
|
}
|
|
2287
2425
|
.e-toolbar .e-tbar-btn:focus {
|
|
2288
2426
|
background: #5c636a;
|
|
2289
|
-
border-color: #adb5bd;
|
|
2290
2427
|
border-radius: 0;
|
|
2291
2428
|
color: #adb5bd;
|
|
2429
|
+
border-color: #adb5bd;
|
|
2430
|
+
border-style: solid;
|
|
2431
|
+
border-width: 0;
|
|
2432
|
+
box-shadow: none;
|
|
2433
|
+
}
|
|
2434
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2435
|
+
color: #fff;
|
|
2292
2436
|
}
|
|
2293
|
-
.e-toolbar .e-tbar-btn:focus .e-icons,
|
|
2294
2437
|
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2295
2438
|
color: #fff;
|
|
2296
|
-
padding-bottom: 4px;
|
|
2297
2439
|
}
|
|
2298
2440
|
.e-toolbar .e-tbar-btn:hover {
|
|
2299
2441
|
background: #5c636a;
|
|
2300
2442
|
border-color: #adb5bd;
|
|
2443
|
+
border-style: solid;
|
|
2444
|
+
border-width: 0;
|
|
2301
2445
|
border-radius: 0;
|
|
2302
2446
|
color: #adb5bd;
|
|
2303
2447
|
}
|
|
2304
|
-
.e-toolbar .e-tbar-btn:hover .e-icons,
|
|
2305
|
-
.e-toolbar .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2306
|
-
color: #fff;
|
|
2307
|
-
padding-bottom: 4px;
|
|
2308
|
-
}
|
|
2309
2448
|
.e-toolbar .e-toolbar-items {
|
|
2310
2449
|
background: #282d31;
|
|
2311
2450
|
}
|
|
2312
2451
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
2313
2452
|
background: #282d31;
|
|
2453
|
+
opacity: 0.5;
|
|
2314
2454
|
}
|
|
2315
2455
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
2316
2456
|
color: #ced4da;
|
|
@@ -2318,6 +2458,33 @@
|
|
|
2318
2458
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
2319
2459
|
color: #ced4da;
|
|
2320
2460
|
}
|
|
2461
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2462
|
+
color: #fff;
|
|
2463
|
+
}
|
|
2464
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2465
|
+
color: #fff;
|
|
2466
|
+
}
|
|
2467
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2468
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
2469
|
+
}
|
|
2470
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2471
|
+
color: #fff;
|
|
2472
|
+
}
|
|
2473
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2474
|
+
color: #fff;
|
|
2475
|
+
}
|
|
2476
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2477
|
+
color: #fff;
|
|
2478
|
+
}
|
|
2479
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2480
|
+
color: #fff;
|
|
2481
|
+
}
|
|
2482
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2483
|
+
color: #fff;
|
|
2484
|
+
}
|
|
2485
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2486
|
+
color: #fff;
|
|
2487
|
+
}
|
|
2321
2488
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2322
2489
|
border: solid #444c54;
|
|
2323
2490
|
border-width: 0 1px 0 0;
|
|
@@ -2340,10 +2507,17 @@
|
|
|
2340
2507
|
.e-toolbar .e-hor-nav::after {
|
|
2341
2508
|
content: "";
|
|
2342
2509
|
}
|
|
2510
|
+
.e-toolbar .e-hor-nav.e-nav-active:active, .e-toolbar .e-hor-nav.e-nav-active:focus, .e-toolbar .e-hor-nav.e-nav-active:hover {
|
|
2511
|
+
border-bottom-right-radius: 0;
|
|
2512
|
+
}
|
|
2343
2513
|
.e-toolbar .e-hor-nav:active {
|
|
2344
2514
|
border: 0;
|
|
2345
2515
|
box-shadow: none;
|
|
2346
2516
|
color: #ced4da;
|
|
2517
|
+
background: #282d31;
|
|
2518
|
+
}
|
|
2519
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
2520
|
+
color: #adb5bd;
|
|
2347
2521
|
}
|
|
2348
2522
|
.e-toolbar .e-hor-nav:active::after {
|
|
2349
2523
|
content: "";
|
|
@@ -2356,23 +2530,42 @@
|
|
|
2356
2530
|
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2357
2531
|
color: inherit;
|
|
2358
2532
|
}
|
|
2533
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2534
|
+
border-color: #444c54;
|
|
2535
|
+
border-style: solid;
|
|
2536
|
+
border-width: 0;
|
|
2537
|
+
}
|
|
2538
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
2539
|
+
background: #5c636a;
|
|
2540
|
+
border-color: #444c54;
|
|
2541
|
+
border-style: solid;
|
|
2542
|
+
border-width: 0;
|
|
2543
|
+
}
|
|
2359
2544
|
.e-toolbar .e-hor-nav:focus {
|
|
2360
2545
|
background: #5c636a;
|
|
2361
|
-
border-left: 0;
|
|
2362
|
-
border-color: #adb5bd;
|
|
2363
2546
|
color: #fff;
|
|
2547
|
+
border-color: #adb5bd;
|
|
2548
|
+
border-style: solid;
|
|
2549
|
+
border-width: 0;
|
|
2364
2550
|
}
|
|
2365
2551
|
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2366
2552
|
color: inherit;
|
|
2367
2553
|
}
|
|
2368
2554
|
.e-toolbar .e-tbar-btn:active {
|
|
2369
|
-
background: #343a40;
|
|
2370
2555
|
background: #565e64;
|
|
2371
2556
|
border-color: #444c54;
|
|
2557
|
+
border-style: solid;
|
|
2558
|
+
border-width: 0;
|
|
2372
2559
|
border-radius: 0;
|
|
2373
2560
|
box-shadow: none;
|
|
2374
2561
|
color: #ced4da;
|
|
2375
2562
|
}
|
|
2563
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
2564
|
+
color: #adb5bd;
|
|
2565
|
+
}
|
|
2566
|
+
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
2567
|
+
color: #ced4da;
|
|
2568
|
+
}
|
|
2376
2569
|
|
|
2377
2570
|
/*! Accordion's bootstrap5 theme wise override definitions and variables */
|
|
2378
2571
|
/* stylelint-disable */
|
|
@@ -2388,6 +2581,7 @@
|
|
|
2388
2581
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2389
2582
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2390
2583
|
font-size: 16px;
|
|
2584
|
+
vertical-align: middle;
|
|
2391
2585
|
}
|
|
2392
2586
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
2393
2587
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel {
|
|
@@ -2442,11 +2636,12 @@
|
|
|
2442
2636
|
}
|
|
2443
2637
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
2444
2638
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2445
|
-
font-size:
|
|
2639
|
+
font-size: 22px;
|
|
2446
2640
|
}
|
|
2447
2641
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2448
2642
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2449
2643
|
padding: 16px;
|
|
2644
|
+
font-size: 16px;
|
|
2450
2645
|
}
|
|
2451
2646
|
.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,
|
|
2452
2647
|
.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 {
|
|
@@ -2482,6 +2677,23 @@
|
|
|
2482
2677
|
display: block;
|
|
2483
2678
|
position: relative;
|
|
2484
2679
|
}
|
|
2680
|
+
.e-accordion .e-acrdn-item {
|
|
2681
|
+
border-radius: 0;
|
|
2682
|
+
margin-top: 0;
|
|
2683
|
+
}
|
|
2684
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
|
|
2685
|
+
border-top: 1px none #444c54;
|
|
2686
|
+
}
|
|
2687
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2688
|
+
border-bottom: 1px solid #444c54;
|
|
2689
|
+
}
|
|
2690
|
+
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
2691
|
+
margin-bottom: 0;
|
|
2692
|
+
margin-top: 0;
|
|
2693
|
+
}
|
|
2694
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
|
|
2695
|
+
margin: 0;
|
|
2696
|
+
}
|
|
2485
2697
|
.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content {
|
|
2486
2698
|
font-weight: 400;
|
|
2487
2699
|
}
|
|
@@ -2495,6 +2707,7 @@
|
|
|
2495
2707
|
height: auto;
|
|
2496
2708
|
}
|
|
2497
2709
|
.e-accordion .e-acrdn-item {
|
|
2710
|
+
overflow: visible;
|
|
2498
2711
|
padding-top: 0;
|
|
2499
2712
|
position: relative;
|
|
2500
2713
|
}
|
|
@@ -2507,7 +2720,11 @@
|
|
|
2507
2720
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
|
|
2508
2721
|
cursor: pointer;
|
|
2509
2722
|
}
|
|
2723
|
+
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
|
|
2724
|
+
text-decoration: none;
|
|
2725
|
+
}
|
|
2510
2726
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2727
|
+
border-radius: 0;
|
|
2511
2728
|
line-height: 22px;
|
|
2512
2729
|
min-height: 38px;
|
|
2513
2730
|
overflow: hidden;
|
|
@@ -2520,6 +2737,9 @@
|
|
|
2520
2737
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2521
2738
|
display: inline-block;
|
|
2522
2739
|
}
|
|
2740
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2741
|
+
line-height: 22px;
|
|
2742
|
+
}
|
|
2523
2743
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2524
2744
|
display: table;
|
|
2525
2745
|
font-size: 18px;
|
|
@@ -2629,7 +2849,14 @@
|
|
|
2629
2849
|
background: #212529;
|
|
2630
2850
|
}
|
|
2631
2851
|
.e-accordion .e-acrdn-item {
|
|
2632
|
-
border-
|
|
2852
|
+
border-color: #444c54;
|
|
2853
|
+
border-style: solid;
|
|
2854
|
+
border-width: 0 0 1px 0;
|
|
2855
|
+
border-radius: 0;
|
|
2856
|
+
}
|
|
2857
|
+
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2858
|
+
border-bottom: 0;
|
|
2859
|
+
border-radius: 0;
|
|
2633
2860
|
}
|
|
2634
2861
|
.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
|
|
2635
2862
|
border-radius: 4px 4px 0 0;
|
|
@@ -2643,8 +2870,53 @@
|
|
|
2643
2870
|
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
2644
2871
|
border-radius: 0;
|
|
2645
2872
|
}
|
|
2873
|
+
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2874
|
+
border-color: #444c54;
|
|
2875
|
+
border-style: solid;
|
|
2876
|
+
border-width: 0 0 1px 0;
|
|
2877
|
+
}
|
|
2878
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2879
|
+
border-top: 1px none #444c54;
|
|
2880
|
+
}
|
|
2881
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2882
|
+
border-color: #444c54;
|
|
2883
|
+
border-style: solid;
|
|
2884
|
+
border-width: 0 0 1px 0;
|
|
2885
|
+
}
|
|
2886
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2887
|
+
background: #031633;
|
|
2888
|
+
}
|
|
2889
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2890
|
+
color: #0d6efd;
|
|
2891
|
+
}
|
|
2892
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
|
|
2893
|
+
color: #0d6efd;
|
|
2894
|
+
}
|
|
2895
|
+
.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 {
|
|
2896
|
+
color: #adb5bd;
|
|
2897
|
+
}
|
|
2898
|
+
.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 {
|
|
2899
|
+
border-color: #444c54;
|
|
2900
|
+
}
|
|
2901
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2902
|
+
border-color: #444c54;
|
|
2903
|
+
border-style: solid;
|
|
2904
|
+
border-width: 0 0 1px 0;
|
|
2905
|
+
}
|
|
2906
|
+
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2907
|
+
border: 0;
|
|
2908
|
+
}
|
|
2909
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,
|
|
2910
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2911
|
+
color: #6c757d;
|
|
2912
|
+
}
|
|
2646
2913
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
2647
2914
|
background: #212529;
|
|
2915
|
+
opacity: 0.5;
|
|
2916
|
+
}
|
|
2917
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
2918
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
2919
|
+
color: #fff;
|
|
2648
2920
|
}
|
|
2649
2921
|
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2650
2922
|
color: #adb5bd;
|
|
@@ -2653,16 +2925,36 @@
|
|
|
2653
2925
|
color: #6c757d;
|
|
2654
2926
|
}
|
|
2655
2927
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
2928
|
+
border-color: #444c54;
|
|
2929
|
+
border-style: solid;
|
|
2930
|
+
border-width: 0 0 1px 0;
|
|
2931
|
+
background: #031633;
|
|
2932
|
+
}
|
|
2933
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2656
2934
|
background: #031633;
|
|
2657
2935
|
}
|
|
2936
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2937
|
+
background: #031633;
|
|
2938
|
+
}
|
|
2939
|
+
.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 {
|
|
2940
|
+
color: #fff;
|
|
2941
|
+
}
|
|
2658
2942
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
|
|
2659
2943
|
border-bottom: 1px none #444c54;
|
|
2660
2944
|
}
|
|
2661
2945
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2662
2946
|
color: #fff;
|
|
2663
2947
|
}
|
|
2948
|
+
.e-accordion .e-acrdn-item.e-select {
|
|
2949
|
+
background: none;
|
|
2950
|
+
border-color: #444c54;
|
|
2951
|
+
border-style: solid;
|
|
2952
|
+
border-width: 0 0 1px 0;
|
|
2953
|
+
}
|
|
2664
2954
|
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2665
2955
|
color: #fff;
|
|
2956
|
+
background: none;
|
|
2957
|
+
border-top: 0;
|
|
2666
2958
|
}
|
|
2667
2959
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2668
2960
|
color: #fff;
|
|
@@ -2670,36 +2962,126 @@
|
|
|
2670
2962
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
2671
2963
|
color: #adb5bd;
|
|
2672
2964
|
}
|
|
2965
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2966
|
+
background: none;
|
|
2967
|
+
border: 0;
|
|
2968
|
+
border-color: initial;
|
|
2969
|
+
}
|
|
2970
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
2971
|
+
border: 0;
|
|
2972
|
+
background: none;
|
|
2973
|
+
border-color: initial;
|
|
2974
|
+
}
|
|
2673
2975
|
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
2976
|
+
border: 0;
|
|
2977
|
+
border-color: initial;
|
|
2674
2978
|
background: #031633;
|
|
2675
2979
|
}
|
|
2676
2980
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2981
|
+
border: 0;
|
|
2677
2982
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2983
|
+
background: none;
|
|
2984
|
+
}
|
|
2985
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2986
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2987
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2988
|
+
color: #fff;
|
|
2989
|
+
}
|
|
2990
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2991
|
+
color: #0d6efd;
|
|
2992
|
+
}
|
|
2993
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2994
|
+
color: #0d6efd;
|
|
2995
|
+
}
|
|
2996
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
2997
|
+
color: #0d6efd;
|
|
2998
|
+
}
|
|
2999
|
+
.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 {
|
|
3000
|
+
color: #fff;
|
|
3001
|
+
}
|
|
3002
|
+
.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 {
|
|
3003
|
+
border-color: #444c54;
|
|
3004
|
+
border-style: solid;
|
|
3005
|
+
border-width: 0 0 1px 0;
|
|
3006
|
+
background: #031633;
|
|
3007
|
+
}
|
|
3008
|
+
.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 {
|
|
3009
|
+
color: #0d6efd;
|
|
3010
|
+
}
|
|
3011
|
+
.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 {
|
|
3012
|
+
color: #adb5bd;
|
|
3013
|
+
}
|
|
3014
|
+
.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 {
|
|
3015
|
+
color: #0d6efd;
|
|
3016
|
+
}
|
|
3017
|
+
.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 {
|
|
3018
|
+
color: #0d6efd;
|
|
3019
|
+
}
|
|
3020
|
+
.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 {
|
|
3021
|
+
color: #adb5bd;
|
|
3022
|
+
}
|
|
3023
|
+
.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 {
|
|
3024
|
+
border-color: #444c54;
|
|
3025
|
+
}
|
|
3026
|
+
.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 {
|
|
3027
|
+
color: #0d6efd;
|
|
3028
|
+
}
|
|
3029
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
3030
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
3031
|
+
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
3032
|
+
color: #0d6efd;
|
|
3033
|
+
}
|
|
3034
|
+
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
3035
|
+
border-color: #444c54;
|
|
3036
|
+
}
|
|
3037
|
+
.e-accordion .e-acrdn-item.e-selected {
|
|
3038
|
+
border-color: #444c54;
|
|
3039
|
+
border-style: solid;
|
|
3040
|
+
border-width: 0 0 1px 0;
|
|
2678
3041
|
}
|
|
2679
3042
|
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2680
|
-
border-
|
|
2681
|
-
border-
|
|
2682
|
-
border-
|
|
3043
|
+
border-color: #444c54;
|
|
3044
|
+
border-style: solid;
|
|
3045
|
+
border-width: 0 0 1px 0;
|
|
3046
|
+
}
|
|
3047
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
3048
|
+
background: #212529;
|
|
2683
3049
|
}
|
|
2684
3050
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2685
3051
|
border-bottom: 1px none #444c54;
|
|
2686
3052
|
}
|
|
2687
|
-
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
|
|
2688
|
-
background: #031633;
|
|
2689
|
-
border-bottom: 1px solid #444c54;
|
|
2690
|
-
}
|
|
2691
|
-
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon,
|
|
2692
3053
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2693
3054
|
color: #0d6efd;
|
|
2694
3055
|
}
|
|
3056
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
3057
|
+
color: #0d6efd;
|
|
3058
|
+
}
|
|
2695
3059
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2696
3060
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2697
3061
|
}
|
|
2698
3062
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2699
|
-
border-
|
|
3063
|
+
border-color: #444c54;
|
|
3064
|
+
border-style: solid;
|
|
3065
|
+
border-width: 0 0 1px 0;
|
|
2700
3066
|
}
|
|
2701
|
-
.e-accordion .e-acrdn-item.e-selected .e-selected:
|
|
2702
|
-
|
|
3067
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
|
|
3068
|
+
color: #0d6efd;
|
|
3069
|
+
}
|
|
3070
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
|
|
3071
|
+
color: #fff;
|
|
3072
|
+
}
|
|
3073
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
3074
|
+
background: #031633;
|
|
3075
|
+
border-radius: 0;
|
|
3076
|
+
border-color: #444c54;
|
|
3077
|
+
border-style: solid;
|
|
3078
|
+
border-width: 0 0 1px 0;
|
|
3079
|
+
}
|
|
3080
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
|
|
3081
|
+
background: none;
|
|
3082
|
+
}
|
|
3083
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
3084
|
+
border-color: #444c54;
|
|
2703
3085
|
}
|
|
2704
3086
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
2705
3087
|
color: #fff;
|
|
@@ -3230,7 +3612,6 @@
|
|
|
3230
3612
|
.e-bigger.e-contextmenu-container ul .e-menu-item {
|
|
3231
3613
|
height: 32px;
|
|
3232
3614
|
line-height: 32px;
|
|
3233
|
-
padding: 0 16px;
|
|
3234
3615
|
}
|
|
3235
3616
|
.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
|
|
3236
3617
|
.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
|
|
@@ -3364,33 +3745,15 @@
|
|
|
3364
3745
|
/*! Bootstrap specific themes definition's */
|
|
3365
3746
|
/*! Vertical Tab */
|
|
3366
3747
|
/*! tab icons */
|
|
3367
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
3368
|
-
content: "\e748";
|
|
3369
|
-
}
|
|
3370
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
3371
|
-
content: "\e765";
|
|
3372
|
-
}
|
|
3373
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
3374
|
-
content: "\e765";
|
|
3375
|
-
}
|
|
3376
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3377
|
-
content: "\e748";
|
|
3378
|
-
}
|
|
3379
3748
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3380
3749
|
content: "\e7e7";
|
|
3381
3750
|
position: relative;
|
|
3382
3751
|
}
|
|
3383
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3384
|
-
content: "\e776";
|
|
3385
|
-
}
|
|
3386
3752
|
@media screen and (max-width: 480px) {
|
|
3387
3753
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3388
3754
|
content: "\e770";
|
|
3389
3755
|
}
|
|
3390
3756
|
}
|
|
3391
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3392
|
-
content: "\e729";
|
|
3393
|
-
}
|
|
3394
3757
|
@media screen and (max-width: 480px) {
|
|
3395
3758
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3396
3759
|
content: "\e770";
|
|
@@ -3404,12 +3767,6 @@
|
|
|
3404
3767
|
content: "\e729";
|
|
3405
3768
|
}
|
|
3406
3769
|
}
|
|
3407
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
3408
|
-
content: "\e776";
|
|
3409
|
-
}
|
|
3410
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
3411
|
-
content: "\e729";
|
|
3412
|
-
}
|
|
3413
3770
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
3414
3771
|
content: "More";
|
|
3415
3772
|
}
|
|
@@ -3450,8 +3807,6 @@
|
|
|
3450
3807
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items {
|
|
3451
3808
|
height: auto;
|
|
3452
3809
|
min-height: auto;
|
|
3453
|
-
height: 42px;
|
|
3454
|
-
min-height: 42px;
|
|
3455
3810
|
}
|
|
3456
3811
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3457
3812
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
@@ -3460,8 +3815,8 @@
|
|
|
3460
3815
|
}
|
|
3461
3816
|
@media screen and (max-width: 480px) {
|
|
3462
3817
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3463
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3464
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3818
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3819
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3465
3820
|
margin: 0;
|
|
3466
3821
|
}
|
|
3467
3822
|
}
|
|
@@ -3471,7 +3826,7 @@
|
|
|
3471
3826
|
}
|
|
3472
3827
|
@media screen and (max-width: 480px) {
|
|
3473
3828
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3474
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3829
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3475
3830
|
margin: 0 2px 0 0;
|
|
3476
3831
|
}
|
|
3477
3832
|
}
|
|
@@ -3485,7 +3840,7 @@
|
|
|
3485
3840
|
}
|
|
3486
3841
|
@media screen and (max-width: 480px) {
|
|
3487
3842
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3488
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3843
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3489
3844
|
margin: 0 2px 0 0;
|
|
3490
3845
|
}
|
|
3491
3846
|
}
|
|
@@ -3495,8 +3850,6 @@
|
|
|
3495
3850
|
}
|
|
3496
3851
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav,
|
|
3497
3852
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
3498
|
-
width: 50px;
|
|
3499
|
-
border-radius: 4px;
|
|
3500
3853
|
width: 38px;
|
|
3501
3854
|
}
|
|
3502
3855
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -3509,7 +3862,7 @@
|
|
|
3509
3862
|
}
|
|
3510
3863
|
@media screen and (max-width: 480px) {
|
|
3511
3864
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
3512
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3865
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3513
3866
|
margin: 0;
|
|
3514
3867
|
}
|
|
3515
3868
|
}
|
|
@@ -3526,7 +3879,7 @@
|
|
|
3526
3879
|
}
|
|
3527
3880
|
@media screen and (max-width: 480px) {
|
|
3528
3881
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
3529
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3882
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3530
3883
|
padding: 0 15px;
|
|
3531
3884
|
}
|
|
3532
3885
|
}
|
|
@@ -3537,22 +3890,28 @@
|
|
|
3537
3890
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3538
3891
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3539
3892
|
font-size: 16px;
|
|
3893
|
+
margin-bottom: 0;
|
|
3894
|
+
}
|
|
3895
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3896
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3897
|
+
position: relative;
|
|
3898
|
+
top: 0;
|
|
3540
3899
|
}
|
|
3541
3900
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3542
3901
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3543
|
-
margin: 0
|
|
3902
|
+
margin: 0;
|
|
3544
3903
|
padding-bottom: 0;
|
|
3545
3904
|
}
|
|
3546
3905
|
@media screen and (max-width: 480px) {
|
|
3547
3906
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3548
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3907
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3549
3908
|
margin: 0 2px 0 0;
|
|
3550
3909
|
}
|
|
3551
3910
|
}
|
|
3552
3911
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3553
3912
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3554
3913
|
position: relative;
|
|
3555
|
-
top:
|
|
3914
|
+
top: 0;
|
|
3556
3915
|
}
|
|
3557
3916
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
3558
3917
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -3564,10 +3923,6 @@
|
|
|
3564
3923
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
3565
3924
|
height: 42px;
|
|
3566
3925
|
}
|
|
3567
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3568
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
3569
|
-
padding: 0;
|
|
3570
|
-
}
|
|
3571
3926
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3572
3927
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3573
3928
|
cursor: pointer;
|
|
@@ -3575,7 +3930,7 @@
|
|
|
3575
3930
|
}
|
|
3576
3931
|
@media screen and (max-width: 480px) {
|
|
3577
3932
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3578
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3933
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3579
3934
|
margin: 0 0 0 8px;
|
|
3580
3935
|
}
|
|
3581
3936
|
}
|
|
@@ -3587,9 +3942,9 @@
|
|
|
3587
3942
|
}
|
|
3588
3943
|
@media screen and (max-width: 480px) {
|
|
3589
3944
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3590
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3591
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3592
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3945
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3946
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3947
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3593
3948
|
font-size: 12px;
|
|
3594
3949
|
}
|
|
3595
3950
|
}
|
|
@@ -3610,13 +3965,23 @@
|
|
|
3610
3965
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
3611
3966
|
padding: 0 20px;
|
|
3612
3967
|
}
|
|
3968
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3969
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3970
|
+
margin: 0 0 0 12px;
|
|
3971
|
+
}
|
|
3972
|
+
@media screen and (max-width: 480px) {
|
|
3973
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3974
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3975
|
+
margin: 0;
|
|
3976
|
+
}
|
|
3977
|
+
}
|
|
3613
3978
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3614
3979
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3615
3980
|
margin: 0 0 0 8px;
|
|
3616
3981
|
}
|
|
3617
3982
|
@media screen and (max-width: 480px) {
|
|
3618
3983
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3619
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3984
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3620
3985
|
margin: 0 0 0 10px;
|
|
3621
3986
|
}
|
|
3622
3987
|
}
|
|
@@ -3676,7 +4041,7 @@
|
|
|
3676
4041
|
}
|
|
3677
4042
|
@media screen and (max-width: 480px) {
|
|
3678
4043
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,
|
|
3679
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
4044
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
3680
4045
|
padding: 0 24px;
|
|
3681
4046
|
}
|
|
3682
4047
|
}
|
|
@@ -3690,7 +4055,7 @@
|
|
|
3690
4055
|
}
|
|
3691
4056
|
@media screen and (max-width: 480px) {
|
|
3692
4057
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
|
|
3693
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
4058
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
3694
4059
|
padding-right: 0;
|
|
3695
4060
|
}
|
|
3696
4061
|
}
|
|
@@ -3714,8 +4079,8 @@
|
|
|
3714
4079
|
}
|
|
3715
4080
|
@media screen and (max-width: 480px) {
|
|
3716
4081
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),
|
|
3717
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
3718
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
4082
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
4083
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
3719
4084
|
min-height: 50px;
|
|
3720
4085
|
}
|
|
3721
4086
|
}
|
|
@@ -3728,10 +4093,10 @@
|
|
|
3728
4093
|
}
|
|
3729
4094
|
@media screen and (max-width: 480px) {
|
|
3730
4095
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,
|
|
3731
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
3732
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
3733
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
3734
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
4096
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
4097
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
4098
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
4099
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
3735
4100
|
height: 50px;
|
|
3736
4101
|
}
|
|
3737
4102
|
}
|
|
@@ -3744,8 +4109,8 @@
|
|
|
3744
4109
|
}
|
|
3745
4110
|
@media screen and (max-width: 480px) {
|
|
3746
4111
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,
|
|
3747
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
3748
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4112
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4113
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
3749
4114
|
margin: 0;
|
|
3750
4115
|
padding-left: 0;
|
|
3751
4116
|
padding-right: 0;
|
|
@@ -3759,7 +4124,7 @@
|
|
|
3759
4124
|
}
|
|
3760
4125
|
@media screen and (max-width: 480px) {
|
|
3761
4126
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav,
|
|
3762
|
-
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
4127
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
3763
4128
|
padding: 0;
|
|
3764
4129
|
}
|
|
3765
4130
|
}
|
|
@@ -3780,7 +4145,7 @@
|
|
|
3780
4145
|
}
|
|
3781
4146
|
@media screen and (max-width: 480px) {
|
|
3782
4147
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
3783
|
-
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4148
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3784
4149
|
font-size: 12px;
|
|
3785
4150
|
height: 38px;
|
|
3786
4151
|
line-height: 38px;
|
|
@@ -3804,7 +4169,7 @@
|
|
|
3804
4169
|
}
|
|
3805
4170
|
@media screen and (max-width: 480px) {
|
|
3806
4171
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
3807
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
4172
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
3808
4173
|
padding: 0;
|
|
3809
4174
|
}
|
|
3810
4175
|
}
|
|
@@ -3819,9 +4184,9 @@
|
|
|
3819
4184
|
}
|
|
3820
4185
|
@media screen and (max-width: 480px) {
|
|
3821
4186
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3822
|
-
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
3823
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3824
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4187
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
4188
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4189
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3825
4190
|
font-size: 12px;
|
|
3826
4191
|
height: 38px;
|
|
3827
4192
|
line-height: 38px;
|
|
@@ -3839,9 +4204,9 @@
|
|
|
3839
4204
|
}
|
|
3840
4205
|
@media screen and (max-width: 480px) {
|
|
3841
4206
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3842
|
-
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
3843
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3844
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4207
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4208
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4209
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
3845
4210
|
font-size: 16px;
|
|
3846
4211
|
}
|
|
3847
4212
|
}
|
|
@@ -3855,7 +4220,6 @@
|
|
|
3855
4220
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
3856
4221
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3857
4222
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
3858
|
-
top: 0;
|
|
3859
4223
|
line-height: 38px;
|
|
3860
4224
|
top: 0.5px;
|
|
3861
4225
|
}
|
|
@@ -3869,8 +4233,8 @@
|
|
|
3869
4233
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
3870
4234
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3871
4235
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
3872
|
-
top: 0;
|
|
3873
4236
|
line-height: 38px;
|
|
4237
|
+
top: 0;
|
|
3874
4238
|
}
|
|
3875
4239
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3876
4240
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
@@ -3910,7 +4274,7 @@
|
|
|
3910
4274
|
}
|
|
3911
4275
|
@media screen and (max-width: 480px) {
|
|
3912
4276
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
|
|
3913
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
4277
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3914
4278
|
margin: 0 2px 0 0;
|
|
3915
4279
|
}
|
|
3916
4280
|
}
|
|
@@ -3922,11 +4286,6 @@
|
|
|
3922
4286
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
3923
4287
|
top: 0.5px;
|
|
3924
4288
|
}
|
|
3925
|
-
.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,
|
|
3926
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3927
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3928
|
-
height: initial;
|
|
3929
|
-
}
|
|
3930
4289
|
.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,
|
|
3931
4290
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
3932
4291
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
@@ -3939,7 +4298,7 @@
|
|
|
3939
4298
|
}
|
|
3940
4299
|
@media screen and (max-width: 480px) {
|
|
3941
4300
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
3942
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
4301
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
3943
4302
|
margin: 0 2px 0 0;
|
|
3944
4303
|
}
|
|
3945
4304
|
}
|
|
@@ -3966,16 +4325,15 @@
|
|
|
3966
4325
|
height: 42px;
|
|
3967
4326
|
padding: 0;
|
|
3968
4327
|
}
|
|
3969
|
-
.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,
|
|
3970
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3971
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3972
|
-
height: 42px;
|
|
3973
|
-
}
|
|
3974
4328
|
.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,
|
|
3975
4329
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
3976
4330
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
3977
4331
|
height: initial;
|
|
3978
4332
|
}
|
|
4333
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
4334
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
4335
|
+
height: 42px;
|
|
4336
|
+
}
|
|
3979
4337
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
3980
4338
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
3981
4339
|
max-width: 150px;
|
|
@@ -3987,7 +4345,7 @@
|
|
|
3987
4345
|
}
|
|
3988
4346
|
@media screen and (max-width: 480px) {
|
|
3989
4347
|
.e-bigger .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before,
|
|
3990
|
-
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
4348
|
+
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
3991
4349
|
bottom: 0;
|
|
3992
4350
|
top: 0;
|
|
3993
4351
|
}
|
|
@@ -4013,6 +4371,11 @@
|
|
|
4013
4371
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
4014
4372
|
right: -20px;
|
|
4015
4373
|
}
|
|
4374
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
4375
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
4376
|
+
min-height: 38px;
|
|
4377
|
+
min-width: auto;
|
|
4378
|
+
}
|
|
4016
4379
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
4017
4380
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
4018
4381
|
height: 24px;
|
|
@@ -4047,35 +4410,31 @@
|
|
|
4047
4410
|
.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items {
|
|
4048
4411
|
height: auto;
|
|
4049
4412
|
}
|
|
4050
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header,
|
|
4051
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header {
|
|
4413
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header,
|
|
4414
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header {
|
|
4052
4415
|
height: 72px;
|
|
4053
4416
|
min-height: 72px;
|
|
4054
4417
|
}
|
|
4055
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items,
|
|
4056
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
4418
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items,
|
|
4419
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
4057
4420
|
height: 72px;
|
|
4058
4421
|
}
|
|
4059
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav,
|
|
4060
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav {
|
|
4422
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav,
|
|
4423
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
4061
4424
|
height: 72px;
|
|
4062
4425
|
}
|
|
4063
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav,
|
|
4064
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
4426
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav,
|
|
4427
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav {
|
|
4065
4428
|
height: 72px;
|
|
4066
4429
|
}
|
|
4067
4430
|
@media screen and (max-width: 480px) {
|
|
4068
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4069
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4070
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4071
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4431
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4432
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4433
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4434
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4072
4435
|
font-size: 12px;
|
|
4073
4436
|
}
|
|
4074
4437
|
}
|
|
4075
|
-
.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active,
|
|
4076
|
-
.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active {
|
|
4077
|
-
margin: 0 0 0 2px;
|
|
4078
|
-
}
|
|
4079
4438
|
.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
|
|
4080
4439
|
.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
4081
4440
|
height: inherit;
|
|
@@ -4125,6 +4484,10 @@
|
|
|
4125
4484
|
height: 42px;
|
|
4126
4485
|
padding: 0;
|
|
4127
4486
|
}
|
|
4487
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
4488
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
4489
|
+
height: 42px;
|
|
4490
|
+
}
|
|
4128
4491
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
4129
4492
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
4130
4493
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -4189,10 +4552,6 @@
|
|
|
4189
4552
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
4190
4553
|
top: 0;
|
|
4191
4554
|
}
|
|
4192
|
-
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
|
|
4193
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
4194
|
-
margin: 0;
|
|
4195
|
-
}
|
|
4196
4555
|
.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),
|
|
4197
4556
|
.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) {
|
|
4198
4557
|
margin: 0 0 0 2px;
|
|
@@ -4208,7 +4567,7 @@
|
|
|
4208
4567
|
}
|
|
4209
4568
|
@media screen and (max-width: 480px) {
|
|
4210
4569
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
4211
|
-
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4570
|
+
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4212
4571
|
height: 42px;
|
|
4213
4572
|
min-height: 42px;
|
|
4214
4573
|
}
|
|
@@ -4220,7 +4579,7 @@
|
|
|
4220
4579
|
}
|
|
4221
4580
|
@media screen and (max-width: 480px) {
|
|
4222
4581
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,
|
|
4223
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4582
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4224
4583
|
min-height: 42px;
|
|
4225
4584
|
}
|
|
4226
4585
|
}
|
|
@@ -4236,10 +4595,11 @@
|
|
|
4236
4595
|
height: 42px;
|
|
4237
4596
|
margin: 0 2px 0 0;
|
|
4238
4597
|
min-height: 42px;
|
|
4598
|
+
padding: 0;
|
|
4239
4599
|
}
|
|
4240
4600
|
@media screen and (max-width: 480px) {
|
|
4241
4601
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4242
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4602
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4243
4603
|
height: 42px;
|
|
4244
4604
|
min-height: 42px;
|
|
4245
4605
|
}
|
|
@@ -4257,7 +4617,7 @@
|
|
|
4257
4617
|
}
|
|
4258
4618
|
@media screen and (max-width: 480px) {
|
|
4259
4619
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4260
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4620
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4261
4621
|
height: 42px;
|
|
4262
4622
|
padding: 0 20px;
|
|
4263
4623
|
}
|
|
@@ -4268,7 +4628,7 @@
|
|
|
4268
4628
|
}
|
|
4269
4629
|
@media screen and (max-width: 480px) {
|
|
4270
4630
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
4271
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4631
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4272
4632
|
height: 42px;
|
|
4273
4633
|
}
|
|
4274
4634
|
}
|
|
@@ -4286,7 +4646,7 @@
|
|
|
4286
4646
|
}
|
|
4287
4647
|
@media screen and (max-width: 480px) {
|
|
4288
4648
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4289
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4649
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4290
4650
|
height: 42px;
|
|
4291
4651
|
}
|
|
4292
4652
|
}
|
|
@@ -4297,8 +4657,8 @@
|
|
|
4297
4657
|
}
|
|
4298
4658
|
@media screen and (max-width: 480px) {
|
|
4299
4659
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,
|
|
4300
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4301
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4660
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4661
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4302
4662
|
height: 42px;
|
|
4303
4663
|
}
|
|
4304
4664
|
}
|
|
@@ -4341,6 +4701,10 @@
|
|
|
4341
4701
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4342
4702
|
height: 42px;
|
|
4343
4703
|
}
|
|
4704
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4705
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4706
|
+
height: 42px;
|
|
4707
|
+
}
|
|
4344
4708
|
.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,
|
|
4345
4709
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
4346
4710
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -4353,8 +4717,8 @@
|
|
|
4353
4717
|
}
|
|
4354
4718
|
@media screen and (max-width: 480px) {
|
|
4355
4719
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,
|
|
4356
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4357
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4720
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4721
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4358
4722
|
height: auto;
|
|
4359
4723
|
}
|
|
4360
4724
|
}
|
|
@@ -4362,8 +4726,8 @@
|
|
|
4362
4726
|
.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4363
4727
|
margin: 0 0 0 2px;
|
|
4364
4728
|
}
|
|
4365
|
-
.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header,
|
|
4366
|
-
.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header {
|
|
4729
|
+
.e-bigger .e-tab.e-fill.e-vertical-icon > .e-tab-header,
|
|
4730
|
+
.e-tab.e-bigger.e-fill.e-vertical-icon > .e-tab-header {
|
|
4367
4731
|
height: 70px;
|
|
4368
4732
|
min-height: 70px;
|
|
4369
4733
|
}
|
|
@@ -4374,13 +4738,17 @@
|
|
|
4374
4738
|
margin: 0;
|
|
4375
4739
|
padding: 0;
|
|
4376
4740
|
}
|
|
4741
|
+
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4742
|
+
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4743
|
+
padding: 0;
|
|
4744
|
+
}
|
|
4377
4745
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4378
4746
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4379
4747
|
padding: 0 20px;
|
|
4380
4748
|
}
|
|
4381
4749
|
@media screen and (max-width: 480px) {
|
|
4382
4750
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4383
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4751
|
+
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4384
4752
|
padding: 0 20px;
|
|
4385
4753
|
}
|
|
4386
4754
|
}
|
|
@@ -4392,10 +4760,6 @@
|
|
|
4392
4760
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4393
4761
|
margin-bottom: 0;
|
|
4394
4762
|
}
|
|
4395
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4396
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4397
|
-
height: 42px;
|
|
4398
|
-
}
|
|
4399
4763
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
4400
4764
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
4401
4765
|
padding: 0 16px;
|
|
@@ -4414,13 +4778,17 @@
|
|
|
4414
4778
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4415
4779
|
margin: 0;
|
|
4416
4780
|
}
|
|
4781
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
4782
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
4783
|
+
margin: 0;
|
|
4784
|
+
}
|
|
4417
4785
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4418
4786
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4419
4787
|
margin: 0 10px 0 0;
|
|
4420
4788
|
}
|
|
4421
4789
|
@media screen and (max-width: 480px) {
|
|
4422
4790
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4423
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4791
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4424
4792
|
margin: 0 10px 0 0;
|
|
4425
4793
|
}
|
|
4426
4794
|
}
|
|
@@ -4430,7 +4798,7 @@
|
|
|
4430
4798
|
}
|
|
4431
4799
|
@media screen and (max-width: 480px) {
|
|
4432
4800
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,
|
|
4433
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4801
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4434
4802
|
margin: 0 8px 0 0;
|
|
4435
4803
|
}
|
|
4436
4804
|
}
|
|
@@ -4458,7 +4826,7 @@
|
|
|
4458
4826
|
}
|
|
4459
4827
|
@media screen and (max-width: 480px) {
|
|
4460
4828
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,
|
|
4461
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4829
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4462
4830
|
padding-left: 0;
|
|
4463
4831
|
}
|
|
4464
4832
|
}
|
|
@@ -4481,8 +4849,8 @@
|
|
|
4481
4849
|
}
|
|
4482
4850
|
@media screen and (max-width: 480px) {
|
|
4483
4851
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,
|
|
4484
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4485
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4852
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4853
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4486
4854
|
margin: 0;
|
|
4487
4855
|
padding-left: 0;
|
|
4488
4856
|
padding-right: 0;
|
|
@@ -4553,13 +4921,10 @@
|
|
|
4553
4921
|
margin: 0;
|
|
4554
4922
|
min-height: 32px;
|
|
4555
4923
|
position: relative;
|
|
4556
|
-
height: 32px;
|
|
4557
|
-
min-height: 32px;
|
|
4558
4924
|
}
|
|
4559
4925
|
@media screen and (max-width: 480px) {
|
|
4560
4926
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
4561
4927
|
min-height: 42px;
|
|
4562
|
-
height: 42px;
|
|
4563
4928
|
}
|
|
4564
4929
|
}
|
|
4565
4930
|
.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
@@ -4574,19 +4939,44 @@
|
|
|
4574
4939
|
margin: 0 2px 0 0;
|
|
4575
4940
|
}
|
|
4576
4941
|
}
|
|
4942
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
4943
|
+
position: unset;
|
|
4944
|
+
}
|
|
4945
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
4946
|
+
left: unset;
|
|
4947
|
+
right: unset;
|
|
4948
|
+
}
|
|
4949
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
4950
|
+
background-color: unset;
|
|
4951
|
+
bottom: unset;
|
|
4952
|
+
content: unset;
|
|
4953
|
+
height: unset;
|
|
4954
|
+
left: unset;
|
|
4955
|
+
position: unset;
|
|
4956
|
+
right: unset;
|
|
4957
|
+
transition: unset;
|
|
4958
|
+
}
|
|
4959
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
4960
|
+
color: unset;
|
|
4961
|
+
content: unset;
|
|
4962
|
+
display: unset;
|
|
4963
|
+
font-weight: unset;
|
|
4964
|
+
height: unset;
|
|
4965
|
+
overflow: unset;
|
|
4966
|
+
visibility: unset;
|
|
4967
|
+
}
|
|
4577
4968
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
4578
4969
|
padding: 0;
|
|
4579
4970
|
}
|
|
4580
4971
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
4581
4972
|
display: none;
|
|
4582
4973
|
}
|
|
4583
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll
|
|
4584
|
-
|
|
4974
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
4975
|
+
padding: 0;
|
|
4585
4976
|
}
|
|
4586
4977
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4587
|
-
width: 40px;
|
|
4588
|
-
border-radius: 4px;
|
|
4589
4978
|
width: 32px;
|
|
4979
|
+
border-radius: 4px;
|
|
4590
4980
|
}
|
|
4591
4981
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4592
4982
|
margin: 0 2px 0 0;
|
|
@@ -4614,6 +5004,7 @@
|
|
|
4614
5004
|
height: 2px;
|
|
4615
5005
|
left: 0;
|
|
4616
5006
|
right: 0;
|
|
5007
|
+
border-radius: 0;
|
|
4617
5008
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4618
5009
|
}
|
|
4619
5010
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4663,6 +5054,10 @@
|
|
|
4663
5054
|
font-size: 14px;
|
|
4664
5055
|
font-weight: 400;
|
|
4665
5056
|
text-transform: capitalize;
|
|
5057
|
+
-ms-flex-item-align: auto;
|
|
5058
|
+
-ms-grid-row-align: auto;
|
|
5059
|
+
align-self: auto;
|
|
5060
|
+
margin-bottom: 0;
|
|
4666
5061
|
}
|
|
4667
5062
|
@media screen and (max-width: 480px) {
|
|
4668
5063
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -4670,7 +5065,7 @@
|
|
|
4670
5065
|
}
|
|
4671
5066
|
}
|
|
4672
5067
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
4673
|
-
margin: 0
|
|
5068
|
+
margin: 0;
|
|
4674
5069
|
padding-bottom: 0;
|
|
4675
5070
|
}
|
|
4676
5071
|
@media screen and (max-width: 480px) {
|
|
@@ -4690,14 +5085,16 @@
|
|
|
4690
5085
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4691
5086
|
margin-bottom: 0;
|
|
4692
5087
|
}
|
|
4693
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
4694
|
-
border: 0;
|
|
4695
|
-
}
|
|
4696
5088
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
4697
5089
|
font-weight: 400;
|
|
4698
5090
|
}
|
|
4699
5091
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
4700
|
-
top:
|
|
5092
|
+
top: 1px;
|
|
5093
|
+
left: 5px;
|
|
5094
|
+
}
|
|
5095
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
5096
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
5097
|
+
left: 0;
|
|
4701
5098
|
}
|
|
4702
5099
|
.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 {
|
|
4703
5100
|
height: 32px;
|
|
@@ -4724,12 +5121,12 @@
|
|
|
4724
5121
|
}
|
|
4725
5122
|
@media screen and (max-width: 480px) {
|
|
4726
5123
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon,
|
|
4727
|
-
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
5124
|
+
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4728
5125
|
font-size: 12px;
|
|
4729
5126
|
}
|
|
4730
5127
|
}
|
|
4731
5128
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4732
|
-
top:
|
|
5129
|
+
top: 1px;
|
|
4733
5130
|
}
|
|
4734
5131
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
4735
5132
|
display: -ms-inline-flexbox;
|
|
@@ -4751,10 +5148,19 @@
|
|
|
4751
5148
|
}
|
|
4752
5149
|
@media screen and (max-width: 480px) {
|
|
4753
5150
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4754
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5151
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
4755
5152
|
font-size: 20px;
|
|
4756
5153
|
}
|
|
4757
5154
|
}
|
|
5155
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5156
|
+
position: relative;
|
|
5157
|
+
top: 1px;
|
|
5158
|
+
left: 5px;
|
|
5159
|
+
}
|
|
5160
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
5161
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
5162
|
+
left: 0;
|
|
5163
|
+
}
|
|
4758
5164
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
4759
5165
|
-ms-flex-pack: center;
|
|
4760
5166
|
justify-content: center;
|
|
@@ -4765,6 +5171,14 @@
|
|
|
4765
5171
|
padding: 0 16px;
|
|
4766
5172
|
}
|
|
4767
5173
|
}
|
|
5174
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5175
|
+
margin: 0 0 0 8px;
|
|
5176
|
+
}
|
|
5177
|
+
@media screen and (max-width: 480px) {
|
|
5178
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5179
|
+
margin: 0;
|
|
5180
|
+
}
|
|
5181
|
+
}
|
|
4768
5182
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4769
5183
|
margin: 0 0 0 8px;
|
|
4770
5184
|
}
|
|
@@ -4862,6 +5276,7 @@
|
|
|
4862
5276
|
}
|
|
4863
5277
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
4864
5278
|
margin: 0;
|
|
5279
|
+
padding: 0;
|
|
4865
5280
|
}
|
|
4866
5281
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
4867
5282
|
height: 26px;
|
|
@@ -5046,7 +5461,7 @@
|
|
|
5046
5461
|
}
|
|
5047
5462
|
@media screen and (max-width: 480px) {
|
|
5048
5463
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
5049
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5464
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5050
5465
|
font-size: 12px;
|
|
5051
5466
|
height: 38px;
|
|
5052
5467
|
line-height: 38px;
|
|
@@ -5063,7 +5478,7 @@
|
|
|
5063
5478
|
}
|
|
5064
5479
|
@media screen and (max-width: 480px) {
|
|
5065
5480
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5066
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5481
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5067
5482
|
font-size: 16px;
|
|
5068
5483
|
}
|
|
5069
5484
|
}
|
|
@@ -5073,13 +5488,12 @@
|
|
|
5073
5488
|
}
|
|
5074
5489
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5075
5490
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5076
|
-
top: 0;
|
|
5077
5491
|
line-height: 32px;
|
|
5078
5492
|
top: 0;
|
|
5079
5493
|
}
|
|
5080
5494
|
@media screen and (max-width: 480px) {
|
|
5081
5495
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5082
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5496
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5083
5497
|
line-height: 43px;
|
|
5084
5498
|
}
|
|
5085
5499
|
}
|
|
@@ -5109,13 +5523,12 @@
|
|
|
5109
5523
|
}
|
|
5110
5524
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5111
5525
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5112
|
-
top: 0;
|
|
5113
5526
|
line-height: 32px;
|
|
5114
5527
|
top: 0;
|
|
5115
5528
|
}
|
|
5116
5529
|
@media screen and (max-width: 480px) {
|
|
5117
5530
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5118
|
-
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5531
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5119
5532
|
line-height: 43px;
|
|
5120
5533
|
}
|
|
5121
5534
|
}
|
|
@@ -5124,6 +5537,32 @@
|
|
|
5124
5537
|
line-height: 32px;
|
|
5125
5538
|
top: -0.5px;
|
|
5126
5539
|
}
|
|
5540
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
5541
|
+
position: unset;
|
|
5542
|
+
}
|
|
5543
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5544
|
+
left: unset;
|
|
5545
|
+
right: unset;
|
|
5546
|
+
}
|
|
5547
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5548
|
+
background-color: unset;
|
|
5549
|
+
content: unset;
|
|
5550
|
+
height: unset;
|
|
5551
|
+
left: unset;
|
|
5552
|
+
position: unset;
|
|
5553
|
+
right: unset;
|
|
5554
|
+
top: unset;
|
|
5555
|
+
transition: unset;
|
|
5556
|
+
}
|
|
5557
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5558
|
+
color: unset;
|
|
5559
|
+
content: unset;
|
|
5560
|
+
display: unset;
|
|
5561
|
+
font-weight: unset;
|
|
5562
|
+
height: unset;
|
|
5563
|
+
overflow: unset;
|
|
5564
|
+
visibility: unset;
|
|
5565
|
+
}
|
|
5127
5566
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
5128
5567
|
bottom: auto;
|
|
5129
5568
|
}
|
|
@@ -5158,6 +5597,12 @@
|
|
|
5158
5597
|
height: 32px;
|
|
5159
5598
|
padding: 0;
|
|
5160
5599
|
}
|
|
5600
|
+
.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 {
|
|
5601
|
+
top: unset;
|
|
5602
|
+
}
|
|
5603
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
5604
|
+
top: 0;
|
|
5605
|
+
}
|
|
5161
5606
|
.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 {
|
|
5162
5607
|
height: initial;
|
|
5163
5608
|
}
|
|
@@ -5230,6 +5675,13 @@
|
|
|
5230
5675
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
5231
5676
|
display: none;
|
|
5232
5677
|
}
|
|
5678
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
5679
|
+
min-height: 32px;
|
|
5680
|
+
min-width: 33px;
|
|
5681
|
+
}
|
|
5682
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
5683
|
+
margin: 0;
|
|
5684
|
+
}
|
|
5233
5685
|
.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 {
|
|
5234
5686
|
right: -15px;
|
|
5235
5687
|
}
|
|
@@ -5246,6 +5698,30 @@
|
|
|
5246
5698
|
left: auto;
|
|
5247
5699
|
right: 0;
|
|
5248
5700
|
}
|
|
5701
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5702
|
+
bottom: unset;
|
|
5703
|
+
height: unset;
|
|
5704
|
+
}
|
|
5705
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5706
|
+
background-color: unset;
|
|
5707
|
+
bottom: unset;
|
|
5708
|
+
content: unset;
|
|
5709
|
+
height: unset;
|
|
5710
|
+
left: unset;
|
|
5711
|
+
position: unset;
|
|
5712
|
+
right: unset;
|
|
5713
|
+
transition: unset;
|
|
5714
|
+
width: unset;
|
|
5715
|
+
}
|
|
5716
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5717
|
+
color: unset;
|
|
5718
|
+
content: unset;
|
|
5719
|
+
display: unset;
|
|
5720
|
+
font-weight: unset;
|
|
5721
|
+
height: unset;
|
|
5722
|
+
overflow: unset;
|
|
5723
|
+
visibility: unset;
|
|
5724
|
+
}
|
|
5249
5725
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
5250
5726
|
float: right;
|
|
5251
5727
|
}
|
|
@@ -5262,6 +5738,30 @@
|
|
|
5262
5738
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
5263
5739
|
width: auto;
|
|
5264
5740
|
}
|
|
5741
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5742
|
+
bottom: unset;
|
|
5743
|
+
height: unset;
|
|
5744
|
+
}
|
|
5745
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5746
|
+
background-color: unset;
|
|
5747
|
+
bottom: unset;
|
|
5748
|
+
content: unset;
|
|
5749
|
+
height: unset;
|
|
5750
|
+
left: unset;
|
|
5751
|
+
position: unset;
|
|
5752
|
+
right: unset;
|
|
5753
|
+
transition: unset;
|
|
5754
|
+
width: unset;
|
|
5755
|
+
}
|
|
5756
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5757
|
+
color: unset;
|
|
5758
|
+
content: unset;
|
|
5759
|
+
display: unset;
|
|
5760
|
+
font-weight: unset;
|
|
5761
|
+
height: unset;
|
|
5762
|
+
overflow: unset;
|
|
5763
|
+
visibility: unset;
|
|
5764
|
+
}
|
|
5265
5765
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5266
5766
|
height: 16px;
|
|
5267
5767
|
-ms-flex-pack: center;
|
|
@@ -5309,7 +5809,7 @@
|
|
|
5309
5809
|
}
|
|
5310
5810
|
@media screen and (max-width: 480px) {
|
|
5311
5811
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
|
|
5312
|
-
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5812
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5313
5813
|
font-size: 16px;
|
|
5314
5814
|
}
|
|
5315
5815
|
}
|
|
@@ -5376,40 +5876,69 @@
|
|
|
5376
5876
|
.e-tab.e-vertical-tab .e-content .e-item > :first-child {
|
|
5377
5877
|
width: 100%;
|
|
5378
5878
|
}
|
|
5379
|
-
.e-tab.e-vertical-icon .e-tab-header {
|
|
5879
|
+
.e-tab.e-vertical-icon > .e-tab-header {
|
|
5380
5880
|
height: 62px;
|
|
5381
5881
|
min-height: 62px;
|
|
5382
5882
|
}
|
|
5383
|
-
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5384
|
-
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5883
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5884
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5385
5885
|
display: none;
|
|
5386
5886
|
}
|
|
5387
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
5887
|
+
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
5388
5888
|
height: 62px;
|
|
5389
5889
|
}
|
|
5390
|
-
.e-tab.e-vertical-icon .e-tab-header .e-
|
|
5890
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
5891
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5892
|
+
position: unset;
|
|
5893
|
+
}
|
|
5894
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5895
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5896
|
+
border: unset;
|
|
5897
|
+
content: unset;
|
|
5898
|
+
display: none;
|
|
5899
|
+
position: unset;
|
|
5900
|
+
top: unset;
|
|
5901
|
+
width: unset;
|
|
5902
|
+
}
|
|
5903
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5904
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5905
|
+
content: unset;
|
|
5906
|
+
display: unset;
|
|
5907
|
+
position: unset;
|
|
5908
|
+
top: unset;
|
|
5909
|
+
width: unset;
|
|
5910
|
+
border: unset;
|
|
5911
|
+
}
|
|
5912
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
5391
5913
|
height: 62px;
|
|
5392
5914
|
}
|
|
5393
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
5915
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav {
|
|
5394
5916
|
height: 62px;
|
|
5395
5917
|
}
|
|
5396
5918
|
@media screen and (max-width: 480px) {
|
|
5397
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5398
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5919
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5920
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5399
5921
|
font-size: 12px;
|
|
5400
5922
|
}
|
|
5401
5923
|
}
|
|
5402
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-
|
|
5403
|
-
|
|
5924
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
5925
|
+
width: 2px;
|
|
5926
|
+
}
|
|
5927
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5928
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5404
5929
|
display: none;
|
|
5405
5930
|
}
|
|
5406
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5407
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5931
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5932
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5408
5933
|
position: relative;
|
|
5409
5934
|
}
|
|
5410
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-scroll-nav {
|
|
5935
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
5411
5936
|
height: 16px;
|
|
5412
5937
|
}
|
|
5938
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5939
|
+
.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 {
|
|
5940
|
+
top: unset;
|
|
5941
|
+
}
|
|
5413
5942
|
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
5414
5943
|
margin: 0 0 0 2px;
|
|
5415
5944
|
}
|
|
@@ -5596,9 +6125,6 @@
|
|
|
5596
6125
|
min-height: 42px;
|
|
5597
6126
|
}
|
|
5598
6127
|
}
|
|
5599
|
-
.e-tab.e-fill .e-tab-header::before {
|
|
5600
|
-
display: none;
|
|
5601
|
-
}
|
|
5602
6128
|
.e-tab.e-fill .e-tab-header .e-indicator {
|
|
5603
6129
|
display: none;
|
|
5604
6130
|
}
|
|
@@ -5619,6 +6145,7 @@
|
|
|
5619
6145
|
height: 32px;
|
|
5620
6146
|
margin: 0 2px 0 0;
|
|
5621
6147
|
min-height: 32px;
|
|
6148
|
+
padding: 0;
|
|
5622
6149
|
}
|
|
5623
6150
|
@media screen and (max-width: 480px) {
|
|
5624
6151
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5719,6 +6246,9 @@
|
|
|
5719
6246
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5720
6247
|
height: 32px;
|
|
5721
6248
|
}
|
|
6249
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
6250
|
+
height: 32px;
|
|
6251
|
+
}
|
|
5722
6252
|
.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 {
|
|
5723
6253
|
height: 62px;
|
|
5724
6254
|
}
|
|
@@ -5733,20 +6263,18 @@
|
|
|
5733
6263
|
.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5734
6264
|
margin: 0 0 0 2px;
|
|
5735
6265
|
}
|
|
5736
|
-
.e-tab.e-fill.e-vertical-icon .e-tab-header {
|
|
6266
|
+
.e-tab.e-fill.e-vertical-icon > .e-tab-header {
|
|
5737
6267
|
height: 60px;
|
|
5738
6268
|
min-height: 60px;
|
|
5739
6269
|
}
|
|
5740
|
-
.e-tab.e-background .e-tab-header::before {
|
|
5741
|
-
display: none;
|
|
5742
|
-
}
|
|
5743
6270
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
5744
6271
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5745
6272
|
margin: 0;
|
|
5746
6273
|
padding: 0;
|
|
5747
6274
|
}
|
|
5748
6275
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5749
|
-
margin: 0
|
|
6276
|
+
margin: 0;
|
|
6277
|
+
padding: 0;
|
|
5750
6278
|
}
|
|
5751
6279
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5752
6280
|
padding: 0 15px;
|
|
@@ -5762,12 +6290,12 @@
|
|
|
5762
6290
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5763
6291
|
margin-bottom: 0;
|
|
5764
6292
|
}
|
|
5765
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5766
|
-
height: 32px;
|
|
5767
|
-
}
|
|
5768
6293
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5769
6294
|
font-weight: 400;
|
|
5770
6295
|
}
|
|
6296
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
6297
|
+
display: none;
|
|
6298
|
+
}
|
|
5771
6299
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
5772
6300
|
padding: 0 12px;
|
|
5773
6301
|
}
|
|
@@ -5789,10 +6317,10 @@
|
|
|
5789
6317
|
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5790
6318
|
margin: 0;
|
|
5791
6319
|
}
|
|
5792
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-
|
|
6320
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5793
6321
|
margin: 0;
|
|
5794
6322
|
}
|
|
5795
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
6323
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
5796
6324
|
margin: 0;
|
|
5797
6325
|
}
|
|
5798
6326
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
@@ -5813,12 +6341,6 @@
|
|
|
5813
6341
|
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
5814
6342
|
margin: 0 0 0 2px;
|
|
5815
6343
|
}
|
|
5816
|
-
.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 {
|
|
5817
|
-
margin: 0 0 0 2px;
|
|
5818
|
-
}
|
|
5819
|
-
.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 {
|
|
5820
|
-
margin-bottom: 0;
|
|
5821
|
-
}
|
|
5822
6344
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
5823
6345
|
margin: 0;
|
|
5824
6346
|
}
|
|
@@ -5919,6 +6441,9 @@
|
|
|
5919
6441
|
font-size: 14px;
|
|
5920
6442
|
font-weight: 400;
|
|
5921
6443
|
text-transform: capitalize;
|
|
6444
|
+
-ms-flex-item-align: auto;
|
|
6445
|
+
-ms-grid-row-align: auto;
|
|
6446
|
+
align-self: auto;
|
|
5922
6447
|
}
|
|
5923
6448
|
@media screen and (max-width: 480px) {
|
|
5924
6449
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -5934,12 +6459,12 @@
|
|
|
5934
6459
|
}
|
|
5935
6460
|
@media screen and (max-width: 480px) {
|
|
5936
6461
|
.e-tab-clone-element .e-close-icon,
|
|
5937
|
-
.e-tab-clone-element .e-close-icon::before {
|
|
6462
|
+
.e-tab-clone-element .e-close-icon::before {
|
|
5938
6463
|
font-size: 12px;
|
|
5939
6464
|
}
|
|
5940
6465
|
}
|
|
5941
6466
|
.e-tab-clone-element .e-close-icon::before {
|
|
5942
|
-
top:
|
|
6467
|
+
top: 1px;
|
|
5943
6468
|
}
|
|
5944
6469
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
5945
6470
|
display: -ms-inline-flexbox;
|
|
@@ -5961,7 +6486,7 @@
|
|
|
5961
6486
|
}
|
|
5962
6487
|
@media screen and (max-width: 480px) {
|
|
5963
6488
|
.e-tab-clone-element .e-tab-icon,
|
|
5964
|
-
.e-tab-clone-element .e-tab-icon::before {
|
|
6489
|
+
.e-tab-clone-element .e-tab-icon::before {
|
|
5965
6490
|
font-size: 20px;
|
|
5966
6491
|
}
|
|
5967
6492
|
}
|
|
@@ -5975,6 +6500,14 @@
|
|
|
5975
6500
|
padding: 0 16px;
|
|
5976
6501
|
}
|
|
5977
6502
|
}
|
|
6503
|
+
.e-tab-clone-element .e-icon-right {
|
|
6504
|
+
margin: 0 0 0 8px;
|
|
6505
|
+
}
|
|
6506
|
+
@media screen and (max-width: 480px) {
|
|
6507
|
+
.e-tab-clone-element .e-icon-right {
|
|
6508
|
+
margin: 0;
|
|
6509
|
+
}
|
|
6510
|
+
}
|
|
5978
6511
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
5979
6512
|
margin: 0 0 0 8px;
|
|
5980
6513
|
}
|
|
@@ -6097,6 +6630,9 @@
|
|
|
6097
6630
|
}
|
|
6098
6631
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
6099
6632
|
font-size: 16px;
|
|
6633
|
+
-ms-flex-item-align: auto;
|
|
6634
|
+
-ms-grid-row-align: auto;
|
|
6635
|
+
align-self: auto;
|
|
6100
6636
|
}
|
|
6101
6637
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
6102
6638
|
cursor: pointer;
|
|
@@ -6113,7 +6649,7 @@
|
|
|
6113
6649
|
}
|
|
6114
6650
|
@media screen and (max-width: 480px) {
|
|
6115
6651
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon,
|
|
6116
|
-
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6652
|
+
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6117
6653
|
font-size: 12px;
|
|
6118
6654
|
}
|
|
6119
6655
|
}
|
|
@@ -6130,6 +6666,14 @@
|
|
|
6130
6666
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6131
6667
|
padding: 0 20px;
|
|
6132
6668
|
}
|
|
6669
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6670
|
+
margin: 0 0 0 12px;
|
|
6671
|
+
}
|
|
6672
|
+
@media screen and (max-width: 480px) {
|
|
6673
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6674
|
+
margin: 0;
|
|
6675
|
+
}
|
|
6676
|
+
}
|
|
6133
6677
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6134
6678
|
margin: 0 0 0 8px;
|
|
6135
6679
|
}
|
|
@@ -6172,6 +6716,9 @@
|
|
|
6172
6716
|
background: inherit;
|
|
6173
6717
|
border: 0;
|
|
6174
6718
|
border-radius: 0;
|
|
6719
|
+
box-shadow: none;
|
|
6720
|
+
font-weight: 400;
|
|
6721
|
+
border-bottom: 0;
|
|
6175
6722
|
}
|
|
6176
6723
|
.e-tab .e-tab-header::before {
|
|
6177
6724
|
border-color: #444c54;
|
|
@@ -6180,11 +6727,9 @@
|
|
|
6180
6727
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
6181
6728
|
border-width: 0 0 1px;
|
|
6182
6729
|
}
|
|
6183
|
-
.e-tab .e-tab-header[style*="overflow: hidden"] {
|
|
6184
|
-
border: 0;
|
|
6185
|
-
}
|
|
6186
6730
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
6187
6731
|
border-bottom: 1px solid #212529;
|
|
6732
|
+
margin-bottom: 0;
|
|
6188
6733
|
}
|
|
6189
6734
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
6190
6735
|
background: inherit;
|
|
@@ -6196,6 +6741,9 @@
|
|
|
6196
6741
|
background: inherit;
|
|
6197
6742
|
border: 1px solid transparent;
|
|
6198
6743
|
}
|
|
6744
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
6745
|
+
background: inherit;
|
|
6746
|
+
}
|
|
6199
6747
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6200
6748
|
background: rgba(0, 0, 0, 0.12);
|
|
6201
6749
|
}
|
|
@@ -6237,12 +6785,23 @@
|
|
|
6237
6785
|
border-radius: 4px 4px 0 0;
|
|
6238
6786
|
}
|
|
6239
6787
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6240
|
-
border:
|
|
6788
|
+
border: 1px solid transparent;
|
|
6241
6789
|
}
|
|
6242
6790
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6243
6791
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6244
6792
|
color: #ced4da;
|
|
6245
6793
|
}
|
|
6794
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6795
|
+
position: unset;
|
|
6796
|
+
}
|
|
6797
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
6798
|
+
border: unset;
|
|
6799
|
+
content: unset;
|
|
6800
|
+
display: unset;
|
|
6801
|
+
position: unset;
|
|
6802
|
+
top: unset;
|
|
6803
|
+
width: unset;
|
|
6804
|
+
}
|
|
6246
6805
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6247
6806
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6248
6807
|
color: #ced4da;
|
|
@@ -6303,8 +6862,13 @@
|
|
|
6303
6862
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6304
6863
|
color: #0a58ca;
|
|
6305
6864
|
}
|
|
6865
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6866
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6867
|
+
color: #0a58ca;
|
|
6868
|
+
}
|
|
6306
6869
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6307
6870
|
background: #343a40;
|
|
6871
|
+
border-color: transparent;
|
|
6308
6872
|
}
|
|
6309
6873
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
6310
6874
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
@@ -6326,28 +6890,44 @@
|
|
|
6326
6890
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
6327
6891
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
6328
6892
|
color: #adb5bd;
|
|
6893
|
+
border: 0;
|
|
6329
6894
|
}
|
|
6330
6895
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
6331
6896
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
6332
6897
|
background: #495057;
|
|
6333
6898
|
color: #0a58ca;
|
|
6899
|
+
border: 0;
|
|
6334
6900
|
}
|
|
6335
6901
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6336
6902
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6337
6903
|
box-shadow: none;
|
|
6904
|
+
border: 0;
|
|
6905
|
+
}
|
|
6906
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
6907
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
6908
|
+
background: inherit;
|
|
6338
6909
|
}
|
|
6339
6910
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
6340
6911
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
6341
6912
|
background: #343a40;
|
|
6342
6913
|
color: #adb5bd;
|
|
6914
|
+
border: 0;
|
|
6343
6915
|
}
|
|
6344
6916
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6345
6917
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6346
6918
|
background: #495057;
|
|
6347
6919
|
color: #0a58ca;
|
|
6348
6920
|
}
|
|
6921
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6922
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
6923
|
+
background: #343a40;
|
|
6924
|
+
border-color: unset;
|
|
6925
|
+
color: #adb5bd;
|
|
6926
|
+
}
|
|
6349
6927
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6350
6928
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6929
|
+
box-shadow: none;
|
|
6930
|
+
background: inherit;
|
|
6351
6931
|
border: 3px solid #adb5bd;
|
|
6352
6932
|
}
|
|
6353
6933
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
@@ -6357,6 +6937,8 @@
|
|
|
6357
6937
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
6358
6938
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
6359
6939
|
color: #ced4da;
|
|
6940
|
+
background: #495057;
|
|
6941
|
+
border-color: unset;
|
|
6360
6942
|
}
|
|
6361
6943
|
.e-tab .e-tab-header .e-hor-nav,
|
|
6362
6944
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -6381,7 +6963,10 @@
|
|
|
6381
6963
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
6382
6964
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
6383
6965
|
color: #0a58ca;
|
|
6384
|
-
|
|
6966
|
+
}
|
|
6967
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
6968
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
6969
|
+
background: transparent;
|
|
6385
6970
|
}
|
|
6386
6971
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6387
6972
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
@@ -6405,6 +6990,7 @@
|
|
|
6405
6990
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6406
6991
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
6407
6992
|
background: #495057;
|
|
6993
|
+
color: #adb5bd;
|
|
6408
6994
|
border: 0;
|
|
6409
6995
|
border-radius: 4px;
|
|
6410
6996
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.075);
|
|
@@ -6412,32 +6998,59 @@
|
|
|
6412
6998
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6413
6999
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
6414
7000
|
border: 0;
|
|
7001
|
+
background: transparent;
|
|
6415
7002
|
}
|
|
6416
7003
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
6417
7004
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
6418
7005
|
background: transparent;
|
|
6419
7006
|
}
|
|
7007
|
+
.e-tab .e-tab-header .e-hor-nav:active,
|
|
7008
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
7009
|
+
box-shadow: none;
|
|
7010
|
+
background: transparent;
|
|
7011
|
+
}
|
|
6420
7012
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6421
7013
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6422
|
-
background: inherit;
|
|
6423
|
-
border: 0;
|
|
6424
|
-
box-shadow: none;
|
|
6425
7014
|
background: #343a40;
|
|
6426
7015
|
border: 3px solid #adb5bd;
|
|
7016
|
+
box-shadow: none;
|
|
6427
7017
|
border-radius: 4px;
|
|
6428
7018
|
}
|
|
7019
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
7020
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
7021
|
+
color: #fff;
|
|
7022
|
+
}
|
|
7023
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
7024
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
7025
|
+
border: 3px solid #adb5bd;
|
|
7026
|
+
}
|
|
7027
|
+
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
7028
|
+
border-color: unset;
|
|
7029
|
+
border-style: solid;
|
|
7030
|
+
border-width: 0;
|
|
7031
|
+
}
|
|
6429
7032
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
6430
|
-
border:
|
|
7033
|
+
border-color: unset;
|
|
7034
|
+
border-style: solid;
|
|
7035
|
+
border-width: 0;
|
|
6431
7036
|
}
|
|
6432
7037
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
6433
|
-
border-
|
|
6434
|
-
border-
|
|
7038
|
+
border-color: #fff;
|
|
7039
|
+
border-style: solid;
|
|
7040
|
+
border-width: 1px 0 0;
|
|
7041
|
+
}
|
|
7042
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
7043
|
+
border-radius: 0 0 4px 4px;
|
|
6435
7044
|
}
|
|
6436
7045
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6437
|
-
border-
|
|
7046
|
+
border-color: #212529 #444c54 #444c54;
|
|
7047
|
+
border-style: solid;
|
|
7048
|
+
border-width: 1px;
|
|
7049
|
+
margin-top: 0;
|
|
6438
7050
|
border-radius: 0 0 4px 4px;
|
|
6439
|
-
|
|
6440
|
-
|
|
7051
|
+
}
|
|
7052
|
+
.e-tab .e-tab-header.e-vertical {
|
|
7053
|
+
border-bottom: 0;
|
|
6441
7054
|
}
|
|
6442
7055
|
.e-tab .e-tab-header.e-vertical::before {
|
|
6443
7056
|
border-width: 0 1px 0 0;
|
|
@@ -6446,10 +7059,16 @@
|
|
|
6446
7059
|
border-bottom: 1px solid #444c54;
|
|
6447
7060
|
border-top: 1px solid #444c54;
|
|
6448
7061
|
}
|
|
7062
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
7063
|
+
border-radius: 4px 0 0 4px;
|
|
7064
|
+
}
|
|
6449
7065
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6450
7066
|
border-radius: 4px 0 0 4px;
|
|
6451
7067
|
border-right: 1px solid #212529;
|
|
6452
7068
|
}
|
|
7069
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
7070
|
+
border-radius: 0 4px 4px 0;
|
|
7071
|
+
}
|
|
6453
7072
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6454
7073
|
border-left: 1px solid #212529;
|
|
6455
7074
|
border-radius: 0 4px 4px 0;
|
|
@@ -6475,6 +7094,10 @@
|
|
|
6475
7094
|
}
|
|
6476
7095
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
6477
7096
|
background: rgba(52, 58, 64, 0.12);
|
|
7097
|
+
border-color: rgba(73, 80, 87, 0.12) transparent transparent;
|
|
7098
|
+
}
|
|
7099
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
7100
|
+
background: rgba(52, 58, 64, 0.12);
|
|
6478
7101
|
}
|
|
6479
7102
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
6480
7103
|
color: #0a58ca;
|
|
@@ -6485,6 +7108,9 @@
|
|
|
6485
7108
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
6486
7109
|
background: rgba(52, 58, 64, 0.12);
|
|
6487
7110
|
}
|
|
7111
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
7112
|
+
color: none;
|
|
7113
|
+
}
|
|
6488
7114
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6489
7115
|
background: none;
|
|
6490
7116
|
}
|
|
@@ -6515,6 +7141,10 @@
|
|
|
6515
7141
|
border: 0;
|
|
6516
7142
|
box-shadow: none;
|
|
6517
7143
|
}
|
|
7144
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7145
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7146
|
+
color: #adb5bd;
|
|
7147
|
+
}
|
|
6518
7148
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
6519
7149
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
6520
7150
|
border: 0;
|
|
@@ -6536,6 +7166,11 @@
|
|
|
6536
7166
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6537
7167
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6538
7168
|
color: #adb5bd;
|
|
7169
|
+
background: #343a40;
|
|
7170
|
+
border: 0;
|
|
7171
|
+
}
|
|
7172
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
7173
|
+
border-color: rgba(73, 80, 87, 0.12) transparent transparent;
|
|
6539
7174
|
}
|
|
6540
7175
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6541
7176
|
border: 0;
|
|
@@ -6581,6 +7216,9 @@
|
|
|
6581
7216
|
.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 {
|
|
6582
7217
|
color: #0a58ca;
|
|
6583
7218
|
}
|
|
7219
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7220
|
+
color: #0a58ca;
|
|
7221
|
+
}
|
|
6584
7222
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6585
7223
|
margin-top: 0;
|
|
6586
7224
|
}
|
|
@@ -6590,6 +7228,7 @@
|
|
|
6590
7228
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6591
7229
|
background: #0d6efd;
|
|
6592
7230
|
border-radius: 4px;
|
|
7231
|
+
border-color: unset;
|
|
6593
7232
|
}
|
|
6594
7233
|
.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 {
|
|
6595
7234
|
color: #fff;
|
|
@@ -6597,6 +7236,9 @@
|
|
|
6597
7236
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6598
7237
|
margin-top: 0;
|
|
6599
7238
|
}
|
|
7239
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7240
|
+
border: unset;
|
|
7241
|
+
}
|
|
6600
7242
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6601
7243
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6602
7244
|
color: #fff;
|
|
@@ -6605,14 +7247,21 @@
|
|
|
6605
7247
|
color: #fff;
|
|
6606
7248
|
}
|
|
6607
7249
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
6608
|
-
color: #
|
|
7250
|
+
color: #fff;
|
|
7251
|
+
}
|
|
7252
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
7253
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
6609
7254
|
color: #fff;
|
|
6610
7255
|
}
|
|
6611
7256
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
6612
7257
|
background: #343a40;
|
|
6613
7258
|
}
|
|
6614
|
-
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text
|
|
6615
|
-
|
|
7259
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
7260
|
+
color: #fff;
|
|
7261
|
+
}
|
|
7262
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
7263
|
+
color: #fff;
|
|
7264
|
+
}
|
|
6616
7265
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
6617
7266
|
color: #fff;
|
|
6618
7267
|
}
|
|
@@ -6668,8 +7317,11 @@
|
|
|
6668
7317
|
}
|
|
6669
7318
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6670
7319
|
background: rgba(52, 58, 64, 0.8);
|
|
7320
|
+
border-color: #adb5bd;
|
|
7321
|
+
}
|
|
7322
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7323
|
+
color: #adb5bd;
|
|
6671
7324
|
}
|
|
6672
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6673
7325
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6674
7326
|
color: #adb5bd;
|
|
6675
7327
|
}
|
|
@@ -6689,82 +7341,117 @@
|
|
|
6689
7341
|
}
|
|
6690
7342
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
6691
7343
|
background: #fff;
|
|
7344
|
+
bottom: 0;
|
|
6692
7345
|
}
|
|
6693
7346
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
6694
7347
|
border: 0;
|
|
6695
|
-
margin: 0;
|
|
6696
7348
|
}
|
|
6697
7349
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6698
7350
|
background: rgba(0, 0, 0, 0.1);
|
|
6699
7351
|
}
|
|
6700
7352
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6701
7353
|
background: inherit;
|
|
7354
|
+
border-color: transparent;
|
|
6702
7355
|
}
|
|
6703
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6704
7356
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6705
7357
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6706
7358
|
color: #031633;
|
|
6707
7359
|
}
|
|
7360
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
7361
|
+
color: #031633;
|
|
7362
|
+
}
|
|
6708
7363
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
6709
7364
|
color: #fff;
|
|
6710
7365
|
}
|
|
6711
7366
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6712
7367
|
background: transparent;
|
|
7368
|
+
background-color: transparent;
|
|
7369
|
+
border-color: #444c54;
|
|
7370
|
+
}
|
|
7371
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
7372
|
+
color: #fff;
|
|
6713
7373
|
}
|
|
6714
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6715
7374
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6716
7375
|
color: #fff;
|
|
6717
7376
|
}
|
|
6718
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6719
7377
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6720
7378
|
color: #fff;
|
|
6721
7379
|
}
|
|
7380
|
+
.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 {
|
|
7381
|
+
color: #fff;
|
|
7382
|
+
}
|
|
6722
7383
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
6723
7384
|
border: 0;
|
|
6724
7385
|
margin: 0;
|
|
7386
|
+
background: inherit;
|
|
6725
7387
|
}
|
|
6726
7388
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6727
7389
|
background: #212529;
|
|
6728
7390
|
border-color: #0d6efd;
|
|
6729
7391
|
border-radius: 4px 4px 0 0;
|
|
6730
7392
|
border-style: solid;
|
|
6731
|
-
border-width:
|
|
7393
|
+
border-width: 1px 1px 0;
|
|
7394
|
+
}
|
|
7395
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
7396
|
+
color: #ced4da;
|
|
7397
|
+
}
|
|
7398
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
7399
|
+
color: #adb5bd;
|
|
7400
|
+
}
|
|
7401
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
7402
|
+
color: #ced4da;
|
|
7403
|
+
}
|
|
7404
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7405
|
+
background: #212529;
|
|
7406
|
+
border-color: #0d6efd;
|
|
7407
|
+
}
|
|
7408
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7409
|
+
color: #ced4da;
|
|
6732
7410
|
}
|
|
6733
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6734
7411
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6735
|
-
color: #
|
|
7412
|
+
color: #adb5bd;
|
|
6736
7413
|
}
|
|
6737
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6738
7414
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6739
7415
|
color: #ced4da;
|
|
6740
7416
|
}
|
|
7417
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
7418
|
+
color: #ced4da;
|
|
7419
|
+
}
|
|
7420
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
7421
|
+
color: #ced4da;
|
|
7422
|
+
}
|
|
7423
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
7424
|
+
background: #212529;
|
|
7425
|
+
}
|
|
7426
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
7427
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
7428
|
+
color: #ced4da;
|
|
7429
|
+
}
|
|
6741
7430
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6742
|
-
background: #
|
|
6743
|
-
background-color: #212529;
|
|
7431
|
+
background: #212529;
|
|
6744
7432
|
}
|
|
6745
7433
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6746
7434
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6747
|
-
color: #fff;
|
|
6748
7435
|
color: #ced4da;
|
|
6749
7436
|
}
|
|
6750
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
7437
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7438
|
+
color: #ced4da;
|
|
7439
|
+
}
|
|
6751
7440
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6752
7441
|
color: #ced4da;
|
|
6753
7442
|
}
|
|
7443
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7444
|
+
border: unset;
|
|
7445
|
+
}
|
|
6754
7446
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6755
7447
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6756
|
-
color: #
|
|
7448
|
+
color: #adb5bd;
|
|
6757
7449
|
}
|
|
6758
7450
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
6759
7451
|
color: #fff;
|
|
6760
7452
|
}
|
|
6761
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
6762
|
-
color: #0d6efd;
|
|
6763
|
-
}
|
|
6764
7453
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
6765
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover
|
|
6766
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon,
|
|
6767
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
7454
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
6768
7455
|
color: #ced4da;
|
|
6769
7456
|
}
|
|
6770
7457
|
.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 {
|
|
@@ -6779,11 +7466,11 @@
|
|
|
6779
7466
|
background: inherit;
|
|
6780
7467
|
}
|
|
6781
7468
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6782
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
7469
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
7470
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6783
7471
|
color: #031633;
|
|
6784
7472
|
}
|
|
6785
7473
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6786
|
-
background: #0b5ed7;
|
|
6787
7474
|
background: #343a40;
|
|
6788
7475
|
}
|
|
6789
7476
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
@@ -6791,48 +7478,103 @@
|
|
|
6791
7478
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6792
7479
|
color: #fff;
|
|
6793
7480
|
}
|
|
7481
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
7482
|
+
color: #031633;
|
|
7483
|
+
}
|
|
7484
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
7485
|
+
color: #031633;
|
|
7486
|
+
}
|
|
7487
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
7488
|
+
color: #031633;
|
|
7489
|
+
}
|
|
7490
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
7491
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
7492
|
+
background: inherit;
|
|
7493
|
+
}
|
|
6794
7494
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
6795
7495
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
6796
7496
|
color: #031633;
|
|
7497
|
+
border: 0;
|
|
6797
7498
|
}
|
|
6798
7499
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
6799
7500
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
6800
7501
|
background: inherit;
|
|
6801
7502
|
color: #adb5bd;
|
|
7503
|
+
border-color: unset;
|
|
7504
|
+
}
|
|
7505
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
7506
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
7507
|
+
background: unset;
|
|
7508
|
+
color: #031633;
|
|
6802
7509
|
}
|
|
6803
7510
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
6804
7511
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6805
7512
|
color: #adb5bd;
|
|
7513
|
+
border: 0;
|
|
7514
|
+
background: #343a40;
|
|
6806
7515
|
}
|
|
6807
7516
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6808
7517
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6809
7518
|
background: inherit;
|
|
6810
7519
|
color: #adb5bd;
|
|
6811
7520
|
}
|
|
7521
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
7522
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
7523
|
+
background: #343a40;
|
|
7524
|
+
border-color: unset;
|
|
7525
|
+
color: #adb5bd;
|
|
7526
|
+
}
|
|
6812
7527
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
6813
7528
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
6814
7529
|
animation: none;
|
|
6815
7530
|
}
|
|
7531
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7532
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
7533
|
+
background: transparent;
|
|
7534
|
+
}
|
|
6816
7535
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6817
7536
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
6818
7537
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
6819
7538
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
6820
7539
|
color: #031633;
|
|
7540
|
+
border: 0;
|
|
6821
7541
|
}
|
|
6822
7542
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
6823
7543
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
6824
7544
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6825
7545
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
6826
|
-
background:
|
|
7546
|
+
background: #495057;
|
|
7547
|
+
border-color: unset;
|
|
6827
7548
|
color: #adb5bd;
|
|
6828
|
-
|
|
7549
|
+
}
|
|
7550
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
7551
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
7552
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
7553
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
6829
7554
|
background: #495057;
|
|
7555
|
+
color: #adb5bd;
|
|
6830
7556
|
}
|
|
6831
7557
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
6832
7558
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
6833
7559
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6834
7560
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6835
7561
|
color: #adb5bd;
|
|
7562
|
+
background: #343a40;
|
|
7563
|
+
border: 0;
|
|
7564
|
+
}
|
|
7565
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
7566
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
7567
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
7568
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
7569
|
+
background: #495057;
|
|
7570
|
+
}
|
|
7571
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
7572
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
7573
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7574
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7575
|
+
background: #495057;
|
|
7576
|
+
border-color: unset;
|
|
7577
|
+
color: #adb5bd;
|
|
6836
7578
|
}
|
|
6837
7579
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
6838
7580
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -6853,7 +7595,9 @@
|
|
|
6853
7595
|
border-width: 0 2px 2px;
|
|
6854
7596
|
}
|
|
6855
7597
|
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6856
|
-
border:
|
|
7598
|
+
border-color: unset;
|
|
7599
|
+
border-style: solid;
|
|
7600
|
+
border-width: 0;
|
|
6857
7601
|
margin: 0;
|
|
6858
7602
|
}
|
|
6859
7603
|
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
@@ -6863,7 +7607,9 @@
|
|
|
6863
7607
|
border-width: 2px 0 2px 2px;
|
|
6864
7608
|
}
|
|
6865
7609
|
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6866
|
-
border:
|
|
7610
|
+
border-color: unset;
|
|
7611
|
+
border-style: solid;
|
|
7612
|
+
border-width: 0;
|
|
6867
7613
|
margin: 0;
|
|
6868
7614
|
}
|
|
6869
7615
|
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
@@ -6935,6 +7681,7 @@
|
|
|
6935
7681
|
}
|
|
6936
7682
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6937
7683
|
background: #343a40;
|
|
7684
|
+
border-color: #adb5bd;
|
|
6938
7685
|
}
|
|
6939
7686
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6940
7687
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -6943,22 +7690,38 @@
|
|
|
6943
7690
|
}
|
|
6944
7691
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6945
7692
|
background: rgba(13, 110, 253, 0.12);
|
|
7693
|
+
border-color: #0d6efd;
|
|
6946
7694
|
}
|
|
6947
7695
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6948
7696
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6949
7697
|
color: #ced4da;
|
|
6950
7698
|
}
|
|
6951
7699
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7700
|
+
background: #212529;
|
|
6952
7701
|
border: 1px solid #444c54;
|
|
6953
7702
|
border-radius: 4px 4px 0 0;
|
|
6954
7703
|
}
|
|
6955
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text
|
|
6956
|
-
|
|
6957
|
-
|
|
7704
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7705
|
+
color: #ced4da;
|
|
7706
|
+
}
|
|
7707
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7708
|
+
color: #ced4da;
|
|
7709
|
+
}
|
|
7710
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7711
|
+
color: #ced4da;
|
|
7712
|
+
}
|
|
7713
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7714
|
+
color: #ced4da;
|
|
7715
|
+
}
|
|
7716
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7717
|
+
color: #adb5bd;
|
|
7718
|
+
}
|
|
6958
7719
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6959
7720
|
color: #ced4da;
|
|
6960
7721
|
}
|
|
6961
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
7722
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7723
|
+
color: #ced4da;
|
|
7724
|
+
}
|
|
6962
7725
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6963
7726
|
color: #ced4da;
|
|
6964
7727
|
}
|
|
@@ -6984,6 +7747,8 @@
|
|
|
6984
7747
|
.e-tab .e-content .e-item {
|
|
6985
7748
|
background: inherit;
|
|
6986
7749
|
color: #fff;
|
|
7750
|
+
font-size: 12px;
|
|
7751
|
+
line-height: 18px;
|
|
6987
7752
|
}
|
|
6988
7753
|
|
|
6989
7754
|
.e-tab-clone-element {
|