@syncfusion/ej2-angular-navigations 20.4.38 → 20.4.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/src/tab/items.directive.mjs +3 -3
- package/esm2020/src/toolbar/items.directive.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs +4 -4
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs +4 -4
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/tab/items.directive.d.ts +8 -1
- package/src/toolbar/items.directive.d.ts +8 -1
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +1130 -281
- package/styles/bootstrap.css +1116 -267
- package/styles/bootstrap4.css +996 -280
- package/styles/bootstrap5-dark.css +1046 -281
- package/styles/bootstrap5.css +1046 -281
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1172 -336
- package/styles/fabric.css +1170 -334
- package/styles/fluent-dark.css +1110 -223
- package/styles/fluent.css +1108 -221
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +1026 -477
- package/styles/highcontrast.css +1028 -473
- package/styles/material-dark.css +1275 -205
- package/styles/material.css +1273 -203
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/pager/bootstrap-dark.css +9 -9
- package/styles/pager/bootstrap.css +9 -9
- package/styles/pager/bootstrap4.css +9 -9
- package/styles/pager/bootstrap5-dark.css +9 -9
- package/styles/pager/bootstrap5.css +9 -9
- package/styles/pager/fabric-dark.css +9 -9
- package/styles/pager/fabric.css +9 -9
- package/styles/pager/fluent-dark.css +9 -9
- package/styles/pager/fluent.css +9 -9
- package/styles/pager/highcontrast-light.css +9 -9
- package/styles/pager/highcontrast.css +9 -9
- package/styles/pager/material-dark.css +9 -9
- package/styles/pager/material.css +9 -9
- package/styles/pager/tailwind-dark.css +9 -9
- package/styles/pager/tailwind.css +9 -9
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +304 -1010
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +675 -202
- package/styles/tab/bootstrap.css +662 -189
- package/styles/tab/bootstrap4.css +634 -207
- package/styles/tab/bootstrap5-dark.css +611 -227
- package/styles/tab/bootstrap5.css +611 -227
- package/styles/tab/fabric-dark.css +709 -294
- package/styles/tab/fabric.css +707 -292
- package/styles/tab/fluent-dark.css +633 -193
- package/styles/tab/fluent.css +633 -193
- package/styles/tab/highcontrast-light.css +615 -345
- package/styles/tab/highcontrast.css +615 -339
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +791 -140
- package/styles/tab/material.css +791 -140
- package/styles/tab/tailwind-dark.css +792 -157
- package/styles/tab/tailwind.css +792 -157
- package/styles/tailwind-dark.css +1238 -192
- package/styles/tailwind.css +1239 -193
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
package/styles/bootstrap.css
CHANGED
|
@@ -96,15 +96,15 @@
|
|
|
96
96
|
}
|
|
97
97
|
@media (max-width: 769px) {
|
|
98
98
|
.e-bigger .e-pager,
|
|
99
|
-
.e-pager.e-bigger {
|
|
99
|
+
.e-pager.e-bigger {
|
|
100
100
|
padding: 19px 0;
|
|
101
101
|
}
|
|
102
102
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
103
|
-
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
103
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
104
104
|
margin-right: 0;
|
|
105
105
|
}
|
|
106
106
|
.e-bigger .e-pager div.e-parentmsgbar,
|
|
107
|
-
.e-pager.e-bigger div.e-parentmsgbar {
|
|
107
|
+
.e-pager.e-bigger div.e-parentmsgbar {
|
|
108
108
|
padding: 0;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -425,9 +425,9 @@
|
|
|
425
425
|
font-size: 11px;
|
|
426
426
|
}
|
|
427
427
|
.e-pager .e-mfirst,
|
|
428
|
-
.e-pager .e-mprev,
|
|
429
|
-
.e-pager .e-mnext,
|
|
430
|
-
.e-pager .e-mlast {
|
|
428
|
+
.e-pager .e-mprev,
|
|
429
|
+
.e-pager .e-mnext,
|
|
430
|
+
.e-pager .e-mlast {
|
|
431
431
|
border: 0;
|
|
432
432
|
box-sizing: border-box;
|
|
433
433
|
display: inline-block;
|
|
@@ -542,9 +542,9 @@
|
|
|
542
542
|
}
|
|
543
543
|
@media (max-width: 769px) {
|
|
544
544
|
.e-pager.e-rtl .e-mfirst,
|
|
545
|
-
.e-pager.e-rtl .e-mprev,
|
|
546
|
-
.e-pager.e-rtl .e-mnext,
|
|
547
|
-
.e-pager.e-rtl .e-mlast {
|
|
545
|
+
.e-pager.e-rtl .e-mprev,
|
|
546
|
+
.e-pager.e-rtl .e-mnext,
|
|
547
|
+
.e-pager.e-rtl .e-mlast {
|
|
548
548
|
border: 0;
|
|
549
549
|
}
|
|
550
550
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
@@ -855,6 +855,7 @@
|
|
|
855
855
|
text-align: center;
|
|
856
856
|
vertical-align: middle;
|
|
857
857
|
width: 100%;
|
|
858
|
+
font-size: 12px;
|
|
858
859
|
}
|
|
859
860
|
.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
|
|
860
861
|
pointer-events: none;
|
|
@@ -903,22 +904,34 @@
|
|
|
903
904
|
border: 0;
|
|
904
905
|
color: #333;
|
|
905
906
|
}
|
|
907
|
+
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
|
|
908
|
+
background: #e6e6e6;
|
|
909
|
+
}
|
|
906
910
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
907
911
|
background: #e6e6e6;
|
|
908
912
|
border: 0;
|
|
909
913
|
color: #333;
|
|
910
914
|
}
|
|
915
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
|
|
916
|
+
color: #333;
|
|
917
|
+
}
|
|
911
918
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
912
919
|
background: #e6e6e6;
|
|
913
920
|
border: 0;
|
|
914
921
|
color: #333;
|
|
915
922
|
}
|
|
923
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
|
|
924
|
+
color: #333;
|
|
925
|
+
}
|
|
916
926
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
917
927
|
background: #e6e6e6;
|
|
918
928
|
border: 0;
|
|
919
929
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
920
930
|
color: #333;
|
|
921
931
|
}
|
|
932
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
933
|
+
color: #333;
|
|
934
|
+
}
|
|
922
935
|
.e-hscroll .e-scroll-nav {
|
|
923
936
|
background: #f8f8f8;
|
|
924
937
|
}
|
|
@@ -1156,10 +1169,18 @@
|
|
|
1156
1169
|
height: 50px;
|
|
1157
1170
|
min-height: 50px;
|
|
1158
1171
|
}
|
|
1172
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
1173
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
|
|
1174
|
+
font-size: 14px;
|
|
1175
|
+
}
|
|
1159
1176
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
1160
1177
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
1161
1178
|
font-size: 14px;
|
|
1162
1179
|
}
|
|
1180
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
|
|
1181
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
|
|
1182
|
+
font-size: 16px;
|
|
1183
|
+
}
|
|
1163
1184
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
1164
1185
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
1165
1186
|
border-bottom: 0;
|
|
@@ -1235,6 +1256,10 @@
|
|
|
1235
1256
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1236
1257
|
line-height: inherit;
|
|
1237
1258
|
}
|
|
1259
|
+
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
1260
|
+
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
1261
|
+
height: auto;
|
|
1262
|
+
}
|
|
1238
1263
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
1239
1264
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1240
1265
|
min-width: 48px;
|
|
@@ -1243,6 +1268,7 @@
|
|
|
1243
1268
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
1244
1269
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1245
1270
|
min-width: 24px;
|
|
1271
|
+
font-size: 16px;
|
|
1246
1272
|
}
|
|
1247
1273
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1248
1274
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
@@ -1258,6 +1284,7 @@
|
|
|
1258
1284
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1259
1285
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1260
1286
|
padding: 0 12px 0 15px;
|
|
1287
|
+
font-size: 14px;
|
|
1261
1288
|
}
|
|
1262
1289
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
1263
1290
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -1269,6 +1296,10 @@
|
|
|
1269
1296
|
margin-right: 15px;
|
|
1270
1297
|
white-space: normal;
|
|
1271
1298
|
}
|
|
1299
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
1300
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1301
|
+
margin: 0;
|
|
1302
|
+
}
|
|
1272
1303
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1273
1304
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
1274
1305
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -1381,7 +1412,6 @@
|
|
|
1381
1412
|
padding-left: 3px;
|
|
1382
1413
|
padding-right: 3px;
|
|
1383
1414
|
padding-top: 0;
|
|
1384
|
-
margin-left: -1px;
|
|
1385
1415
|
}
|
|
1386
1416
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1387
1417
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -1403,6 +1433,7 @@
|
|
|
1403
1433
|
}
|
|
1404
1434
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
1405
1435
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1436
|
+
margin: 0;
|
|
1406
1437
|
min-width: 0;
|
|
1407
1438
|
padding: 2.5px 5px;
|
|
1408
1439
|
}
|
|
@@ -1480,7 +1511,6 @@
|
|
|
1480
1511
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1481
1512
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1482
1513
|
padding-right: 3px;
|
|
1483
|
-
margin-left: 0;
|
|
1484
1514
|
}
|
|
1485
1515
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1486
1516
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -1577,6 +1607,7 @@
|
|
|
1577
1607
|
white-space: normal;
|
|
1578
1608
|
}
|
|
1579
1609
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1610
|
+
margin: 0;
|
|
1580
1611
|
height: 100%;
|
|
1581
1612
|
min-width: 30px;
|
|
1582
1613
|
padding: 4px 2.5px;
|
|
@@ -1637,6 +1668,7 @@
|
|
|
1637
1668
|
min-height: 25px;
|
|
1638
1669
|
min-width: 27px;
|
|
1639
1670
|
padding: 0;
|
|
1671
|
+
font-size: 14px;
|
|
1640
1672
|
}
|
|
1641
1673
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1642
1674
|
display: -ms-inline-flexbox;
|
|
@@ -1859,6 +1891,7 @@
|
|
|
1859
1891
|
text-align: center;
|
|
1860
1892
|
vertical-align: middle;
|
|
1861
1893
|
width: 100%;
|
|
1894
|
+
font-size: 12px;
|
|
1862
1895
|
}
|
|
1863
1896
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1864
1897
|
line-height: 25px;
|
|
@@ -1880,6 +1913,9 @@
|
|
|
1880
1913
|
margin-right: 15px;
|
|
1881
1914
|
white-space: normal;
|
|
1882
1915
|
}
|
|
1916
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1917
|
+
margin: 0;
|
|
1918
|
+
}
|
|
1883
1919
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1884
1920
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1885
1921
|
display: none;
|
|
@@ -2009,11 +2045,15 @@
|
|
|
2009
2045
|
min-height: 32px;
|
|
2010
2046
|
min-width: 0;
|
|
2011
2047
|
padding: 1px 2.5px;
|
|
2048
|
+
border-radius: 4px;
|
|
2012
2049
|
line-height: 27px;
|
|
2013
2050
|
}
|
|
2014
2051
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
2015
2052
|
padding: 0 1.5px;
|
|
2016
2053
|
}
|
|
2054
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
2055
|
+
outline: 0;
|
|
2056
|
+
}
|
|
2017
2057
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2018
2058
|
padding: 0 0 0 12px;
|
|
2019
2059
|
}
|
|
@@ -2024,6 +2064,7 @@
|
|
|
2024
2064
|
margin: 0;
|
|
2025
2065
|
min-width: 27px;
|
|
2026
2066
|
width: auto;
|
|
2067
|
+
padding-bottom: 0;
|
|
2027
2068
|
}
|
|
2028
2069
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
2029
2070
|
-ms-flex-item-align: center;
|
|
@@ -2170,33 +2211,60 @@
|
|
|
2170
2211
|
background: #f8f8f8;
|
|
2171
2212
|
box-shadow: none;
|
|
2172
2213
|
color: #333;
|
|
2173
|
-
|
|
2214
|
+
border: 0;
|
|
2174
2215
|
}
|
|
2175
2216
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
2176
2217
|
color: #333;
|
|
2177
2218
|
}
|
|
2178
2219
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2179
2220
|
background: #e6e6e6;
|
|
2180
|
-
border-color: #8c8c8c;
|
|
2181
2221
|
border-radius: 4px;
|
|
2182
2222
|
color: #333;
|
|
2183
|
-
border:
|
|
2184
|
-
|
|
2223
|
+
border-color: #8c8c8c;
|
|
2224
|
+
border-style: solid;
|
|
2225
|
+
border-width: 1px;
|
|
2226
|
+
box-shadow: none;
|
|
2227
|
+
}
|
|
2228
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2229
|
+
color: #333;
|
|
2230
|
+
}
|
|
2231
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2232
|
+
color: #333;
|
|
2185
2233
|
}
|
|
2186
2234
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2187
2235
|
background: #e6e6e6;
|
|
2188
|
-
border-color: #adadad;
|
|
2189
2236
|
border-radius: 4px;
|
|
2190
2237
|
color: #333;
|
|
2191
|
-
border:
|
|
2238
|
+
border-color: #adadad;
|
|
2239
|
+
border-style: solid;
|
|
2240
|
+
border-width: 1px;
|
|
2241
|
+
}
|
|
2242
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2243
|
+
color: #333;
|
|
2244
|
+
}
|
|
2245
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2246
|
+
color: #333;
|
|
2247
|
+
}
|
|
2248
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2249
|
+
color: #333;
|
|
2250
|
+
}
|
|
2251
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2252
|
+
color: #333;
|
|
2192
2253
|
}
|
|
2193
2254
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2194
2255
|
background: #e6e6e6;
|
|
2195
|
-
border-color: #adadad;
|
|
2196
2256
|
border-radius: 4px;
|
|
2197
2257
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2198
2258
|
color: #333;
|
|
2199
|
-
border-
|
|
2259
|
+
border-color: #adadad;
|
|
2260
|
+
border-style: solid;
|
|
2261
|
+
border-width: 0 0 0 1px;
|
|
2262
|
+
}
|
|
2263
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2264
|
+
color: #333;
|
|
2265
|
+
}
|
|
2266
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2267
|
+
color: #333;
|
|
2200
2268
|
}
|
|
2201
2269
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
2202
2270
|
color: #333;
|
|
@@ -2206,6 +2274,54 @@
|
|
|
2206
2274
|
border: 1px solid #ccc;
|
|
2207
2275
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
2208
2276
|
}
|
|
2277
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2278
|
+
background: #f8f8f8;
|
|
2279
|
+
}
|
|
2280
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2281
|
+
background: #e6e6e6;
|
|
2282
|
+
box-shadow: none;
|
|
2283
|
+
color: #333;
|
|
2284
|
+
border-color: #adadad;
|
|
2285
|
+
border-style: solid;
|
|
2286
|
+
border-width: 0;
|
|
2287
|
+
}
|
|
2288
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2289
|
+
color: #333;
|
|
2290
|
+
}
|
|
2291
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2292
|
+
color: #333;
|
|
2293
|
+
}
|
|
2294
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2295
|
+
background: #e6e6e6;
|
|
2296
|
+
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2297
|
+
color: #333;
|
|
2298
|
+
border-color: #adadad;
|
|
2299
|
+
border-style: solid;
|
|
2300
|
+
border-width: 0;
|
|
2301
|
+
}
|
|
2302
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2303
|
+
color: #333;
|
|
2304
|
+
}
|
|
2305
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2306
|
+
color: #333;
|
|
2307
|
+
}
|
|
2308
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2309
|
+
background: #e6e6e6;
|
|
2310
|
+
box-shadow: none;
|
|
2311
|
+
color: #333;
|
|
2312
|
+
border-color: #8c8c8c;
|
|
2313
|
+
border-style: solid;
|
|
2314
|
+
border-width: 0;
|
|
2315
|
+
}
|
|
2316
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2317
|
+
color: #333;
|
|
2318
|
+
}
|
|
2319
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2320
|
+
color: #333;
|
|
2321
|
+
}
|
|
2322
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2323
|
+
outline: 0;
|
|
2324
|
+
}
|
|
2209
2325
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
2210
2326
|
background: transparent;
|
|
2211
2327
|
}
|
|
@@ -2215,32 +2331,51 @@
|
|
|
2215
2331
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2216
2332
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2217
2333
|
background: #d4d4d4;
|
|
2218
|
-
border: 0;
|
|
2219
2334
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2220
|
-
border-
|
|
2335
|
+
border-color: #d4d4d4;
|
|
2336
|
+
border-style: solid;
|
|
2337
|
+
border-width: 0;
|
|
2338
|
+
}
|
|
2339
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2340
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2341
|
+
border-color: #d4d4d4;
|
|
2342
|
+
border-style: solid;
|
|
2343
|
+
border-width: 0;
|
|
2221
2344
|
}
|
|
2222
2345
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2223
2346
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
2224
2347
|
color: #333;
|
|
2225
2348
|
}
|
|
2349
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
2350
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
2351
|
+
color: #333;
|
|
2352
|
+
}
|
|
2226
2353
|
.e-toolbar .e-tbar-btn {
|
|
2227
2354
|
background: #f8f8f8;
|
|
2228
2355
|
box-shadow: none;
|
|
2229
2356
|
color: #333;
|
|
2230
|
-
|
|
2357
|
+
border: none;
|
|
2231
2358
|
}
|
|
2232
2359
|
.e-toolbar .e-tbar-btn:focus {
|
|
2233
2360
|
background: #e6e6e6;
|
|
2234
|
-
border: 1px solid #8c8c8c;
|
|
2235
|
-
margin: 0;
|
|
2236
|
-
border-color: #8c8c8c;
|
|
2237
2361
|
border-radius: 4px;
|
|
2238
2362
|
color: #333;
|
|
2363
|
+
border-color: #8c8c8c;
|
|
2364
|
+
border-style: solid;
|
|
2365
|
+
border-width: 1px;
|
|
2366
|
+
box-shadow: none;
|
|
2367
|
+
}
|
|
2368
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2369
|
+
color: #333;
|
|
2370
|
+
}
|
|
2371
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2372
|
+
color: #333;
|
|
2239
2373
|
}
|
|
2240
2374
|
.e-toolbar .e-tbar-btn:hover {
|
|
2241
2375
|
background: #e6e6e6;
|
|
2242
|
-
border: 1px solid #adadad;
|
|
2243
2376
|
border-color: #adadad;
|
|
2377
|
+
border-style: solid;
|
|
2378
|
+
border-width: 1px;
|
|
2244
2379
|
border-radius: 4px;
|
|
2245
2380
|
color: #333;
|
|
2246
2381
|
}
|
|
@@ -2249,6 +2384,7 @@
|
|
|
2249
2384
|
}
|
|
2250
2385
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
2251
2386
|
background: #f8f8f8;
|
|
2387
|
+
opacity: 0.5;
|
|
2252
2388
|
}
|
|
2253
2389
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
2254
2390
|
color: #333;
|
|
@@ -2259,6 +2395,30 @@
|
|
|
2259
2395
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2260
2396
|
color: #333;
|
|
2261
2397
|
}
|
|
2398
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2399
|
+
color: #333;
|
|
2400
|
+
}
|
|
2401
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2402
|
+
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2403
|
+
}
|
|
2404
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2405
|
+
color: #333;
|
|
2406
|
+
}
|
|
2407
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2408
|
+
color: #333;
|
|
2409
|
+
}
|
|
2410
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2411
|
+
color: #333;
|
|
2412
|
+
}
|
|
2413
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2414
|
+
color: #333;
|
|
2415
|
+
}
|
|
2416
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2417
|
+
color: #333;
|
|
2418
|
+
}
|
|
2419
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2420
|
+
color: #333;
|
|
2421
|
+
}
|
|
2262
2422
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2263
2423
|
border: solid #ccc;
|
|
2264
2424
|
border-width: 0 1px 0 0;
|
|
@@ -2288,6 +2448,10 @@
|
|
|
2288
2448
|
border: 0;
|
|
2289
2449
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2290
2450
|
color: #333;
|
|
2451
|
+
background: #f8f8f8;
|
|
2452
|
+
}
|
|
2453
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
2454
|
+
color: #333;
|
|
2291
2455
|
}
|
|
2292
2456
|
.e-toolbar .e-hor-nav:active::after {
|
|
2293
2457
|
content: "";
|
|
@@ -2297,19 +2461,45 @@
|
|
|
2297
2461
|
border-left: 1px solid #adadad;
|
|
2298
2462
|
color: #333;
|
|
2299
2463
|
}
|
|
2464
|
+
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2465
|
+
color: #333;
|
|
2466
|
+
}
|
|
2467
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2468
|
+
border-color: #ccc #adadad;
|
|
2469
|
+
border-style: solid;
|
|
2470
|
+
border-width: 0 0 0 1px;
|
|
2471
|
+
}
|
|
2472
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
2473
|
+
background: #e6e6e6;
|
|
2474
|
+
border-color: #adadad;
|
|
2475
|
+
border-style: solid;
|
|
2476
|
+
border-width: 0 0 0 1px;
|
|
2477
|
+
}
|
|
2300
2478
|
.e-toolbar .e-hor-nav:focus {
|
|
2301
2479
|
background: #e6e6e6;
|
|
2302
|
-
|
|
2480
|
+
color: #333;
|
|
2481
|
+
border-color: #ccc;
|
|
2482
|
+
border-style: solid;
|
|
2483
|
+
border-width: 0;
|
|
2484
|
+
}
|
|
2485
|
+
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2303
2486
|
color: #333;
|
|
2304
2487
|
}
|
|
2305
2488
|
.e-toolbar .e-tbar-btn:active {
|
|
2306
2489
|
background: #e6e6e6;
|
|
2307
|
-
border-left: 1px solid #adadad;
|
|
2308
2490
|
border-color: #adadad;
|
|
2491
|
+
border-style: solid;
|
|
2492
|
+
border-width: 0 0 0 1px;
|
|
2309
2493
|
border-radius: 4px;
|
|
2310
2494
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2311
2495
|
color: #333;
|
|
2312
2496
|
}
|
|
2497
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
2498
|
+
color: #333;
|
|
2499
|
+
}
|
|
2500
|
+
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
2501
|
+
color: #333;
|
|
2502
|
+
}
|
|
2313
2503
|
|
|
2314
2504
|
/*! component's theme wise override fabric-definitions and variables */
|
|
2315
2505
|
/*! accordion icons */
|
|
@@ -2324,6 +2514,7 @@
|
|
|
2324
2514
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2325
2515
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2326
2516
|
font-size: 16px;
|
|
2517
|
+
vertical-align: middle;
|
|
2327
2518
|
}
|
|
2328
2519
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
2329
2520
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel {
|
|
@@ -2369,15 +2560,21 @@
|
|
|
2369
2560
|
min-height: 50px;
|
|
2370
2561
|
min-width: 24px;
|
|
2371
2562
|
right: 15px;
|
|
2563
|
+
font-size: 12px;
|
|
2372
2564
|
}
|
|
2373
2565
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
2374
2566
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
2375
2567
|
display: inline-block;
|
|
2376
2568
|
padding: 0 10px 0 0;
|
|
2377
2569
|
}
|
|
2570
|
+
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
2571
|
+
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2572
|
+
font-size: 12px;
|
|
2573
|
+
}
|
|
2378
2574
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2379
2575
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2380
2576
|
padding: 15px;
|
|
2577
|
+
font-size: 14px;
|
|
2381
2578
|
}
|
|
2382
2579
|
.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,
|
|
2383
2580
|
.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 {
|
|
@@ -2417,22 +2614,16 @@
|
|
|
2417
2614
|
border-radius: 4px;
|
|
2418
2615
|
margin-top: 5px;
|
|
2419
2616
|
}
|
|
2420
|
-
.e-accordion .e-acrdn-item
|
|
2421
|
-
|
|
2617
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
|
|
2618
|
+
border-top: 1px solid #ddd;
|
|
2422
2619
|
}
|
|
2423
|
-
.e-accordion .e-acrdn-item
|
|
2424
|
-
|
|
2620
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2621
|
+
border-bottom: 1px solid #ddd;
|
|
2425
2622
|
}
|
|
2426
2623
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
2427
2624
|
margin-bottom: 0;
|
|
2428
2625
|
margin-top: 0;
|
|
2429
2626
|
}
|
|
2430
|
-
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item.e-select {
|
|
2431
|
-
margin-top: 5px;
|
|
2432
|
-
}
|
|
2433
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header {
|
|
2434
|
-
border: 0;
|
|
2435
|
-
}
|
|
2436
2627
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
|
|
2437
2628
|
margin: 2px;
|
|
2438
2629
|
}
|
|
@@ -2474,10 +2665,14 @@
|
|
|
2474
2665
|
text-decoration: none;
|
|
2475
2666
|
text-overflow: ellipsis;
|
|
2476
2667
|
white-space: nowrap;
|
|
2668
|
+
margin-bottom: 0;
|
|
2477
2669
|
}
|
|
2478
2670
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2479
2671
|
display: inline-block;
|
|
2480
2672
|
}
|
|
2673
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2674
|
+
line-height: 39px;
|
|
2675
|
+
}
|
|
2481
2676
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2482
2677
|
display: none;
|
|
2483
2678
|
font-size: 12px;
|
|
@@ -2500,6 +2695,9 @@
|
|
|
2500
2695
|
display: inline-block;
|
|
2501
2696
|
padding: 0 10px 0 0;
|
|
2502
2697
|
}
|
|
2698
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2699
|
+
font-size: 12px;
|
|
2700
|
+
}
|
|
2503
2701
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
2504
2702
|
font-size: 14px;
|
|
2505
2703
|
overflow-y: hidden;
|
|
@@ -2578,72 +2776,250 @@
|
|
|
2578
2776
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2579
2777
|
background: #fff;
|
|
2580
2778
|
border: 1px none #ddd;
|
|
2779
|
+
border-radius: 0;
|
|
2581
2780
|
}
|
|
2582
2781
|
.e-accordion .e-active {
|
|
2583
2782
|
background: #fff;
|
|
2584
2783
|
}
|
|
2585
|
-
.e-accordion .e-acrdn-item
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2784
|
+
.e-accordion .e-acrdn-item {
|
|
2785
|
+
border-color: #ddd;
|
|
2786
|
+
border-style: solid;
|
|
2787
|
+
border-width: 0;
|
|
2788
|
+
border-radius: 4px;
|
|
2590
2789
|
}
|
|
2591
|
-
.e-accordion .e-acrdn-item
|
|
2592
|
-
|
|
2790
|
+
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2791
|
+
border-bottom: 1px solid #ddd;
|
|
2792
|
+
border-radius: 4px;
|
|
2593
2793
|
}
|
|
2594
|
-
.e-accordion .e-acrdn-item.e-
|
|
2595
|
-
|
|
2596
|
-
border: 1px solid #ddd;
|
|
2794
|
+
.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
|
|
2795
|
+
border-radius: 4px;
|
|
2597
2796
|
}
|
|
2598
|
-
.e-accordion .e-acrdn-item
|
|
2599
|
-
|
|
2797
|
+
.e-accordion .e-acrdn-item:last-child {
|
|
2798
|
+
border-bottom: 0;
|
|
2600
2799
|
}
|
|
2601
|
-
.e-accordion .e-acrdn-item
|
|
2602
|
-
|
|
2800
|
+
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
|
|
2801
|
+
border-radius: 4px;
|
|
2603
2802
|
}
|
|
2604
|
-
.e-accordion .e-acrdn-item
|
|
2605
|
-
|
|
2803
|
+
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
2804
|
+
border-radius: 4px;
|
|
2606
2805
|
}
|
|
2607
|
-
.e-accordion .e-acrdn-item.e-
|
|
2608
|
-
|
|
2806
|
+
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2807
|
+
border-color: #ddd;
|
|
2808
|
+
border-style: solid;
|
|
2809
|
+
border-width: 0;
|
|
2609
2810
|
}
|
|
2610
|
-
.e-accordion .e-acrdn-item
|
|
2611
|
-
|
|
2811
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2812
|
+
border-top: 1px solid #ddd;
|
|
2612
2813
|
}
|
|
2613
|
-
.e-accordion .e-acrdn-item .e-acrdn-header:
|
|
2614
|
-
|
|
2814
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2815
|
+
border-color: #ddd;
|
|
2816
|
+
border-style: solid;
|
|
2817
|
+
border-width: 0 0 1px 0;
|
|
2615
2818
|
}
|
|
2616
|
-
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2819
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2617
2820
|
background: transparent;
|
|
2618
2821
|
}
|
|
2619
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state
|
|
2620
|
-
|
|
2822
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2823
|
+
color: #333;
|
|
2621
2824
|
}
|
|
2622
|
-
.e-accordion .e-acrdn-item.e-
|
|
2825
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
|
|
2623
2826
|
color: #333;
|
|
2624
2827
|
}
|
|
2625
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state
|
|
2626
|
-
.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,
|
|
2627
|
-
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2828
|
+
.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 {
|
|
2628
2829
|
color: #333;
|
|
2629
2830
|
}
|
|
2630
|
-
.e-accordion .e-acrdn-item.e-selected {
|
|
2631
|
-
border:
|
|
2831
|
+
.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 {
|
|
2832
|
+
border-color: #ddd;
|
|
2632
2833
|
}
|
|
2633
|
-
.e-accordion .e-acrdn-item.e-
|
|
2634
|
-
border:
|
|
2635
|
-
border-
|
|
2834
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2835
|
+
border-color: #ddd;
|
|
2836
|
+
border-style: solid;
|
|
2837
|
+
border-width: 1px;
|
|
2636
2838
|
}
|
|
2637
|
-
.e-accordion .e-acrdn-item
|
|
2638
|
-
background: #f5f5f5;
|
|
2839
|
+
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2639
2840
|
border: 0;
|
|
2640
|
-
border-bottom: 1px solid #ddd;
|
|
2641
|
-
border-radius: 0;
|
|
2642
2841
|
}
|
|
2643
|
-
.e-accordion .e-acrdn-item.e-
|
|
2842
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,
|
|
2843
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2644
2844
|
color: #333;
|
|
2645
2845
|
}
|
|
2646
|
-
.e-accordion .e-acrdn-item.e-
|
|
2846
|
+
.e-accordion .e-acrdn-item.e-overlay {
|
|
2847
|
+
background: #fff;
|
|
2848
|
+
opacity: 0.5;
|
|
2849
|
+
}
|
|
2850
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
2851
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
2852
|
+
color: #333;
|
|
2853
|
+
}
|
|
2854
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2855
|
+
color: #333;
|
|
2856
|
+
}
|
|
2857
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2858
|
+
color: #333;
|
|
2859
|
+
}
|
|
2860
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
2861
|
+
border-color: #ddd;
|
|
2862
|
+
border-style: solid;
|
|
2863
|
+
border-width: 0 0 1px 0;
|
|
2864
|
+
background: transparent;
|
|
2865
|
+
}
|
|
2866
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2867
|
+
background: #f5f5f5;
|
|
2868
|
+
}
|
|
2869
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2870
|
+
background: #f5f5f5;
|
|
2871
|
+
}
|
|
2872
|
+
.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 {
|
|
2873
|
+
color: #333;
|
|
2874
|
+
}
|
|
2875
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
|
|
2876
|
+
border-bottom: 1px solid #ddd;
|
|
2877
|
+
}
|
|
2878
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2879
|
+
color: #333;
|
|
2880
|
+
}
|
|
2881
|
+
.e-accordion .e-acrdn-item.e-select {
|
|
2882
|
+
background: #f5f5f5;
|
|
2883
|
+
border-color: #ddd;
|
|
2884
|
+
border-style: solid;
|
|
2885
|
+
border-width: 1px;
|
|
2886
|
+
}
|
|
2887
|
+
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2888
|
+
color: #333;
|
|
2889
|
+
background: none;
|
|
2890
|
+
border-top: 0;
|
|
2891
|
+
}
|
|
2892
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2893
|
+
color: #333;
|
|
2894
|
+
}
|
|
2895
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
2896
|
+
color: #333;
|
|
2897
|
+
}
|
|
2898
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2899
|
+
background: transparent;
|
|
2900
|
+
border: 0;
|
|
2901
|
+
border-color: initial;
|
|
2902
|
+
}
|
|
2903
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
2904
|
+
border: 0;
|
|
2905
|
+
background: transparent;
|
|
2906
|
+
border-color: initial;
|
|
2907
|
+
}
|
|
2908
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
2909
|
+
border: 0;
|
|
2910
|
+
border-color: initial;
|
|
2911
|
+
background: transparent;
|
|
2912
|
+
}
|
|
2913
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2914
|
+
border: 0;
|
|
2915
|
+
box-shadow: none;
|
|
2916
|
+
background: transparent;
|
|
2917
|
+
}
|
|
2918
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2919
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2920
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2921
|
+
color: #333;
|
|
2922
|
+
}
|
|
2923
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2924
|
+
color: #333;
|
|
2925
|
+
}
|
|
2926
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2927
|
+
color: #333;
|
|
2928
|
+
}
|
|
2929
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
2930
|
+
color: #333;
|
|
2931
|
+
}
|
|
2932
|
+
.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 {
|
|
2933
|
+
color: #333;
|
|
2934
|
+
}
|
|
2935
|
+
.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 {
|
|
2936
|
+
border-color: #ddd;
|
|
2937
|
+
border-style: solid;
|
|
2938
|
+
border-width: 0 0 1px 0;
|
|
2939
|
+
background: #f5f5f5;
|
|
2940
|
+
}
|
|
2941
|
+
.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 {
|
|
2942
|
+
color: #333;
|
|
2943
|
+
}
|
|
2944
|
+
.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 {
|
|
2945
|
+
color: #333;
|
|
2946
|
+
}
|
|
2947
|
+
.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 {
|
|
2948
|
+
color: #333;
|
|
2949
|
+
}
|
|
2950
|
+
.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 {
|
|
2951
|
+
color: #333;
|
|
2952
|
+
}
|
|
2953
|
+
.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 {
|
|
2954
|
+
color: #333;
|
|
2955
|
+
}
|
|
2956
|
+
.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 {
|
|
2957
|
+
border-color: #ddd;
|
|
2958
|
+
}
|
|
2959
|
+
.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 {
|
|
2960
|
+
color: #333;
|
|
2961
|
+
}
|
|
2962
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
2963
|
+
.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,
|
|
2964
|
+
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2965
|
+
color: #333;
|
|
2966
|
+
}
|
|
2967
|
+
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
2968
|
+
border-color: #ddd;
|
|
2969
|
+
}
|
|
2970
|
+
.e-accordion .e-acrdn-item.e-selected {
|
|
2971
|
+
border-color: #ddd;
|
|
2972
|
+
border-style: solid;
|
|
2973
|
+
border-width: 1px;
|
|
2974
|
+
}
|
|
2975
|
+
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2976
|
+
border-color: #ddd;
|
|
2977
|
+
border-style: solid;
|
|
2978
|
+
border-width: 1px 0 1px 0;
|
|
2979
|
+
}
|
|
2980
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
2981
|
+
background: #f5f5f5;
|
|
2982
|
+
}
|
|
2983
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2984
|
+
border-bottom: 1px solid #ddd;
|
|
2985
|
+
}
|
|
2986
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2987
|
+
color: #333;
|
|
2988
|
+
}
|
|
2989
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2990
|
+
color: #333;
|
|
2991
|
+
}
|
|
2992
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2993
|
+
box-shadow: none;
|
|
2994
|
+
}
|
|
2995
|
+
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2996
|
+
border-color: #ddd;
|
|
2997
|
+
border-style: solid;
|
|
2998
|
+
border-width: 0 1px 1px 1px;
|
|
2999
|
+
}
|
|
3000
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
|
|
3001
|
+
color: #333;
|
|
3002
|
+
}
|
|
3003
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
|
|
3004
|
+
color: #333;
|
|
3005
|
+
}
|
|
3006
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
3007
|
+
background: #f5f5f5;
|
|
3008
|
+
border-radius: 0;
|
|
3009
|
+
border-color: #ddd;
|
|
3010
|
+
border-style: solid;
|
|
3011
|
+
border-width: 0 0 1px 0;
|
|
3012
|
+
}
|
|
3013
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
|
|
3014
|
+
background: transparent;
|
|
3015
|
+
}
|
|
3016
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
3017
|
+
border-color: #ddd;
|
|
3018
|
+
}
|
|
3019
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
3020
|
+
color: #333;
|
|
3021
|
+
}
|
|
3022
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-header-content {
|
|
2647
3023
|
color: #333;
|
|
2648
3024
|
}
|
|
2649
3025
|
.e-accordion .e-acrdn-item .e-toggle-icon {
|
|
@@ -3288,18 +3664,6 @@
|
|
|
3288
3664
|
/*! Bootstrap specific themes definition's */
|
|
3289
3665
|
/*! Vertical Tab */
|
|
3290
3666
|
/*! tab icons */
|
|
3291
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
3292
|
-
content: "\e219";
|
|
3293
|
-
}
|
|
3294
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
3295
|
-
content: "\e98f";
|
|
3296
|
-
}
|
|
3297
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
3298
|
-
content: "\e98f";
|
|
3299
|
-
}
|
|
3300
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3301
|
-
content: "\e219";
|
|
3302
|
-
}
|
|
3303
3667
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3304
3668
|
content: "\e7fc";
|
|
3305
3669
|
position: relative;
|
|
@@ -3328,12 +3692,6 @@
|
|
|
3328
3692
|
content: "\e968";
|
|
3329
3693
|
}
|
|
3330
3694
|
}
|
|
3331
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
3332
|
-
content: "\eb04";
|
|
3333
|
-
}
|
|
3334
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
3335
|
-
content: "\eb05";
|
|
3336
|
-
}
|
|
3337
3695
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
3338
3696
|
content: "More";
|
|
3339
3697
|
}
|
|
@@ -3374,8 +3732,6 @@
|
|
|
3374
3732
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items {
|
|
3375
3733
|
height: auto;
|
|
3376
3734
|
min-height: auto;
|
|
3377
|
-
height: 50px;
|
|
3378
|
-
min-height: 50px;
|
|
3379
3735
|
}
|
|
3380
3736
|
.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,
|
|
3381
3737
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
@@ -3384,8 +3740,8 @@
|
|
|
3384
3740
|
}
|
|
3385
3741
|
@media screen and (max-width: 480px) {
|
|
3386
3742
|
.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,
|
|
3387
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3388
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3743
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3744
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3389
3745
|
margin: 0;
|
|
3390
3746
|
}
|
|
3391
3747
|
}
|
|
@@ -3395,7 +3751,7 @@
|
|
|
3395
3751
|
}
|
|
3396
3752
|
@media screen and (max-width: 480px) {
|
|
3397
3753
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3398
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3754
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3399
3755
|
margin: 0 2px 0 0;
|
|
3400
3756
|
}
|
|
3401
3757
|
}
|
|
@@ -3409,7 +3765,7 @@
|
|
|
3409
3765
|
}
|
|
3410
3766
|
@media screen and (max-width: 480px) {
|
|
3411
3767
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3412
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3768
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3413
3769
|
margin: 0 2px 0 0;
|
|
3414
3770
|
}
|
|
3415
3771
|
}
|
|
@@ -3431,7 +3787,7 @@
|
|
|
3431
3787
|
}
|
|
3432
3788
|
@media screen and (max-width: 480px) {
|
|
3433
3789
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
3434
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3790
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3435
3791
|
margin: 0 2px 0 0;
|
|
3436
3792
|
}
|
|
3437
3793
|
}
|
|
@@ -3448,7 +3804,7 @@
|
|
|
3448
3804
|
}
|
|
3449
3805
|
@media screen and (max-width: 480px) {
|
|
3450
3806
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
3451
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3807
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3452
3808
|
padding: 0 15px;
|
|
3453
3809
|
}
|
|
3454
3810
|
}
|
|
@@ -3459,6 +3815,12 @@
|
|
|
3459
3815
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3460
3816
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3461
3817
|
font-size: 15px;
|
|
3818
|
+
margin-bottom: 0;
|
|
3819
|
+
}
|
|
3820
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3821
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3822
|
+
position: relative;
|
|
3823
|
+
top: 2px;
|
|
3462
3824
|
}
|
|
3463
3825
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3464
3826
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -3467,14 +3829,14 @@
|
|
|
3467
3829
|
}
|
|
3468
3830
|
@media screen and (max-width: 480px) {
|
|
3469
3831
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3470
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3832
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3471
3833
|
margin: 0 2px 0 0;
|
|
3472
3834
|
}
|
|
3473
3835
|
}
|
|
3474
3836
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3475
3837
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3476
3838
|
position: relative;
|
|
3477
|
-
top:
|
|
3839
|
+
top: 2px;
|
|
3478
3840
|
}
|
|
3479
3841
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
3480
3842
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -3486,10 +3848,6 @@
|
|
|
3486
3848
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
3487
3849
|
height: 50px;
|
|
3488
3850
|
}
|
|
3489
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3490
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
3491
|
-
padding: 0;
|
|
3492
|
-
}
|
|
3493
3851
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3494
3852
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3495
3853
|
cursor: pointer;
|
|
@@ -3497,7 +3855,7 @@
|
|
|
3497
3855
|
}
|
|
3498
3856
|
@media screen and (max-width: 480px) {
|
|
3499
3857
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3500
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3858
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3501
3859
|
margin: 0 0 0 8px;
|
|
3502
3860
|
}
|
|
3503
3861
|
}
|
|
@@ -3509,9 +3867,9 @@
|
|
|
3509
3867
|
}
|
|
3510
3868
|
@media screen and (max-width: 480px) {
|
|
3511
3869
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3512
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3513
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3514
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3870
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3871
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3872
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3515
3873
|
font-size: 12px;
|
|
3516
3874
|
}
|
|
3517
3875
|
}
|
|
@@ -3520,6 +3878,7 @@
|
|
|
3520
3878
|
height: 24px;
|
|
3521
3879
|
min-width: 24px;
|
|
3522
3880
|
width: 24px;
|
|
3881
|
+
line-height: 1;
|
|
3523
3882
|
}
|
|
3524
3883
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3525
3884
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -3531,13 +3890,23 @@
|
|
|
3531
3890
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
3532
3891
|
padding: 0 20px;
|
|
3533
3892
|
}
|
|
3893
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3894
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3895
|
+
margin: 0 0 0 12px;
|
|
3896
|
+
}
|
|
3897
|
+
@media screen and (max-width: 480px) {
|
|
3898
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3899
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3900
|
+
margin: 0;
|
|
3901
|
+
}
|
|
3902
|
+
}
|
|
3534
3903
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3535
3904
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3536
3905
|
margin: 0 0 0 10px;
|
|
3537
3906
|
}
|
|
3538
3907
|
@media screen and (max-width: 480px) {
|
|
3539
3908
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3540
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3909
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3541
3910
|
margin: 0 0 0 10px;
|
|
3542
3911
|
}
|
|
3543
3912
|
}
|
|
@@ -3597,7 +3966,7 @@
|
|
|
3597
3966
|
}
|
|
3598
3967
|
@media screen and (max-width: 480px) {
|
|
3599
3968
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,
|
|
3600
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
3969
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
3601
3970
|
padding: 0 24px;
|
|
3602
3971
|
}
|
|
3603
3972
|
}
|
|
@@ -3611,7 +3980,7 @@
|
|
|
3611
3980
|
}
|
|
3612
3981
|
@media screen and (max-width: 480px) {
|
|
3613
3982
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
|
|
3614
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
3983
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
3615
3984
|
padding-right: 0;
|
|
3616
3985
|
}
|
|
3617
3986
|
}
|
|
@@ -3635,8 +4004,8 @@
|
|
|
3635
4004
|
}
|
|
3636
4005
|
@media screen and (max-width: 480px) {
|
|
3637
4006
|
.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),
|
|
3638
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
3639
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
4007
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
4008
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
3640
4009
|
min-height: 50px;
|
|
3641
4010
|
}
|
|
3642
4011
|
}
|
|
@@ -3649,10 +4018,10 @@
|
|
|
3649
4018
|
}
|
|
3650
4019
|
@media screen and (max-width: 480px) {
|
|
3651
4020
|
.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,
|
|
3652
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
3653
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
3654
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
3655
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
4021
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
4022
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
4023
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
4024
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
3656
4025
|
height: 50px;
|
|
3657
4026
|
}
|
|
3658
4027
|
}
|
|
@@ -3665,8 +4034,8 @@
|
|
|
3665
4034
|
}
|
|
3666
4035
|
@media screen and (max-width: 480px) {
|
|
3667
4036
|
.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,
|
|
3668
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
3669
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4037
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4038
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
3670
4039
|
margin: 0;
|
|
3671
4040
|
padding-left: 0;
|
|
3672
4041
|
padding-right: 0;
|
|
@@ -3680,7 +4049,7 @@
|
|
|
3680
4049
|
}
|
|
3681
4050
|
@media screen and (max-width: 480px) {
|
|
3682
4051
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav,
|
|
3683
|
-
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
4052
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
3684
4053
|
padding: 0;
|
|
3685
4054
|
}
|
|
3686
4055
|
}
|
|
@@ -3701,7 +4070,7 @@
|
|
|
3701
4070
|
}
|
|
3702
4071
|
@media screen and (max-width: 480px) {
|
|
3703
4072
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
3704
|
-
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4073
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3705
4074
|
font-size: 16px;
|
|
3706
4075
|
height: 44px;
|
|
3707
4076
|
line-height: 44px;
|
|
@@ -3725,7 +4094,7 @@
|
|
|
3725
4094
|
}
|
|
3726
4095
|
@media screen and (max-width: 480px) {
|
|
3727
4096
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
3728
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
4097
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
3729
4098
|
padding: 0;
|
|
3730
4099
|
}
|
|
3731
4100
|
}
|
|
@@ -3740,9 +4109,9 @@
|
|
|
3740
4109
|
}
|
|
3741
4110
|
@media screen and (max-width: 480px) {
|
|
3742
4111
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3743
|
-
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
3744
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3745
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4112
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
4113
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4114
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3746
4115
|
font-size: 16px;
|
|
3747
4116
|
height: 44px;
|
|
3748
4117
|
line-height: 44px;
|
|
@@ -3760,9 +4129,9 @@
|
|
|
3760
4129
|
}
|
|
3761
4130
|
@media screen and (max-width: 480px) {
|
|
3762
4131
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3763
|
-
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
3764
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3765
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4132
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4133
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4134
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
3766
4135
|
font-size: 16px;
|
|
3767
4136
|
}
|
|
3768
4137
|
}
|
|
@@ -3776,7 +4145,6 @@
|
|
|
3776
4145
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
3777
4146
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3778
4147
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
3779
|
-
top: 0;
|
|
3780
4148
|
line-height: 42px;
|
|
3781
4149
|
top: 0.5px;
|
|
3782
4150
|
}
|
|
@@ -3790,8 +4158,8 @@
|
|
|
3790
4158
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
3791
4159
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3792
4160
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
3793
|
-
top: 0;
|
|
3794
4161
|
line-height: 42px;
|
|
4162
|
+
top: 0;
|
|
3795
4163
|
}
|
|
3796
4164
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3797
4165
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
@@ -3831,7 +4199,7 @@
|
|
|
3831
4199
|
}
|
|
3832
4200
|
@media screen and (max-width: 480px) {
|
|
3833
4201
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
|
|
3834
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
4202
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3835
4203
|
margin: 0 2px 0 0;
|
|
3836
4204
|
}
|
|
3837
4205
|
}
|
|
@@ -3843,11 +4211,6 @@
|
|
|
3843
4211
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
3844
4212
|
top: 0.5px;
|
|
3845
4213
|
}
|
|
3846
|
-
.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,
|
|
3847
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3848
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3849
|
-
height: initial;
|
|
3850
|
-
}
|
|
3851
4214
|
.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,
|
|
3852
4215
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
3853
4216
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
@@ -3860,7 +4223,7 @@
|
|
|
3860
4223
|
}
|
|
3861
4224
|
@media screen and (max-width: 480px) {
|
|
3862
4225
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
3863
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
4226
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
3864
4227
|
margin: 0 2px 0 0;
|
|
3865
4228
|
}
|
|
3866
4229
|
}
|
|
@@ -3887,16 +4250,15 @@
|
|
|
3887
4250
|
height: 50px;
|
|
3888
4251
|
padding: 0;
|
|
3889
4252
|
}
|
|
3890
|
-
.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,
|
|
3891
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3892
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3893
|
-
height: 50px;
|
|
3894
|
-
}
|
|
3895
4253
|
.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,
|
|
3896
4254
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
3897
4255
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
3898
4256
|
height: initial;
|
|
3899
4257
|
}
|
|
4258
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
4259
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
4260
|
+
height: 50px;
|
|
4261
|
+
}
|
|
3900
4262
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
3901
4263
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
3902
4264
|
max-width: 150px;
|
|
@@ -3908,7 +4270,7 @@
|
|
|
3908
4270
|
}
|
|
3909
4271
|
@media screen and (max-width: 480px) {
|
|
3910
4272
|
.e-bigger .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before,
|
|
3911
|
-
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
4273
|
+
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
3912
4274
|
bottom: 0;
|
|
3913
4275
|
top: 0;
|
|
3914
4276
|
}
|
|
@@ -3934,6 +4296,11 @@
|
|
|
3934
4296
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
3935
4297
|
right: -20px;
|
|
3936
4298
|
}
|
|
4299
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
4300
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
4301
|
+
min-height: 38px;
|
|
4302
|
+
min-width: auto;
|
|
4303
|
+
}
|
|
3937
4304
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
3938
4305
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
3939
4306
|
height: 24px;
|
|
@@ -3968,35 +4335,31 @@
|
|
|
3968
4335
|
.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items {
|
|
3969
4336
|
height: auto;
|
|
3970
4337
|
}
|
|
3971
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header,
|
|
3972
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header {
|
|
4338
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header,
|
|
4339
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header {
|
|
3973
4340
|
height: 72px;
|
|
3974
4341
|
min-height: 72px;
|
|
3975
4342
|
}
|
|
3976
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items,
|
|
3977
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
4343
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items,
|
|
4344
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
3978
4345
|
height: 72px;
|
|
3979
4346
|
}
|
|
3980
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav,
|
|
3981
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav {
|
|
4347
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav,
|
|
4348
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
3982
4349
|
height: 72px;
|
|
3983
4350
|
}
|
|
3984
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav,
|
|
3985
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
4351
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav,
|
|
4352
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav {
|
|
3986
4353
|
height: 72px;
|
|
3987
4354
|
}
|
|
3988
4355
|
@media screen and (max-width: 480px) {
|
|
3989
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3990
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
3991
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3992
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4356
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4357
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4358
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4359
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
3993
4360
|
font-size: 12px;
|
|
3994
4361
|
}
|
|
3995
4362
|
}
|
|
3996
|
-
.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active,
|
|
3997
|
-
.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active {
|
|
3998
|
-
margin: 0 0 0 2px;
|
|
3999
|
-
}
|
|
4000
4363
|
.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
|
|
4001
4364
|
.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
4002
4365
|
height: inherit;
|
|
@@ -4046,6 +4409,10 @@
|
|
|
4046
4409
|
height: 50px;
|
|
4047
4410
|
padding: 0;
|
|
4048
4411
|
}
|
|
4412
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
4413
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
4414
|
+
height: 50px;
|
|
4415
|
+
}
|
|
4049
4416
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
4050
4417
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
4051
4418
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -4110,10 +4477,6 @@
|
|
|
4110
4477
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
4111
4478
|
top: 0;
|
|
4112
4479
|
}
|
|
4113
|
-
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
|
|
4114
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
4115
|
-
margin: 0;
|
|
4116
|
-
}
|
|
4117
4480
|
.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),
|
|
4118
4481
|
.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) {
|
|
4119
4482
|
margin: 0 0 0 2px;
|
|
@@ -4129,7 +4492,7 @@
|
|
|
4129
4492
|
}
|
|
4130
4493
|
@media screen and (max-width: 480px) {
|
|
4131
4494
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
4132
|
-
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4495
|
+
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4133
4496
|
height: 50px;
|
|
4134
4497
|
min-height: 50px;
|
|
4135
4498
|
}
|
|
@@ -4141,7 +4504,7 @@
|
|
|
4141
4504
|
}
|
|
4142
4505
|
@media screen and (max-width: 480px) {
|
|
4143
4506
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,
|
|
4144
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4507
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4145
4508
|
min-height: 50px;
|
|
4146
4509
|
}
|
|
4147
4510
|
}
|
|
@@ -4157,10 +4520,11 @@
|
|
|
4157
4520
|
height: 50px;
|
|
4158
4521
|
margin: 0 2px 0 0;
|
|
4159
4522
|
min-height: 50px;
|
|
4523
|
+
padding: 0;
|
|
4160
4524
|
}
|
|
4161
4525
|
@media screen and (max-width: 480px) {
|
|
4162
4526
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4163
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4527
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4164
4528
|
height: 50px;
|
|
4165
4529
|
min-height: 50px;
|
|
4166
4530
|
}
|
|
@@ -4178,7 +4542,7 @@
|
|
|
4178
4542
|
}
|
|
4179
4543
|
@media screen and (max-width: 480px) {
|
|
4180
4544
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4181
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4545
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4182
4546
|
height: 50px;
|
|
4183
4547
|
padding: 0 20px;
|
|
4184
4548
|
}
|
|
@@ -4189,7 +4553,7 @@
|
|
|
4189
4553
|
}
|
|
4190
4554
|
@media screen and (max-width: 480px) {
|
|
4191
4555
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
4192
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4556
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4193
4557
|
height: 50px;
|
|
4194
4558
|
}
|
|
4195
4559
|
}
|
|
@@ -4207,7 +4571,7 @@
|
|
|
4207
4571
|
}
|
|
4208
4572
|
@media screen and (max-width: 480px) {
|
|
4209
4573
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4210
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4574
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4211
4575
|
height: 50px;
|
|
4212
4576
|
}
|
|
4213
4577
|
}
|
|
@@ -4218,8 +4582,8 @@
|
|
|
4218
4582
|
}
|
|
4219
4583
|
@media screen and (max-width: 480px) {
|
|
4220
4584
|
.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,
|
|
4221
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4222
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4585
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4586
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4223
4587
|
height: 50px;
|
|
4224
4588
|
}
|
|
4225
4589
|
}
|
|
@@ -4262,6 +4626,10 @@
|
|
|
4262
4626
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4263
4627
|
height: 50px;
|
|
4264
4628
|
}
|
|
4629
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4630
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4631
|
+
height: 50px;
|
|
4632
|
+
}
|
|
4265
4633
|
.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,
|
|
4266
4634
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
4267
4635
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -4274,8 +4642,8 @@
|
|
|
4274
4642
|
}
|
|
4275
4643
|
@media screen and (max-width: 480px) {
|
|
4276
4644
|
.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,
|
|
4277
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4278
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4645
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4646
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4279
4647
|
height: auto;
|
|
4280
4648
|
}
|
|
4281
4649
|
}
|
|
@@ -4283,8 +4651,8 @@
|
|
|
4283
4651
|
.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4284
4652
|
margin: 0 0 0 2px;
|
|
4285
4653
|
}
|
|
4286
|
-
.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header,
|
|
4287
|
-
.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header {
|
|
4654
|
+
.e-bigger .e-tab.e-fill.e-vertical-icon > .e-tab-header,
|
|
4655
|
+
.e-tab.e-bigger.e-fill.e-vertical-icon > .e-tab-header {
|
|
4288
4656
|
height: 70px;
|
|
4289
4657
|
min-height: 70px;
|
|
4290
4658
|
}
|
|
@@ -4297,7 +4665,7 @@
|
|
|
4297
4665
|
}
|
|
4298
4666
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4299
4667
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4300
|
-
|
|
4668
|
+
padding: 0;
|
|
4301
4669
|
}
|
|
4302
4670
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4303
4671
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -4305,7 +4673,7 @@
|
|
|
4305
4673
|
}
|
|
4306
4674
|
@media screen and (max-width: 480px) {
|
|
4307
4675
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4308
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4676
|
+
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4309
4677
|
padding: 0 20px;
|
|
4310
4678
|
}
|
|
4311
4679
|
}
|
|
@@ -4317,10 +4685,6 @@
|
|
|
4317
4685
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4318
4686
|
margin-bottom: 0;
|
|
4319
4687
|
}
|
|
4320
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4321
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4322
|
-
height: 50px;
|
|
4323
|
-
}
|
|
4324
4688
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
4325
4689
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
4326
4690
|
padding: 0 20px;
|
|
@@ -4339,13 +4703,17 @@
|
|
|
4339
4703
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4340
4704
|
margin: 0;
|
|
4341
4705
|
}
|
|
4706
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
4707
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
4708
|
+
margin: 0;
|
|
4709
|
+
}
|
|
4342
4710
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4343
4711
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4344
4712
|
margin: 0 10px 0 0;
|
|
4345
4713
|
}
|
|
4346
4714
|
@media screen and (max-width: 480px) {
|
|
4347
4715
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4348
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4716
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4349
4717
|
margin: 0 10px 0 0;
|
|
4350
4718
|
}
|
|
4351
4719
|
}
|
|
@@ -4355,7 +4723,7 @@
|
|
|
4355
4723
|
}
|
|
4356
4724
|
@media screen and (max-width: 480px) {
|
|
4357
4725
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,
|
|
4358
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4726
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4359
4727
|
margin: 0 8px 0 0;
|
|
4360
4728
|
}
|
|
4361
4729
|
}
|
|
@@ -4383,7 +4751,7 @@
|
|
|
4383
4751
|
}
|
|
4384
4752
|
@media screen and (max-width: 480px) {
|
|
4385
4753
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,
|
|
4386
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4754
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4387
4755
|
padding-left: 0;
|
|
4388
4756
|
}
|
|
4389
4757
|
}
|
|
@@ -4406,8 +4774,8 @@
|
|
|
4406
4774
|
}
|
|
4407
4775
|
@media screen and (max-width: 480px) {
|
|
4408
4776
|
.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,
|
|
4409
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4410
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4777
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4778
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4411
4779
|
margin: 0;
|
|
4412
4780
|
padding-left: 0;
|
|
4413
4781
|
padding-right: 0;
|
|
@@ -4478,13 +4846,10 @@
|
|
|
4478
4846
|
margin: 0;
|
|
4479
4847
|
min-height: 40px;
|
|
4480
4848
|
position: relative;
|
|
4481
|
-
height: 40px;
|
|
4482
|
-
min-height: 40px;
|
|
4483
4849
|
}
|
|
4484
4850
|
@media screen and (max-width: 480px) {
|
|
4485
4851
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
4486
4852
|
min-height: 50px;
|
|
4487
|
-
height: 50px;
|
|
4488
4853
|
}
|
|
4489
4854
|
}
|
|
4490
4855
|
.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 {
|
|
@@ -4499,17 +4864,44 @@
|
|
|
4499
4864
|
margin: 0 2px 0 0;
|
|
4500
4865
|
}
|
|
4501
4866
|
}
|
|
4867
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
4868
|
+
position: unset;
|
|
4869
|
+
}
|
|
4870
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
4871
|
+
left: unset;
|
|
4872
|
+
right: unset;
|
|
4873
|
+
}
|
|
4874
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
4875
|
+
background-color: unset;
|
|
4876
|
+
bottom: unset;
|
|
4877
|
+
content: unset;
|
|
4878
|
+
height: unset;
|
|
4879
|
+
left: unset;
|
|
4880
|
+
position: unset;
|
|
4881
|
+
right: unset;
|
|
4882
|
+
transition: unset;
|
|
4883
|
+
}
|
|
4884
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
4885
|
+
color: unset;
|
|
4886
|
+
content: unset;
|
|
4887
|
+
display: unset;
|
|
4888
|
+
font-weight: unset;
|
|
4889
|
+
height: unset;
|
|
4890
|
+
overflow: unset;
|
|
4891
|
+
visibility: unset;
|
|
4892
|
+
}
|
|
4502
4893
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
4503
4894
|
padding: 0;
|
|
4504
4895
|
}
|
|
4505
4896
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
4506
4897
|
display: none;
|
|
4507
4898
|
}
|
|
4508
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll
|
|
4509
|
-
|
|
4899
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
4900
|
+
padding: 0;
|
|
4510
4901
|
}
|
|
4511
4902
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4512
4903
|
width: 40px;
|
|
4904
|
+
border-radius: 0;
|
|
4513
4905
|
}
|
|
4514
4906
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4515
4907
|
margin: 0 2px 0 0;
|
|
@@ -4537,6 +4929,7 @@
|
|
|
4537
4929
|
height: 2px;
|
|
4538
4930
|
left: 0;
|
|
4539
4931
|
right: 0;
|
|
4932
|
+
border-radius: 0;
|
|
4540
4933
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4541
4934
|
}
|
|
4542
4935
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4586,6 +4979,10 @@
|
|
|
4586
4979
|
font-size: 14px;
|
|
4587
4980
|
font-weight: 400;
|
|
4588
4981
|
text-transform: capitalize;
|
|
4982
|
+
-ms-flex-item-align: auto;
|
|
4983
|
+
-ms-grid-row-align: auto;
|
|
4984
|
+
align-self: auto;
|
|
4985
|
+
margin-bottom: 0;
|
|
4589
4986
|
}
|
|
4590
4987
|
@media screen and (max-width: 480px) {
|
|
4591
4988
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -4617,7 +5014,12 @@
|
|
|
4617
5014
|
font-weight: 400;
|
|
4618
5015
|
}
|
|
4619
5016
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
4620
|
-
top:
|
|
5017
|
+
top: 2px;
|
|
5018
|
+
left: 2px;
|
|
5019
|
+
}
|
|
5020
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
5021
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
5022
|
+
left: 0;
|
|
4621
5023
|
}
|
|
4622
5024
|
.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 {
|
|
4623
5025
|
height: 40px;
|
|
@@ -4644,12 +5046,12 @@
|
|
|
4644
5046
|
}
|
|
4645
5047
|
@media screen and (max-width: 480px) {
|
|
4646
5048
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon,
|
|
4647
|
-
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
5049
|
+
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4648
5050
|
font-size: 12px;
|
|
4649
5051
|
}
|
|
4650
5052
|
}
|
|
4651
5053
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4652
|
-
top:
|
|
5054
|
+
top: 1px;
|
|
4653
5055
|
}
|
|
4654
5056
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
4655
5057
|
display: -ms-inline-flexbox;
|
|
@@ -4657,6 +5059,7 @@
|
|
|
4657
5059
|
height: 20px;
|
|
4658
5060
|
min-width: 20px;
|
|
4659
5061
|
width: 20px;
|
|
5062
|
+
line-height: 1;
|
|
4660
5063
|
}
|
|
4661
5064
|
@media screen and (max-width: 480px) {
|
|
4662
5065
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4670,10 +5073,19 @@
|
|
|
4670
5073
|
}
|
|
4671
5074
|
@media screen and (max-width: 480px) {
|
|
4672
5075
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4673
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5076
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
4674
5077
|
font-size: 20px;
|
|
4675
5078
|
}
|
|
4676
5079
|
}
|
|
5080
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5081
|
+
position: relative;
|
|
5082
|
+
top: 2px;
|
|
5083
|
+
left: 2px;
|
|
5084
|
+
}
|
|
5085
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
5086
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
5087
|
+
left: 0;
|
|
5088
|
+
}
|
|
4677
5089
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
4678
5090
|
-ms-flex-pack: center;
|
|
4679
5091
|
justify-content: center;
|
|
@@ -4684,6 +5096,14 @@
|
|
|
4684
5096
|
padding: 0 20px;
|
|
4685
5097
|
}
|
|
4686
5098
|
}
|
|
5099
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5100
|
+
margin: 0 0 0 8px;
|
|
5101
|
+
}
|
|
5102
|
+
@media screen and (max-width: 480px) {
|
|
5103
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5104
|
+
margin: 0;
|
|
5105
|
+
}
|
|
5106
|
+
}
|
|
4687
5107
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4688
5108
|
margin: 0 0 0 8px;
|
|
4689
5109
|
}
|
|
@@ -4781,6 +5201,7 @@
|
|
|
4781
5201
|
}
|
|
4782
5202
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
4783
5203
|
margin: 0;
|
|
5204
|
+
padding: 0;
|
|
4784
5205
|
}
|
|
4785
5206
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
4786
5207
|
height: 26px;
|
|
@@ -4965,7 +5386,7 @@
|
|
|
4965
5386
|
}
|
|
4966
5387
|
@media screen and (max-width: 480px) {
|
|
4967
5388
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4968
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5389
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4969
5390
|
font-size: 16px;
|
|
4970
5391
|
height: 44px;
|
|
4971
5392
|
line-height: 44px;
|
|
@@ -4982,7 +5403,7 @@
|
|
|
4982
5403
|
}
|
|
4983
5404
|
@media screen and (max-width: 480px) {
|
|
4984
5405
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4985
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5406
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4986
5407
|
font-size: 16px;
|
|
4987
5408
|
}
|
|
4988
5409
|
}
|
|
@@ -4992,13 +5413,12 @@
|
|
|
4992
5413
|
}
|
|
4993
5414
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
4994
5415
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
4995
|
-
top: 0;
|
|
4996
5416
|
line-height: 34px;
|
|
4997
5417
|
top: 0;
|
|
4998
5418
|
}
|
|
4999
5419
|
@media screen and (max-width: 480px) {
|
|
5000
5420
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5001
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5421
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5002
5422
|
line-height: 43px;
|
|
5003
5423
|
}
|
|
5004
5424
|
}
|
|
@@ -5028,13 +5448,12 @@
|
|
|
5028
5448
|
}
|
|
5029
5449
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5030
5450
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5031
|
-
top: 0;
|
|
5032
5451
|
line-height: 32px;
|
|
5033
5452
|
top: 0;
|
|
5034
5453
|
}
|
|
5035
5454
|
@media screen and (max-width: 480px) {
|
|
5036
5455
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5037
|
-
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5456
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5038
5457
|
line-height: 43px;
|
|
5039
5458
|
}
|
|
5040
5459
|
}
|
|
@@ -5043,6 +5462,32 @@
|
|
|
5043
5462
|
line-height: 32px;
|
|
5044
5463
|
top: -0.5px;
|
|
5045
5464
|
}
|
|
5465
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
5466
|
+
position: unset;
|
|
5467
|
+
}
|
|
5468
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5469
|
+
left: unset;
|
|
5470
|
+
right: unset;
|
|
5471
|
+
}
|
|
5472
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5473
|
+
background-color: unset;
|
|
5474
|
+
content: unset;
|
|
5475
|
+
height: unset;
|
|
5476
|
+
left: unset;
|
|
5477
|
+
position: unset;
|
|
5478
|
+
right: unset;
|
|
5479
|
+
top: unset;
|
|
5480
|
+
transition: unset;
|
|
5481
|
+
}
|
|
5482
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5483
|
+
color: unset;
|
|
5484
|
+
content: unset;
|
|
5485
|
+
display: unset;
|
|
5486
|
+
font-weight: unset;
|
|
5487
|
+
height: unset;
|
|
5488
|
+
overflow: unset;
|
|
5489
|
+
visibility: unset;
|
|
5490
|
+
}
|
|
5046
5491
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
5047
5492
|
bottom: auto;
|
|
5048
5493
|
}
|
|
@@ -5077,6 +5522,12 @@
|
|
|
5077
5522
|
height: 40px;
|
|
5078
5523
|
padding: 0;
|
|
5079
5524
|
}
|
|
5525
|
+
.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 {
|
|
5526
|
+
top: unset;
|
|
5527
|
+
}
|
|
5528
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
5529
|
+
top: 0;
|
|
5530
|
+
}
|
|
5080
5531
|
.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 {
|
|
5081
5532
|
height: initial;
|
|
5082
5533
|
}
|
|
@@ -5149,6 +5600,13 @@
|
|
|
5149
5600
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
5150
5601
|
display: none;
|
|
5151
5602
|
}
|
|
5603
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
5604
|
+
min-height: 40px;
|
|
5605
|
+
min-width: 33px;
|
|
5606
|
+
}
|
|
5607
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
5608
|
+
margin: 0;
|
|
5609
|
+
}
|
|
5152
5610
|
.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 {
|
|
5153
5611
|
right: -15px;
|
|
5154
5612
|
}
|
|
@@ -5165,6 +5623,30 @@
|
|
|
5165
5623
|
left: auto;
|
|
5166
5624
|
right: 0;
|
|
5167
5625
|
}
|
|
5626
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5627
|
+
bottom: unset;
|
|
5628
|
+
height: unset;
|
|
5629
|
+
}
|
|
5630
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5631
|
+
background-color: unset;
|
|
5632
|
+
bottom: unset;
|
|
5633
|
+
content: unset;
|
|
5634
|
+
height: unset;
|
|
5635
|
+
left: unset;
|
|
5636
|
+
position: unset;
|
|
5637
|
+
right: unset;
|
|
5638
|
+
transition: unset;
|
|
5639
|
+
width: unset;
|
|
5640
|
+
}
|
|
5641
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5642
|
+
color: unset;
|
|
5643
|
+
content: unset;
|
|
5644
|
+
display: unset;
|
|
5645
|
+
font-weight: unset;
|
|
5646
|
+
height: unset;
|
|
5647
|
+
overflow: unset;
|
|
5648
|
+
visibility: unset;
|
|
5649
|
+
}
|
|
5168
5650
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
5169
5651
|
float: right;
|
|
5170
5652
|
}
|
|
@@ -5181,6 +5663,30 @@
|
|
|
5181
5663
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
5182
5664
|
width: auto;
|
|
5183
5665
|
}
|
|
5666
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5667
|
+
bottom: unset;
|
|
5668
|
+
height: unset;
|
|
5669
|
+
}
|
|
5670
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5671
|
+
background-color: unset;
|
|
5672
|
+
bottom: unset;
|
|
5673
|
+
content: unset;
|
|
5674
|
+
height: unset;
|
|
5675
|
+
left: unset;
|
|
5676
|
+
position: unset;
|
|
5677
|
+
right: unset;
|
|
5678
|
+
transition: unset;
|
|
5679
|
+
width: unset;
|
|
5680
|
+
}
|
|
5681
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5682
|
+
color: unset;
|
|
5683
|
+
content: unset;
|
|
5684
|
+
display: unset;
|
|
5685
|
+
font-weight: unset;
|
|
5686
|
+
height: unset;
|
|
5687
|
+
overflow: unset;
|
|
5688
|
+
visibility: unset;
|
|
5689
|
+
}
|
|
5184
5690
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5185
5691
|
height: 16px;
|
|
5186
5692
|
-ms-flex-pack: center;
|
|
@@ -5228,7 +5734,7 @@
|
|
|
5228
5734
|
}
|
|
5229
5735
|
@media screen and (max-width: 480px) {
|
|
5230
5736
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
|
|
5231
|
-
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5737
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5232
5738
|
font-size: 15px;
|
|
5233
5739
|
}
|
|
5234
5740
|
}
|
|
@@ -5295,40 +5801,69 @@
|
|
|
5295
5801
|
.e-tab.e-vertical-tab .e-content .e-item > :first-child {
|
|
5296
5802
|
width: 100%;
|
|
5297
5803
|
}
|
|
5298
|
-
.e-tab.e-vertical-icon .e-tab-header {
|
|
5804
|
+
.e-tab.e-vertical-icon > .e-tab-header {
|
|
5299
5805
|
height: 62px;
|
|
5300
5806
|
min-height: 62px;
|
|
5301
5807
|
}
|
|
5302
|
-
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5303
|
-
.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 {
|
|
5808
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5809
|
+
.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 {
|
|
5304
5810
|
display: none;
|
|
5305
5811
|
}
|
|
5306
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
5812
|
+
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
5307
5813
|
height: 62px;
|
|
5308
5814
|
}
|
|
5309
|
-
.e-tab.e-vertical-icon .e-tab-header .e-
|
|
5815
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
5816
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5817
|
+
position: unset;
|
|
5818
|
+
}
|
|
5819
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5820
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5821
|
+
border: unset;
|
|
5822
|
+
content: unset;
|
|
5823
|
+
display: none;
|
|
5824
|
+
position: unset;
|
|
5825
|
+
top: unset;
|
|
5826
|
+
width: unset;
|
|
5827
|
+
}
|
|
5828
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5829
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5830
|
+
content: unset;
|
|
5831
|
+
display: unset;
|
|
5832
|
+
position: unset;
|
|
5833
|
+
top: unset;
|
|
5834
|
+
width: unset;
|
|
5835
|
+
border: unset;
|
|
5836
|
+
}
|
|
5837
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
5310
5838
|
height: 62px;
|
|
5311
5839
|
}
|
|
5312
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
5840
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav {
|
|
5313
5841
|
height: 62px;
|
|
5314
5842
|
}
|
|
5315
5843
|
@media screen and (max-width: 480px) {
|
|
5316
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5317
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5844
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5845
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5318
5846
|
font-size: 12px;
|
|
5319
5847
|
}
|
|
5320
5848
|
}
|
|
5321
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-
|
|
5322
|
-
|
|
5849
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
5850
|
+
width: 2px;
|
|
5851
|
+
}
|
|
5852
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5853
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5323
5854
|
display: none;
|
|
5324
5855
|
}
|
|
5325
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5326
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5856
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5857
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5327
5858
|
position: relative;
|
|
5328
5859
|
}
|
|
5329
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-scroll-nav {
|
|
5860
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
5330
5861
|
height: 16px;
|
|
5331
5862
|
}
|
|
5863
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5864
|
+
.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 {
|
|
5865
|
+
top: unset;
|
|
5866
|
+
}
|
|
5332
5867
|
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
5333
5868
|
margin: 0 0 0 2px;
|
|
5334
5869
|
}
|
|
@@ -5515,9 +6050,6 @@
|
|
|
5515
6050
|
min-height: 50px;
|
|
5516
6051
|
}
|
|
5517
6052
|
}
|
|
5518
|
-
.e-tab.e-fill .e-tab-header::before {
|
|
5519
|
-
display: none;
|
|
5520
|
-
}
|
|
5521
6053
|
.e-tab.e-fill .e-tab-header .e-indicator {
|
|
5522
6054
|
display: none;
|
|
5523
6055
|
}
|
|
@@ -5538,6 +6070,7 @@
|
|
|
5538
6070
|
height: 40px;
|
|
5539
6071
|
margin: 0 2px 0 0;
|
|
5540
6072
|
min-height: 40px;
|
|
6073
|
+
padding: 0;
|
|
5541
6074
|
}
|
|
5542
6075
|
@media screen and (max-width: 480px) {
|
|
5543
6076
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5638,6 +6171,9 @@
|
|
|
5638
6171
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5639
6172
|
height: 40px;
|
|
5640
6173
|
}
|
|
6174
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
6175
|
+
height: 40px;
|
|
6176
|
+
}
|
|
5641
6177
|
.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 {
|
|
5642
6178
|
height: 62px;
|
|
5643
6179
|
}
|
|
@@ -5652,20 +6188,18 @@
|
|
|
5652
6188
|
.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5653
6189
|
margin: 0 0 0 2px;
|
|
5654
6190
|
}
|
|
5655
|
-
.e-tab.e-fill.e-vertical-icon .e-tab-header {
|
|
6191
|
+
.e-tab.e-fill.e-vertical-icon > .e-tab-header {
|
|
5656
6192
|
height: 60px;
|
|
5657
6193
|
min-height: 60px;
|
|
5658
6194
|
}
|
|
5659
|
-
.e-tab.e-background .e-tab-header::before {
|
|
5660
|
-
display: none;
|
|
5661
|
-
}
|
|
5662
6195
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
5663
6196
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5664
6197
|
margin: 0;
|
|
5665
6198
|
padding: 0;
|
|
5666
6199
|
}
|
|
5667
6200
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5668
|
-
margin: 0
|
|
6201
|
+
margin: 0;
|
|
6202
|
+
padding: 0;
|
|
5669
6203
|
}
|
|
5670
6204
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5671
6205
|
padding: 0 15px;
|
|
@@ -5681,12 +6215,12 @@
|
|
|
5681
6215
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5682
6216
|
margin-bottom: 0;
|
|
5683
6217
|
}
|
|
5684
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5685
|
-
height: 40px;
|
|
5686
|
-
}
|
|
5687
6218
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5688
6219
|
font-weight: 400;
|
|
5689
6220
|
}
|
|
6221
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
6222
|
+
display: none;
|
|
6223
|
+
}
|
|
5690
6224
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
5691
6225
|
padding: 0 15px;
|
|
5692
6226
|
}
|
|
@@ -5708,10 +6242,10 @@
|
|
|
5708
6242
|
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5709
6243
|
margin: 0;
|
|
5710
6244
|
}
|
|
5711
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-
|
|
6245
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5712
6246
|
margin: 0;
|
|
5713
6247
|
}
|
|
5714
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
6248
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
5715
6249
|
margin: 0;
|
|
5716
6250
|
}
|
|
5717
6251
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
@@ -5732,12 +6266,6 @@
|
|
|
5732
6266
|
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
5733
6267
|
margin: 0 0 0 2px;
|
|
5734
6268
|
}
|
|
5735
|
-
.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 {
|
|
5736
|
-
margin: 0 0 0 2px;
|
|
5737
|
-
}
|
|
5738
|
-
.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 {
|
|
5739
|
-
margin-bottom: 0;
|
|
5740
|
-
}
|
|
5741
6269
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
5742
6270
|
margin: 0;
|
|
5743
6271
|
}
|
|
@@ -5838,6 +6366,9 @@
|
|
|
5838
6366
|
font-size: 14px;
|
|
5839
6367
|
font-weight: 400;
|
|
5840
6368
|
text-transform: capitalize;
|
|
6369
|
+
-ms-flex-item-align: auto;
|
|
6370
|
+
-ms-grid-row-align: auto;
|
|
6371
|
+
align-self: auto;
|
|
5841
6372
|
}
|
|
5842
6373
|
@media screen and (max-width: 480px) {
|
|
5843
6374
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -5853,12 +6384,12 @@
|
|
|
5853
6384
|
}
|
|
5854
6385
|
@media screen and (max-width: 480px) {
|
|
5855
6386
|
.e-tab-clone-element .e-close-icon,
|
|
5856
|
-
.e-tab-clone-element .e-close-icon::before {
|
|
6387
|
+
.e-tab-clone-element .e-close-icon::before {
|
|
5857
6388
|
font-size: 12px;
|
|
5858
6389
|
}
|
|
5859
6390
|
}
|
|
5860
6391
|
.e-tab-clone-element .e-close-icon::before {
|
|
5861
|
-
top:
|
|
6392
|
+
top: 1px;
|
|
5862
6393
|
}
|
|
5863
6394
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
5864
6395
|
display: -ms-inline-flexbox;
|
|
@@ -5866,6 +6397,7 @@
|
|
|
5866
6397
|
height: 20px;
|
|
5867
6398
|
min-width: 20px;
|
|
5868
6399
|
width: 20px;
|
|
6400
|
+
line-height: 1;
|
|
5869
6401
|
}
|
|
5870
6402
|
@media screen and (max-width: 480px) {
|
|
5871
6403
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -5879,7 +6411,7 @@
|
|
|
5879
6411
|
}
|
|
5880
6412
|
@media screen and (max-width: 480px) {
|
|
5881
6413
|
.e-tab-clone-element .e-tab-icon,
|
|
5882
|
-
.e-tab-clone-element .e-tab-icon::before {
|
|
6414
|
+
.e-tab-clone-element .e-tab-icon::before {
|
|
5883
6415
|
font-size: 20px;
|
|
5884
6416
|
}
|
|
5885
6417
|
}
|
|
@@ -5893,6 +6425,14 @@
|
|
|
5893
6425
|
padding: 0 20px;
|
|
5894
6426
|
}
|
|
5895
6427
|
}
|
|
6428
|
+
.e-tab-clone-element .e-icon-right {
|
|
6429
|
+
margin: 0 0 0 8px;
|
|
6430
|
+
}
|
|
6431
|
+
@media screen and (max-width: 480px) {
|
|
6432
|
+
.e-tab-clone-element .e-icon-right {
|
|
6433
|
+
margin: 0;
|
|
6434
|
+
}
|
|
6435
|
+
}
|
|
5896
6436
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
5897
6437
|
margin: 0 0 0 8px;
|
|
5898
6438
|
}
|
|
@@ -6015,6 +6555,9 @@
|
|
|
6015
6555
|
}
|
|
6016
6556
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
6017
6557
|
font-size: 15px;
|
|
6558
|
+
-ms-flex-item-align: auto;
|
|
6559
|
+
-ms-grid-row-align: auto;
|
|
6560
|
+
align-self: auto;
|
|
6018
6561
|
}
|
|
6019
6562
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
6020
6563
|
cursor: pointer;
|
|
@@ -6031,7 +6574,7 @@
|
|
|
6031
6574
|
}
|
|
6032
6575
|
@media screen and (max-width: 480px) {
|
|
6033
6576
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon,
|
|
6034
|
-
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6577
|
+
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6035
6578
|
font-size: 12px;
|
|
6036
6579
|
}
|
|
6037
6580
|
}
|
|
@@ -6039,6 +6582,7 @@
|
|
|
6039
6582
|
height: 24px;
|
|
6040
6583
|
min-width: 24px;
|
|
6041
6584
|
width: 24px;
|
|
6585
|
+
line-height: 1;
|
|
6042
6586
|
}
|
|
6043
6587
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
6044
6588
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -6047,6 +6591,14 @@
|
|
|
6047
6591
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6048
6592
|
padding: 0 20px;
|
|
6049
6593
|
}
|
|
6594
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6595
|
+
margin: 0 0 0 12px;
|
|
6596
|
+
}
|
|
6597
|
+
@media screen and (max-width: 480px) {
|
|
6598
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6599
|
+
margin: 0;
|
|
6600
|
+
}
|
|
6601
|
+
}
|
|
6050
6602
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6051
6603
|
margin: 0 0 0 10px;
|
|
6052
6604
|
}
|
|
@@ -6089,6 +6641,9 @@
|
|
|
6089
6641
|
background: inherit;
|
|
6090
6642
|
border: 0;
|
|
6091
6643
|
border-radius: 0;
|
|
6644
|
+
box-shadow: none;
|
|
6645
|
+
font-weight: normal;
|
|
6646
|
+
border-bottom: 0;
|
|
6092
6647
|
}
|
|
6093
6648
|
.e-tab .e-tab-header::before {
|
|
6094
6649
|
border-color: #ddd;
|
|
@@ -6097,11 +6652,9 @@
|
|
|
6097
6652
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
6098
6653
|
border-width: 0 0 1px;
|
|
6099
6654
|
}
|
|
6100
|
-
.e-tab .e-tab-header[style*="overflow: hidden"] {
|
|
6101
|
-
border: 0;
|
|
6102
|
-
}
|
|
6103
6655
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
6104
6656
|
border-bottom: 1px solid #fff;
|
|
6657
|
+
margin-bottom: 0;
|
|
6105
6658
|
}
|
|
6106
6659
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
6107
6660
|
background: inherit;
|
|
@@ -6113,12 +6666,16 @@
|
|
|
6113
6666
|
background: inherit;
|
|
6114
6667
|
border: 1px solid transparent;
|
|
6115
6668
|
}
|
|
6669
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
6670
|
+
background: inherit;
|
|
6671
|
+
}
|
|
6116
6672
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6117
6673
|
background: rgba(85, 85, 85, 0);
|
|
6118
6674
|
}
|
|
6119
6675
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6120
6676
|
border-radius: 4px;
|
|
6121
6677
|
color: #317ab9;
|
|
6678
|
+
border: 0;
|
|
6122
6679
|
}
|
|
6123
6680
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
6124
6681
|
color: #317ab9;
|
|
@@ -6136,6 +6693,8 @@
|
|
|
6136
6693
|
}
|
|
6137
6694
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6138
6695
|
background: #eee;
|
|
6696
|
+
border: 0;
|
|
6697
|
+
border-radius: 4px;
|
|
6139
6698
|
}
|
|
6140
6699
|
@media screen and (max-width: 480px) {
|
|
6141
6700
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6150,10 +6709,24 @@
|
|
|
6150
6709
|
border: 1px solid #ddd;
|
|
6151
6710
|
border-radius: 4px 4px 0 0;
|
|
6152
6711
|
}
|
|
6712
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6713
|
+
border: 0;
|
|
6714
|
+
}
|
|
6153
6715
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6154
6716
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6155
6717
|
color: #555;
|
|
6156
6718
|
}
|
|
6719
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6720
|
+
position: unset;
|
|
6721
|
+
}
|
|
6722
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
6723
|
+
border: unset;
|
|
6724
|
+
content: unset;
|
|
6725
|
+
display: unset;
|
|
6726
|
+
position: unset;
|
|
6727
|
+
top: unset;
|
|
6728
|
+
width: unset;
|
|
6729
|
+
}
|
|
6157
6730
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6158
6731
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6159
6732
|
color: #555;
|
|
@@ -6206,14 +6779,25 @@
|
|
|
6206
6779
|
}
|
|
6207
6780
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6208
6781
|
background: #f5f5f5;
|
|
6782
|
+
border: 0;
|
|
6783
|
+
border-radius: 4px;
|
|
6209
6784
|
}
|
|
6210
6785
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6211
6786
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6212
6787
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6213
6788
|
color: #1f496e;
|
|
6214
6789
|
}
|
|
6790
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6791
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6792
|
+
color: #1f496e;
|
|
6793
|
+
}
|
|
6215
6794
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6216
6795
|
background: #f5f5f5;
|
|
6796
|
+
border-color: unset;
|
|
6797
|
+
}
|
|
6798
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
6799
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
6800
|
+
color: #333;
|
|
6217
6801
|
}
|
|
6218
6802
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
6219
6803
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
@@ -6231,29 +6815,45 @@
|
|
|
6231
6815
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
6232
6816
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
6233
6817
|
color: #777;
|
|
6818
|
+
border: 0;
|
|
6234
6819
|
}
|
|
6235
6820
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
6236
6821
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
6237
6822
|
background: initial;
|
|
6238
6823
|
color: #333;
|
|
6824
|
+
border: 0;
|
|
6239
6825
|
}
|
|
6240
6826
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6241
6827
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6242
6828
|
box-shadow: none;
|
|
6829
|
+
border: 0;
|
|
6830
|
+
}
|
|
6831
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
6832
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
6833
|
+
background: inherit;
|
|
6243
6834
|
}
|
|
6244
6835
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
6245
6836
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
6246
6837
|
background: inherit;
|
|
6247
6838
|
color: #333;
|
|
6839
|
+
border: 0;
|
|
6248
6840
|
}
|
|
6249
6841
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6250
6842
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6251
6843
|
background: initial;
|
|
6252
6844
|
color: #333;
|
|
6253
6845
|
}
|
|
6846
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6847
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
6848
|
+
background: inherit;
|
|
6849
|
+
border-color: unset;
|
|
6850
|
+
color: #333;
|
|
6851
|
+
}
|
|
6254
6852
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6255
6853
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6256
6854
|
box-shadow: none;
|
|
6855
|
+
background: inherit;
|
|
6856
|
+
border: 0;
|
|
6257
6857
|
}
|
|
6258
6858
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
6259
6859
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
@@ -6262,6 +6862,8 @@
|
|
|
6262
6862
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
6263
6863
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
6264
6864
|
color: rgba(119, 119, 119, 0.65);
|
|
6865
|
+
background: initial;
|
|
6866
|
+
border-color: unset;
|
|
6265
6867
|
}
|
|
6266
6868
|
.e-tab .e-tab-header .e-hor-nav,
|
|
6267
6869
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -6273,6 +6875,7 @@
|
|
|
6273
6875
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6274
6876
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon {
|
|
6275
6877
|
color: #333;
|
|
6878
|
+
border: 0;
|
|
6276
6879
|
}
|
|
6277
6880
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6278
6881
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
@@ -6286,6 +6889,10 @@
|
|
|
6286
6889
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
6287
6890
|
color: #333;
|
|
6288
6891
|
}
|
|
6892
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
6893
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
6894
|
+
background: transparent;
|
|
6895
|
+
}
|
|
6289
6896
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6290
6897
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
6291
6898
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
@@ -6308,6 +6915,7 @@
|
|
|
6308
6915
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6309
6916
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
6310
6917
|
background: #e6e6e6;
|
|
6918
|
+
color: #333;
|
|
6311
6919
|
border: 1px solid #adadad;
|
|
6312
6920
|
border-radius: 4px;
|
|
6313
6921
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -6315,6 +6923,7 @@
|
|
|
6315
6923
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6316
6924
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
6317
6925
|
border: 0;
|
|
6926
|
+
background: transparent;
|
|
6318
6927
|
}
|
|
6319
6928
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
6320
6929
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
@@ -6323,25 +6932,50 @@
|
|
|
6323
6932
|
.e-tab .e-tab-header .e-hor-nav:active,
|
|
6324
6933
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
6325
6934
|
box-shadow: none;
|
|
6935
|
+
background: transparent;
|
|
6326
6936
|
}
|
|
6327
6937
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6328
6938
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6329
6939
|
background: inherit;
|
|
6330
6940
|
border: 0;
|
|
6331
6941
|
box-shadow: none;
|
|
6942
|
+
border-radius: 0 4px 0 0;
|
|
6332
6943
|
}
|
|
6333
|
-
.e-tab .e-tab-header.e-
|
|
6944
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
6945
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
6946
|
+
color: #333;
|
|
6947
|
+
}
|
|
6948
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
6949
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
6334
6950
|
border: 0;
|
|
6335
6951
|
}
|
|
6952
|
+
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
6953
|
+
border-color: unset;
|
|
6954
|
+
border-style: solid;
|
|
6955
|
+
border-width: 0;
|
|
6956
|
+
}
|
|
6957
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
6958
|
+
border-color: unset;
|
|
6959
|
+
border-style: solid;
|
|
6960
|
+
border-width: 0;
|
|
6961
|
+
}
|
|
6336
6962
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
6337
|
-
border-
|
|
6338
|
-
border-
|
|
6963
|
+
border-color: #ddd;
|
|
6964
|
+
border-style: solid;
|
|
6965
|
+
border-width: 1px 0 0;
|
|
6966
|
+
}
|
|
6967
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
6968
|
+
border-radius: 0 0 4px 4px;
|
|
6339
6969
|
}
|
|
6340
6970
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6341
|
-
border-
|
|
6971
|
+
border-color: #fff #ddd #ddd;
|
|
6972
|
+
border-style: solid;
|
|
6973
|
+
border-width: 1px;
|
|
6974
|
+
margin-top: 0;
|
|
6342
6975
|
border-radius: 0 0 4px 4px;
|
|
6343
|
-
|
|
6344
|
-
|
|
6976
|
+
}
|
|
6977
|
+
.e-tab .e-tab-header.e-vertical {
|
|
6978
|
+
border-bottom: 0;
|
|
6345
6979
|
}
|
|
6346
6980
|
.e-tab .e-tab-header.e-vertical::before {
|
|
6347
6981
|
border-width: 0 1px 0 0;
|
|
@@ -6350,10 +6984,16 @@
|
|
|
6350
6984
|
border-bottom: 1px solid #ddd;
|
|
6351
6985
|
border-top: 1px solid #ddd;
|
|
6352
6986
|
}
|
|
6987
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
6988
|
+
border-radius: 4px 0 0 4px;
|
|
6989
|
+
}
|
|
6353
6990
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6354
6991
|
border-radius: 4px 0 0 4px;
|
|
6355
6992
|
border-right: 1px solid #fff;
|
|
6356
6993
|
}
|
|
6994
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
6995
|
+
border-radius: 0 4px 4px 0;
|
|
6996
|
+
}
|
|
6357
6997
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6358
6998
|
border-left: 1px solid #fff;
|
|
6359
6999
|
border-radius: 0 4px 4px 0;
|
|
@@ -6379,6 +7019,10 @@
|
|
|
6379
7019
|
}
|
|
6380
7020
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
6381
7021
|
background: #eee;
|
|
7022
|
+
border-color: #ddd transparent transparent;
|
|
7023
|
+
}
|
|
7024
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
7025
|
+
background: #eee;
|
|
6382
7026
|
}
|
|
6383
7027
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
6384
7028
|
color: #333;
|
|
@@ -6389,6 +7033,9 @@
|
|
|
6389
7033
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
6390
7034
|
background: #eee;
|
|
6391
7035
|
}
|
|
7036
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
7037
|
+
color: none;
|
|
7038
|
+
}
|
|
6392
7039
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6393
7040
|
background: none;
|
|
6394
7041
|
}
|
|
@@ -6404,6 +7051,7 @@
|
|
|
6404
7051
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
6405
7052
|
background: inherit;
|
|
6406
7053
|
border: 0;
|
|
7054
|
+
color: #333;
|
|
6407
7055
|
}
|
|
6408
7056
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6409
7057
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -6418,23 +7066,36 @@
|
|
|
6418
7066
|
border: 0;
|
|
6419
7067
|
box-shadow: none;
|
|
6420
7068
|
}
|
|
7069
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7070
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7071
|
+
color: #333;
|
|
7072
|
+
}
|
|
6421
7073
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
6422
7074
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
6423
7075
|
border: 0;
|
|
6424
7076
|
}
|
|
6425
7077
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6426
7078
|
background: #eee;
|
|
7079
|
+
border: 0;
|
|
6427
7080
|
}
|
|
6428
7081
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6429
7082
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
6430
7083
|
color: #1f496e;
|
|
6431
7084
|
}
|
|
7085
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
7086
|
+
color: #1f496e;
|
|
7087
|
+
}
|
|
6432
7088
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6433
7089
|
color: #333;
|
|
6434
7090
|
}
|
|
6435
7091
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6436
7092
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6437
7093
|
color: #333;
|
|
7094
|
+
background: inherit;
|
|
7095
|
+
border: 1px solid #8c8c8c;
|
|
7096
|
+
}
|
|
7097
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
7098
|
+
border-color: #ddd transparent transparent;
|
|
6438
7099
|
}
|
|
6439
7100
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6440
7101
|
border: 0;
|
|
@@ -6480,6 +7141,9 @@
|
|
|
6480
7141
|
.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 {
|
|
6481
7142
|
color: #1f496e;
|
|
6482
7143
|
}
|
|
7144
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7145
|
+
color: #1f496e;
|
|
7146
|
+
}
|
|
6483
7147
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6484
7148
|
margin-top: 0;
|
|
6485
7149
|
}
|
|
@@ -6489,6 +7153,7 @@
|
|
|
6489
7153
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6490
7154
|
background: #317ab9;
|
|
6491
7155
|
border-radius: 4px;
|
|
7156
|
+
border-color: unset;
|
|
6492
7157
|
}
|
|
6493
7158
|
.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 {
|
|
6494
7159
|
color: #fff;
|
|
@@ -6496,6 +7161,9 @@
|
|
|
6496
7161
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6497
7162
|
margin-top: 0;
|
|
6498
7163
|
}
|
|
7164
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7165
|
+
border: unset;
|
|
7166
|
+
}
|
|
6499
7167
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6500
7168
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6501
7169
|
color: #fff;
|
|
@@ -6506,6 +7174,22 @@
|
|
|
6506
7174
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
6507
7175
|
color: #fff;
|
|
6508
7176
|
}
|
|
7177
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
7178
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
7179
|
+
color: #333;
|
|
7180
|
+
}
|
|
7181
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
7182
|
+
background: #f5f5f5;
|
|
7183
|
+
}
|
|
7184
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
7185
|
+
color: #1f496e;
|
|
7186
|
+
}
|
|
7187
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
7188
|
+
color: #1f496e;
|
|
7189
|
+
}
|
|
7190
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
7191
|
+
color: #1f496e;
|
|
7192
|
+
}
|
|
6509
7193
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
6510
7194
|
border-bottom: 0;
|
|
6511
7195
|
border-top: 0;
|
|
@@ -6558,8 +7242,11 @@
|
|
|
6558
7242
|
}
|
|
6559
7243
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6560
7244
|
background: #eee;
|
|
7245
|
+
border-color: unset;
|
|
7246
|
+
}
|
|
7247
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7248
|
+
color: #1f496e;
|
|
6561
7249
|
}
|
|
6562
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6563
7250
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6564
7251
|
color: #1f496e;
|
|
6565
7252
|
}
|
|
@@ -6579,6 +7266,7 @@
|
|
|
6579
7266
|
}
|
|
6580
7267
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
6581
7268
|
background: #555;
|
|
7269
|
+
bottom: 0;
|
|
6582
7270
|
}
|
|
6583
7271
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
6584
7272
|
border: 0;
|
|
@@ -6588,41 +7276,82 @@
|
|
|
6588
7276
|
}
|
|
6589
7277
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6590
7278
|
background: inherit;
|
|
7279
|
+
border-color: unset;
|
|
6591
7280
|
}
|
|
6592
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6593
7281
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6594
7282
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6595
7283
|
color: #317ab9;
|
|
6596
7284
|
}
|
|
7285
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
7286
|
+
color: #317ab9;
|
|
7287
|
+
}
|
|
6597
7288
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
6598
7289
|
color: #777;
|
|
6599
7290
|
}
|
|
6600
7291
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6601
7292
|
background: #eee;
|
|
7293
|
+
background-color: #eee;
|
|
7294
|
+
border-color: unset;
|
|
7295
|
+
}
|
|
7296
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
7297
|
+
color: #1f496e;
|
|
6602
7298
|
}
|
|
6603
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6604
7299
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6605
7300
|
color: #fff;
|
|
6606
7301
|
}
|
|
6607
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6608
7302
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6609
7303
|
color: #1f496e;
|
|
6610
7304
|
}
|
|
7305
|
+
.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 {
|
|
7306
|
+
color: #1f496e;
|
|
7307
|
+
}
|
|
6611
7308
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
6612
7309
|
border: 0;
|
|
6613
7310
|
margin: 0;
|
|
7311
|
+
background: inherit;
|
|
6614
7312
|
}
|
|
6615
7313
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6616
7314
|
background: #317ab9;
|
|
7315
|
+
border-color: unset;
|
|
6617
7316
|
border-radius: 4px;
|
|
7317
|
+
border-style: solid;
|
|
7318
|
+
border-width: 0;
|
|
7319
|
+
}
|
|
7320
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
7321
|
+
color: #fff;
|
|
7322
|
+
}
|
|
7323
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
7324
|
+
color: #fff;
|
|
7325
|
+
}
|
|
7326
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
7327
|
+
color: #f5f5f5;
|
|
7328
|
+
}
|
|
7329
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7330
|
+
background: #317ab9;
|
|
7331
|
+
border-color: unset;
|
|
7332
|
+
}
|
|
7333
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7334
|
+
color: #fff;
|
|
6618
7335
|
}
|
|
6619
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6620
7336
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6621
7337
|
color: #fff;
|
|
6622
7338
|
}
|
|
6623
7339
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6624
7340
|
color: #fff;
|
|
6625
7341
|
}
|
|
7342
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
7343
|
+
color: #fff;
|
|
7344
|
+
}
|
|
7345
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
7346
|
+
color: #fff;
|
|
7347
|
+
}
|
|
7348
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
7349
|
+
background: #317ab9;
|
|
7350
|
+
}
|
|
7351
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
7352
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
7353
|
+
color: #fff;
|
|
7354
|
+
}
|
|
6626
7355
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6627
7356
|
background: #317ab9;
|
|
6628
7357
|
}
|
|
@@ -6630,10 +7359,15 @@
|
|
|
6630
7359
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6631
7360
|
color: #fff;
|
|
6632
7361
|
}
|
|
6633
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
7362
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7363
|
+
color: #fff;
|
|
7364
|
+
}
|
|
6634
7365
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6635
7366
|
color: #fff;
|
|
6636
7367
|
}
|
|
7368
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7369
|
+
border: unset;
|
|
7370
|
+
}
|
|
6637
7371
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6638
7372
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6639
7373
|
color: #fff;
|
|
@@ -6641,7 +7375,8 @@
|
|
|
6641
7375
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
6642
7376
|
color: #f5f5f5;
|
|
6643
7377
|
}
|
|
6644
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
7378
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
7379
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
6645
7380
|
color: #fff;
|
|
6646
7381
|
}
|
|
6647
7382
|
.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 {
|
|
@@ -6656,7 +7391,8 @@
|
|
|
6656
7391
|
background: inherit;
|
|
6657
7392
|
}
|
|
6658
7393
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6659
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
7394
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
7395
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6660
7396
|
color: #317ab9;
|
|
6661
7397
|
}
|
|
6662
7398
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6665,50 +7401,105 @@
|
|
|
6665
7401
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6666
7402
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6667
7403
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6668
|
-
color: #fff;
|
|
6669
7404
|
color: #317ab9;
|
|
6670
7405
|
}
|
|
7406
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
7407
|
+
color: #317ab9;
|
|
7408
|
+
}
|
|
7409
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
7410
|
+
color: #317ab9;
|
|
7411
|
+
}
|
|
7412
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
7413
|
+
color: #317ab9;
|
|
7414
|
+
}
|
|
7415
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
7416
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
7417
|
+
background: inherit;
|
|
7418
|
+
}
|
|
6671
7419
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
6672
7420
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
6673
7421
|
color: #777;
|
|
7422
|
+
border: 0;
|
|
6674
7423
|
}
|
|
6675
7424
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
6676
7425
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
6677
7426
|
background: inherit;
|
|
6678
7427
|
color: #333;
|
|
7428
|
+
border-color: unset;
|
|
7429
|
+
}
|
|
7430
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
7431
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
7432
|
+
background: unset;
|
|
7433
|
+
color: #777;
|
|
6679
7434
|
}
|
|
6680
7435
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
6681
7436
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6682
7437
|
color: #333;
|
|
7438
|
+
border: 0;
|
|
7439
|
+
background: inherit;
|
|
6683
7440
|
}
|
|
6684
7441
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6685
7442
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6686
7443
|
background: inherit;
|
|
6687
7444
|
color: #333;
|
|
6688
7445
|
}
|
|
7446
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
7447
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
7448
|
+
background: inherit;
|
|
7449
|
+
border-color: unset;
|
|
7450
|
+
color: #333;
|
|
7451
|
+
}
|
|
6689
7452
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
6690
7453
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
6691
7454
|
animation: none;
|
|
6692
7455
|
}
|
|
7456
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7457
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
7458
|
+
background: transparent;
|
|
7459
|
+
}
|
|
6693
7460
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6694
7461
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
6695
7462
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
6696
7463
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
6697
7464
|
color: #777;
|
|
7465
|
+
border: 0;
|
|
6698
7466
|
}
|
|
6699
7467
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
6700
7468
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
6701
7469
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6702
7470
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
6703
|
-
background:
|
|
7471
|
+
background: #e6e6e6;
|
|
7472
|
+
border-color: #adadad;
|
|
6704
7473
|
color: #333;
|
|
7474
|
+
}
|
|
7475
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
7476
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
7477
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
7478
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
6705
7479
|
background: #e6e6e6;
|
|
7480
|
+
color: #333;
|
|
6706
7481
|
}
|
|
6707
7482
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
6708
7483
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
6709
7484
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6710
7485
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6711
7486
|
color: #333;
|
|
7487
|
+
background: inherit;
|
|
7488
|
+
border: 1px solid #8c8c8c;
|
|
7489
|
+
}
|
|
7490
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
7491
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
7492
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
7493
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
7494
|
+
background: #e6e6e6;
|
|
7495
|
+
}
|
|
7496
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
7497
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
7498
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7499
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7500
|
+
background: #e6e6e6;
|
|
7501
|
+
border-color: #adadad;
|
|
7502
|
+
color: #333;
|
|
6712
7503
|
}
|
|
6713
7504
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
6714
7505
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -6718,6 +7509,40 @@
|
|
|
6718
7509
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
6719
7510
|
color: #333;
|
|
6720
7511
|
}
|
|
7512
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
7513
|
+
border: 0;
|
|
7514
|
+
margin: 0;
|
|
7515
|
+
}
|
|
7516
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
7517
|
+
border-color: unset;
|
|
7518
|
+
border-radius: 4px;
|
|
7519
|
+
border-style: solid;
|
|
7520
|
+
border-width: 0;
|
|
7521
|
+
}
|
|
7522
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
7523
|
+
border-color: #fff;
|
|
7524
|
+
border-style: solid;
|
|
7525
|
+
border-width: 0 1px 0 0;
|
|
7526
|
+
margin: 0;
|
|
7527
|
+
}
|
|
7528
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
7529
|
+
border-color: unset;
|
|
7530
|
+
border-radius: 4px;
|
|
7531
|
+
border-style: solid;
|
|
7532
|
+
border-width: 0;
|
|
7533
|
+
}
|
|
7534
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
7535
|
+
border-color: #fff;
|
|
7536
|
+
border-style: solid;
|
|
7537
|
+
border-width: 0 0 0 1px;
|
|
7538
|
+
margin: 0;
|
|
7539
|
+
}
|
|
7540
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
7541
|
+
border-color: unset;
|
|
7542
|
+
border-radius: 4px;
|
|
7543
|
+
border-style: solid;
|
|
7544
|
+
border-width: 0;
|
|
7545
|
+
}
|
|
6721
7546
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
6722
7547
|
border: 0;
|
|
6723
7548
|
}
|
|
@@ -6781,6 +7606,7 @@
|
|
|
6781
7606
|
}
|
|
6782
7607
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6783
7608
|
background: #eee;
|
|
7609
|
+
border-color: unset;
|
|
6784
7610
|
}
|
|
6785
7611
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6786
7612
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -6789,18 +7615,38 @@
|
|
|
6789
7615
|
}
|
|
6790
7616
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6791
7617
|
background: #eee;
|
|
7618
|
+
border-color: unset;
|
|
6792
7619
|
}
|
|
6793
7620
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6794
7621
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6795
7622
|
color: #fff;
|
|
6796
7623
|
}
|
|
6797
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:
|
|
6798
|
-
|
|
6799
|
-
|
|
7624
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7625
|
+
background: #317ab9;
|
|
7626
|
+
border: 0;
|
|
7627
|
+
border-radius: 4px;
|
|
7628
|
+
}
|
|
7629
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7630
|
+
color: #1f496e;
|
|
7631
|
+
}
|
|
7632
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7633
|
+
color: #fff;
|
|
7634
|
+
}
|
|
7635
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7636
|
+
color: #1f496e;
|
|
7637
|
+
}
|
|
7638
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7639
|
+
color: #1f496e;
|
|
7640
|
+
}
|
|
7641
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7642
|
+
color: #fff;
|
|
7643
|
+
}
|
|
6800
7644
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6801
7645
|
color: #1f496e;
|
|
6802
7646
|
}
|
|
6803
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
7647
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7648
|
+
color: #1f496e;
|
|
7649
|
+
}
|
|
6804
7650
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6805
7651
|
color: #1f496e;
|
|
6806
7652
|
}
|
|
@@ -6826,6 +7672,8 @@
|
|
|
6826
7672
|
.e-tab .e-content .e-item {
|
|
6827
7673
|
background: inherit;
|
|
6828
7674
|
color: #000;
|
|
7675
|
+
font-size: 12px;
|
|
7676
|
+
line-height: 18px;
|
|
6829
7677
|
}
|
|
6830
7678
|
|
|
6831
7679
|
.e-tab-clone-element {
|
|
@@ -6835,6 +7683,7 @@
|
|
|
6835
7683
|
.e-tab-clone-element .e-tab-wrap {
|
|
6836
7684
|
border-radius: 4px;
|
|
6837
7685
|
color: #317ab9;
|
|
7686
|
+
border: 0;
|
|
6838
7687
|
}
|
|
6839
7688
|
.e-tab-clone-element .e-tab-wrap .e-tab-icon {
|
|
6840
7689
|
color: #317ab9;
|