@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/fabric-dark.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 {
|
|
@@ -707,11 +707,11 @@
|
|
|
707
707
|
content: "\e904";
|
|
708
708
|
}
|
|
709
709
|
.e-hscroll .e-nav-left-arrow::before {
|
|
710
|
-
content: "\
|
|
710
|
+
content: "\e98f";
|
|
711
711
|
line-height: normal;
|
|
712
712
|
}
|
|
713
713
|
.e-hscroll .e-nav-right-arrow::before {
|
|
714
|
-
content: "\
|
|
714
|
+
content: "\e219";
|
|
715
715
|
line-height: normal;
|
|
716
716
|
}
|
|
717
717
|
|
|
@@ -854,6 +854,7 @@
|
|
|
854
854
|
text-align: center;
|
|
855
855
|
vertical-align: middle;
|
|
856
856
|
width: 100%;
|
|
857
|
+
font-size: 14px;
|
|
857
858
|
}
|
|
858
859
|
.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
|
|
859
860
|
pointer-events: none;
|
|
@@ -902,22 +903,34 @@
|
|
|
902
903
|
border: 0;
|
|
903
904
|
color: #dadada;
|
|
904
905
|
}
|
|
906
|
+
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
|
|
907
|
+
background: #414040;
|
|
908
|
+
}
|
|
905
909
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
906
910
|
background: #414040;
|
|
907
911
|
border: 0;
|
|
908
912
|
color: #dadada;
|
|
909
913
|
}
|
|
914
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
|
|
915
|
+
color: #fff;
|
|
916
|
+
}
|
|
910
917
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
911
918
|
background: #414040;
|
|
912
919
|
border: 0;
|
|
913
920
|
color: #dadada;
|
|
914
921
|
}
|
|
922
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
|
|
923
|
+
color: #fff;
|
|
924
|
+
}
|
|
915
925
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
916
926
|
background: #514f4f;
|
|
917
927
|
border: 0;
|
|
918
928
|
box-shadow: none;
|
|
919
929
|
color: #000;
|
|
920
930
|
}
|
|
931
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
932
|
+
color: #fff;
|
|
933
|
+
}
|
|
921
934
|
.e-hscroll .e-scroll-nav {
|
|
922
935
|
background: #333232;
|
|
923
936
|
}
|
|
@@ -942,11 +955,11 @@
|
|
|
942
955
|
content: "\e84f";
|
|
943
956
|
}
|
|
944
957
|
.e-vscroll .e-nav-up-arrow::before {
|
|
945
|
-
content: "\
|
|
958
|
+
content: "\e85e";
|
|
946
959
|
line-height: normal;
|
|
947
960
|
}
|
|
948
961
|
.e-vscroll .e-nav-down-arrow::before {
|
|
949
|
-
content: "\
|
|
962
|
+
content: "\e84f";
|
|
950
963
|
line-height: normal;
|
|
951
964
|
}
|
|
952
965
|
|
|
@@ -1153,10 +1166,18 @@
|
|
|
1153
1166
|
height: 50px;
|
|
1154
1167
|
min-height: 50px;
|
|
1155
1168
|
}
|
|
1169
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
1170
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
|
|
1171
|
+
font-size: 14px;
|
|
1172
|
+
}
|
|
1156
1173
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
1157
1174
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
1158
1175
|
font-size: 14px;
|
|
1159
1176
|
}
|
|
1177
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
|
|
1178
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
|
|
1179
|
+
font-size: 16px;
|
|
1180
|
+
}
|
|
1160
1181
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
1161
1182
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
1162
1183
|
border-bottom: 0;
|
|
@@ -1232,6 +1253,10 @@
|
|
|
1232
1253
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1233
1254
|
line-height: inherit;
|
|
1234
1255
|
}
|
|
1256
|
+
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
1257
|
+
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
1258
|
+
height: auto;
|
|
1259
|
+
}
|
|
1235
1260
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
1236
1261
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1237
1262
|
min-width: 48px;
|
|
@@ -1240,11 +1265,13 @@
|
|
|
1240
1265
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
1241
1266
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1242
1267
|
min-width: 25px;
|
|
1268
|
+
font-size: 16px;
|
|
1243
1269
|
}
|
|
1244
1270
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1245
1271
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1246
1272
|
min-height: 45px;
|
|
1247
1273
|
padding: 0 4px;
|
|
1274
|
+
line-height: 35px;
|
|
1248
1275
|
}
|
|
1249
1276
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1250
1277
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -1254,6 +1281,7 @@
|
|
|
1254
1281
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1255
1282
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1256
1283
|
padding: 0 12.5px;
|
|
1284
|
+
font-size: 14px;
|
|
1257
1285
|
}
|
|
1258
1286
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
1259
1287
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -1342,6 +1370,19 @@
|
|
|
1342
1370
|
min-height: 50px;
|
|
1343
1371
|
min-width: 50px;
|
|
1344
1372
|
padding: 0;
|
|
1373
|
+
line-height: 35px;
|
|
1374
|
+
}
|
|
1375
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1376
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1377
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1378
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
1379
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1380
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1381
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1382
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1383
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1384
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1385
|
+
padding: 0;
|
|
1345
1386
|
}
|
|
1346
1387
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1347
1388
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
@@ -1368,7 +1409,6 @@
|
|
|
1368
1409
|
padding-left: 3px;
|
|
1369
1410
|
padding-right: 3px;
|
|
1370
1411
|
padding-top: 0;
|
|
1371
|
-
margin-left: -1px;
|
|
1372
1412
|
}
|
|
1373
1413
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1374
1414
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -1432,6 +1472,18 @@
|
|
|
1432
1472
|
min-width: 50px;
|
|
1433
1473
|
padding: 0;
|
|
1434
1474
|
}
|
|
1475
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1476
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1477
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1478
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
1479
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1480
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1481
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1482
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1483
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1484
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1485
|
+
padding: 0;
|
|
1486
|
+
}
|
|
1435
1487
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1436
1488
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1437
1489
|
line-height: 35px;
|
|
@@ -1456,7 +1508,6 @@
|
|
|
1456
1508
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1457
1509
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1458
1510
|
padding-right: 3px;
|
|
1459
|
-
margin-left: 0;
|
|
1460
1511
|
}
|
|
1461
1512
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1462
1513
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -1600,6 +1651,9 @@
|
|
|
1600
1651
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1601
1652
|
line-height: 25px;
|
|
1602
1653
|
}
|
|
1654
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
1655
|
+
padding: 0;
|
|
1656
|
+
}
|
|
1603
1657
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1604
1658
|
margin: 7.5px 3px;
|
|
1605
1659
|
min-height: 25px;
|
|
@@ -1611,6 +1665,7 @@
|
|
|
1611
1665
|
min-height: 25px;
|
|
1612
1666
|
min-width: 20px;
|
|
1613
1667
|
padding: 0;
|
|
1668
|
+
font-size: 14px;
|
|
1614
1669
|
}
|
|
1615
1670
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1616
1671
|
display: -ms-inline-flexbox;
|
|
@@ -1683,6 +1738,9 @@
|
|
|
1683
1738
|
justify-content: flex-start;
|
|
1684
1739
|
min-height: 36px;
|
|
1685
1740
|
padding: 0 4px;
|
|
1741
|
+
border: none;
|
|
1742
|
+
border-radius: 0;
|
|
1743
|
+
margin: 0;
|
|
1686
1744
|
}
|
|
1687
1745
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1688
1746
|
margin: 0;
|
|
@@ -1830,6 +1888,7 @@
|
|
|
1830
1888
|
text-align: center;
|
|
1831
1889
|
vertical-align: middle;
|
|
1832
1890
|
width: 100%;
|
|
1891
|
+
font-size: 14px;
|
|
1833
1892
|
}
|
|
1834
1893
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1835
1894
|
line-height: 25px;
|
|
@@ -1983,6 +2042,11 @@
|
|
|
1983
2042
|
min-height: 40px;
|
|
1984
2043
|
min-width: 40px;
|
|
1985
2044
|
padding: 0;
|
|
2045
|
+
border-radius: 0;
|
|
2046
|
+
line-height: 25px;
|
|
2047
|
+
}
|
|
2048
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
2049
|
+
padding: 0;
|
|
1986
2050
|
}
|
|
1987
2051
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
1988
2052
|
outline: none;
|
|
@@ -1997,6 +2061,7 @@
|
|
|
1997
2061
|
margin: 0;
|
|
1998
2062
|
min-width: 20px;
|
|
1999
2063
|
width: auto;
|
|
2064
|
+
padding-bottom: 0;
|
|
2000
2065
|
}
|
|
2001
2066
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
2002
2067
|
-ms-flex-item-align: center;
|
|
@@ -2143,28 +2208,60 @@
|
|
|
2143
2208
|
background: #333232;
|
|
2144
2209
|
box-shadow: none;
|
|
2145
2210
|
color: #dadada;
|
|
2211
|
+
border: none;
|
|
2146
2212
|
}
|
|
2147
2213
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
2148
2214
|
color: #dadada;
|
|
2149
2215
|
}
|
|
2150
2216
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2151
2217
|
background: #414040;
|
|
2152
|
-
border-color: #414040;
|
|
2153
2218
|
border-radius: 0;
|
|
2154
2219
|
color: #dadada;
|
|
2220
|
+
border-color: #414040;
|
|
2221
|
+
border-style: solid;
|
|
2222
|
+
border-width: 0;
|
|
2223
|
+
box-shadow: none;
|
|
2224
|
+
}
|
|
2225
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2226
|
+
color: #dadada;
|
|
2227
|
+
}
|
|
2228
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2229
|
+
color: #dadada;
|
|
2155
2230
|
}
|
|
2156
2231
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2157
2232
|
background: #414040;
|
|
2158
|
-
border-color: #414040;
|
|
2159
2233
|
border-radius: 0;
|
|
2160
2234
|
color: #dadada;
|
|
2235
|
+
border-color: #414040;
|
|
2236
|
+
border-style: solid;
|
|
2237
|
+
border-width: 0;
|
|
2238
|
+
}
|
|
2239
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2240
|
+
color: #dadada;
|
|
2241
|
+
}
|
|
2242
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2243
|
+
color: #000;
|
|
2244
|
+
}
|
|
2245
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2246
|
+
color: #dadada;
|
|
2247
|
+
}
|
|
2248
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2249
|
+
color: #dadada;
|
|
2161
2250
|
}
|
|
2162
2251
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2163
2252
|
background: #514f4f;
|
|
2164
|
-
border-color: #514f4f;
|
|
2165
2253
|
border-radius: 0;
|
|
2166
2254
|
box-shadow: none;
|
|
2167
2255
|
color: #000;
|
|
2256
|
+
border-color: #514f4f;
|
|
2257
|
+
border-style: solid;
|
|
2258
|
+
border-width: 0;
|
|
2259
|
+
}
|
|
2260
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2261
|
+
color: #dadada;
|
|
2262
|
+
}
|
|
2263
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2264
|
+
color: #000;
|
|
2168
2265
|
}
|
|
2169
2266
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
2170
2267
|
color: #dadada;
|
|
@@ -2174,6 +2271,51 @@
|
|
|
2174
2271
|
border: 1px solid #414040;
|
|
2175
2272
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
2176
2273
|
}
|
|
2274
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2275
|
+
background: #333232;
|
|
2276
|
+
}
|
|
2277
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2278
|
+
background: #414040;
|
|
2279
|
+
box-shadow: none;
|
|
2280
|
+
color: #dadada;
|
|
2281
|
+
border-color: #414040;
|
|
2282
|
+
border-style: solid;
|
|
2283
|
+
border-width: 0;
|
|
2284
|
+
}
|
|
2285
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2286
|
+
color: #dadada;
|
|
2287
|
+
}
|
|
2288
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2289
|
+
color: #dadada;
|
|
2290
|
+
}
|
|
2291
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2292
|
+
background: #514f4f;
|
|
2293
|
+
box-shadow: none;
|
|
2294
|
+
color: #000;
|
|
2295
|
+
border-color: #514f4f;
|
|
2296
|
+
border-style: solid;
|
|
2297
|
+
border-width: 0;
|
|
2298
|
+
}
|
|
2299
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2300
|
+
color: #dadada;
|
|
2301
|
+
}
|
|
2302
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2303
|
+
color: #000;
|
|
2304
|
+
}
|
|
2305
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2306
|
+
background: #414040;
|
|
2307
|
+
box-shadow: none;
|
|
2308
|
+
color: #dadada;
|
|
2309
|
+
border-color: #414040;
|
|
2310
|
+
border-style: solid;
|
|
2311
|
+
border-width: 0;
|
|
2312
|
+
}
|
|
2313
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2314
|
+
color: #dadada;
|
|
2315
|
+
}
|
|
2316
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2317
|
+
color: #dadada;
|
|
2318
|
+
}
|
|
2177
2319
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2178
2320
|
outline: none;
|
|
2179
2321
|
}
|
|
@@ -2186,28 +2328,51 @@
|
|
|
2186
2328
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2187
2329
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2188
2330
|
background: #514f4f;
|
|
2189
|
-
border: 0;
|
|
2190
2331
|
box-shadow: none;
|
|
2191
|
-
border-
|
|
2332
|
+
border-color: #514f4f;
|
|
2333
|
+
border-style: solid;
|
|
2334
|
+
border-width: 0 0 0 1px;
|
|
2335
|
+
}
|
|
2336
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2337
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2338
|
+
border-color: #514f4f;
|
|
2339
|
+
border-style: solid;
|
|
2340
|
+
border-width: 0 0 0 1px;
|
|
2192
2341
|
}
|
|
2193
2342
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2194
2343
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
2195
2344
|
color: #fff;
|
|
2196
2345
|
}
|
|
2346
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
2347
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
2348
|
+
color: #fff;
|
|
2349
|
+
}
|
|
2197
2350
|
.e-toolbar .e-tbar-btn {
|
|
2198
2351
|
background: #333232;
|
|
2199
2352
|
box-shadow: none;
|
|
2200
2353
|
color: #dadada;
|
|
2354
|
+
border: none;
|
|
2201
2355
|
}
|
|
2202
2356
|
.e-toolbar .e-tbar-btn:focus {
|
|
2203
2357
|
background: #414040;
|
|
2204
|
-
border-color: #414040;
|
|
2205
2358
|
border-radius: 0;
|
|
2206
2359
|
color: #dadada;
|
|
2360
|
+
border-color: #414040;
|
|
2361
|
+
border-style: solid;
|
|
2362
|
+
border-width: 0;
|
|
2363
|
+
box-shadow: none;
|
|
2364
|
+
}
|
|
2365
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2366
|
+
color: #dadada;
|
|
2367
|
+
}
|
|
2368
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2369
|
+
color: #dadada;
|
|
2207
2370
|
}
|
|
2208
2371
|
.e-toolbar .e-tbar-btn:hover {
|
|
2209
2372
|
background: #414040;
|
|
2210
2373
|
border-color: #414040;
|
|
2374
|
+
border-style: solid;
|
|
2375
|
+
border-width: 0;
|
|
2211
2376
|
border-radius: 0;
|
|
2212
2377
|
color: #dadada;
|
|
2213
2378
|
}
|
|
@@ -2216,6 +2381,7 @@
|
|
|
2216
2381
|
}
|
|
2217
2382
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
2218
2383
|
background: #333232;
|
|
2384
|
+
opacity: 0.5;
|
|
2219
2385
|
}
|
|
2220
2386
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
2221
2387
|
color: rgba(218, 218, 218, 0.4);
|
|
@@ -2226,6 +2392,30 @@
|
|
|
2226
2392
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2227
2393
|
color: #dadada;
|
|
2228
2394
|
}
|
|
2395
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2396
|
+
color: #fff;
|
|
2397
|
+
}
|
|
2398
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2399
|
+
box-shadow: none;
|
|
2400
|
+
}
|
|
2401
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2402
|
+
color: #dadada;
|
|
2403
|
+
}
|
|
2404
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2405
|
+
color: #dadada;
|
|
2406
|
+
}
|
|
2407
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2408
|
+
color: #dadada;
|
|
2409
|
+
}
|
|
2410
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2411
|
+
color: #dadada;
|
|
2412
|
+
}
|
|
2413
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2414
|
+
color: #dadada;
|
|
2415
|
+
}
|
|
2416
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2417
|
+
color: #dadada;
|
|
2418
|
+
}
|
|
2229
2419
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2230
2420
|
border: solid #514f4f;
|
|
2231
2421
|
border-width: 0 1px 0 0;
|
|
@@ -2248,10 +2438,17 @@
|
|
|
2248
2438
|
.e-toolbar .e-hor-nav::after {
|
|
2249
2439
|
content: "";
|
|
2250
2440
|
}
|
|
2441
|
+
.e-toolbar .e-hor-nav.e-nav-active:active, .e-toolbar .e-hor-nav.e-nav-active:focus, .e-toolbar .e-hor-nav.e-nav-active:hover {
|
|
2442
|
+
border-bottom-right-radius: 4px;
|
|
2443
|
+
}
|
|
2251
2444
|
.e-toolbar .e-hor-nav:active {
|
|
2252
2445
|
border: 0;
|
|
2253
2446
|
box-shadow: none;
|
|
2254
2447
|
color: #dadada;
|
|
2448
|
+
background: #333232;
|
|
2449
|
+
}
|
|
2450
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
2451
|
+
color: #dadada;
|
|
2255
2452
|
}
|
|
2256
2453
|
.e-toolbar .e-hor-nav:active::after {
|
|
2257
2454
|
content: "";
|
|
@@ -2261,19 +2458,45 @@
|
|
|
2261
2458
|
border-left: 0;
|
|
2262
2459
|
color: #dadada;
|
|
2263
2460
|
}
|
|
2461
|
+
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2462
|
+
color: #dadada;
|
|
2463
|
+
}
|
|
2464
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2465
|
+
border-color: #414040;
|
|
2466
|
+
border-style: solid;
|
|
2467
|
+
border-width: 0;
|
|
2468
|
+
}
|
|
2469
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
2470
|
+
background: #414040;
|
|
2471
|
+
border-color: #414040;
|
|
2472
|
+
border-style: solid;
|
|
2473
|
+
border-width: 0;
|
|
2474
|
+
}
|
|
2264
2475
|
.e-toolbar .e-hor-nav:focus {
|
|
2265
2476
|
background: #414040;
|
|
2266
|
-
|
|
2477
|
+
color: #dadada;
|
|
2267
2478
|
border-color: #414040;
|
|
2479
|
+
border-style: solid;
|
|
2480
|
+
border-width: 0;
|
|
2481
|
+
}
|
|
2482
|
+
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2268
2483
|
color: #dadada;
|
|
2269
2484
|
}
|
|
2270
2485
|
.e-toolbar .e-tbar-btn:active {
|
|
2271
2486
|
background: #514f4f;
|
|
2272
2487
|
border-color: #514f4f;
|
|
2488
|
+
border-style: solid;
|
|
2489
|
+
border-width: 0;
|
|
2273
2490
|
border-radius: 0;
|
|
2274
2491
|
box-shadow: none;
|
|
2275
2492
|
color: #000;
|
|
2276
2493
|
}
|
|
2494
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
2495
|
+
color: #dadada;
|
|
2496
|
+
}
|
|
2497
|
+
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
2498
|
+
color: #dadada;
|
|
2499
|
+
}
|
|
2277
2500
|
|
|
2278
2501
|
/*! accordion icons */
|
|
2279
2502
|
.e-accordion .e-tgl-collapse-icon::before {
|
|
@@ -2287,6 +2510,7 @@
|
|
|
2287
2510
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2288
2511
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2289
2512
|
font-size: 16px;
|
|
2513
|
+
vertical-align: middle;
|
|
2290
2514
|
}
|
|
2291
2515
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
2292
2516
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel {
|
|
@@ -2332,15 +2556,21 @@
|
|
|
2332
2556
|
min-height: 50px;
|
|
2333
2557
|
min-width: 30px;
|
|
2334
2558
|
right: 12px;
|
|
2559
|
+
font-size: 14px;
|
|
2335
2560
|
}
|
|
2336
2561
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
2337
2562
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
2338
2563
|
display: inline-block;
|
|
2339
2564
|
padding: 0 14px 0 0;
|
|
2340
2565
|
}
|
|
2566
|
+
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
2567
|
+
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2568
|
+
font-size: 14px;
|
|
2569
|
+
}
|
|
2341
2570
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2342
2571
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2343
2572
|
padding: 19px;
|
|
2573
|
+
font-size: 14px;
|
|
2344
2574
|
}
|
|
2345
2575
|
.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content,
|
|
2346
2576
|
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
@@ -2376,6 +2606,23 @@
|
|
|
2376
2606
|
display: block;
|
|
2377
2607
|
position: relative;
|
|
2378
2608
|
}
|
|
2609
|
+
.e-accordion .e-acrdn-item {
|
|
2610
|
+
border-radius: 0;
|
|
2611
|
+
margin-top: 0;
|
|
2612
|
+
}
|
|
2613
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
|
|
2614
|
+
border-top: 1px solid #414040;
|
|
2615
|
+
}
|
|
2616
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2617
|
+
border-bottom: 1px solid #414040;
|
|
2618
|
+
}
|
|
2619
|
+
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
2620
|
+
margin-bottom: 0;
|
|
2621
|
+
margin-top: 0;
|
|
2622
|
+
}
|
|
2623
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
|
|
2624
|
+
margin: 0;
|
|
2625
|
+
}
|
|
2379
2626
|
.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content {
|
|
2380
2627
|
font-weight: normal;
|
|
2381
2628
|
}
|
|
@@ -2402,7 +2649,11 @@
|
|
|
2402
2649
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
|
|
2403
2650
|
cursor: pointer;
|
|
2404
2651
|
}
|
|
2652
|
+
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
|
|
2653
|
+
text-decoration: none;
|
|
2654
|
+
}
|
|
2405
2655
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2656
|
+
border-radius: 0;
|
|
2406
2657
|
line-height: 39px;
|
|
2407
2658
|
min-height: 40px;
|
|
2408
2659
|
overflow: hidden;
|
|
@@ -2410,10 +2661,14 @@
|
|
|
2410
2661
|
text-decoration: none;
|
|
2411
2662
|
text-overflow: ellipsis;
|
|
2412
2663
|
white-space: nowrap;
|
|
2664
|
+
margin-bottom: 0;
|
|
2413
2665
|
}
|
|
2414
2666
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2415
2667
|
display: inline-block;
|
|
2416
2668
|
}
|
|
2669
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2670
|
+
line-height: 39px;
|
|
2671
|
+
}
|
|
2417
2672
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2418
2673
|
display: table;
|
|
2419
2674
|
font-size: 14px;
|
|
@@ -2436,6 +2691,9 @@
|
|
|
2436
2691
|
display: inline-block;
|
|
2437
2692
|
padding: 0 8px 0 0;
|
|
2438
2693
|
}
|
|
2694
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2695
|
+
font-size: 14px;
|
|
2696
|
+
}
|
|
2439
2697
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
2440
2698
|
font-size: 13px;
|
|
2441
2699
|
overflow-y: hidden;
|
|
@@ -2514,65 +2772,186 @@
|
|
|
2514
2772
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2515
2773
|
background: #201f1f;
|
|
2516
2774
|
border: 1px solid #414040;
|
|
2775
|
+
border-radius: 0;
|
|
2517
2776
|
}
|
|
2518
2777
|
.e-accordion .e-active {
|
|
2519
2778
|
background: #201f1f;
|
|
2520
2779
|
}
|
|
2521
2780
|
.e-accordion .e-acrdn-item {
|
|
2781
|
+
border-color: #201f1f;
|
|
2782
|
+
border-style: solid;
|
|
2783
|
+
border-width: 1px 0 1px 0;
|
|
2784
|
+
border-radius: 0;
|
|
2785
|
+
}
|
|
2786
|
+
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2787
|
+
border-bottom: 1px solid #201f1f;
|
|
2788
|
+
border-radius: 0;
|
|
2789
|
+
}
|
|
2790
|
+
.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
|
|
2791
|
+
border-radius: 0;
|
|
2792
|
+
}
|
|
2793
|
+
.e-accordion .e-acrdn-item:last-child {
|
|
2522
2794
|
border-bottom: 1px solid #201f1f;
|
|
2523
|
-
|
|
2795
|
+
}
|
|
2796
|
+
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
|
|
2797
|
+
border-radius: 0;
|
|
2798
|
+
}
|
|
2799
|
+
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
2800
|
+
border-radius: 0;
|
|
2524
2801
|
}
|
|
2525
2802
|
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2526
|
-
border-
|
|
2527
|
-
border-
|
|
2803
|
+
border-color: #414040;
|
|
2804
|
+
border-style: solid;
|
|
2805
|
+
border-width: 1px 0 1px 0;
|
|
2528
2806
|
}
|
|
2529
2807
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2530
2808
|
border-top: 1px solid #514f4f;
|
|
2531
2809
|
}
|
|
2810
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2811
|
+
border-color: #dadada;
|
|
2812
|
+
border-style: solid;
|
|
2813
|
+
border-width: 1px;
|
|
2814
|
+
}
|
|
2815
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2816
|
+
background: #514f4f;
|
|
2817
|
+
}
|
|
2818
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2819
|
+
color: #fff;
|
|
2820
|
+
}
|
|
2821
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
|
|
2822
|
+
color: #fff;
|
|
2823
|
+
}
|
|
2824
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-icon .e-icons {
|
|
2825
|
+
color: #fff;
|
|
2826
|
+
}
|
|
2827
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-expand-state.e-select, .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2828
|
+
border-color: #514f4f #514f4f #414040;
|
|
2829
|
+
}
|
|
2532
2830
|
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2533
|
-
border-
|
|
2534
|
-
border-
|
|
2831
|
+
border-color: #514f4f;
|
|
2832
|
+
border-style: solid;
|
|
2833
|
+
border-width: 1px 0 1px 0;
|
|
2535
2834
|
}
|
|
2536
2835
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2537
2836
|
border: 1px solid #201f1f;
|
|
2538
2837
|
}
|
|
2838
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,
|
|
2839
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2840
|
+
color: #fff;
|
|
2841
|
+
}
|
|
2539
2842
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
2540
2843
|
background: #201f1f;
|
|
2844
|
+
opacity: 0.5;
|
|
2541
2845
|
}
|
|
2542
|
-
.e-accordion .e-acrdn-item.e-
|
|
2543
|
-
|
|
2544
|
-
}
|
|
2545
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2846
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
2847
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
2546
2848
|
color: #dadada;
|
|
2547
2849
|
}
|
|
2548
|
-
.e-accordion .e-acrdn-item.e-select
|
|
2549
|
-
color: #
|
|
2850
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2851
|
+
color: #fff;
|
|
2550
2852
|
}
|
|
2551
|
-
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2552
|
-
color: #
|
|
2853
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2854
|
+
color: #fff;
|
|
2855
|
+
}
|
|
2856
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
2857
|
+
border-color: #dadada;
|
|
2858
|
+
border-style: solid;
|
|
2859
|
+
border-width: 1px;
|
|
2860
|
+
background: #514f4f;
|
|
2861
|
+
}
|
|
2862
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2863
|
+
background: #514f4f;
|
|
2864
|
+
}
|
|
2865
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2866
|
+
background: #514f4f;
|
|
2867
|
+
}
|
|
2868
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2869
|
+
color: #fff;
|
|
2870
|
+
}
|
|
2871
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
|
|
2872
|
+
border-bottom: 1px none #414040;
|
|
2873
|
+
}
|
|
2874
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2875
|
+
color: #dadada;
|
|
2876
|
+
}
|
|
2877
|
+
.e-accordion .e-acrdn-item.e-select {
|
|
2878
|
+
background: none;
|
|
2879
|
+
border-color: #201f1f;
|
|
2880
|
+
border-style: solid;
|
|
2881
|
+
border-width: 1px 0 1px 0;
|
|
2882
|
+
}
|
|
2883
|
+
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2884
|
+
color: #dadada;
|
|
2885
|
+
background: none;
|
|
2886
|
+
border-top: 0;
|
|
2887
|
+
}
|
|
2888
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2889
|
+
color: #dadada;
|
|
2553
2890
|
}
|
|
2554
2891
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
2555
2892
|
color: #dadada;
|
|
2556
2893
|
}
|
|
2557
2894
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2895
|
+
background: #514f4f;
|
|
2558
2896
|
border: 1px solid #dadada;
|
|
2897
|
+
border-color: #dadada;
|
|
2559
2898
|
}
|
|
2560
2899
|
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
2561
2900
|
border: 1px solid #414040;
|
|
2562
2901
|
background: #414040;
|
|
2902
|
+
border-color: #414040;
|
|
2563
2903
|
}
|
|
2564
2904
|
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
2565
2905
|
border: 1px solid #514f4f;
|
|
2906
|
+
border-color: #514f4f;
|
|
2566
2907
|
background: #514f4f;
|
|
2567
2908
|
}
|
|
2568
2909
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2569
2910
|
border: 1px solid #414040;
|
|
2911
|
+
box-shadow: none;
|
|
2570
2912
|
background: #414040;
|
|
2571
2913
|
}
|
|
2914
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2915
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2916
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2917
|
+
color: #dadada;
|
|
2918
|
+
}
|
|
2919
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2920
|
+
color: #dadada;
|
|
2921
|
+
}
|
|
2922
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2923
|
+
color: #dadada;
|
|
2924
|
+
}
|
|
2925
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
2926
|
+
color: #dadada;
|
|
2927
|
+
}
|
|
2928
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2929
|
+
color: #dadada;
|
|
2930
|
+
}
|
|
2572
2931
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
2573
|
-
border:
|
|
2932
|
+
border-color: #514f4f;
|
|
2933
|
+
border-style: solid;
|
|
2934
|
+
border-width: 1px;
|
|
2574
2935
|
background: #514f4f;
|
|
2575
2936
|
}
|
|
2937
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-icons {
|
|
2938
|
+
color: #fff;
|
|
2939
|
+
}
|
|
2940
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons {
|
|
2941
|
+
color: #fff;
|
|
2942
|
+
}
|
|
2943
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2944
|
+
color: #fff;
|
|
2945
|
+
}
|
|
2946
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2947
|
+
color: #fff;
|
|
2948
|
+
}
|
|
2949
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon {
|
|
2950
|
+
color: #fff;
|
|
2951
|
+
}
|
|
2952
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2953
|
+
border-color: #514f4f;
|
|
2954
|
+
}
|
|
2576
2955
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon {
|
|
2577
2956
|
color: #fff;
|
|
2578
2957
|
}
|
|
@@ -2581,15 +2960,57 @@
|
|
|
2581
2960
|
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2582
2961
|
color: #fff;
|
|
2583
2962
|
}
|
|
2963
|
+
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
2964
|
+
border-color: #414040;
|
|
2965
|
+
}
|
|
2966
|
+
.e-accordion .e-acrdn-item.e-selected {
|
|
2967
|
+
border-color: #414040;
|
|
2968
|
+
border-style: solid;
|
|
2969
|
+
border-width: 1px 0 1px 0;
|
|
2970
|
+
}
|
|
2584
2971
|
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2972
|
+
border-color: #414040;
|
|
2973
|
+
border-style: solid;
|
|
2974
|
+
border-width: 1px 0 1px 0;
|
|
2975
|
+
}
|
|
2976
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
2977
|
+
background: #201f1f;
|
|
2978
|
+
}
|
|
2979
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2585
2980
|
border-bottom: 1px solid #414040;
|
|
2586
|
-
|
|
2981
|
+
}
|
|
2982
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2983
|
+
color: #dadada;
|
|
2984
|
+
}
|
|
2985
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2986
|
+
color: #dadada;
|
|
2987
|
+
}
|
|
2988
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2989
|
+
box-shadow: none;
|
|
2587
2990
|
}
|
|
2588
2991
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2589
|
-
border-
|
|
2992
|
+
border-color: #414040;
|
|
2993
|
+
border-style: solid;
|
|
2994
|
+
border-width: 0 0 1px 0;
|
|
2590
2995
|
}
|
|
2591
|
-
.e-accordion .e-acrdn-item.e-selected .e-selected:
|
|
2592
|
-
|
|
2996
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
|
|
2997
|
+
color: #fff;
|
|
2998
|
+
}
|
|
2999
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
|
|
3000
|
+
color: #fff;
|
|
3001
|
+
}
|
|
3002
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
3003
|
+
background: none;
|
|
3004
|
+
border-radius: 0;
|
|
3005
|
+
border-color: #201f1f;
|
|
3006
|
+
border-style: solid;
|
|
3007
|
+
border-width: 1px;
|
|
3008
|
+
}
|
|
3009
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
|
|
3010
|
+
background: #414040;
|
|
3011
|
+
}
|
|
3012
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
3013
|
+
border-color: #414040;
|
|
2593
3014
|
}
|
|
2594
3015
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
2595
3016
|
color: #dadada;
|
|
@@ -3233,18 +3654,6 @@
|
|
|
3233
3654
|
}
|
|
3234
3655
|
|
|
3235
3656
|
/*! tab icons */
|
|
3236
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
3237
|
-
content: "\e219";
|
|
3238
|
-
}
|
|
3239
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
3240
|
-
content: "\e98f";
|
|
3241
|
-
}
|
|
3242
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
3243
|
-
content: "\e98f";
|
|
3244
|
-
}
|
|
3245
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3246
|
-
content: "\e219";
|
|
3247
|
-
}
|
|
3248
3657
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3249
3658
|
content: "\e7fc";
|
|
3250
3659
|
position: relative;
|
|
@@ -3273,12 +3682,6 @@
|
|
|
3273
3682
|
content: "\e84f";
|
|
3274
3683
|
}
|
|
3275
3684
|
}
|
|
3276
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
3277
|
-
content: "\e85e";
|
|
3278
|
-
}
|
|
3279
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
3280
|
-
content: "\e84f";
|
|
3281
|
-
}
|
|
3282
3685
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
3283
3686
|
content: "More";
|
|
3284
3687
|
}
|
|
@@ -3327,8 +3730,8 @@
|
|
|
3327
3730
|
}
|
|
3328
3731
|
@media screen and (max-width: 480px) {
|
|
3329
3732
|
.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,
|
|
3330
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3331
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3733
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3734
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3332
3735
|
margin: 0 8px 0 0;
|
|
3333
3736
|
}
|
|
3334
3737
|
}
|
|
@@ -3338,17 +3741,21 @@
|
|
|
3338
3741
|
}
|
|
3339
3742
|
@media screen and (max-width: 480px) {
|
|
3340
3743
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3341
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3744
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3342
3745
|
margin: 0;
|
|
3343
3746
|
}
|
|
3344
3747
|
}
|
|
3748
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
3749
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
3750
|
+
margin: 0 14px 0 0;
|
|
3751
|
+
}
|
|
3345
3752
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3346
3753
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3347
3754
|
margin: 0;
|
|
3348
3755
|
}
|
|
3349
3756
|
@media screen and (max-width: 480px) {
|
|
3350
3757
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3351
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3758
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3352
3759
|
margin: 0;
|
|
3353
3760
|
}
|
|
3354
3761
|
}
|
|
@@ -3370,7 +3777,7 @@
|
|
|
3370
3777
|
}
|
|
3371
3778
|
@media screen and (max-width: 480px) {
|
|
3372
3779
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
3373
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3780
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3374
3781
|
margin: 0 8px 0 0;
|
|
3375
3782
|
}
|
|
3376
3783
|
}
|
|
@@ -3387,21 +3794,23 @@
|
|
|
3387
3794
|
}
|
|
3388
3795
|
@media screen and (max-width: 480px) {
|
|
3389
3796
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
3390
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3797
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3391
3798
|
padding: 0 8px;
|
|
3392
3799
|
}
|
|
3393
3800
|
}
|
|
3394
3801
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
3395
3802
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
3396
|
-
height: 50px;
|
|
3397
3803
|
height: 48px;
|
|
3398
3804
|
}
|
|
3399
3805
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3400
3806
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3401
3807
|
font-size: 15px;
|
|
3402
|
-
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3808
|
+
margin-bottom: 0;
|
|
3809
|
+
}
|
|
3810
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3811
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3812
|
+
position: relative;
|
|
3813
|
+
top: 0;
|
|
3405
3814
|
}
|
|
3406
3815
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3407
3816
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -3410,27 +3819,25 @@
|
|
|
3410
3819
|
}
|
|
3411
3820
|
@media screen and (max-width: 480px) {
|
|
3412
3821
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3413
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3822
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3414
3823
|
margin: 0 8px 0 0;
|
|
3415
3824
|
}
|
|
3416
3825
|
}
|
|
3826
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3827
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3828
|
+
position: relative;
|
|
3829
|
+
top: 0;
|
|
3830
|
+
}
|
|
3417
3831
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
3418
3832
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3419
|
-
height: 50px;
|
|
3420
|
-
margin-top: 0;
|
|
3421
3833
|
height: 48px;
|
|
3834
|
+
margin-top: 0;
|
|
3422
3835
|
}
|
|
3423
3836
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,
|
|
3424
3837
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3425
3838
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
3426
|
-
height: 50px;
|
|
3427
3839
|
height: 48px;
|
|
3428
3840
|
}
|
|
3429
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3430
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
3431
|
-
padding: 2px 0 0 0;
|
|
3432
|
-
padding: 0;
|
|
3433
|
-
}
|
|
3434
3841
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3435
3842
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3436
3843
|
cursor: pointer;
|
|
@@ -3438,7 +3845,7 @@
|
|
|
3438
3845
|
}
|
|
3439
3846
|
@media screen and (max-width: 480px) {
|
|
3440
3847
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3441
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3848
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3442
3849
|
margin: 0 0 0 8px;
|
|
3443
3850
|
}
|
|
3444
3851
|
}
|
|
@@ -3450,9 +3857,9 @@
|
|
|
3450
3857
|
}
|
|
3451
3858
|
@media screen and (max-width: 480px) {
|
|
3452
3859
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3453
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3454
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3455
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3860
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3861
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3862
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3456
3863
|
font-size: 12px;
|
|
3457
3864
|
}
|
|
3458
3865
|
}
|
|
@@ -3461,6 +3868,7 @@
|
|
|
3461
3868
|
height: 20px;
|
|
3462
3869
|
min-width: 20px;
|
|
3463
3870
|
width: 20px;
|
|
3871
|
+
line-height: 1;
|
|
3464
3872
|
}
|
|
3465
3873
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3466
3874
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -3472,13 +3880,23 @@
|
|
|
3472
3880
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
3473
3881
|
padding: 0 8px;
|
|
3474
3882
|
}
|
|
3883
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3884
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3885
|
+
margin: 0 0 0 12px;
|
|
3886
|
+
}
|
|
3887
|
+
@media screen and (max-width: 480px) {
|
|
3888
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3889
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3890
|
+
margin: 0;
|
|
3891
|
+
}
|
|
3892
|
+
}
|
|
3475
3893
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3476
3894
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3477
3895
|
margin: 0 0 0 8px;
|
|
3478
3896
|
}
|
|
3479
3897
|
@media screen and (max-width: 480px) {
|
|
3480
3898
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3481
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3899
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3482
3900
|
margin: 0 0 0 8px;
|
|
3483
3901
|
}
|
|
3484
3902
|
}
|
|
@@ -3512,16 +3930,6 @@
|
|
|
3512
3930
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon {
|
|
3513
3931
|
right: 8px;
|
|
3514
3932
|
}
|
|
3515
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap,
|
|
3516
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-text-wrap,
|
|
3517
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap {
|
|
3518
|
-
height: auto;
|
|
3519
|
-
}
|
|
3520
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap,
|
|
3521
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap,
|
|
3522
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap {
|
|
3523
|
-
height: 72px;
|
|
3524
|
-
}
|
|
3525
3933
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text,
|
|
3526
3934
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
|
|
3527
3935
|
margin: 10px 0 0;
|
|
@@ -3548,13 +3956,12 @@
|
|
|
3548
3956
|
}
|
|
3549
3957
|
@media screen and (max-width: 480px) {
|
|
3550
3958
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,
|
|
3551
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
3959
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
3552
3960
|
padding: 0 12px;
|
|
3553
3961
|
}
|
|
3554
3962
|
}
|
|
3555
3963
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap,
|
|
3556
3964
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
3557
|
-
height: 45px;
|
|
3558
3965
|
height: 43px;
|
|
3559
3966
|
}
|
|
3560
3967
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
|
|
@@ -3563,7 +3970,7 @@
|
|
|
3563
3970
|
}
|
|
3564
3971
|
@media screen and (max-width: 480px) {
|
|
3565
3972
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
|
|
3566
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
3973
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
3567
3974
|
padding-right: 0;
|
|
3568
3975
|
}
|
|
3569
3976
|
}
|
|
@@ -3587,8 +3994,8 @@
|
|
|
3587
3994
|
}
|
|
3588
3995
|
@media screen and (max-width: 480px) {
|
|
3589
3996
|
.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),
|
|
3590
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
3591
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
3997
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
3998
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
3592
3999
|
min-height: 50px;
|
|
3593
4000
|
}
|
|
3594
4001
|
}
|
|
@@ -3601,10 +4008,10 @@
|
|
|
3601
4008
|
}
|
|
3602
4009
|
@media screen and (max-width: 480px) {
|
|
3603
4010
|
.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,
|
|
3604
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
3605
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
3606
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
3607
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
4011
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
4012
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
4013
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
4014
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
3608
4015
|
height: 50px;
|
|
3609
4016
|
}
|
|
3610
4017
|
}
|
|
@@ -3617,8 +4024,8 @@
|
|
|
3617
4024
|
}
|
|
3618
4025
|
@media screen and (max-width: 480px) {
|
|
3619
4026
|
.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,
|
|
3620
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
3621
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4027
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4028
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
3622
4029
|
margin: 0;
|
|
3623
4030
|
padding-left: 0;
|
|
3624
4031
|
padding-right: 0;
|
|
@@ -3632,7 +4039,7 @@
|
|
|
3632
4039
|
}
|
|
3633
4040
|
@media screen and (max-width: 480px) {
|
|
3634
4041
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav,
|
|
3635
|
-
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
4042
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
3636
4043
|
padding: 0 8px;
|
|
3637
4044
|
}
|
|
3638
4045
|
}
|
|
@@ -3653,7 +4060,7 @@
|
|
|
3653
4060
|
}
|
|
3654
4061
|
@media screen and (max-width: 480px) {
|
|
3655
4062
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
3656
|
-
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4063
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3657
4064
|
font-size: 14px;
|
|
3658
4065
|
height: 32px;
|
|
3659
4066
|
line-height: 32px;
|
|
@@ -3677,7 +4084,7 @@
|
|
|
3677
4084
|
}
|
|
3678
4085
|
@media screen and (max-width: 480px) {
|
|
3679
4086
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
3680
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
4087
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
3681
4088
|
padding: 0 8px;
|
|
3682
4089
|
}
|
|
3683
4090
|
}
|
|
@@ -3692,9 +4099,9 @@
|
|
|
3692
4099
|
}
|
|
3693
4100
|
@media screen and (max-width: 480px) {
|
|
3694
4101
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3695
|
-
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
3696
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3697
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4102
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
4103
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4104
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3698
4105
|
font-size: 14px;
|
|
3699
4106
|
height: 32px;
|
|
3700
4107
|
line-height: 32px;
|
|
@@ -3712,22 +4119,43 @@
|
|
|
3712
4119
|
}
|
|
3713
4120
|
@media screen and (max-width: 480px) {
|
|
3714
4121
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3715
|
-
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
3716
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3717
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4122
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4123
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4124
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
3718
4125
|
font-size: 16px;
|
|
3719
4126
|
}
|
|
3720
4127
|
}
|
|
4128
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4129
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
4130
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4131
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
4132
|
+
line-height: 32px;
|
|
4133
|
+
}
|
|
3721
4134
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3722
4135
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
3723
4136
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3724
4137
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
4138
|
+
line-height: 32px;
|
|
3725
4139
|
top: 0;
|
|
3726
4140
|
}
|
|
4141
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4142
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
4143
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4144
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
4145
|
+
line-height: 32px;
|
|
4146
|
+
}
|
|
3727
4147
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3728
4148
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
3729
4149
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3730
4150
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
4151
|
+
line-height: 32px;
|
|
4152
|
+
top: 0;
|
|
4153
|
+
}
|
|
4154
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
4155
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
4156
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
4157
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
4158
|
+
line-height: 32px;
|
|
3731
4159
|
top: 0;
|
|
3732
4160
|
}
|
|
3733
4161
|
.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -3761,7 +4189,7 @@
|
|
|
3761
4189
|
}
|
|
3762
4190
|
@media screen and (max-width: 480px) {
|
|
3763
4191
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
|
|
3764
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
4192
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3765
4193
|
margin: 0 8px 0 0;
|
|
3766
4194
|
}
|
|
3767
4195
|
}
|
|
@@ -3769,6 +4197,15 @@
|
|
|
3769
4197
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text {
|
|
3770
4198
|
padding-top: 0;
|
|
3771
4199
|
}
|
|
4200
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before,
|
|
4201
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
4202
|
+
top: 1px;
|
|
4203
|
+
}
|
|
4204
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before,
|
|
4205
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
4206
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
4207
|
+
top: 1px;
|
|
4208
|
+
}
|
|
3772
4209
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
3773
4210
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
3774
4211
|
margin: 0;
|
|
@@ -3776,36 +4213,32 @@
|
|
|
3776
4213
|
}
|
|
3777
4214
|
@media screen and (max-width: 480px) {
|
|
3778
4215
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
3779
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
4216
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
3780
4217
|
margin: 0;
|
|
3781
4218
|
}
|
|
3782
4219
|
}
|
|
4220
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text,
|
|
4221
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text {
|
|
4222
|
+
padding-top: 0;
|
|
4223
|
+
}
|
|
4224
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before,
|
|
4225
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before {
|
|
4226
|
+
top: 1px;
|
|
4227
|
+
}
|
|
3783
4228
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom,
|
|
3784
4229
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,
|
|
3785
4230
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom {
|
|
3786
4231
|
padding-bottom: 0;
|
|
3787
4232
|
padding-top: 0;
|
|
3788
4233
|
}
|
|
3789
|
-
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-icon-close::before, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-icon-close::before,
|
|
3790
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-icon-close::before,
|
|
3791
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-icon-close::before {
|
|
3792
|
-
top: -1px;
|
|
3793
|
-
}
|
|
3794
4234
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap,
|
|
3795
4235
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap {
|
|
3796
4236
|
margin: 0;
|
|
3797
4237
|
}
|
|
3798
4238
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,
|
|
3799
4239
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
3800
|
-
height: 50px;
|
|
3801
|
-
padding: 0;
|
|
3802
4240
|
height: 48px;
|
|
3803
|
-
|
|
3804
|
-
.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,
|
|
3805
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3806
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3807
|
-
height: 50px;
|
|
3808
|
-
height: auto;
|
|
4241
|
+
padding: 0;
|
|
3809
4242
|
}
|
|
3810
4243
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap,
|
|
3811
4244
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
@@ -3827,7 +4260,7 @@
|
|
|
3827
4260
|
}
|
|
3828
4261
|
@media screen and (max-width: 480px) {
|
|
3829
4262
|
.e-bigger .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before,
|
|
3830
|
-
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
4263
|
+
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
3831
4264
|
bottom: 0;
|
|
3832
4265
|
top: 0;
|
|
3833
4266
|
}
|
|
@@ -3892,35 +4325,28 @@
|
|
|
3892
4325
|
.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items {
|
|
3893
4326
|
height: auto;
|
|
3894
4327
|
}
|
|
3895
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header,
|
|
3896
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header {
|
|
4328
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header,
|
|
4329
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header {
|
|
3897
4330
|
height: 72px;
|
|
3898
4331
|
min-height: 72px;
|
|
3899
4332
|
}
|
|
3900
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items,
|
|
3901
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
4333
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items,
|
|
4334
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
3902
4335
|
height: 72px;
|
|
3903
4336
|
}
|
|
3904
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-
|
|
3905
|
-
.e-
|
|
3906
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
3907
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
3908
|
-
bottom: -10px;
|
|
3909
|
-
top: auto;
|
|
3910
|
-
}
|
|
3911
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav,
|
|
3912
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav {
|
|
4337
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav,
|
|
4338
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
3913
4339
|
height: 72px;
|
|
3914
4340
|
}
|
|
3915
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav,
|
|
3916
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
4341
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav,
|
|
4342
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav {
|
|
3917
4343
|
height: 72px;
|
|
3918
4344
|
}
|
|
3919
4345
|
@media screen and (max-width: 480px) {
|
|
3920
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3921
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
3922
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3923
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4346
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4347
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4348
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4349
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
3924
4350
|
font-size: 12px;
|
|
3925
4351
|
}
|
|
3926
4352
|
}
|
|
@@ -3938,7 +4364,6 @@
|
|
|
3938
4364
|
}
|
|
3939
4365
|
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
3940
4366
|
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
3941
|
-
height: 50px;
|
|
3942
4367
|
height: 48px;
|
|
3943
4368
|
}
|
|
3944
4369
|
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
|
|
@@ -3962,7 +4387,6 @@
|
|
|
3962
4387
|
}
|
|
3963
4388
|
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
3964
4389
|
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
3965
|
-
height: 45px;
|
|
3966
4390
|
height: 43px;
|
|
3967
4391
|
}
|
|
3968
4392
|
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
|
|
@@ -3972,9 +4396,8 @@
|
|
|
3972
4396
|
}
|
|
3973
4397
|
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
3974
4398
|
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
3975
|
-
height: 50px;
|
|
3976
|
-
padding: 0;
|
|
3977
4399
|
height: 48px;
|
|
4400
|
+
padding: 0;
|
|
3978
4401
|
}
|
|
3979
4402
|
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
3980
4403
|
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
@@ -4044,6 +4467,14 @@
|
|
|
4044
4467
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
4045
4468
|
top: 0;
|
|
4046
4469
|
}
|
|
4470
|
+
.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator),
|
|
4471
|
+
.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
4472
|
+
margin: 0 0 0 14px;
|
|
4473
|
+
}
|
|
4474
|
+
.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active,
|
|
4475
|
+
.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active {
|
|
4476
|
+
margin: 0;
|
|
4477
|
+
}
|
|
4047
4478
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
4048
4479
|
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4049
4480
|
height: 48px;
|
|
@@ -4051,7 +4482,7 @@
|
|
|
4051
4482
|
}
|
|
4052
4483
|
@media screen and (max-width: 480px) {
|
|
4053
4484
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
4054
|
-
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4485
|
+
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4055
4486
|
height: 48px;
|
|
4056
4487
|
min-height: 48px;
|
|
4057
4488
|
}
|
|
@@ -4063,7 +4494,7 @@
|
|
|
4063
4494
|
}
|
|
4064
4495
|
@media screen and (max-width: 480px) {
|
|
4065
4496
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,
|
|
4066
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4497
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4067
4498
|
min-height: 48px;
|
|
4068
4499
|
}
|
|
4069
4500
|
}
|
|
@@ -4079,10 +4510,11 @@
|
|
|
4079
4510
|
height: 48px;
|
|
4080
4511
|
margin: 0;
|
|
4081
4512
|
min-height: 48px;
|
|
4513
|
+
padding: 0;
|
|
4082
4514
|
}
|
|
4083
4515
|
@media screen and (max-width: 480px) {
|
|
4084
4516
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4085
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4517
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4086
4518
|
height: 48px;
|
|
4087
4519
|
min-height: 48px;
|
|
4088
4520
|
}
|
|
@@ -4100,19 +4532,18 @@
|
|
|
4100
4532
|
}
|
|
4101
4533
|
@media screen and (max-width: 480px) {
|
|
4102
4534
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4103
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4535
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4104
4536
|
height: 48px;
|
|
4105
4537
|
padding: 0 10px;
|
|
4106
4538
|
}
|
|
4107
4539
|
}
|
|
4108
4540
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
4109
4541
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4110
|
-
height: 48px;
|
|
4111
4542
|
height: 46px;
|
|
4112
4543
|
}
|
|
4113
4544
|
@media screen and (max-width: 480px) {
|
|
4114
4545
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
4115
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4546
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4116
4547
|
height: 48px;
|
|
4117
4548
|
}
|
|
4118
4549
|
}
|
|
@@ -4126,25 +4557,23 @@
|
|
|
4126
4557
|
}
|
|
4127
4558
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4128
4559
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4129
|
-
height: 48px;
|
|
4130
4560
|
height: 46px;
|
|
4131
4561
|
}
|
|
4132
4562
|
@media screen and (max-width: 480px) {
|
|
4133
4563
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4134
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4564
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4135
4565
|
height: 48px;
|
|
4136
4566
|
}
|
|
4137
4567
|
}
|
|
4138
4568
|
.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,
|
|
4139
4569
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4140
4570
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4141
|
-
height: 48px;
|
|
4142
4571
|
height: 46px;
|
|
4143
4572
|
}
|
|
4144
4573
|
@media screen and (max-width: 480px) {
|
|
4145
4574
|
.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,
|
|
4146
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4147
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4575
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4576
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4148
4577
|
height: 48px;
|
|
4149
4578
|
}
|
|
4150
4579
|
}
|
|
@@ -4166,7 +4595,6 @@
|
|
|
4166
4595
|
.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,
|
|
4167
4596
|
.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
4168
4597
|
height: 46px;
|
|
4169
|
-
height: 46px;
|
|
4170
4598
|
}
|
|
4171
4599
|
.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,
|
|
4172
4600
|
.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap,
|
|
@@ -4186,17 +4614,12 @@
|
|
|
4186
4614
|
}
|
|
4187
4615
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
4188
4616
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4189
|
-
height: 48px;
|
|
4190
4617
|
height: 46px;
|
|
4191
4618
|
}
|
|
4192
4619
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4193
4620
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4194
4621
|
height: 46px;
|
|
4195
4622
|
}
|
|
4196
|
-
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before,
|
|
4197
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before {
|
|
4198
|
-
top: 1px;
|
|
4199
|
-
}
|
|
4200
4623
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
|
|
4201
4624
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
4202
4625
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -4209,21 +4632,17 @@
|
|
|
4209
4632
|
}
|
|
4210
4633
|
@media screen and (max-width: 480px) {
|
|
4211
4634
|
.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,
|
|
4212
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4213
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4635
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4636
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4214
4637
|
height: auto;
|
|
4215
4638
|
}
|
|
4216
4639
|
}
|
|
4217
|
-
.e-bigger .e-tab.e-fill.e-focused .e-tab-header.e-horizontal-bottom .e-tab-wrap:focus .e-text-wrap,
|
|
4218
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header.e-horizontal-bottom .e-tab-wrap:focus .e-text-wrap {
|
|
4219
|
-
height: 46px;
|
|
4220
|
-
}
|
|
4221
4640
|
.e-bigger .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4222
4641
|
.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4223
4642
|
margin: 0;
|
|
4224
4643
|
}
|
|
4225
|
-
.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header,
|
|
4226
|
-
.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header {
|
|
4644
|
+
.e-bigger .e-tab.e-fill.e-vertical-icon > .e-tab-header,
|
|
4645
|
+
.e-tab.e-bigger.e-fill.e-vertical-icon > .e-tab-header {
|
|
4227
4646
|
height: 70px;
|
|
4228
4647
|
min-height: 70px;
|
|
4229
4648
|
}
|
|
@@ -4236,7 +4655,7 @@
|
|
|
4236
4655
|
}
|
|
4237
4656
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4238
4657
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4239
|
-
|
|
4658
|
+
padding: 0;
|
|
4240
4659
|
}
|
|
4241
4660
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4242
4661
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -4244,7 +4663,7 @@
|
|
|
4244
4663
|
}
|
|
4245
4664
|
@media screen and (max-width: 480px) {
|
|
4246
4665
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4247
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4666
|
+
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4248
4667
|
padding: 0 12px;
|
|
4249
4668
|
}
|
|
4250
4669
|
}
|
|
@@ -4256,11 +4675,6 @@
|
|
|
4256
4675
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4257
4676
|
margin-bottom: 0;
|
|
4258
4677
|
}
|
|
4259
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4260
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4261
|
-
height: 50px;
|
|
4262
|
-
height: 48px;
|
|
4263
|
-
}
|
|
4264
4678
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
4265
4679
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
4266
4680
|
padding: 0 8px;
|
|
@@ -4279,13 +4693,17 @@
|
|
|
4279
4693
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4280
4694
|
margin: 0 0 0 14px;
|
|
4281
4695
|
}
|
|
4696
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
4697
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
4698
|
+
margin: 0;
|
|
4699
|
+
}
|
|
4282
4700
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4283
4701
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4284
4702
|
margin: 0 8px 0 0;
|
|
4285
4703
|
}
|
|
4286
4704
|
@media screen and (max-width: 480px) {
|
|
4287
4705
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4288
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4706
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4289
4707
|
margin: 0 8px 0 0;
|
|
4290
4708
|
}
|
|
4291
4709
|
}
|
|
@@ -4295,7 +4713,7 @@
|
|
|
4295
4713
|
}
|
|
4296
4714
|
@media screen and (max-width: 480px) {
|
|
4297
4715
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,
|
|
4298
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4716
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4299
4717
|
margin: 0 8px 0 0;
|
|
4300
4718
|
}
|
|
4301
4719
|
}
|
|
@@ -4323,7 +4741,7 @@
|
|
|
4323
4741
|
}
|
|
4324
4742
|
@media screen and (max-width: 480px) {
|
|
4325
4743
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,
|
|
4326
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4744
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4327
4745
|
padding-left: 0;
|
|
4328
4746
|
}
|
|
4329
4747
|
}
|
|
@@ -4346,8 +4764,8 @@
|
|
|
4346
4764
|
}
|
|
4347
4765
|
@media screen and (max-width: 480px) {
|
|
4348
4766
|
.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,
|
|
4349
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4350
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4767
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4768
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4351
4769
|
margin: 0;
|
|
4352
4770
|
padding-left: 0;
|
|
4353
4771
|
padding-right: 0;
|
|
@@ -4406,6 +4824,7 @@
|
|
|
4406
4824
|
.e-tab .e-tab-header::before {
|
|
4407
4825
|
content: "";
|
|
4408
4826
|
position: absolute;
|
|
4827
|
+
display: unset;
|
|
4409
4828
|
}
|
|
4410
4829
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
4411
4830
|
bottom: 0;
|
|
@@ -4435,6 +4854,32 @@
|
|
|
4435
4854
|
margin: 0;
|
|
4436
4855
|
}
|
|
4437
4856
|
}
|
|
4857
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
4858
|
+
position: unset;
|
|
4859
|
+
}
|
|
4860
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
4861
|
+
left: unset;
|
|
4862
|
+
right: unset;
|
|
4863
|
+
}
|
|
4864
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
4865
|
+
background-color: unset;
|
|
4866
|
+
bottom: unset;
|
|
4867
|
+
content: unset;
|
|
4868
|
+
height: unset;
|
|
4869
|
+
left: unset;
|
|
4870
|
+
position: unset;
|
|
4871
|
+
right: unset;
|
|
4872
|
+
transition: unset;
|
|
4873
|
+
}
|
|
4874
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
4875
|
+
color: unset;
|
|
4876
|
+
content: unset;
|
|
4877
|
+
display: unset;
|
|
4878
|
+
font-weight: unset;
|
|
4879
|
+
height: unset;
|
|
4880
|
+
overflow: unset;
|
|
4881
|
+
visibility: unset;
|
|
4882
|
+
}
|
|
4438
4883
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
4439
4884
|
padding: 0;
|
|
4440
4885
|
}
|
|
@@ -4446,6 +4891,7 @@
|
|
|
4446
4891
|
}
|
|
4447
4892
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4448
4893
|
width: 40px;
|
|
4894
|
+
border-radius: 0;
|
|
4449
4895
|
}
|
|
4450
4896
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4451
4897
|
margin: 0;
|
|
@@ -4473,6 +4919,7 @@
|
|
|
4473
4919
|
height: 2px;
|
|
4474
4920
|
left: 0;
|
|
4475
4921
|
right: 0;
|
|
4922
|
+
border-radius: 0;
|
|
4476
4923
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4477
4924
|
}
|
|
4478
4925
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4509,7 +4956,6 @@
|
|
|
4509
4956
|
align-items: center;
|
|
4510
4957
|
display: -ms-inline-flexbox;
|
|
4511
4958
|
display: inline-flex;
|
|
4512
|
-
height: 40px;
|
|
4513
4959
|
height: 38px;
|
|
4514
4960
|
}
|
|
4515
4961
|
@media screen and (max-width: 480px) {
|
|
@@ -4523,16 +4969,15 @@
|
|
|
4523
4969
|
font-size: 14px;
|
|
4524
4970
|
font-weight: 400;
|
|
4525
4971
|
text-transform: capitalize;
|
|
4526
|
-
}
|
|
4527
|
-
@media screen and (max-width: 480px) {
|
|
4528
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
4529
|
-
font-size: 15px;
|
|
4530
|
-
}
|
|
4531
|
-
}
|
|
4532
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
4533
4972
|
-ms-flex-item-align: auto;
|
|
4534
4973
|
-ms-grid-row-align: auto;
|
|
4535
4974
|
align-self: auto;
|
|
4975
|
+
margin-bottom: 0;
|
|
4976
|
+
}
|
|
4977
|
+
@media screen and (max-width: 480px) {
|
|
4978
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
4979
|
+
font-size: 15px;
|
|
4980
|
+
}
|
|
4536
4981
|
}
|
|
4537
4982
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
4538
4983
|
margin: 0 8px 0 0;
|
|
@@ -4544,9 +4989,8 @@
|
|
|
4544
4989
|
}
|
|
4545
4990
|
}
|
|
4546
4991
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4547
|
-
height: 40px;
|
|
4548
|
-
margin-top: 0;
|
|
4549
4992
|
height: 38px;
|
|
4993
|
+
margin-top: 0;
|
|
4550
4994
|
}
|
|
4551
4995
|
@media screen and (max-width: 480px) {
|
|
4552
4996
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -4557,16 +5001,17 @@
|
|
|
4557
5001
|
margin-bottom: 0;
|
|
4558
5002
|
}
|
|
4559
5003
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
4560
|
-
font-weight:
|
|
5004
|
+
font-weight: 400;
|
|
4561
5005
|
}
|
|
4562
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
5006
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
5007
|
+
top: 1px;
|
|
5008
|
+
left: 0;
|
|
5009
|
+
}
|
|
5010
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
5011
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
5012
|
+
left: 0;
|
|
4566
5013
|
}
|
|
4567
5014
|
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4568
|
-
height: 40px;
|
|
4569
|
-
padding: 2px 0 0 0;
|
|
4570
5015
|
height: 38px;
|
|
4571
5016
|
padding: 0;
|
|
4572
5017
|
}
|
|
@@ -4575,16 +5020,6 @@
|
|
|
4575
5020
|
height: 50px;
|
|
4576
5021
|
}
|
|
4577
5022
|
}
|
|
4578
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-wrap .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-wrap .e-tab-text {
|
|
4579
|
-
-ms-flex-item-align: auto;
|
|
4580
|
-
-ms-grid-row-align: auto;
|
|
4581
|
-
align-self: auto;
|
|
4582
|
-
}
|
|
4583
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-wrap:focus .e-tab-text {
|
|
4584
|
-
-ms-flex-item-align: auto;
|
|
4585
|
-
-ms-grid-row-align: auto;
|
|
4586
|
-
align-self: auto;
|
|
4587
|
-
}
|
|
4588
5023
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
4589
5024
|
display: none;
|
|
4590
5025
|
margin: 0 0 0 8px;
|
|
@@ -4601,13 +5036,12 @@
|
|
|
4601
5036
|
}
|
|
4602
5037
|
@media screen and (max-width: 480px) {
|
|
4603
5038
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon,
|
|
4604
|
-
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
5039
|
+
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4605
5040
|
font-size: 12px;
|
|
4606
5041
|
}
|
|
4607
5042
|
}
|
|
4608
5043
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4609
5044
|
top: 1px;
|
|
4610
|
-
top: 1px;
|
|
4611
5045
|
}
|
|
4612
5046
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
4613
5047
|
display: -ms-inline-flexbox;
|
|
@@ -4615,6 +5049,7 @@
|
|
|
4615
5049
|
height: 20px;
|
|
4616
5050
|
min-width: 20px;
|
|
4617
5051
|
width: 20px;
|
|
5052
|
+
line-height: 1;
|
|
4618
5053
|
}
|
|
4619
5054
|
@media screen and (max-width: 480px) {
|
|
4620
5055
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4628,10 +5063,19 @@
|
|
|
4628
5063
|
}
|
|
4629
5064
|
@media screen and (max-width: 480px) {
|
|
4630
5065
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4631
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5066
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
4632
5067
|
font-size: 20px;
|
|
4633
5068
|
}
|
|
4634
5069
|
}
|
|
5070
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5071
|
+
position: relative;
|
|
5072
|
+
top: 1px;
|
|
5073
|
+
left: 0;
|
|
5074
|
+
}
|
|
5075
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
5076
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
5077
|
+
left: 0;
|
|
5078
|
+
}
|
|
4635
5079
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
4636
5080
|
-ms-flex-pack: center;
|
|
4637
5081
|
justify-content: center;
|
|
@@ -4642,6 +5086,14 @@
|
|
|
4642
5086
|
padding: 0 8px;
|
|
4643
5087
|
}
|
|
4644
5088
|
}
|
|
5089
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5090
|
+
margin: 0 0 0 8px;
|
|
5091
|
+
}
|
|
5092
|
+
@media screen and (max-width: 480px) {
|
|
5093
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5094
|
+
margin: 0;
|
|
5095
|
+
}
|
|
5096
|
+
}
|
|
4645
5097
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4646
5098
|
margin: 0 0 0 6px;
|
|
4647
5099
|
}
|
|
@@ -4678,9 +5130,6 @@
|
|
|
4678
5130
|
display: block;
|
|
4679
5131
|
height: auto;
|
|
4680
5132
|
}
|
|
4681
|
-
.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap {
|
|
4682
|
-
height: 62px;
|
|
4683
|
-
}
|
|
4684
5133
|
.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4685
5134
|
height: auto;
|
|
4686
5135
|
}
|
|
@@ -4742,6 +5191,7 @@
|
|
|
4742
5191
|
}
|
|
4743
5192
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
4744
5193
|
margin: 0;
|
|
5194
|
+
padding: 0;
|
|
4745
5195
|
}
|
|
4746
5196
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
4747
5197
|
height: 36px;
|
|
@@ -4755,9 +5205,8 @@
|
|
|
4755
5205
|
}
|
|
4756
5206
|
}
|
|
4757
5207
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4758
|
-
height: 36px;
|
|
4759
|
-
width: 100%;
|
|
4760
5208
|
height: 34px;
|
|
5209
|
+
width: 100%;
|
|
4761
5210
|
}
|
|
4762
5211
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4763
5212
|
display: -ms-inline-flexbox;
|
|
@@ -4887,9 +5336,8 @@
|
|
|
4887
5336
|
font-size: 12px;
|
|
4888
5337
|
line-height: 24px;
|
|
4889
5338
|
position: relative;
|
|
4890
|
-
top: 0;
|
|
4891
|
-
vertical-align: initial;
|
|
4892
5339
|
top: -1px;
|
|
5340
|
+
vertical-align: initial;
|
|
4893
5341
|
}
|
|
4894
5342
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4895
5343
|
font-size: 12px;
|
|
@@ -4928,7 +5376,7 @@
|
|
|
4928
5376
|
}
|
|
4929
5377
|
@media screen and (max-width: 480px) {
|
|
4930
5378
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4931
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5379
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4932
5380
|
font-size: 14px;
|
|
4933
5381
|
height: 32px;
|
|
4934
5382
|
line-height: 32px;
|
|
@@ -4940,21 +5388,30 @@
|
|
|
4940
5388
|
font-size: 12px;
|
|
4941
5389
|
line-height: 24px;
|
|
4942
5390
|
position: relative;
|
|
4943
|
-
top: 0;
|
|
4944
|
-
vertical-align: initial;
|
|
4945
5391
|
top: -1px;
|
|
5392
|
+
vertical-align: initial;
|
|
4946
5393
|
}
|
|
4947
5394
|
@media screen and (max-width: 480px) {
|
|
4948
5395
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4949
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5396
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4950
5397
|
font-size: 16px;
|
|
4951
5398
|
}
|
|
4952
5399
|
}
|
|
5400
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
5401
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
5402
|
+
line-height: 24px;
|
|
5403
|
+
}
|
|
4953
5404
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
4954
5405
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
4955
|
-
|
|
5406
|
+
line-height: 24px;
|
|
4956
5407
|
top: -1px;
|
|
4957
5408
|
}
|
|
5409
|
+
@media screen and (max-width: 480px) {
|
|
5410
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5411
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5412
|
+
line-height: 24px;
|
|
5413
|
+
}
|
|
5414
|
+
}
|
|
4958
5415
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
4959
5416
|
transform: rotate(0deg);
|
|
4960
5417
|
transition: none;
|
|
@@ -4975,14 +5432,58 @@
|
|
|
4975
5432
|
transition: none;
|
|
4976
5433
|
}
|
|
4977
5434
|
}
|
|
5435
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
5436
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
5437
|
+
line-height: 24px;
|
|
5438
|
+
}
|
|
4978
5439
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
4979
5440
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
4980
|
-
|
|
5441
|
+
line-height: 24px;
|
|
4981
5442
|
top: -1px;
|
|
4982
5443
|
}
|
|
5444
|
+
@media screen and (max-width: 480px) {
|
|
5445
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5446
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5447
|
+
line-height: 24px;
|
|
5448
|
+
}
|
|
5449
|
+
}
|
|
5450
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
5451
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
5452
|
+
line-height: 24px;
|
|
5453
|
+
top: 0;
|
|
5454
|
+
}
|
|
5455
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
5456
|
+
position: unset;
|
|
5457
|
+
}
|
|
5458
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5459
|
+
left: unset;
|
|
5460
|
+
right: unset;
|
|
5461
|
+
}
|
|
5462
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5463
|
+
background-color: unset;
|
|
5464
|
+
content: unset;
|
|
5465
|
+
height: unset;
|
|
5466
|
+
left: unset;
|
|
5467
|
+
position: unset;
|
|
5468
|
+
right: unset;
|
|
5469
|
+
top: unset;
|
|
5470
|
+
transition: unset;
|
|
5471
|
+
}
|
|
5472
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5473
|
+
color: unset;
|
|
5474
|
+
content: unset;
|
|
5475
|
+
display: unset;
|
|
5476
|
+
font-weight: unset;
|
|
5477
|
+
height: unset;
|
|
5478
|
+
overflow: unset;
|
|
5479
|
+
visibility: unset;
|
|
5480
|
+
}
|
|
4983
5481
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
4984
5482
|
bottom: auto;
|
|
4985
5483
|
}
|
|
5484
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar {
|
|
5485
|
+
margin-top: 0;
|
|
5486
|
+
}
|
|
4986
5487
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4987
5488
|
margin: 0;
|
|
4988
5489
|
padding-bottom: 0;
|
|
@@ -5008,8 +5509,6 @@
|
|
|
5008
5509
|
}
|
|
5009
5510
|
}
|
|
5010
5511
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
5011
|
-
height: 40px;
|
|
5012
|
-
padding: 0 0 2px 0;
|
|
5013
5512
|
height: 38px;
|
|
5014
5513
|
padding: 0;
|
|
5015
5514
|
}
|
|
@@ -5019,19 +5518,6 @@
|
|
|
5019
5518
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
5020
5519
|
top: 0;
|
|
5021
5520
|
}
|
|
5022
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap {
|
|
5023
|
-
height: auto;
|
|
5024
|
-
}
|
|
5025
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap .e-tab-text {
|
|
5026
|
-
-ms-flex-item-align: auto;
|
|
5027
|
-
-ms-grid-row-align: auto;
|
|
5028
|
-
align-self: auto;
|
|
5029
|
-
}
|
|
5030
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text {
|
|
5031
|
-
-ms-flex-item-align: auto;
|
|
5032
|
-
-ms-grid-row-align: auto;
|
|
5033
|
-
align-self: auto;
|
|
5034
|
-
}
|
|
5035
5521
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap {
|
|
5036
5522
|
height: initial;
|
|
5037
5523
|
}
|
|
@@ -5069,9 +5555,8 @@
|
|
|
5069
5555
|
}
|
|
5070
5556
|
.e-tab .e-tab-header.e-vertical .e-indicator {
|
|
5071
5557
|
display: block;
|
|
5072
|
-
transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
5073
|
-
width: 2px;
|
|
5074
5558
|
transition: initial;
|
|
5559
|
+
width: 2px;
|
|
5075
5560
|
}
|
|
5076
5561
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5077
5562
|
height: inherit;
|
|
@@ -5128,6 +5613,30 @@
|
|
|
5128
5613
|
left: auto;
|
|
5129
5614
|
right: 0;
|
|
5130
5615
|
}
|
|
5616
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5617
|
+
bottom: unset;
|
|
5618
|
+
height: unset;
|
|
5619
|
+
}
|
|
5620
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5621
|
+
background-color: unset;
|
|
5622
|
+
bottom: unset;
|
|
5623
|
+
content: unset;
|
|
5624
|
+
height: unset;
|
|
5625
|
+
left: unset;
|
|
5626
|
+
position: unset;
|
|
5627
|
+
right: unset;
|
|
5628
|
+
transition: unset;
|
|
5629
|
+
width: unset;
|
|
5630
|
+
}
|
|
5631
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5632
|
+
color: unset;
|
|
5633
|
+
content: unset;
|
|
5634
|
+
display: unset;
|
|
5635
|
+
font-weight: unset;
|
|
5636
|
+
height: unset;
|
|
5637
|
+
overflow: unset;
|
|
5638
|
+
visibility: unset;
|
|
5639
|
+
}
|
|
5131
5640
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
5132
5641
|
float: right;
|
|
5133
5642
|
}
|
|
@@ -5144,6 +5653,30 @@
|
|
|
5144
5653
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
5145
5654
|
width: auto;
|
|
5146
5655
|
}
|
|
5656
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5657
|
+
bottom: unset;
|
|
5658
|
+
height: unset;
|
|
5659
|
+
}
|
|
5660
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5661
|
+
background-color: unset;
|
|
5662
|
+
bottom: unset;
|
|
5663
|
+
content: unset;
|
|
5664
|
+
height: unset;
|
|
5665
|
+
left: unset;
|
|
5666
|
+
position: unset;
|
|
5667
|
+
right: unset;
|
|
5668
|
+
transition: unset;
|
|
5669
|
+
width: unset;
|
|
5670
|
+
}
|
|
5671
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5672
|
+
color: unset;
|
|
5673
|
+
content: unset;
|
|
5674
|
+
display: unset;
|
|
5675
|
+
font-weight: unset;
|
|
5676
|
+
height: unset;
|
|
5677
|
+
overflow: unset;
|
|
5678
|
+
visibility: unset;
|
|
5679
|
+
}
|
|
5147
5680
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5148
5681
|
height: 16px;
|
|
5149
5682
|
-ms-flex-pack: center;
|
|
@@ -5191,7 +5724,7 @@
|
|
|
5191
5724
|
}
|
|
5192
5725
|
@media screen and (max-width: 480px) {
|
|
5193
5726
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
|
|
5194
|
-
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5727
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5195
5728
|
font-size: 15px;
|
|
5196
5729
|
}
|
|
5197
5730
|
}
|
|
@@ -5258,27 +5791,32 @@
|
|
|
5258
5791
|
.e-tab.e-vertical-tab .e-content .e-item > :first-child {
|
|
5259
5792
|
width: 100%;
|
|
5260
5793
|
}
|
|
5261
|
-
.e-tab.e-vertical-icon .e-tab-header {
|
|
5794
|
+
.e-tab.e-vertical-icon > .e-tab-header {
|
|
5262
5795
|
height: 62px;
|
|
5263
5796
|
min-height: 62px;
|
|
5264
5797
|
}
|
|
5265
|
-
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5266
|
-
.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 {
|
|
5798
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5799
|
+
.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 {
|
|
5267
5800
|
display: none;
|
|
5268
5801
|
}
|
|
5269
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
5802
|
+
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
5270
5803
|
height: 62px;
|
|
5271
5804
|
}
|
|
5272
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
5273
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5805
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
5806
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5274
5807
|
position: static;
|
|
5275
5808
|
}
|
|
5276
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5277
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5278
|
-
|
|
5809
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5810
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5811
|
+
border: 1px solid #0074cc;
|
|
5812
|
+
content: "";
|
|
5813
|
+
display: none;
|
|
5814
|
+
position: absolute;
|
|
5815
|
+
top: 95%;
|
|
5816
|
+
width: 100%;
|
|
5279
5817
|
}
|
|
5280
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5281
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5818
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5819
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5282
5820
|
content: "";
|
|
5283
5821
|
display: block;
|
|
5284
5822
|
position: absolute;
|
|
@@ -5286,36 +5824,39 @@
|
|
|
5286
5824
|
width: calc(100% - 16px);
|
|
5287
5825
|
border: 1px solid #0074cc;
|
|
5288
5826
|
}
|
|
5289
|
-
.e-tab.e-vertical-icon .e-tab-header .e-scroll-nav {
|
|
5827
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
5290
5828
|
height: 62px;
|
|
5291
5829
|
}
|
|
5292
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
5830
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav {
|
|
5293
5831
|
height: 62px;
|
|
5294
5832
|
}
|
|
5295
5833
|
@media screen and (max-width: 480px) {
|
|
5296
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5297
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5834
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5835
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5298
5836
|
font-size: 12px;
|
|
5299
5837
|
}
|
|
5300
5838
|
}
|
|
5301
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-indicator {
|
|
5839
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
5302
5840
|
width: 3px;
|
|
5303
5841
|
}
|
|
5304
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5305
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5842
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5843
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5306
5844
|
display: none;
|
|
5307
5845
|
}
|
|
5308
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5309
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5846
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5847
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5310
5848
|
position: relative;
|
|
5311
5849
|
}
|
|
5312
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-scroll-nav {
|
|
5850
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
5313
5851
|
height: 16px;
|
|
5314
5852
|
}
|
|
5315
|
-
.e-tab.e-vertical-icon .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5316
|
-
.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 {
|
|
5853
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5854
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5317
5855
|
top: 0;
|
|
5318
5856
|
}
|
|
5857
|
+
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
5858
|
+
margin: 0 0 0 8px;
|
|
5859
|
+
}
|
|
5319
5860
|
.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5320
5861
|
height: inherit;
|
|
5321
5862
|
}
|
|
@@ -5323,7 +5864,6 @@
|
|
|
5323
5864
|
height: 40px;
|
|
5324
5865
|
}
|
|
5325
5866
|
.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5326
|
-
height: 40px;
|
|
5327
5867
|
height: 38px;
|
|
5328
5868
|
}
|
|
5329
5869
|
.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -5339,21 +5879,14 @@
|
|
|
5339
5879
|
height: 36px;
|
|
5340
5880
|
}
|
|
5341
5881
|
.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5342
|
-
height: 36px;
|
|
5343
5882
|
height: 34px;
|
|
5344
5883
|
}
|
|
5345
5884
|
.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
5346
5885
|
height: 40px;
|
|
5347
5886
|
}
|
|
5348
5887
|
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
5349
|
-
height: 40px;
|
|
5350
|
-
padding: 0;
|
|
5351
5888
|
height: 38px;
|
|
5352
|
-
|
|
5353
|
-
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text {
|
|
5354
|
-
-ms-flex-item-align: auto;
|
|
5355
|
-
-ms-grid-row-align: auto;
|
|
5356
|
-
align-self: auto;
|
|
5889
|
+
padding: 0;
|
|
5357
5890
|
}
|
|
5358
5891
|
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
5359
5892
|
height: auto;
|
|
@@ -5527,6 +6060,7 @@
|
|
|
5527
6060
|
height: 38px;
|
|
5528
6061
|
margin: 0;
|
|
5529
6062
|
min-height: 38px;
|
|
6063
|
+
padding: 0;
|
|
5530
6064
|
}
|
|
5531
6065
|
@media screen and (max-width: 480px) {
|
|
5532
6066
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5549,7 +6083,6 @@
|
|
|
5549
6083
|
}
|
|
5550
6084
|
}
|
|
5551
6085
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
5552
|
-
height: 38px;
|
|
5553
6086
|
height: 36px;
|
|
5554
6087
|
}
|
|
5555
6088
|
@media screen and (max-width: 480px) {
|
|
@@ -5564,7 +6097,6 @@
|
|
|
5564
6097
|
margin-bottom: 0;
|
|
5565
6098
|
}
|
|
5566
6099
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5567
|
-
height: 38px;
|
|
5568
6100
|
height: 36px;
|
|
5569
6101
|
}
|
|
5570
6102
|
@media screen and (max-width: 480px) {
|
|
@@ -5573,10 +6105,9 @@
|
|
|
5573
6105
|
}
|
|
5574
6106
|
}
|
|
5575
6107
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5576
|
-
font-weight:
|
|
6108
|
+
font-weight: 400;
|
|
5577
6109
|
}
|
|
5578
6110
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
5579
|
-
height: 38px;
|
|
5580
6111
|
height: 36px;
|
|
5581
6112
|
}
|
|
5582
6113
|
@media screen and (max-width: 480px) {
|
|
@@ -5605,7 +6136,6 @@
|
|
|
5605
6136
|
padding: 0;
|
|
5606
6137
|
}
|
|
5607
6138
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
5608
|
-
height: 38px;
|
|
5609
6139
|
height: 36px;
|
|
5610
6140
|
}
|
|
5611
6141
|
@media screen and (max-width: 480px) {
|
|
@@ -5629,15 +6159,11 @@
|
|
|
5629
6159
|
height: 38px;
|
|
5630
6160
|
}
|
|
5631
6161
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5632
|
-
height: 38px;
|
|
5633
6162
|
height: 36px;
|
|
5634
6163
|
}
|
|
5635
6164
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
5636
6165
|
height: 36px;
|
|
5637
6166
|
}
|
|
5638
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before {
|
|
5639
|
-
top: 1px;
|
|
5640
|
-
}
|
|
5641
6167
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
5642
6168
|
height: 59px;
|
|
5643
6169
|
}
|
|
@@ -5652,7 +6178,7 @@
|
|
|
5652
6178
|
.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5653
6179
|
margin: 0;
|
|
5654
6180
|
}
|
|
5655
|
-
.e-tab.e-fill.e-vertical-icon .e-tab-header {
|
|
6181
|
+
.e-tab.e-fill.e-vertical-icon > .e-tab-header {
|
|
5656
6182
|
height: 60px;
|
|
5657
6183
|
min-height: 60px;
|
|
5658
6184
|
}
|
|
@@ -5663,6 +6189,7 @@
|
|
|
5663
6189
|
}
|
|
5664
6190
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5665
6191
|
margin: 0;
|
|
6192
|
+
padding: 0;
|
|
5666
6193
|
}
|
|
5667
6194
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5668
6195
|
padding: 0 10px;
|
|
@@ -5678,12 +6205,8 @@
|
|
|
5678
6205
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5679
6206
|
margin-bottom: 0;
|
|
5680
6207
|
}
|
|
5681
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5682
|
-
height: 40px;
|
|
5683
|
-
height: 38px;
|
|
5684
|
-
}
|
|
5685
6208
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5686
|
-
font-weight:
|
|
6209
|
+
font-weight: 400;
|
|
5687
6210
|
}
|
|
5688
6211
|
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
5689
6212
|
display: none;
|
|
@@ -5700,7 +6223,6 @@
|
|
|
5700
6223
|
padding: 0;
|
|
5701
6224
|
}
|
|
5702
6225
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap {
|
|
5703
|
-
height: 36px;
|
|
5704
6226
|
height: 34px;
|
|
5705
6227
|
}
|
|
5706
6228
|
.e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5713,6 +6235,9 @@
|
|
|
5713
6235
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5714
6236
|
margin: 0 0 0 8px;
|
|
5715
6237
|
}
|
|
6238
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
6239
|
+
margin: 0;
|
|
6240
|
+
}
|
|
5716
6241
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
5717
6242
|
margin: 0 6px 0 0;
|
|
5718
6243
|
}
|
|
@@ -5728,6 +6253,9 @@
|
|
|
5728
6253
|
margin-left: 20px;
|
|
5729
6254
|
margin-right: 0;
|
|
5730
6255
|
}
|
|
6256
|
+
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
6257
|
+
margin: 0 0 0 8px;
|
|
6258
|
+
}
|
|
5731
6259
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
5732
6260
|
margin: 0;
|
|
5733
6261
|
}
|
|
@@ -5815,7 +6343,6 @@
|
|
|
5815
6343
|
align-items: center;
|
|
5816
6344
|
display: -ms-inline-flexbox;
|
|
5817
6345
|
display: inline-flex;
|
|
5818
|
-
height: 40px;
|
|
5819
6346
|
height: 38px;
|
|
5820
6347
|
}
|
|
5821
6348
|
@media screen and (max-width: 480px) {
|
|
@@ -5829,17 +6356,15 @@
|
|
|
5829
6356
|
font-size: 14px;
|
|
5830
6357
|
font-weight: 400;
|
|
5831
6358
|
text-transform: capitalize;
|
|
6359
|
+
-ms-flex-item-align: auto;
|
|
6360
|
+
-ms-grid-row-align: auto;
|
|
6361
|
+
align-self: auto;
|
|
5832
6362
|
}
|
|
5833
6363
|
@media screen and (max-width: 480px) {
|
|
5834
6364
|
.e-tab-clone-element .e-tab-text {
|
|
5835
6365
|
font-size: 15px;
|
|
5836
6366
|
}
|
|
5837
6367
|
}
|
|
5838
|
-
.e-tab-clone-element .e-tab-text {
|
|
5839
|
-
-ms-flex-item-align: auto;
|
|
5840
|
-
-ms-grid-row-align: auto;
|
|
5841
|
-
align-self: auto;
|
|
5842
|
-
}
|
|
5843
6368
|
.e-tab-clone-element .e-icons.e-close-icon {
|
|
5844
6369
|
display: none;
|
|
5845
6370
|
}
|
|
@@ -5849,13 +6374,12 @@
|
|
|
5849
6374
|
}
|
|
5850
6375
|
@media screen and (max-width: 480px) {
|
|
5851
6376
|
.e-tab-clone-element .e-close-icon,
|
|
5852
|
-
.e-tab-clone-element .e-close-icon::before {
|
|
6377
|
+
.e-tab-clone-element .e-close-icon::before {
|
|
5853
6378
|
font-size: 12px;
|
|
5854
6379
|
}
|
|
5855
6380
|
}
|
|
5856
6381
|
.e-tab-clone-element .e-close-icon::before {
|
|
5857
6382
|
top: 1px;
|
|
5858
|
-
top: 1px;
|
|
5859
6383
|
}
|
|
5860
6384
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
5861
6385
|
display: -ms-inline-flexbox;
|
|
@@ -5863,6 +6387,7 @@
|
|
|
5863
6387
|
height: 20px;
|
|
5864
6388
|
min-width: 20px;
|
|
5865
6389
|
width: 20px;
|
|
6390
|
+
line-height: 1;
|
|
5866
6391
|
}
|
|
5867
6392
|
@media screen and (max-width: 480px) {
|
|
5868
6393
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -5876,7 +6401,7 @@
|
|
|
5876
6401
|
}
|
|
5877
6402
|
@media screen and (max-width: 480px) {
|
|
5878
6403
|
.e-tab-clone-element .e-tab-icon,
|
|
5879
|
-
.e-tab-clone-element .e-tab-icon::before {
|
|
6404
|
+
.e-tab-clone-element .e-tab-icon::before {
|
|
5880
6405
|
font-size: 20px;
|
|
5881
6406
|
}
|
|
5882
6407
|
}
|
|
@@ -5890,6 +6415,14 @@
|
|
|
5890
6415
|
padding: 0 8px;
|
|
5891
6416
|
}
|
|
5892
6417
|
}
|
|
6418
|
+
.e-tab-clone-element .e-icon-right {
|
|
6419
|
+
margin: 0 0 0 8px;
|
|
6420
|
+
}
|
|
6421
|
+
@media screen and (max-width: 480px) {
|
|
6422
|
+
.e-tab-clone-element .e-icon-right {
|
|
6423
|
+
margin: 0;
|
|
6424
|
+
}
|
|
6425
|
+
}
|
|
5893
6426
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
5894
6427
|
margin: 0 0 0 6px;
|
|
5895
6428
|
}
|
|
@@ -6008,7 +6541,6 @@
|
|
|
6008
6541
|
}
|
|
6009
6542
|
}
|
|
6010
6543
|
.e-bigger .e-tab-clone-element .e-text-wrap {
|
|
6011
|
-
height: 50px;
|
|
6012
6544
|
height: 48px;
|
|
6013
6545
|
}
|
|
6014
6546
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
@@ -6032,7 +6564,7 @@
|
|
|
6032
6564
|
}
|
|
6033
6565
|
@media screen and (max-width: 480px) {
|
|
6034
6566
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon,
|
|
6035
|
-
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6567
|
+
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6036
6568
|
font-size: 12px;
|
|
6037
6569
|
}
|
|
6038
6570
|
}
|
|
@@ -6040,6 +6572,7 @@
|
|
|
6040
6572
|
height: 20px;
|
|
6041
6573
|
min-width: 20px;
|
|
6042
6574
|
width: 20px;
|
|
6575
|
+
line-height: 1;
|
|
6043
6576
|
}
|
|
6044
6577
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
6045
6578
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -6048,6 +6581,14 @@
|
|
|
6048
6581
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6049
6582
|
padding: 0 8px;
|
|
6050
6583
|
}
|
|
6584
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6585
|
+
margin: 0 0 0 12px;
|
|
6586
|
+
}
|
|
6587
|
+
@media screen and (max-width: 480px) {
|
|
6588
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6589
|
+
margin: 0;
|
|
6590
|
+
}
|
|
6591
|
+
}
|
|
6051
6592
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6052
6593
|
margin: 0 0 0 8px;
|
|
6053
6594
|
}
|
|
@@ -6074,12 +6615,6 @@
|
|
|
6074
6615
|
.e-bigger .e-tab-clone-element.e-itop .e-close-icon, .e-bigger .e-tab-clone-element.e-ibottom .e-close-icon {
|
|
6075
6616
|
right: 8px;
|
|
6076
6617
|
}
|
|
6077
|
-
.e-bigger .e-tab-clone-element.e-itop .e-text-wrap, .e-bigger .e-tab-clone-element.e-ibottom .e-text-wrap {
|
|
6078
|
-
height: auto;
|
|
6079
|
-
}
|
|
6080
|
-
.e-bigger .e-tab-clone-element.e-itop.e-active .e-tab-wrap, .e-bigger .e-tab-clone-element.e-ibottom.e-active .e-tab-wrap {
|
|
6081
|
-
height: 72px;
|
|
6082
|
-
}
|
|
6083
6618
|
.e-bigger .e-tab-clone-element.e-itop .e-tab-text {
|
|
6084
6619
|
margin: 10px 0 0;
|
|
6085
6620
|
}
|
|
@@ -6096,10 +6631,20 @@
|
|
|
6096
6631
|
background: inherit;
|
|
6097
6632
|
border: 0;
|
|
6098
6633
|
border-radius: 0;
|
|
6634
|
+
box-shadow: none;
|
|
6635
|
+
font-weight: normal;
|
|
6099
6636
|
border-bottom: 0;
|
|
6100
6637
|
}
|
|
6638
|
+
.e-tab .e-tab-header::before {
|
|
6639
|
+
border-color: unset;
|
|
6640
|
+
border-style: solid;
|
|
6641
|
+
}
|
|
6642
|
+
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
6643
|
+
border-width: 0;
|
|
6644
|
+
}
|
|
6101
6645
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
6102
6646
|
border-bottom: initial;
|
|
6647
|
+
margin-bottom: 0;
|
|
6103
6648
|
}
|
|
6104
6649
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
6105
6650
|
background: inherit;
|
|
@@ -6111,6 +6656,9 @@
|
|
|
6111
6656
|
background: inherit;
|
|
6112
6657
|
border: none;
|
|
6113
6658
|
}
|
|
6659
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
6660
|
+
background: inherit;
|
|
6661
|
+
}
|
|
6114
6662
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6115
6663
|
background: rgba(248, 248, 248, 0);
|
|
6116
6664
|
}
|
|
@@ -6135,6 +6683,8 @@
|
|
|
6135
6683
|
}
|
|
6136
6684
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6137
6685
|
background: inherit;
|
|
6686
|
+
border: 1px solid transparent;
|
|
6687
|
+
border-radius: 0;
|
|
6138
6688
|
}
|
|
6139
6689
|
@media screen and (max-width: 480px) {
|
|
6140
6690
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6149,6 +6699,9 @@
|
|
|
6149
6699
|
border: 0;
|
|
6150
6700
|
border-radius: 0;
|
|
6151
6701
|
}
|
|
6702
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6703
|
+
border: 1px solid transparent;
|
|
6704
|
+
}
|
|
6152
6705
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6153
6706
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6154
6707
|
color: #fff;
|
|
@@ -6216,17 +6769,26 @@
|
|
|
6216
6769
|
}
|
|
6217
6770
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6218
6771
|
background: #333232;
|
|
6219
|
-
border
|
|
6772
|
+
border: 1px solid #333232;
|
|
6773
|
+
border-radius: 0;
|
|
6220
6774
|
}
|
|
6221
6775
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6222
6776
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6223
6777
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6224
6778
|
color: #fff;
|
|
6225
6779
|
}
|
|
6780
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6781
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6782
|
+
color: #fff;
|
|
6783
|
+
}
|
|
6226
6784
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6227
6785
|
background: #514f4f;
|
|
6228
6786
|
border-color: #514f4f;
|
|
6229
6787
|
}
|
|
6788
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
6789
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
6790
|
+
color: #dadada;
|
|
6791
|
+
}
|
|
6230
6792
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
6231
6793
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
6232
6794
|
color: #fff;
|
|
@@ -6249,12 +6811,17 @@
|
|
|
6249
6811
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
6250
6812
|
background: #414040;
|
|
6251
6813
|
color: #fff;
|
|
6814
|
+
border: 1px solid transparent;
|
|
6252
6815
|
}
|
|
6253
6816
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6254
6817
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6255
6818
|
box-shadow: none;
|
|
6256
6819
|
border: 1px solid #514f4f;
|
|
6257
6820
|
}
|
|
6821
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
6822
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
6823
|
+
background: inherit;
|
|
6824
|
+
}
|
|
6258
6825
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
6259
6826
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
6260
6827
|
background: inherit;
|
|
@@ -6266,6 +6833,18 @@
|
|
|
6266
6833
|
background: #414040;
|
|
6267
6834
|
color: #fff;
|
|
6268
6835
|
}
|
|
6836
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6837
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
6838
|
+
background: inherit;
|
|
6839
|
+
border-color: #c8c8c8;
|
|
6840
|
+
color: #fff;
|
|
6841
|
+
}
|
|
6842
|
+
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6843
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6844
|
+
box-shadow: none;
|
|
6845
|
+
background: inherit;
|
|
6846
|
+
border: 0;
|
|
6847
|
+
}
|
|
6269
6848
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
6270
6849
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
6271
6850
|
color: #6f6c6c;
|
|
@@ -6273,6 +6852,8 @@
|
|
|
6273
6852
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
6274
6853
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
6275
6854
|
color: #6f6c6c;
|
|
6855
|
+
background: #414040;
|
|
6856
|
+
border-color: transparent;
|
|
6276
6857
|
}
|
|
6277
6858
|
.e-tab .e-tab-header .e-hor-nav,
|
|
6278
6859
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -6298,6 +6879,10 @@
|
|
|
6298
6879
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
6299
6880
|
color: #fff;
|
|
6300
6881
|
}
|
|
6882
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
6883
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
6884
|
+
background: transparent;
|
|
6885
|
+
}
|
|
6301
6886
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6302
6887
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
6303
6888
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
@@ -6320,6 +6905,7 @@
|
|
|
6320
6905
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6321
6906
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
6322
6907
|
background: #414040;
|
|
6908
|
+
color: #fff;
|
|
6323
6909
|
border: 0;
|
|
6324
6910
|
border-radius: 0;
|
|
6325
6911
|
box-shadow: none;
|
|
@@ -6327,38 +6913,77 @@
|
|
|
6327
6913
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6328
6914
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
6329
6915
|
border: 0;
|
|
6916
|
+
background: transparent;
|
|
6330
6917
|
}
|
|
6331
6918
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
6332
6919
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
6333
6920
|
background: transparent;
|
|
6334
6921
|
}
|
|
6922
|
+
.e-tab .e-tab-header .e-hor-nav:active,
|
|
6923
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
6924
|
+
box-shadow: none;
|
|
6925
|
+
background: transparent;
|
|
6926
|
+
}
|
|
6335
6927
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6336
6928
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6337
6929
|
background: inherit;
|
|
6338
6930
|
border: 0;
|
|
6339
6931
|
box-shadow: none;
|
|
6932
|
+
border-radius: 0 4px 4px 0;
|
|
6933
|
+
}
|
|
6934
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
6935
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
6936
|
+
color: #fff;
|
|
6937
|
+
}
|
|
6938
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
6939
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
6940
|
+
border: 0;
|
|
6340
6941
|
}
|
|
6341
6942
|
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
6342
|
-
border-
|
|
6343
|
-
border-
|
|
6943
|
+
border-color: unset;
|
|
6944
|
+
border-style: solid;
|
|
6945
|
+
border-width: 0;
|
|
6946
|
+
}
|
|
6947
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
6948
|
+
border-color: unset;
|
|
6949
|
+
border-style: solid;
|
|
6950
|
+
border-width: 0;
|
|
6951
|
+
}
|
|
6952
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
6953
|
+
border-color: unset;
|
|
6954
|
+
border-style: solid;
|
|
6955
|
+
border-width: 0;
|
|
6956
|
+
}
|
|
6957
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
6958
|
+
border-radius: 0;
|
|
6344
6959
|
}
|
|
6345
6960
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6346
|
-
border-
|
|
6961
|
+
border-color: inherit unset unset;
|
|
6962
|
+
border-style: solid;
|
|
6963
|
+
border-width: 0;
|
|
6964
|
+
margin-top: 0;
|
|
6347
6965
|
border-radius: 0;
|
|
6348
|
-
|
|
6349
|
-
|
|
6966
|
+
}
|
|
6967
|
+
.e-tab .e-tab-header.e-vertical {
|
|
6968
|
+
border-bottom: 0;
|
|
6350
6969
|
}
|
|
6351
6970
|
.e-tab .e-tab-header.e-vertical::before {
|
|
6352
|
-
border-width: 0
|
|
6971
|
+
border-width: 0;
|
|
6353
6972
|
}
|
|
6354
6973
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active {
|
|
6355
6974
|
border-bottom: 0;
|
|
6356
6975
|
border-top: 0;
|
|
6357
6976
|
}
|
|
6977
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
6978
|
+
border-radius: 0;
|
|
6979
|
+
}
|
|
6358
6980
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6359
6981
|
border-radius: 0;
|
|
6360
6982
|
border-right: initial;
|
|
6361
6983
|
}
|
|
6984
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
6985
|
+
border-radius: 0;
|
|
6986
|
+
}
|
|
6362
6987
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6363
6988
|
border-left: initial;
|
|
6364
6989
|
border-radius: 0;
|
|
@@ -6384,6 +7009,10 @@
|
|
|
6384
7009
|
}
|
|
6385
7010
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
6386
7011
|
background: #414040;
|
|
7012
|
+
border-color: #414040 transparent transparent;
|
|
7013
|
+
}
|
|
7014
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
7015
|
+
background: inherit;
|
|
6387
7016
|
}
|
|
6388
7017
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
6389
7018
|
color: #fff;
|
|
@@ -6394,6 +7023,9 @@
|
|
|
6394
7023
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
6395
7024
|
background: inherit;
|
|
6396
7025
|
}
|
|
7026
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
7027
|
+
color: none;
|
|
7028
|
+
}
|
|
6397
7029
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6398
7030
|
background: none;
|
|
6399
7031
|
}
|
|
@@ -6409,6 +7041,7 @@
|
|
|
6409
7041
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
6410
7042
|
background: inherit;
|
|
6411
7043
|
border: 0;
|
|
7044
|
+
color: #fff;
|
|
6412
7045
|
}
|
|
6413
7046
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6414
7047
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -6423,24 +7056,33 @@
|
|
|
6423
7056
|
border: 0;
|
|
6424
7057
|
box-shadow: none;
|
|
6425
7058
|
}
|
|
7059
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7060
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7061
|
+
color: #fff;
|
|
7062
|
+
}
|
|
6426
7063
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
6427
7064
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
6428
7065
|
border: 0;
|
|
6429
7066
|
}
|
|
6430
7067
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6431
7068
|
background: initial;
|
|
6432
|
-
border
|
|
7069
|
+
border: 1px solid #c8c8c8;
|
|
6433
7070
|
}
|
|
6434
7071
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6435
7072
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
6436
7073
|
color: #fff;
|
|
6437
7074
|
}
|
|
7075
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
7076
|
+
color: #fff;
|
|
7077
|
+
}
|
|
6438
7078
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6439
7079
|
color: #fff;
|
|
6440
7080
|
}
|
|
6441
7081
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6442
7082
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6443
7083
|
color: #fff;
|
|
7084
|
+
background: inherit;
|
|
7085
|
+
border: initial;
|
|
6444
7086
|
}
|
|
6445
7087
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
6446
7088
|
border-color: #c8c8c8;
|
|
@@ -6455,10 +7097,6 @@
|
|
|
6455
7097
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus {
|
|
6456
7098
|
outline: 1.5px solid #c8c8c8;
|
|
6457
7099
|
}
|
|
6458
|
-
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6459
|
-
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
6460
|
-
border-color: #c8c8c8;
|
|
6461
|
-
}
|
|
6462
7100
|
.e-tab.e-disable {
|
|
6463
7101
|
pointer-events: none;
|
|
6464
7102
|
}
|
|
@@ -6478,8 +7116,11 @@
|
|
|
6478
7116
|
.e-tab.e-fill .e-tab-header {
|
|
6479
7117
|
border-bottom: 2px Solid #0074cc;
|
|
6480
7118
|
}
|
|
7119
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll {
|
|
7120
|
+
border: 0;
|
|
7121
|
+
}
|
|
6481
7122
|
.e-tab.e-fill .e-tab-header .e-toolbar-item {
|
|
6482
|
-
border:
|
|
7123
|
+
border: 0;
|
|
6483
7124
|
}
|
|
6484
7125
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6485
7126
|
background: rgba(248, 248, 248, 0);
|
|
@@ -6490,6 +7131,9 @@
|
|
|
6490
7131
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6491
7132
|
color: #fff;
|
|
6492
7133
|
}
|
|
7134
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7135
|
+
color: #fff;
|
|
7136
|
+
}
|
|
6493
7137
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6494
7138
|
margin-top: 0;
|
|
6495
7139
|
}
|
|
@@ -6520,6 +7164,22 @@
|
|
|
6520
7164
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
6521
7165
|
color: #fff;
|
|
6522
7166
|
}
|
|
7167
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
7168
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
7169
|
+
color: #dadada;
|
|
7170
|
+
}
|
|
7171
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
7172
|
+
background: #333232;
|
|
7173
|
+
}
|
|
7174
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
7175
|
+
color: #fff;
|
|
7176
|
+
}
|
|
7177
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
7178
|
+
color: #fff;
|
|
7179
|
+
}
|
|
7180
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
7181
|
+
color: #fff;
|
|
7182
|
+
}
|
|
6523
7183
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
6524
7184
|
border-bottom: 0;
|
|
6525
7185
|
border-top: 2px Solid #0074cc;
|
|
@@ -6574,6 +7234,12 @@
|
|
|
6574
7234
|
background: #0074cc;
|
|
6575
7235
|
border-color: #c8c8c8;
|
|
6576
7236
|
}
|
|
7237
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7238
|
+
color: #fff;
|
|
7239
|
+
}
|
|
7240
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7241
|
+
color: #fff;
|
|
7242
|
+
}
|
|
6577
7243
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6578
7244
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6579
7245
|
color: #fff;
|
|
@@ -6585,11 +7251,15 @@
|
|
|
6585
7251
|
.e-tab.e-background .e-tab-header .e-toolbar-items {
|
|
6586
7252
|
background: #282727;
|
|
6587
7253
|
}
|
|
7254
|
+
.e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll {
|
|
7255
|
+
border: 0;
|
|
7256
|
+
}
|
|
6588
7257
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
6589
7258
|
background: #282727;
|
|
7259
|
+
bottom: 0;
|
|
6590
7260
|
}
|
|
6591
7261
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
6592
|
-
border:
|
|
7262
|
+
border: 0;
|
|
6593
7263
|
}
|
|
6594
7264
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6595
7265
|
background: rgba(248, 248, 248, 0);
|
|
@@ -6598,38 +7268,80 @@
|
|
|
6598
7268
|
background: #282727;
|
|
6599
7269
|
border-color: #282727;
|
|
6600
7270
|
}
|
|
6601
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6602
7271
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6603
7272
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6604
7273
|
color: #dadada;
|
|
6605
7274
|
}
|
|
7275
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
7276
|
+
color: #dadada;
|
|
7277
|
+
}
|
|
6606
7278
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
6607
7279
|
color: #dadada;
|
|
6608
7280
|
}
|
|
6609
7281
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6610
7282
|
background: inherit;
|
|
7283
|
+
background-color: inherit;
|
|
7284
|
+
border-color: #282727;
|
|
6611
7285
|
}
|
|
6612
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text
|
|
6613
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7286
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
6614
7287
|
color: #fff;
|
|
7288
|
+
}
|
|
7289
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6615
7290
|
color: #fff;
|
|
6616
7291
|
}
|
|
7292
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
7293
|
+
color: #dadada;
|
|
7294
|
+
}
|
|
7295
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:hover, .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:active {
|
|
7296
|
+
color: #dadada;
|
|
7297
|
+
}
|
|
6617
7298
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
6618
7299
|
border: 0;
|
|
6619
7300
|
margin: 0;
|
|
7301
|
+
background: inherit;
|
|
6620
7302
|
}
|
|
6621
7303
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6622
7304
|
background: #0074cc;
|
|
6623
|
-
border-radius: 0;
|
|
6624
7305
|
border-color: #0074cc;
|
|
7306
|
+
border-radius: 0;
|
|
7307
|
+
border-style: solid;
|
|
7308
|
+
border-width: 1px;
|
|
7309
|
+
}
|
|
7310
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
7311
|
+
color: #fff;
|
|
7312
|
+
}
|
|
7313
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
7314
|
+
color: #fff;
|
|
7315
|
+
}
|
|
7316
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
7317
|
+
color: #dadada;
|
|
6625
7318
|
}
|
|
6626
7319
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
6627
7320
|
background: #0074cc;
|
|
7321
|
+
border-color: #0074cc;
|
|
7322
|
+
}
|
|
7323
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7324
|
+
color: #fff;
|
|
6628
7325
|
}
|
|
6629
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6630
7326
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6631
7327
|
color: #fff;
|
|
6632
7328
|
}
|
|
7329
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
7330
|
+
color: #dadada;
|
|
7331
|
+
}
|
|
7332
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
7333
|
+
color: #fff;
|
|
7334
|
+
}
|
|
7335
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
7336
|
+
color: #dadada;
|
|
7337
|
+
}
|
|
7338
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
7339
|
+
background: #0074cc;
|
|
7340
|
+
}
|
|
7341
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
7342
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
7343
|
+
color: #fff;
|
|
7344
|
+
}
|
|
6633
7345
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6634
7346
|
background: #0074cc;
|
|
6635
7347
|
}
|
|
@@ -6637,6 +7349,12 @@
|
|
|
6637
7349
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6638
7350
|
color: #fff;
|
|
6639
7351
|
}
|
|
7352
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7353
|
+
color: #fff;
|
|
7354
|
+
}
|
|
7355
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
7356
|
+
color: #dadada;
|
|
7357
|
+
}
|
|
6640
7358
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
6641
7359
|
border: 0;
|
|
6642
7360
|
}
|
|
@@ -6647,7 +7365,8 @@
|
|
|
6647
7365
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
6648
7366
|
color: #dadada;
|
|
6649
7367
|
}
|
|
6650
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
7368
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
7369
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
6651
7370
|
color: #fff;
|
|
6652
7371
|
}
|
|
6653
7372
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
|
|
@@ -6662,7 +7381,8 @@
|
|
|
6662
7381
|
background: #282727;
|
|
6663
7382
|
}
|
|
6664
7383
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6665
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
7384
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
7385
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6666
7386
|
color: #dadada;
|
|
6667
7387
|
}
|
|
6668
7388
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6671,9 +7391,21 @@
|
|
|
6671
7391
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6672
7392
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6673
7393
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6674
|
-
color: #fff;
|
|
6675
7394
|
color: #dadada;
|
|
6676
7395
|
}
|
|
7396
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
7397
|
+
color: #dadada;
|
|
7398
|
+
}
|
|
7399
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
7400
|
+
color: #dadada;
|
|
7401
|
+
}
|
|
7402
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
7403
|
+
color: #dadada;
|
|
7404
|
+
}
|
|
7405
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
7406
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
7407
|
+
background: inherit;
|
|
7408
|
+
}
|
|
6677
7409
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
6678
7410
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
6679
7411
|
color: #dadada;
|
|
@@ -6683,21 +7415,38 @@
|
|
|
6683
7415
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
6684
7416
|
background: #414040;
|
|
6685
7417
|
color: #fff;
|
|
7418
|
+
border-color: #282727;
|
|
7419
|
+
}
|
|
7420
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
7421
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
7422
|
+
background: unset;
|
|
7423
|
+
color: #dadada;
|
|
6686
7424
|
}
|
|
6687
7425
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
6688
7426
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6689
7427
|
color: #fff;
|
|
6690
7428
|
border: 1px solid #c8c8c8;
|
|
7429
|
+
background: inherit;
|
|
6691
7430
|
}
|
|
6692
7431
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6693
7432
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6694
7433
|
background: #414040;
|
|
6695
7434
|
color: #fff;
|
|
6696
7435
|
}
|
|
7436
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
7437
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
7438
|
+
background: inherit;
|
|
7439
|
+
border-color: #c8c8c8;
|
|
7440
|
+
color: #fff;
|
|
7441
|
+
}
|
|
6697
7442
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
6698
7443
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
6699
7444
|
animation: none;
|
|
6700
7445
|
}
|
|
7446
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7447
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
7448
|
+
background: transparent;
|
|
7449
|
+
}
|
|
6701
7450
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6702
7451
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
6703
7452
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
@@ -6709,6 +7458,14 @@
|
|
|
6709
7458
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
6710
7459
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6711
7460
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
7461
|
+
background: #414040;
|
|
7462
|
+
border-color: #282727;
|
|
7463
|
+
color: #fff;
|
|
7464
|
+
}
|
|
7465
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
7466
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
7467
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
7468
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
6712
7469
|
background: #414040;
|
|
6713
7470
|
color: #fff;
|
|
6714
7471
|
}
|
|
@@ -6717,8 +7474,23 @@
|
|
|
6717
7474
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6718
7475
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6719
7476
|
color: #fff;
|
|
7477
|
+
background: inherit;
|
|
6720
7478
|
border: 1px solid #c8c8c8;
|
|
6721
7479
|
}
|
|
7480
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
7481
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
7482
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
7483
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
7484
|
+
background: #414040;
|
|
7485
|
+
}
|
|
7486
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
7487
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
7488
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7489
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7490
|
+
background: #414040;
|
|
7491
|
+
border-color: #c8c8c8;
|
|
7492
|
+
color: #fff;
|
|
7493
|
+
}
|
|
6722
7494
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
6723
7495
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
6724
7496
|
animation: none;
|
|
@@ -6727,6 +7499,40 @@
|
|
|
6727
7499
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
6728
7500
|
color: #fff;
|
|
6729
7501
|
}
|
|
7502
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
7503
|
+
border: 0;
|
|
7504
|
+
margin: 0;
|
|
7505
|
+
}
|
|
7506
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
7507
|
+
border-color: #0074cc;
|
|
7508
|
+
border-radius: 0;
|
|
7509
|
+
border-style: solid;
|
|
7510
|
+
border-width: 1px;
|
|
7511
|
+
}
|
|
7512
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
7513
|
+
border-color: unset;
|
|
7514
|
+
border-style: solid;
|
|
7515
|
+
border-width: 0;
|
|
7516
|
+
margin: 0;
|
|
7517
|
+
}
|
|
7518
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
7519
|
+
border-color: #0074cc;
|
|
7520
|
+
border-radius: 0;
|
|
7521
|
+
border-style: solid;
|
|
7522
|
+
border-width: 1px;
|
|
7523
|
+
}
|
|
7524
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
7525
|
+
border-color: unset;
|
|
7526
|
+
border-style: solid;
|
|
7527
|
+
border-width: 0;
|
|
7528
|
+
margin: 0;
|
|
7529
|
+
}
|
|
7530
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
7531
|
+
border-color: #0074cc;
|
|
7532
|
+
border-radius: 0;
|
|
7533
|
+
border-style: solid;
|
|
7534
|
+
border-width: 1px;
|
|
7535
|
+
}
|
|
6730
7536
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
6731
7537
|
border: 0;
|
|
6732
7538
|
}
|
|
@@ -6789,6 +7595,7 @@
|
|
|
6789
7595
|
background: #6f6c6c;
|
|
6790
7596
|
}
|
|
6791
7597
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
7598
|
+
background: initial;
|
|
6792
7599
|
border-color: #c8c8c8;
|
|
6793
7600
|
}
|
|
6794
7601
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
@@ -6797,6 +7604,7 @@
|
|
|
6797
7604
|
color: #dadada;
|
|
6798
7605
|
}
|
|
6799
7606
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
7607
|
+
background: #0074cc;
|
|
6800
7608
|
border-color: #c8c8c8;
|
|
6801
7609
|
}
|
|
6802
7610
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
@@ -6805,6 +7613,32 @@
|
|
|
6805
7613
|
}
|
|
6806
7614
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
6807
7615
|
background: #0074cc;
|
|
7616
|
+
border: 1px solid transparent;
|
|
7617
|
+
border-radius: 0;
|
|
7618
|
+
}
|
|
7619
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7620
|
+
color: #fff;
|
|
7621
|
+
}
|
|
7622
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7623
|
+
color: #fff;
|
|
7624
|
+
}
|
|
7625
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7626
|
+
color: #dadada;
|
|
7627
|
+
}
|
|
7628
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7629
|
+
color: #fff;
|
|
7630
|
+
}
|
|
7631
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7632
|
+
color: #fff;
|
|
7633
|
+
}
|
|
7634
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
7635
|
+
color: #dadada;
|
|
7636
|
+
}
|
|
7637
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7638
|
+
color: #fff;
|
|
7639
|
+
}
|
|
7640
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
7641
|
+
color: #dadada;
|
|
6808
7642
|
}
|
|
6809
7643
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
|
|
6810
7644
|
background: #0074cc;
|
|
@@ -6828,6 +7662,8 @@
|
|
|
6828
7662
|
.e-tab .e-content .e-item {
|
|
6829
7663
|
background: inherit;
|
|
6830
7664
|
color: #dadada;
|
|
7665
|
+
font-size: 14px;
|
|
7666
|
+
line-height: 18px;
|
|
6831
7667
|
}
|
|
6832
7668
|
|
|
6833
7669
|
.e-tab-clone-element {
|