@syncfusion/ej2-angular-navigations 20.4.38 → 20.4.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/src/tab/items.directive.mjs +3 -3
- package/esm2020/src/toolbar/items.directive.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs +4 -4
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs +4 -4
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/tab/items.directive.d.ts +8 -1
- package/src/toolbar/items.directive.d.ts +8 -1
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +1130 -281
- package/styles/bootstrap.css +1116 -267
- package/styles/bootstrap4.css +996 -280
- package/styles/bootstrap5-dark.css +1046 -281
- package/styles/bootstrap5.css +1046 -281
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1172 -336
- package/styles/fabric.css +1170 -334
- package/styles/fluent-dark.css +1110 -223
- package/styles/fluent.css +1108 -221
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +1026 -477
- package/styles/highcontrast.css +1028 -473
- package/styles/material-dark.css +1275 -205
- package/styles/material.css +1273 -203
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/pager/bootstrap-dark.css +9 -9
- package/styles/pager/bootstrap.css +9 -9
- package/styles/pager/bootstrap4.css +9 -9
- package/styles/pager/bootstrap5-dark.css +9 -9
- package/styles/pager/bootstrap5.css +9 -9
- package/styles/pager/fabric-dark.css +9 -9
- package/styles/pager/fabric.css +9 -9
- package/styles/pager/fluent-dark.css +9 -9
- package/styles/pager/fluent.css +9 -9
- package/styles/pager/highcontrast-light.css +9 -9
- package/styles/pager/highcontrast.css +9 -9
- package/styles/pager/material-dark.css +9 -9
- package/styles/pager/material.css +9 -9
- package/styles/pager/tailwind-dark.css +9 -9
- package/styles/pager/tailwind.css +9 -9
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +304 -1010
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +675 -202
- package/styles/tab/bootstrap.css +662 -189
- package/styles/tab/bootstrap4.css +634 -207
- package/styles/tab/bootstrap5-dark.css +611 -227
- package/styles/tab/bootstrap5.css +611 -227
- package/styles/tab/fabric-dark.css +709 -294
- package/styles/tab/fabric.css +707 -292
- package/styles/tab/fluent-dark.css +633 -193
- package/styles/tab/fluent.css +633 -193
- package/styles/tab/highcontrast-light.css +615 -345
- package/styles/tab/highcontrast.css +615 -339
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +791 -140
- package/styles/tab/material.css +791 -140
- package/styles/tab/tailwind-dark.css +792 -157
- package/styles/tab/tailwind.css +792 -157
- package/styles/tailwind-dark.css +1238 -192
- package/styles/tailwind.css +1239 -193
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
|
@@ -96,15 +96,15 @@
|
|
|
96
96
|
}
|
|
97
97
|
@media (max-width: 769px) {
|
|
98
98
|
.e-bigger .e-pager,
|
|
99
|
-
.e-pager.e-bigger {
|
|
99
|
+
.e-pager.e-bigger {
|
|
100
100
|
padding: 19px 0;
|
|
101
101
|
}
|
|
102
102
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
103
|
-
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
103
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
104
104
|
margin-right: 0;
|
|
105
105
|
}
|
|
106
106
|
.e-bigger .e-pager div.e-parentmsgbar,
|
|
107
|
-
.e-pager.e-bigger div.e-parentmsgbar {
|
|
107
|
+
.e-pager.e-bigger div.e-parentmsgbar {
|
|
108
108
|
padding: 0;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -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 {
|
|
@@ -854,6 +854,7 @@
|
|
|
854
854
|
text-align: center;
|
|
855
855
|
vertical-align: middle;
|
|
856
856
|
width: 100%;
|
|
857
|
+
font-size: 12px;
|
|
857
858
|
}
|
|
858
859
|
.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
|
|
859
860
|
pointer-events: none;
|
|
@@ -907,19 +908,19 @@
|
|
|
907
908
|
}
|
|
908
909
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
909
910
|
background: #ecf;
|
|
910
|
-
border: 0;
|
|
911
|
-
color: #000;
|
|
912
911
|
border: 2px solid #000;
|
|
912
|
+
color: #000;
|
|
913
913
|
}
|
|
914
|
-
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover
|
|
915
|
-
|
|
914
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
|
|
915
|
+
color: #400074;
|
|
916
916
|
}
|
|
917
917
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
918
|
-
background: #ecf;
|
|
919
|
-
border: 0;
|
|
920
|
-
color: #000;
|
|
921
918
|
background: inherit;
|
|
922
919
|
border: 2px solid #fff;
|
|
920
|
+
color: #000;
|
|
921
|
+
}
|
|
922
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
|
|
923
|
+
color: #400074;
|
|
923
924
|
}
|
|
924
925
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
925
926
|
background: #400074;
|
|
@@ -954,11 +955,11 @@
|
|
|
954
955
|
content: "\e84f";
|
|
955
956
|
}
|
|
956
957
|
.e-vscroll .e-nav-up-arrow::before {
|
|
957
|
-
content: "\
|
|
958
|
+
content: "\e85e";
|
|
958
959
|
line-height: normal;
|
|
959
960
|
}
|
|
960
961
|
.e-vscroll .e-nav-down-arrow::before {
|
|
961
|
-
content: "\
|
|
962
|
+
content: "\e84f";
|
|
962
963
|
line-height: normal;
|
|
963
964
|
}
|
|
964
965
|
|
|
@@ -1115,25 +1116,16 @@
|
|
|
1115
1116
|
border-color: transparent;
|
|
1116
1117
|
color: #000;
|
|
1117
1118
|
}
|
|
1118
|
-
.e-vscroll.e-rtl .e-scroll-nav:hover:active {
|
|
1119
|
-
background: #400074;
|
|
1120
|
-
}
|
|
1121
1119
|
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
1122
1120
|
background: #ecf;
|
|
1123
1121
|
border: 0;
|
|
1124
1122
|
color: #000;
|
|
1125
|
-
border: 1px solid #000;
|
|
1126
|
-
}
|
|
1127
|
-
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover:active {
|
|
1128
|
-
border: 0;
|
|
1129
1123
|
}
|
|
1130
1124
|
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
1131
1125
|
background: #ecf;
|
|
1132
1126
|
border: 0;
|
|
1133
1127
|
border-color: transparent;
|
|
1134
1128
|
color: #000;
|
|
1135
|
-
background: inherit;
|
|
1136
|
-
border: 2px solid #fff;
|
|
1137
1129
|
}
|
|
1138
1130
|
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
1139
1131
|
background: #400074;
|
|
@@ -1141,9 +1133,6 @@
|
|
|
1141
1133
|
box-shadow: none;
|
|
1142
1134
|
color: #000;
|
|
1143
1135
|
}
|
|
1144
|
-
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
1145
|
-
color: #fff;
|
|
1146
|
-
}
|
|
1147
1136
|
.e-vscroll .e-scroll-nav {
|
|
1148
1137
|
background: #fff;
|
|
1149
1138
|
}
|
|
@@ -1177,10 +1166,18 @@
|
|
|
1177
1166
|
height: 50px;
|
|
1178
1167
|
min-height: 50px;
|
|
1179
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
|
+
}
|
|
1180
1173
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
1181
1174
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
1182
1175
|
font-size: 14px;
|
|
1183
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
|
+
}
|
|
1184
1181
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
1185
1182
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
1186
1183
|
border-bottom: 0;
|
|
@@ -1256,6 +1253,10 @@
|
|
|
1256
1253
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1257
1254
|
line-height: inherit;
|
|
1258
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
|
+
}
|
|
1259
1260
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
1260
1261
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1261
1262
|
min-width: 48px;
|
|
@@ -1264,11 +1265,13 @@
|
|
|
1264
1265
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
1265
1266
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1266
1267
|
min-width: 25px;
|
|
1268
|
+
font-size: 16px;
|
|
1267
1269
|
}
|
|
1268
1270
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1269
1271
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1270
1272
|
min-height: 45px;
|
|
1271
1273
|
padding: 0 4px;
|
|
1274
|
+
line-height: 35px;
|
|
1272
1275
|
}
|
|
1273
1276
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1274
1277
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -1278,6 +1281,7 @@
|
|
|
1278
1281
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1279
1282
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1280
1283
|
padding: 0 12.5px;
|
|
1284
|
+
font-size: 14px;
|
|
1281
1285
|
}
|
|
1282
1286
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
1283
1287
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -1366,6 +1370,19 @@
|
|
|
1366
1370
|
min-height: 50px;
|
|
1367
1371
|
min-width: 0;
|
|
1368
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;
|
|
1369
1386
|
}
|
|
1370
1387
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1371
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,
|
|
@@ -1392,7 +1409,6 @@
|
|
|
1392
1409
|
padding-left: 3px;
|
|
1393
1410
|
padding-right: 3px;
|
|
1394
1411
|
padding-top: 0;
|
|
1395
|
-
margin-left: -1px;
|
|
1396
1412
|
}
|
|
1397
1413
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1398
1414
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -1456,6 +1472,18 @@
|
|
|
1456
1472
|
min-width: 0;
|
|
1457
1473
|
padding: 0;
|
|
1458
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
|
+
}
|
|
1459
1487
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1460
1488
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1461
1489
|
line-height: 35px;
|
|
@@ -1480,7 +1508,6 @@
|
|
|
1480
1508
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1481
1509
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1482
1510
|
padding-right: 3px;
|
|
1483
|
-
margin-left: 0;
|
|
1484
1511
|
}
|
|
1485
1512
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1486
1513
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -1624,6 +1651,9 @@
|
|
|
1624
1651
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1625
1652
|
line-height: 25px;
|
|
1626
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
|
+
}
|
|
1627
1657
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1628
1658
|
margin: 7.5px 3px;
|
|
1629
1659
|
min-height: 25px;
|
|
@@ -1635,6 +1665,7 @@
|
|
|
1635
1665
|
min-height: 25px;
|
|
1636
1666
|
min-width: 20px;
|
|
1637
1667
|
padding: 0;
|
|
1668
|
+
font-size: 14px;
|
|
1638
1669
|
}
|
|
1639
1670
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1640
1671
|
display: -ms-inline-flexbox;
|
|
@@ -1707,6 +1738,9 @@
|
|
|
1707
1738
|
justify-content: flex-start;
|
|
1708
1739
|
min-height: 36px;
|
|
1709
1740
|
padding: 0 4px;
|
|
1741
|
+
border: 2px solid #fff;
|
|
1742
|
+
border-radius: 0;
|
|
1743
|
+
margin: 0;
|
|
1710
1744
|
}
|
|
1711
1745
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1712
1746
|
margin: 0;
|
|
@@ -1854,6 +1888,7 @@
|
|
|
1854
1888
|
text-align: center;
|
|
1855
1889
|
vertical-align: middle;
|
|
1856
1890
|
width: 100%;
|
|
1891
|
+
font-size: 12px;
|
|
1857
1892
|
}
|
|
1858
1893
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1859
1894
|
line-height: 25px;
|
|
@@ -2007,6 +2042,11 @@
|
|
|
2007
2042
|
min-height: 40px;
|
|
2008
2043
|
min-width: 40px;
|
|
2009
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;
|
|
2010
2050
|
}
|
|
2011
2051
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
2012
2052
|
outline: none;
|
|
@@ -2021,6 +2061,7 @@
|
|
|
2021
2061
|
margin: 0;
|
|
2022
2062
|
min-width: 20px;
|
|
2023
2063
|
width: auto;
|
|
2064
|
+
padding-bottom: 0;
|
|
2024
2065
|
}
|
|
2025
2066
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
2026
2067
|
-ms-flex-item-align: center;
|
|
@@ -2042,7 +2083,7 @@
|
|
|
2042
2083
|
display: inline-block;
|
|
2043
2084
|
}
|
|
2044
2085
|
.e-toolbar .e-tbar-btn {
|
|
2045
|
-
border:
|
|
2086
|
+
border: 2px solid #fff;
|
|
2046
2087
|
cursor: pointer;
|
|
2047
2088
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif";
|
|
2048
2089
|
font-size: 16px;
|
|
@@ -2174,40 +2215,51 @@
|
|
|
2174
2215
|
}
|
|
2175
2216
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2176
2217
|
background: inherit;
|
|
2177
|
-
border-color: #000;
|
|
2178
2218
|
border-radius: 0;
|
|
2179
2219
|
color: #000;
|
|
2180
|
-
border:
|
|
2220
|
+
border-color: #fff;
|
|
2221
|
+
border-style: solid;
|
|
2222
|
+
border-width: 2px;
|
|
2223
|
+
box-shadow: none;
|
|
2181
2224
|
}
|
|
2182
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus
|
|
2183
|
-
|
|
2225
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2226
|
+
color: #000;
|
|
2227
|
+
}
|
|
2228
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2229
|
+
color: #000;
|
|
2184
2230
|
}
|
|
2185
2231
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2186
2232
|
background: #ecf;
|
|
2187
|
-
border-color: #000;
|
|
2188
2233
|
border-radius: 0;
|
|
2189
2234
|
color: #000;
|
|
2190
|
-
border:
|
|
2235
|
+
border-color: #000;
|
|
2236
|
+
border-style: solid;
|
|
2237
|
+
border-width: 2px;
|
|
2191
2238
|
}
|
|
2192
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2239
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2193
2240
|
color: #000;
|
|
2194
2241
|
}
|
|
2195
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:
|
|
2196
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:focus .e-tbar-btn-text {
|
|
2242
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2197
2243
|
color: #000;
|
|
2198
2244
|
}
|
|
2199
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover
|
|
2200
|
-
|
|
2245
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2246
|
+
color: #000;
|
|
2247
|
+
}
|
|
2248
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2201
2249
|
color: #000;
|
|
2202
2250
|
}
|
|
2203
2251
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2204
2252
|
background: #400074;
|
|
2205
|
-
border-color: #400074;
|
|
2206
2253
|
border-radius: 0;
|
|
2207
2254
|
box-shadow: none;
|
|
2208
2255
|
color: #000;
|
|
2256
|
+
border-color: #400074;
|
|
2257
|
+
border-style: solid;
|
|
2258
|
+
border-width: 2px;
|
|
2259
|
+
}
|
|
2260
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2261
|
+
color: #000;
|
|
2209
2262
|
}
|
|
2210
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2211
2263
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2212
2264
|
color: #000;
|
|
2213
2265
|
}
|
|
@@ -2219,6 +2271,51 @@
|
|
|
2219
2271
|
border: 1px solid #000;
|
|
2220
2272
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
2221
2273
|
}
|
|
2274
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2275
|
+
background: #fff;
|
|
2276
|
+
}
|
|
2277
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2278
|
+
background: #ecf;
|
|
2279
|
+
box-shadow: none;
|
|
2280
|
+
color: #000;
|
|
2281
|
+
border-color: #000;
|
|
2282
|
+
border-style: solid;
|
|
2283
|
+
border-width: 2px;
|
|
2284
|
+
}
|
|
2285
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2286
|
+
color: #000;
|
|
2287
|
+
}
|
|
2288
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2289
|
+
color: #000;
|
|
2290
|
+
}
|
|
2291
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2292
|
+
background: #400074;
|
|
2293
|
+
box-shadow: none;
|
|
2294
|
+
color: #000;
|
|
2295
|
+
border-color: #400074;
|
|
2296
|
+
border-style: solid;
|
|
2297
|
+
border-width: 2px;
|
|
2298
|
+
}
|
|
2299
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2300
|
+
color: #000;
|
|
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: inherit;
|
|
2307
|
+
box-shadow: none;
|
|
2308
|
+
color: #000;
|
|
2309
|
+
border-color: #fff;
|
|
2310
|
+
border-style: solid;
|
|
2311
|
+
border-width: 2px;
|
|
2312
|
+
}
|
|
2313
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2314
|
+
color: #000;
|
|
2315
|
+
}
|
|
2316
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2317
|
+
color: #000;
|
|
2318
|
+
}
|
|
2222
2319
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2223
2320
|
outline: none;
|
|
2224
2321
|
}
|
|
@@ -2231,18 +2328,25 @@
|
|
|
2231
2328
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2232
2329
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2233
2330
|
background: #400074;
|
|
2234
|
-
border: 0;
|
|
2235
2331
|
box-shadow: none;
|
|
2236
|
-
border-
|
|
2332
|
+
border-color: #400074;
|
|
2333
|
+
border-style: solid;
|
|
2334
|
+
border-width: 0 0 0 1px;
|
|
2237
2335
|
}
|
|
2238
2336
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2239
2337
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2240
|
-
border:
|
|
2338
|
+
border-color: #fff;
|
|
2339
|
+
border-style: solid;
|
|
2340
|
+
border-width: 2px;
|
|
2241
2341
|
}
|
|
2242
2342
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2243
2343
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
2244
2344
|
color: #000;
|
|
2245
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: #000;
|
|
2349
|
+
}
|
|
2246
2350
|
.e-toolbar .e-tbar-btn {
|
|
2247
2351
|
background: #fff;
|
|
2248
2352
|
box-shadow: none;
|
|
@@ -2251,31 +2355,26 @@
|
|
|
2251
2355
|
}
|
|
2252
2356
|
.e-toolbar .e-tbar-btn:focus {
|
|
2253
2357
|
background: inherit;
|
|
2254
|
-
border-color: #000;
|
|
2255
2358
|
border-radius: 0;
|
|
2256
2359
|
color: #000;
|
|
2257
|
-
border:
|
|
2360
|
+
border-color: #fff;
|
|
2361
|
+
border-style: solid;
|
|
2362
|
+
border-width: 2px;
|
|
2363
|
+
box-shadow: none;
|
|
2258
2364
|
}
|
|
2259
|
-
.e-toolbar .e-tbar-btn:focus
|
|
2260
|
-
|
|
2365
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2366
|
+
color: #000;
|
|
2367
|
+
}
|
|
2368
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2369
|
+
color: #000;
|
|
2261
2370
|
}
|
|
2262
2371
|
.e-toolbar .e-tbar-btn:hover {
|
|
2263
2372
|
background: #ecf;
|
|
2264
2373
|
border-color: #000;
|
|
2374
|
+
border-style: solid;
|
|
2375
|
+
border-width: 2px;
|
|
2265
2376
|
border-radius: 0;
|
|
2266
2377
|
color: #000;
|
|
2267
|
-
border: 2px solid #000;
|
|
2268
|
-
}
|
|
2269
|
-
.e-toolbar .e-tbar-btn:hover .e-icons {
|
|
2270
|
-
color: #000;
|
|
2271
|
-
}
|
|
2272
|
-
.e-toolbar .e-tbar-btn:hover:focus .e-icons,
|
|
2273
|
-
.e-toolbar .e-tbar-btn:hover:focus .e-tbar-btn-text {
|
|
2274
|
-
color: #000;
|
|
2275
|
-
}
|
|
2276
|
-
.e-toolbar .e-tbar-btn:hover:active .e-icons,
|
|
2277
|
-
.e-toolbar .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2278
|
-
color: #000;
|
|
2279
2378
|
}
|
|
2280
2379
|
.e-toolbar .e-toolbar-items {
|
|
2281
2380
|
background: #fff;
|
|
@@ -2290,6 +2389,33 @@
|
|
|
2290
2389
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
2291
2390
|
color: #000;
|
|
2292
2391
|
}
|
|
2392
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2393
|
+
color: #000;
|
|
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: #000;
|
|
2403
|
+
}
|
|
2404
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2405
|
+
color: #000;
|
|
2406
|
+
}
|
|
2407
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2408
|
+
color: #000;
|
|
2409
|
+
}
|
|
2410
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2411
|
+
color: #000;
|
|
2412
|
+
}
|
|
2413
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2414
|
+
color: #000;
|
|
2415
|
+
}
|
|
2416
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2417
|
+
color: #000;
|
|
2418
|
+
}
|
|
2293
2419
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2294
2420
|
border: solid #000;
|
|
2295
2421
|
border-width: 0 1px 0 0;
|
|
@@ -2312,10 +2438,17 @@
|
|
|
2312
2438
|
.e-toolbar .e-hor-nav::after {
|
|
2313
2439
|
content: "";
|
|
2314
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
|
+
}
|
|
2315
2444
|
.e-toolbar .e-hor-nav:active {
|
|
2316
2445
|
border: 0;
|
|
2317
2446
|
box-shadow: none;
|
|
2318
2447
|
color: #000;
|
|
2448
|
+
background: #fff;
|
|
2449
|
+
}
|
|
2450
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
2451
|
+
color: #000;
|
|
2319
2452
|
}
|
|
2320
2453
|
.e-toolbar .e-hor-nav:active::after {
|
|
2321
2454
|
content: "";
|
|
@@ -2325,30 +2458,42 @@
|
|
|
2325
2458
|
border-left: 0;
|
|
2326
2459
|
color: #000;
|
|
2327
2460
|
}
|
|
2461
|
+
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2462
|
+
color: #000;
|
|
2463
|
+
}
|
|
2328
2464
|
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2329
|
-
border:
|
|
2465
|
+
border-color: #000;
|
|
2466
|
+
border-style: solid;
|
|
2467
|
+
border-width: 2px;
|
|
2330
2468
|
}
|
|
2331
2469
|
.e-toolbar .e-hor-nav:hover:active {
|
|
2332
2470
|
background: #400074;
|
|
2333
|
-
border:
|
|
2471
|
+
border-color: #000;
|
|
2472
|
+
border-style: solid;
|
|
2473
|
+
border-width: 0;
|
|
2334
2474
|
}
|
|
2335
2475
|
.e-toolbar .e-hor-nav:focus {
|
|
2336
|
-
background: #ecf;
|
|
2337
|
-
border-left: 0;
|
|
2338
|
-
border-color: #000;
|
|
2339
|
-
color: #000;
|
|
2340
2476
|
background: inherit;
|
|
2341
|
-
|
|
2477
|
+
color: #000;
|
|
2478
|
+
border-color: #fff;
|
|
2479
|
+
border-style: solid;
|
|
2480
|
+
border-width: 2px;
|
|
2481
|
+
}
|
|
2482
|
+
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2483
|
+
color: #000;
|
|
2342
2484
|
}
|
|
2343
2485
|
.e-toolbar .e-tbar-btn:active {
|
|
2344
2486
|
background: #400074;
|
|
2345
2487
|
border-color: #400074;
|
|
2488
|
+
border-style: solid;
|
|
2489
|
+
border-width: 2px;
|
|
2346
2490
|
border-radius: 0;
|
|
2347
2491
|
box-shadow: none;
|
|
2348
2492
|
color: #000;
|
|
2493
|
+
}
|
|
2494
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
2349
2495
|
color: #000;
|
|
2350
2496
|
}
|
|
2351
|
-
.e-toolbar .e-tbar-btn:active .e-icons,
|
|
2352
2497
|
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
2353
2498
|
color: #000;
|
|
2354
2499
|
}
|
|
@@ -2365,6 +2510,7 @@
|
|
|
2365
2510
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2366
2511
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2367
2512
|
font-size: 16px;
|
|
2513
|
+
vertical-align: middle;
|
|
2368
2514
|
}
|
|
2369
2515
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
2370
2516
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel {
|
|
@@ -2410,12 +2556,17 @@
|
|
|
2410
2556
|
min-height: 50px;
|
|
2411
2557
|
min-width: 30px;
|
|
2412
2558
|
right: 12px;
|
|
2559
|
+
font-size: 12px;
|
|
2413
2560
|
}
|
|
2414
2561
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
2415
2562
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
2416
2563
|
display: inline-block;
|
|
2417
2564
|
padding: 0 14px 0 0;
|
|
2418
2565
|
}
|
|
2566
|
+
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
2567
|
+
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2568
|
+
font-size: 12px;
|
|
2569
|
+
}
|
|
2419
2570
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2420
2571
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2421
2572
|
padding: 19px;
|
|
@@ -2455,6 +2606,23 @@
|
|
|
2455
2606
|
display: block;
|
|
2456
2607
|
position: relative;
|
|
2457
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 #757575;
|
|
2615
|
+
}
|
|
2616
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2617
|
+
border-bottom: 1px solid #757575;
|
|
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
|
+
}
|
|
2458
2626
|
.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content {
|
|
2459
2627
|
font-weight: normal;
|
|
2460
2628
|
}
|
|
@@ -2468,7 +2636,7 @@
|
|
|
2468
2636
|
height: auto;
|
|
2469
2637
|
}
|
|
2470
2638
|
.e-accordion .e-acrdn-item {
|
|
2471
|
-
overflow:
|
|
2639
|
+
overflow: visible;
|
|
2472
2640
|
padding-top: 0;
|
|
2473
2641
|
position: relative;
|
|
2474
2642
|
}
|
|
@@ -2481,7 +2649,11 @@
|
|
|
2481
2649
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
|
|
2482
2650
|
cursor: pointer;
|
|
2483
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
|
+
}
|
|
2484
2655
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2656
|
+
border-radius: 0;
|
|
2485
2657
|
line-height: 39px;
|
|
2486
2658
|
min-height: 40px;
|
|
2487
2659
|
overflow: hidden;
|
|
@@ -2489,10 +2661,14 @@
|
|
|
2489
2661
|
text-decoration: none;
|
|
2490
2662
|
text-overflow: ellipsis;
|
|
2491
2663
|
white-space: nowrap;
|
|
2664
|
+
margin-bottom: 0;
|
|
2492
2665
|
}
|
|
2493
2666
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2494
2667
|
display: inline-block;
|
|
2495
2668
|
}
|
|
2669
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2670
|
+
line-height: 39px;
|
|
2671
|
+
}
|
|
2496
2672
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2497
2673
|
display: table;
|
|
2498
2674
|
font-size: 12px;
|
|
@@ -2515,6 +2691,9 @@
|
|
|
2515
2691
|
display: inline-block;
|
|
2516
2692
|
padding: 0 8px 0 0;
|
|
2517
2693
|
}
|
|
2694
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2695
|
+
font-size: 12px;
|
|
2696
|
+
}
|
|
2518
2697
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
2519
2698
|
font-size: 13px;
|
|
2520
2699
|
overflow-y: hidden;
|
|
@@ -2593,44 +2772,118 @@
|
|
|
2593
2772
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2594
2773
|
background: #ccc;
|
|
2595
2774
|
border: 1px solid #757575;
|
|
2775
|
+
border-radius: 0;
|
|
2596
2776
|
}
|
|
2597
2777
|
.e-accordion .e-active {
|
|
2598
2778
|
background: #ccc;
|
|
2599
2779
|
}
|
|
2600
|
-
.e-accordion .e-acrdn-item
|
|
2601
|
-
border-color: #
|
|
2780
|
+
.e-accordion .e-acrdn-item {
|
|
2781
|
+
border-color: #757575;
|
|
2782
|
+
border-style: solid;
|
|
2783
|
+
border-width: 0;
|
|
2784
|
+
border-radius: 0;
|
|
2785
|
+
}
|
|
2786
|
+
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2787
|
+
border-bottom: 0;
|
|
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 {
|
|
2794
|
+
border-bottom: 0;
|
|
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;
|
|
2801
|
+
}
|
|
2802
|
+
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2803
|
+
border-color: #757575;
|
|
2804
|
+
border-style: solid;
|
|
2805
|
+
border-width: 0;
|
|
2806
|
+
}
|
|
2807
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2808
|
+
border-top: 1px solid #757575;
|
|
2602
2809
|
}
|
|
2603
2810
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2604
|
-
border:
|
|
2811
|
+
border-color: #000;
|
|
2812
|
+
border-style: dashed;
|
|
2813
|
+
border-width: 2px;
|
|
2605
2814
|
}
|
|
2606
2815
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2607
2816
|
background: #400074;
|
|
2608
|
-
border-color: #000;
|
|
2609
2817
|
}
|
|
2610
|
-
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons,
|
|
2611
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 {
|
|
2612
2819
|
color: #fff;
|
|
2613
2820
|
}
|
|
2614
|
-
.e-accordion .e-acrdn-item.e-
|
|
2615
|
-
|
|
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;
|
|
2616
2823
|
}
|
|
2617
|
-
.e-accordion .e-acrdn-item.e-
|
|
2618
|
-
|
|
2619
|
-
color: #757575;
|
|
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;
|
|
2620
2826
|
}
|
|
2621
|
-
.e-accordion .e-acrdn-item.e-
|
|
2622
|
-
border:
|
|
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: #757575;
|
|
2623
2829
|
}
|
|
2624
|
-
.e-accordion .e-acrdn-item
|
|
2625
|
-
color: #
|
|
2830
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2831
|
+
border-color: #757575;
|
|
2832
|
+
border-style: solid;
|
|
2833
|
+
border-width: 0;
|
|
2626
2834
|
}
|
|
2627
|
-
.e-accordion .e-acrdn-item .e-acrdn-
|
|
2628
|
-
|
|
2835
|
+
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2836
|
+
border: 1px solid #fff;
|
|
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
|
+
}
|
|
2842
|
+
.e-accordion .e-acrdn-item.e-overlay {
|
|
2843
|
+
background: #ccc;
|
|
2844
|
+
opacity: 0.5;
|
|
2845
|
+
}
|
|
2846
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
2847
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
2848
|
+
color: #757575;
|
|
2849
|
+
}
|
|
2850
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2851
|
+
color: #757575;
|
|
2852
|
+
}
|
|
2853
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2854
|
+
color: #fff;
|
|
2855
|
+
}
|
|
2856
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
2857
|
+
border-color: #000;
|
|
2858
|
+
border-style: dashed;
|
|
2859
|
+
border-width: 2px;
|
|
2860
|
+
background: #400074;
|
|
2861
|
+
}
|
|
2862
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2863
|
+
background: #ecf;
|
|
2864
|
+
}
|
|
2865
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2866
|
+
background: #400074;
|
|
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 {
|
|
2629
2869
|
color: #fff;
|
|
2630
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 #757575;
|
|
2873
|
+
}
|
|
2874
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2875
|
+
color: #000;
|
|
2876
|
+
}
|
|
2877
|
+
.e-accordion .e-acrdn-item.e-select {
|
|
2878
|
+
background: none;
|
|
2879
|
+
border-color: #757575;
|
|
2880
|
+
border-style: solid;
|
|
2881
|
+
border-width: 0;
|
|
2882
|
+
}
|
|
2631
2883
|
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2632
2884
|
color: #000;
|
|
2633
2885
|
background: #fff;
|
|
2886
|
+
border-top: 0;
|
|
2634
2887
|
}
|
|
2635
2888
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2636
2889
|
color: #000;
|
|
@@ -2639,49 +2892,66 @@
|
|
|
2639
2892
|
color: #000;
|
|
2640
2893
|
}
|
|
2641
2894
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2895
|
+
background: #400074;
|
|
2896
|
+
border: 2px dashed #000;
|
|
2642
2897
|
border-color: #000;
|
|
2643
2898
|
}
|
|
2644
|
-
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2645
|
-
border: 1px solid #fff;
|
|
2646
|
-
}
|
|
2647
2899
|
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
2900
|
+
border: 1px solid #fff;
|
|
2648
2901
|
background: #ecf;
|
|
2649
2902
|
border-color: #000;
|
|
2650
2903
|
}
|
|
2651
2904
|
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
2652
|
-
|
|
2905
|
+
border: 1px solid #fff;
|
|
2653
2906
|
border-color: #000;
|
|
2907
|
+
background: #400074;
|
|
2654
2908
|
}
|
|
2655
2909
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2656
|
-
background: #400074;
|
|
2657
|
-
background: inherit;
|
|
2658
2910
|
border: 2px dashed #000;
|
|
2911
|
+
box-shadow: none;
|
|
2912
|
+
background: inherit;
|
|
2659
2913
|
}
|
|
2660
2914
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2661
2915
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2662
2916
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2663
2917
|
color: #000;
|
|
2664
2918
|
}
|
|
2919
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2920
|
+
color: #000;
|
|
2921
|
+
}
|
|
2922
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2923
|
+
color: #000;
|
|
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: #000;
|
|
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: #000;
|
|
2930
|
+
}
|
|
2665
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 {
|
|
2666
|
-
background: #fff;
|
|
2667
|
-
background: #400074;
|
|
2668
2932
|
border-color: #400074;
|
|
2933
|
+
border-style: solid;
|
|
2934
|
+
border-width: 1px;
|
|
2935
|
+
background: #400074;
|
|
2669
2936
|
}
|
|
2670
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-
|
|
2671
|
-
color: #
|
|
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: #000;
|
|
2672
2939
|
}
|
|
2673
|
-
.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 {
|
|
2674
|
-
|
|
2675
|
-
border-color: #000;
|
|
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;
|
|
2676
2942
|
}
|
|
2677
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-
|
|
2678
|
-
.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-icons,
|
|
2679
|
-
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
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 {
|
|
2680
2944
|
color: #000;
|
|
2681
2945
|
}
|
|
2682
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 {
|
|
2683
2947
|
color: #fff;
|
|
2684
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: #000;
|
|
2954
|
+
}
|
|
2685
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 {
|
|
2686
2956
|
color: #fff;
|
|
2687
2957
|
}
|
|
@@ -2690,49 +2960,58 @@
|
|
|
2690
2960
|
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2691
2961
|
color: #fff;
|
|
2692
2962
|
}
|
|
2693
|
-
.e-accordion .e-acrdn-item.e-select.e-
|
|
2694
|
-
|
|
2695
|
-
color: #000;
|
|
2696
|
-
}
|
|
2697
|
-
.e-accordion .e-acrdn-item.e-select.e-expand-state .e-acrdn-header:hover {
|
|
2698
|
-
border-color: #000;
|
|
2963
|
+
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
2964
|
+
border-color: initial;
|
|
2699
2965
|
}
|
|
2700
|
-
.e-accordion .e-acrdn-item.e-
|
|
2701
|
-
|
|
2702
|
-
|
|
2966
|
+
.e-accordion .e-acrdn-item.e-selected {
|
|
2967
|
+
border-color: #757575;
|
|
2968
|
+
border-style: solid;
|
|
2969
|
+
border-width: 1px 0 1px 0;
|
|
2703
2970
|
}
|
|
2704
2971
|
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2705
|
-
border-
|
|
2706
|
-
border-
|
|
2972
|
+
border-color: #757575;
|
|
2973
|
+
border-style: solid;
|
|
2974
|
+
border-width: 1px 0 1px 0;
|
|
2707
2975
|
}
|
|
2708
|
-
.e-accordion .e-acrdn-item.e-selected
|
|
2709
|
-
|
|
2976
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
2977
|
+
background: #ccc;
|
|
2710
2978
|
}
|
|
2711
|
-
.e-accordion .e-acrdn-item.e-selected
|
|
2712
|
-
border-bottom: 1px
|
|
2979
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2980
|
+
border-bottom: 1px solid #757575;
|
|
2713
2981
|
}
|
|
2714
|
-
.e-accordion .e-acrdn-item.e-selected .e-acrdn-
|
|
2715
|
-
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected:not(.e-expand-state) > .e-acrdn-header .e-acrdn-header-content {
|
|
2982
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2716
2983
|
color: #000;
|
|
2717
2984
|
}
|
|
2718
|
-
.e-accordion .e-acrdn-item.e-selected .e-acrdn-
|
|
2719
|
-
|
|
2720
|
-
|
|
2985
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2986
|
+
color: #000;
|
|
2987
|
+
}
|
|
2988
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2989
|
+
box-shadow: none;
|
|
2990
|
+
}
|
|
2991
|
+
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2992
|
+
border-color: #757575;
|
|
2993
|
+
border-style: solid;
|
|
2994
|
+
border-width: 0 0 1px 0;
|
|
2995
|
+
}
|
|
2996
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
|
|
2997
|
+
color: #000;
|
|
2721
2998
|
}
|
|
2722
|
-
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons,
|
|
2723
2999
|
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
|
|
2724
3000
|
color: #000;
|
|
2725
3001
|
}
|
|
3002
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
3003
|
+
background: none;
|
|
3004
|
+
border-radius: 0;
|
|
3005
|
+
border-color: #000;
|
|
3006
|
+
border-style: solid;
|
|
3007
|
+
border-width: 1px;
|
|
3008
|
+
}
|
|
2726
3009
|
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
|
|
2727
|
-
|
|
3010
|
+
background: inherit;
|
|
2728
3011
|
}
|
|
2729
3012
|
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
2730
3013
|
border-color: #000;
|
|
2731
3014
|
}
|
|
2732
|
-
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover .e-icons,
|
|
2733
|
-
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2734
|
-
color: #000;
|
|
2735
|
-
}
|
|
2736
3015
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
2737
3016
|
color: #000;
|
|
2738
3017
|
}
|
|
@@ -3375,33 +3654,15 @@
|
|
|
3375
3654
|
}
|
|
3376
3655
|
|
|
3377
3656
|
/*! tab icons */
|
|
3378
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
3379
|
-
content: "\e219";
|
|
3380
|
-
}
|
|
3381
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
3382
|
-
content: "\e98f";
|
|
3383
|
-
}
|
|
3384
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
3385
|
-
content: "\e98f";
|
|
3386
|
-
}
|
|
3387
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3388
|
-
content: "\e219";
|
|
3389
|
-
}
|
|
3390
3657
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3391
3658
|
content: "\e7fc";
|
|
3392
3659
|
position: relative;
|
|
3393
3660
|
}
|
|
3394
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3395
|
-
content: "\e85e";
|
|
3396
|
-
}
|
|
3397
3661
|
@media screen and (max-width: 480px) {
|
|
3398
3662
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3399
3663
|
content: "\e976";
|
|
3400
3664
|
}
|
|
3401
3665
|
}
|
|
3402
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3403
|
-
content: "\e84f";
|
|
3404
|
-
}
|
|
3405
3666
|
@media screen and (max-width: 480px) {
|
|
3406
3667
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3407
3668
|
content: "\e976";
|
|
@@ -3415,12 +3676,6 @@
|
|
|
3415
3676
|
content: "\e84f";
|
|
3416
3677
|
}
|
|
3417
3678
|
}
|
|
3418
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
3419
|
-
content: "\ebbb";
|
|
3420
|
-
}
|
|
3421
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
3422
|
-
content: "\ebbd";
|
|
3423
|
-
}
|
|
3424
3679
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
3425
3680
|
content: "More";
|
|
3426
3681
|
}
|
|
@@ -3469,8 +3724,8 @@
|
|
|
3469
3724
|
}
|
|
3470
3725
|
@media screen and (max-width: 480px) {
|
|
3471
3726
|
.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,
|
|
3472
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3473
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3727
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3728
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3474
3729
|
margin: 0 8px 0 0;
|
|
3475
3730
|
}
|
|
3476
3731
|
}
|
|
@@ -3480,17 +3735,21 @@
|
|
|
3480
3735
|
}
|
|
3481
3736
|
@media screen and (max-width: 480px) {
|
|
3482
3737
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3483
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3738
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3484
3739
|
margin: 0;
|
|
3485
3740
|
}
|
|
3486
3741
|
}
|
|
3742
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
3743
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
3744
|
+
margin: 0 14px 0 0;
|
|
3745
|
+
}
|
|
3487
3746
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3488
3747
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3489
3748
|
margin: 0;
|
|
3490
3749
|
}
|
|
3491
3750
|
@media screen and (max-width: 480px) {
|
|
3492
3751
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3493
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3752
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3494
3753
|
margin: 0;
|
|
3495
3754
|
}
|
|
3496
3755
|
}
|
|
@@ -3512,7 +3771,7 @@
|
|
|
3512
3771
|
}
|
|
3513
3772
|
@media screen and (max-width: 480px) {
|
|
3514
3773
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
3515
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3774
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3516
3775
|
margin: 0 8px 0 0;
|
|
3517
3776
|
}
|
|
3518
3777
|
}
|
|
@@ -3529,21 +3788,23 @@
|
|
|
3529
3788
|
}
|
|
3530
3789
|
@media screen and (max-width: 480px) {
|
|
3531
3790
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
3532
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3791
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3533
3792
|
padding: 0 8px;
|
|
3534
3793
|
}
|
|
3535
3794
|
}
|
|
3536
3795
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
3537
3796
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
3538
|
-
height: 50px;
|
|
3539
3797
|
height: 46px;
|
|
3540
3798
|
}
|
|
3541
3799
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3542
3800
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3543
3801
|
font-size: 15px;
|
|
3544
|
-
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3802
|
+
margin-bottom: 0;
|
|
3803
|
+
}
|
|
3804
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3805
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3806
|
+
position: relative;
|
|
3807
|
+
top: 0;
|
|
3547
3808
|
}
|
|
3548
3809
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3549
3810
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -3552,27 +3813,25 @@
|
|
|
3552
3813
|
}
|
|
3553
3814
|
@media screen and (max-width: 480px) {
|
|
3554
3815
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3555
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3816
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3556
3817
|
margin: 0 8px 0 0;
|
|
3557
3818
|
}
|
|
3558
3819
|
}
|
|
3820
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3821
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3822
|
+
position: relative;
|
|
3823
|
+
top: 0;
|
|
3824
|
+
}
|
|
3559
3825
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
3560
3826
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3561
3827
|
height: 46px;
|
|
3562
3828
|
margin-top: 0;
|
|
3563
|
-
height: 46px;
|
|
3564
3829
|
}
|
|
3565
3830
|
.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,
|
|
3566
3831
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3567
3832
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
3568
|
-
height: 50px;
|
|
3569
3833
|
height: 46px;
|
|
3570
3834
|
}
|
|
3571
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3572
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
3573
|
-
padding: 2px 0 0 0;
|
|
3574
|
-
padding: 0;
|
|
3575
|
-
}
|
|
3576
3835
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3577
3836
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3578
3837
|
cursor: pointer;
|
|
@@ -3580,7 +3839,7 @@
|
|
|
3580
3839
|
}
|
|
3581
3840
|
@media screen and (max-width: 480px) {
|
|
3582
3841
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3583
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3842
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3584
3843
|
margin: 0 0 0 8px;
|
|
3585
3844
|
}
|
|
3586
3845
|
}
|
|
@@ -3592,9 +3851,9 @@
|
|
|
3592
3851
|
}
|
|
3593
3852
|
@media screen and (max-width: 480px) {
|
|
3594
3853
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3595
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3596
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3597
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3854
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3855
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3856
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3598
3857
|
font-size: 12px;
|
|
3599
3858
|
}
|
|
3600
3859
|
}
|
|
@@ -3603,6 +3862,7 @@
|
|
|
3603
3862
|
height: 20px;
|
|
3604
3863
|
min-width: 20px;
|
|
3605
3864
|
width: 20px;
|
|
3865
|
+
line-height: 1;
|
|
3606
3866
|
}
|
|
3607
3867
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3608
3868
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -3614,13 +3874,23 @@
|
|
|
3614
3874
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
3615
3875
|
padding: 0 8px;
|
|
3616
3876
|
}
|
|
3877
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3878
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3879
|
+
margin: 0 0 0 12px;
|
|
3880
|
+
}
|
|
3881
|
+
@media screen and (max-width: 480px) {
|
|
3882
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3883
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3884
|
+
margin: 0;
|
|
3885
|
+
}
|
|
3886
|
+
}
|
|
3617
3887
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3618
3888
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3619
3889
|
margin: 0 0 0 8px;
|
|
3620
3890
|
}
|
|
3621
3891
|
@media screen and (max-width: 480px) {
|
|
3622
3892
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3623
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3893
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3624
3894
|
margin: 0 0 0 8px;
|
|
3625
3895
|
}
|
|
3626
3896
|
}
|
|
@@ -3654,16 +3924,6 @@
|
|
|
3654
3924
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon {
|
|
3655
3925
|
right: 8px;
|
|
3656
3926
|
}
|
|
3657
|
-
.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,
|
|
3658
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-text-wrap,
|
|
3659
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap {
|
|
3660
|
-
height: auto;
|
|
3661
|
-
}
|
|
3662
|
-
.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,
|
|
3663
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap,
|
|
3664
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap {
|
|
3665
|
-
height: 72px;
|
|
3666
|
-
}
|
|
3667
3927
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text,
|
|
3668
3928
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
|
|
3669
3929
|
margin: 10px 0 0;
|
|
@@ -3690,13 +3950,12 @@
|
|
|
3690
3950
|
}
|
|
3691
3951
|
@media screen and (max-width: 480px) {
|
|
3692
3952
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,
|
|
3693
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
3953
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
3694
3954
|
padding: 0 12px;
|
|
3695
3955
|
}
|
|
3696
3956
|
}
|
|
3697
3957
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap,
|
|
3698
3958
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
3699
|
-
height: 45px;
|
|
3700
3959
|
height: 41px;
|
|
3701
3960
|
}
|
|
3702
3961
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
|
|
@@ -3705,7 +3964,7 @@
|
|
|
3705
3964
|
}
|
|
3706
3965
|
@media screen and (max-width: 480px) {
|
|
3707
3966
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
|
|
3708
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
3967
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
3709
3968
|
padding-right: 0;
|
|
3710
3969
|
}
|
|
3711
3970
|
}
|
|
@@ -3729,8 +3988,8 @@
|
|
|
3729
3988
|
}
|
|
3730
3989
|
@media screen and (max-width: 480px) {
|
|
3731
3990
|
.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),
|
|
3732
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
3733
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
3991
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
3992
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
3734
3993
|
min-height: 50px;
|
|
3735
3994
|
}
|
|
3736
3995
|
}
|
|
@@ -3743,10 +4002,10 @@
|
|
|
3743
4002
|
}
|
|
3744
4003
|
@media screen and (max-width: 480px) {
|
|
3745
4004
|
.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,
|
|
3746
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
3747
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
3748
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
3749
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
4005
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
4006
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
4007
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
4008
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
3750
4009
|
height: 50px;
|
|
3751
4010
|
}
|
|
3752
4011
|
}
|
|
@@ -3759,8 +4018,8 @@
|
|
|
3759
4018
|
}
|
|
3760
4019
|
@media screen and (max-width: 480px) {
|
|
3761
4020
|
.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,
|
|
3762
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
3763
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4021
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4022
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
3764
4023
|
margin: 0;
|
|
3765
4024
|
padding-left: 0;
|
|
3766
4025
|
padding-right: 0;
|
|
@@ -3774,7 +4033,7 @@
|
|
|
3774
4033
|
}
|
|
3775
4034
|
@media screen and (max-width: 480px) {
|
|
3776
4035
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav,
|
|
3777
|
-
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
4036
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
3778
4037
|
padding: 0 8px;
|
|
3779
4038
|
}
|
|
3780
4039
|
}
|
|
@@ -3795,7 +4054,7 @@
|
|
|
3795
4054
|
}
|
|
3796
4055
|
@media screen and (max-width: 480px) {
|
|
3797
4056
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
3798
|
-
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4057
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3799
4058
|
font-size: 14px;
|
|
3800
4059
|
height: 32px;
|
|
3801
4060
|
line-height: 32px;
|
|
@@ -3808,9 +4067,8 @@
|
|
|
3808
4067
|
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3809
4068
|
font-size: 14px;
|
|
3810
4069
|
line-height: 32px;
|
|
3811
|
-
top: 0;
|
|
3812
|
-
vertical-align: initial;
|
|
3813
4070
|
top: -2px;
|
|
4071
|
+
vertical-align: initial;
|
|
3814
4072
|
}
|
|
3815
4073
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
3816
4074
|
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
@@ -3820,7 +4078,7 @@
|
|
|
3820
4078
|
}
|
|
3821
4079
|
@media screen and (max-width: 480px) {
|
|
3822
4080
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
3823
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
4081
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
3824
4082
|
padding: 0 8px;
|
|
3825
4083
|
}
|
|
3826
4084
|
}
|
|
@@ -3835,9 +4093,9 @@
|
|
|
3835
4093
|
}
|
|
3836
4094
|
@media screen and (max-width: 480px) {
|
|
3837
4095
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3838
|
-
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
3839
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3840
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4096
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
4097
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4098
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3841
4099
|
font-size: 14px;
|
|
3842
4100
|
height: 32px;
|
|
3843
4101
|
line-height: 32px;
|
|
@@ -3850,32 +4108,50 @@
|
|
|
3850
4108
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
3851
4109
|
font-size: 14px;
|
|
3852
4110
|
line-height: 32px;
|
|
3853
|
-
top: 0;
|
|
3854
|
-
vertical-align: initial;
|
|
3855
4111
|
top: -2px;
|
|
4112
|
+
vertical-align: initial;
|
|
3856
4113
|
}
|
|
3857
4114
|
@media screen and (max-width: 480px) {
|
|
3858
4115
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3859
|
-
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
3860
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3861
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4116
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4117
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4118
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
3862
4119
|
font-size: 16px;
|
|
3863
4120
|
}
|
|
3864
4121
|
}
|
|
4122
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4123
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
4124
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4125
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
4126
|
+
line-height: 32px;
|
|
4127
|
+
}
|
|
3865
4128
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3866
4129
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
3867
4130
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3868
4131
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
3869
|
-
|
|
4132
|
+
line-height: 32px;
|
|
3870
4133
|
top: -2px;
|
|
3871
4134
|
}
|
|
4135
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4136
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
4137
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4138
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
4139
|
+
line-height: 32px;
|
|
4140
|
+
}
|
|
3872
4141
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3873
4142
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
3874
4143
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3875
4144
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
3876
|
-
|
|
4145
|
+
line-height: 32px;
|
|
3877
4146
|
top: -2px;
|
|
3878
4147
|
}
|
|
4148
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
4149
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
4150
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
4151
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
4152
|
+
line-height: 32px;
|
|
4153
|
+
top: 0;
|
|
4154
|
+
}
|
|
3879
4155
|
.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
3880
4156
|
.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
3881
4157
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -3907,7 +4183,7 @@
|
|
|
3907
4183
|
}
|
|
3908
4184
|
@media screen and (max-width: 480px) {
|
|
3909
4185
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
|
|
3910
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
4186
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3911
4187
|
margin: 0 8px 0 0;
|
|
3912
4188
|
}
|
|
3913
4189
|
}
|
|
@@ -3915,6 +4191,15 @@
|
|
|
3915
4191
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text {
|
|
3916
4192
|
padding-top: 0;
|
|
3917
4193
|
}
|
|
4194
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before,
|
|
4195
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
4196
|
+
top: 1px;
|
|
4197
|
+
}
|
|
4198
|
+
.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,
|
|
4199
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
4200
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
4201
|
+
top: 1px;
|
|
4202
|
+
}
|
|
3918
4203
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
3919
4204
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
3920
4205
|
margin: 0;
|
|
@@ -3922,36 +4207,32 @@
|
|
|
3922
4207
|
}
|
|
3923
4208
|
@media screen and (max-width: 480px) {
|
|
3924
4209
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
3925
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
4210
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
3926
4211
|
margin: 0;
|
|
3927
4212
|
}
|
|
3928
4213
|
}
|
|
4214
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text,
|
|
4215
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text {
|
|
4216
|
+
padding-top: 0;
|
|
4217
|
+
}
|
|
4218
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before,
|
|
4219
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before {
|
|
4220
|
+
top: 1px;
|
|
4221
|
+
}
|
|
3929
4222
|
.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,
|
|
3930
4223
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,
|
|
3931
4224
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom {
|
|
3932
4225
|
padding-bottom: 0;
|
|
3933
4226
|
padding-top: 0;
|
|
3934
4227
|
}
|
|
3935
|
-
.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,
|
|
3936
|
-
.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,
|
|
3937
|
-
.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 {
|
|
3938
|
-
top: -1px;
|
|
3939
|
-
}
|
|
3940
4228
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap,
|
|
3941
4229
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap {
|
|
3942
4230
|
margin: 0;
|
|
3943
4231
|
}
|
|
3944
4232
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,
|
|
3945
4233
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
3946
|
-
height: 50px;
|
|
3947
|
-
padding: 0;
|
|
3948
4234
|
height: 46px;
|
|
3949
|
-
|
|
3950
|
-
.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,
|
|
3951
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3952
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3953
|
-
height: 50px;
|
|
3954
|
-
height: auto;
|
|
4235
|
+
padding: 0;
|
|
3955
4236
|
}
|
|
3956
4237
|
.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,
|
|
3957
4238
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
@@ -3973,7 +4254,7 @@
|
|
|
3973
4254
|
}
|
|
3974
4255
|
@media screen and (max-width: 480px) {
|
|
3975
4256
|
.e-bigger .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before,
|
|
3976
|
-
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
4257
|
+
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
3977
4258
|
bottom: 0;
|
|
3978
4259
|
top: 0;
|
|
3979
4260
|
}
|
|
@@ -4038,35 +4319,28 @@
|
|
|
4038
4319
|
.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items {
|
|
4039
4320
|
height: auto;
|
|
4040
4321
|
}
|
|
4041
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header,
|
|
4042
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header {
|
|
4322
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header,
|
|
4323
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header {
|
|
4043
4324
|
height: 72px;
|
|
4044
4325
|
min-height: 72px;
|
|
4045
4326
|
}
|
|
4046
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items,
|
|
4047
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
4327
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items,
|
|
4328
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
4048
4329
|
height: 72px;
|
|
4049
4330
|
}
|
|
4050
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-
|
|
4051
|
-
.e-
|
|
4052
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
4053
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
4054
|
-
bottom: -10px;
|
|
4055
|
-
top: auto;
|
|
4056
|
-
}
|
|
4057
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav,
|
|
4058
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav {
|
|
4331
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav,
|
|
4332
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
4059
4333
|
height: 72px;
|
|
4060
4334
|
}
|
|
4061
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav,
|
|
4062
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
4335
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav,
|
|
4336
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav {
|
|
4063
4337
|
height: 72px;
|
|
4064
4338
|
}
|
|
4065
4339
|
@media screen and (max-width: 480px) {
|
|
4066
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4067
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4068
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4069
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4340
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4341
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4342
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4343
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4070
4344
|
font-size: 12px;
|
|
4071
4345
|
}
|
|
4072
4346
|
}
|
|
@@ -4084,7 +4358,6 @@
|
|
|
4084
4358
|
}
|
|
4085
4359
|
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
4086
4360
|
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4087
|
-
height: 50px;
|
|
4088
4361
|
height: 46px;
|
|
4089
4362
|
}
|
|
4090
4363
|
.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,
|
|
@@ -4108,7 +4381,6 @@
|
|
|
4108
4381
|
}
|
|
4109
4382
|
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
4110
4383
|
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4111
|
-
height: 45px;
|
|
4112
4384
|
height: 41px;
|
|
4113
4385
|
}
|
|
4114
4386
|
.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,
|
|
@@ -4118,9 +4390,8 @@
|
|
|
4118
4390
|
}
|
|
4119
4391
|
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4120
4392
|
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4121
|
-
height: 50px;
|
|
4122
|
-
padding: 0;
|
|
4123
4393
|
height: 46px;
|
|
4394
|
+
padding: 0;
|
|
4124
4395
|
}
|
|
4125
4396
|
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
4126
4397
|
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
@@ -4190,6 +4461,14 @@
|
|
|
4190
4461
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
4191
4462
|
top: 0;
|
|
4192
4463
|
}
|
|
4464
|
+
.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),
|
|
4465
|
+
.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) {
|
|
4466
|
+
margin: 0 0 0 14px;
|
|
4467
|
+
}
|
|
4468
|
+
.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,
|
|
4469
|
+
.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 {
|
|
4470
|
+
margin: 0;
|
|
4471
|
+
}
|
|
4193
4472
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
4194
4473
|
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4195
4474
|
height: 48px;
|
|
@@ -4197,7 +4476,7 @@
|
|
|
4197
4476
|
}
|
|
4198
4477
|
@media screen and (max-width: 480px) {
|
|
4199
4478
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
4200
|
-
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4479
|
+
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4201
4480
|
height: 48px;
|
|
4202
4481
|
min-height: 48px;
|
|
4203
4482
|
}
|
|
@@ -4209,7 +4488,7 @@
|
|
|
4209
4488
|
}
|
|
4210
4489
|
@media screen and (max-width: 480px) {
|
|
4211
4490
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,
|
|
4212
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4491
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4213
4492
|
min-height: 48px;
|
|
4214
4493
|
}
|
|
4215
4494
|
}
|
|
@@ -4225,10 +4504,11 @@
|
|
|
4225
4504
|
height: 48px;
|
|
4226
4505
|
margin: 0;
|
|
4227
4506
|
min-height: 48px;
|
|
4507
|
+
padding: 0;
|
|
4228
4508
|
}
|
|
4229
4509
|
@media screen and (max-width: 480px) {
|
|
4230
4510
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4231
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4511
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4232
4512
|
height: 48px;
|
|
4233
4513
|
min-height: 48px;
|
|
4234
4514
|
}
|
|
@@ -4246,19 +4526,18 @@
|
|
|
4246
4526
|
}
|
|
4247
4527
|
@media screen and (max-width: 480px) {
|
|
4248
4528
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4249
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4529
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4250
4530
|
height: 48px;
|
|
4251
4531
|
padding: 0 10px;
|
|
4252
4532
|
}
|
|
4253
4533
|
}
|
|
4254
4534
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
4255
4535
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4256
|
-
height: 48px;
|
|
4257
4536
|
height: 44px;
|
|
4258
4537
|
}
|
|
4259
4538
|
@media screen and (max-width: 480px) {
|
|
4260
4539
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
4261
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4540
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4262
4541
|
height: 48px;
|
|
4263
4542
|
}
|
|
4264
4543
|
}
|
|
@@ -4272,25 +4551,23 @@
|
|
|
4272
4551
|
}
|
|
4273
4552
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4274
4553
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4275
|
-
height: 48px;
|
|
4276
4554
|
height: 44px;
|
|
4277
4555
|
}
|
|
4278
4556
|
@media screen and (max-width: 480px) {
|
|
4279
4557
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4280
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4558
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4281
4559
|
height: 48px;
|
|
4282
4560
|
}
|
|
4283
4561
|
}
|
|
4284
4562
|
.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,
|
|
4285
4563
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4286
4564
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4287
|
-
height: 48px;
|
|
4288
4565
|
height: 44px;
|
|
4289
4566
|
}
|
|
4290
4567
|
@media screen and (max-width: 480px) {
|
|
4291
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,
|
|
4292
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4293
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4569
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4570
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4294
4571
|
height: 48px;
|
|
4295
4572
|
}
|
|
4296
4573
|
}
|
|
@@ -4311,7 +4588,6 @@
|
|
|
4311
4588
|
}
|
|
4312
4589
|
.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,
|
|
4313
4590
|
.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
4314
|
-
height: 46px;
|
|
4315
4591
|
height: 44px;
|
|
4316
4592
|
}
|
|
4317
4593
|
.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,
|
|
@@ -4332,17 +4608,12 @@
|
|
|
4332
4608
|
}
|
|
4333
4609
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
4334
4610
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4335
|
-
height: 48px;
|
|
4336
4611
|
height: 44px;
|
|
4337
4612
|
}
|
|
4338
4613
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4339
4614
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4340
4615
|
height: 44px;
|
|
4341
4616
|
}
|
|
4342
|
-
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before,
|
|
4343
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before {
|
|
4344
|
-
top: 1px;
|
|
4345
|
-
}
|
|
4346
4617
|
.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,
|
|
4347
4618
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
4348
4619
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -4355,21 +4626,17 @@
|
|
|
4355
4626
|
}
|
|
4356
4627
|
@media screen and (max-width: 480px) {
|
|
4357
4628
|
.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,
|
|
4358
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4359
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4629
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4630
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4360
4631
|
height: auto;
|
|
4361
4632
|
}
|
|
4362
4633
|
}
|
|
4363
|
-
.e-bigger .e-tab.e-fill.e-focused .e-tab-header.e-horizontal-bottom .e-tab-wrap:focus .e-text-wrap,
|
|
4364
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header.e-horizontal-bottom .e-tab-wrap:focus .e-text-wrap {
|
|
4365
|
-
height: 44px;
|
|
4366
|
-
}
|
|
4367
4634
|
.e-bigger .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4368
4635
|
.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4369
4636
|
margin: 0;
|
|
4370
4637
|
}
|
|
4371
|
-
.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header,
|
|
4372
|
-
.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header {
|
|
4638
|
+
.e-bigger .e-tab.e-fill.e-vertical-icon > .e-tab-header,
|
|
4639
|
+
.e-tab.e-bigger.e-fill.e-vertical-icon > .e-tab-header {
|
|
4373
4640
|
height: 70px;
|
|
4374
4641
|
min-height: 70px;
|
|
4375
4642
|
}
|
|
@@ -4382,7 +4649,7 @@
|
|
|
4382
4649
|
}
|
|
4383
4650
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4384
4651
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4385
|
-
|
|
4652
|
+
padding: 0;
|
|
4386
4653
|
}
|
|
4387
4654
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4388
4655
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -4390,7 +4657,7 @@
|
|
|
4390
4657
|
}
|
|
4391
4658
|
@media screen and (max-width: 480px) {
|
|
4392
4659
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4393
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4660
|
+
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4394
4661
|
padding: 0 12px;
|
|
4395
4662
|
}
|
|
4396
4663
|
}
|
|
@@ -4402,16 +4669,6 @@
|
|
|
4402
4669
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4403
4670
|
margin-bottom: 0;
|
|
4404
4671
|
}
|
|
4405
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4406
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4407
|
-
height: 50px;
|
|
4408
|
-
height: 46px;
|
|
4409
|
-
}
|
|
4410
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:hover.e-itop .e-text-wrap, .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:hover.e-ibottom .e-text-wrap,
|
|
4411
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:hover.e-itop .e-text-wrap,
|
|
4412
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:hover.e-ibottom .e-text-wrap {
|
|
4413
|
-
height: auto;
|
|
4414
|
-
}
|
|
4415
4672
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
4416
4673
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
4417
4674
|
padding: 0 8px;
|
|
@@ -4430,13 +4687,17 @@
|
|
|
4430
4687
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4431
4688
|
margin: 0 0 0 14px;
|
|
4432
4689
|
}
|
|
4690
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
4691
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
4692
|
+
margin: 0;
|
|
4693
|
+
}
|
|
4433
4694
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4434
4695
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4435
4696
|
margin: 0 8px 0 0;
|
|
4436
4697
|
}
|
|
4437
4698
|
@media screen and (max-width: 480px) {
|
|
4438
4699
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4439
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4700
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4440
4701
|
margin: 0 8px 0 0;
|
|
4441
4702
|
}
|
|
4442
4703
|
}
|
|
@@ -4446,7 +4707,7 @@
|
|
|
4446
4707
|
}
|
|
4447
4708
|
@media screen and (max-width: 480px) {
|
|
4448
4709
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,
|
|
4449
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4710
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4450
4711
|
margin: 0 8px 0 0;
|
|
4451
4712
|
}
|
|
4452
4713
|
}
|
|
@@ -4474,7 +4735,7 @@
|
|
|
4474
4735
|
}
|
|
4475
4736
|
@media screen and (max-width: 480px) {
|
|
4476
4737
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,
|
|
4477
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4738
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4478
4739
|
padding-left: 0;
|
|
4479
4740
|
}
|
|
4480
4741
|
}
|
|
@@ -4497,8 +4758,8 @@
|
|
|
4497
4758
|
}
|
|
4498
4759
|
@media screen and (max-width: 480px) {
|
|
4499
4760
|
.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,
|
|
4500
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4501
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4761
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4762
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4502
4763
|
margin: 0;
|
|
4503
4764
|
padding-left: 0;
|
|
4504
4765
|
padding-right: 0;
|
|
@@ -4557,6 +4818,7 @@
|
|
|
4557
4818
|
.e-tab .e-tab-header::before {
|
|
4558
4819
|
content: "";
|
|
4559
4820
|
position: absolute;
|
|
4821
|
+
display: unset;
|
|
4560
4822
|
}
|
|
4561
4823
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
4562
4824
|
bottom: 0;
|
|
@@ -4586,6 +4848,32 @@
|
|
|
4586
4848
|
margin: 0;
|
|
4587
4849
|
}
|
|
4588
4850
|
}
|
|
4851
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
4852
|
+
position: unset;
|
|
4853
|
+
}
|
|
4854
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
4855
|
+
left: unset;
|
|
4856
|
+
right: unset;
|
|
4857
|
+
}
|
|
4858
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
4859
|
+
background-color: unset;
|
|
4860
|
+
bottom: unset;
|
|
4861
|
+
content: unset;
|
|
4862
|
+
height: unset;
|
|
4863
|
+
left: unset;
|
|
4864
|
+
position: unset;
|
|
4865
|
+
right: unset;
|
|
4866
|
+
transition: unset;
|
|
4867
|
+
}
|
|
4868
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
4869
|
+
color: unset;
|
|
4870
|
+
content: unset;
|
|
4871
|
+
display: unset;
|
|
4872
|
+
font-weight: unset;
|
|
4873
|
+
height: unset;
|
|
4874
|
+
overflow: unset;
|
|
4875
|
+
visibility: unset;
|
|
4876
|
+
}
|
|
4589
4877
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
4590
4878
|
padding: 0;
|
|
4591
4879
|
}
|
|
@@ -4597,6 +4885,7 @@
|
|
|
4597
4885
|
}
|
|
4598
4886
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4599
4887
|
width: 40px;
|
|
4888
|
+
border-radius: 0;
|
|
4600
4889
|
}
|
|
4601
4890
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4602
4891
|
margin: 0;
|
|
@@ -4624,6 +4913,7 @@
|
|
|
4624
4913
|
height: 2px;
|
|
4625
4914
|
left: 0;
|
|
4626
4915
|
right: 0;
|
|
4916
|
+
border-radius: 0;
|
|
4627
4917
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4628
4918
|
}
|
|
4629
4919
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4660,7 +4950,6 @@
|
|
|
4660
4950
|
align-items: center;
|
|
4661
4951
|
display: -ms-inline-flexbox;
|
|
4662
4952
|
display: inline-flex;
|
|
4663
|
-
height: 40px;
|
|
4664
4953
|
height: 36px;
|
|
4665
4954
|
}
|
|
4666
4955
|
@media screen and (max-width: 480px) {
|
|
@@ -4674,17 +4963,16 @@
|
|
|
4674
4963
|
font-size: 14px;
|
|
4675
4964
|
font-weight: 400;
|
|
4676
4965
|
text-transform: capitalize;
|
|
4966
|
+
-ms-flex-item-align: auto;
|
|
4967
|
+
-ms-grid-row-align: auto;
|
|
4968
|
+
align-self: auto;
|
|
4969
|
+
margin-bottom: 0;
|
|
4677
4970
|
}
|
|
4678
4971
|
@media screen and (max-width: 480px) {
|
|
4679
4972
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
4680
4973
|
font-size: 15px;
|
|
4681
4974
|
}
|
|
4682
4975
|
}
|
|
4683
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
4684
|
-
-ms-flex-item-align: auto;
|
|
4685
|
-
-ms-grid-row-align: auto;
|
|
4686
|
-
align-self: auto;
|
|
4687
|
-
}
|
|
4688
4976
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
4689
4977
|
margin: 0 8px 0 0;
|
|
4690
4978
|
padding-bottom: 0;
|
|
@@ -4697,7 +4985,6 @@
|
|
|
4697
4985
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4698
4986
|
height: 36px;
|
|
4699
4987
|
margin-top: 0;
|
|
4700
|
-
height: 36px;
|
|
4701
4988
|
}
|
|
4702
4989
|
@media screen and (max-width: 480px) {
|
|
4703
4990
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -4708,16 +4995,17 @@
|
|
|
4708
4995
|
margin-bottom: 0;
|
|
4709
4996
|
}
|
|
4710
4997
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
4711
|
-
font-weight:
|
|
4998
|
+
font-weight: 400;
|
|
4712
4999
|
}
|
|
4713
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-
|
|
4714
|
-
|
|
4715
|
-
|
|
4716
|
-
|
|
5000
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
5001
|
+
top: 2px;
|
|
5002
|
+
left: 0;
|
|
5003
|
+
}
|
|
5004
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
5005
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
5006
|
+
left: 0;
|
|
4717
5007
|
}
|
|
4718
5008
|
.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 {
|
|
4719
|
-
height: 40px;
|
|
4720
|
-
padding: 2px 0 0 0;
|
|
4721
5009
|
height: 36px;
|
|
4722
5010
|
padding: 0;
|
|
4723
5011
|
}
|
|
@@ -4726,16 +5014,6 @@
|
|
|
4726
5014
|
height: 50px;
|
|
4727
5015
|
}
|
|
4728
5016
|
}
|
|
4729
|
-
.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 {
|
|
4730
|
-
-ms-flex-item-align: auto;
|
|
4731
|
-
-ms-grid-row-align: auto;
|
|
4732
|
-
align-self: auto;
|
|
4733
|
-
}
|
|
4734
|
-
.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 {
|
|
4735
|
-
-ms-flex-item-align: auto;
|
|
4736
|
-
-ms-grid-row-align: auto;
|
|
4737
|
-
align-self: auto;
|
|
4738
|
-
}
|
|
4739
5017
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
4740
5018
|
display: none;
|
|
4741
5019
|
margin: 0 0 0 8px;
|
|
@@ -4752,13 +5030,12 @@
|
|
|
4752
5030
|
}
|
|
4753
5031
|
@media screen and (max-width: 480px) {
|
|
4754
5032
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon,
|
|
4755
|
-
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
5033
|
+
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4756
5034
|
font-size: 12px;
|
|
4757
5035
|
}
|
|
4758
5036
|
}
|
|
4759
5037
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4760
5038
|
top: 1px;
|
|
4761
|
-
top: 1px;
|
|
4762
5039
|
}
|
|
4763
5040
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
4764
5041
|
display: -ms-inline-flexbox;
|
|
@@ -4766,6 +5043,7 @@
|
|
|
4766
5043
|
height: 20px;
|
|
4767
5044
|
min-width: 20px;
|
|
4768
5045
|
width: 20px;
|
|
5046
|
+
line-height: 1;
|
|
4769
5047
|
}
|
|
4770
5048
|
@media screen and (max-width: 480px) {
|
|
4771
5049
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4779,10 +5057,19 @@
|
|
|
4779
5057
|
}
|
|
4780
5058
|
@media screen and (max-width: 480px) {
|
|
4781
5059
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4782
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5060
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
4783
5061
|
font-size: 20px;
|
|
4784
5062
|
}
|
|
4785
5063
|
}
|
|
5064
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5065
|
+
position: relative;
|
|
5066
|
+
top: 2px;
|
|
5067
|
+
left: 0;
|
|
5068
|
+
}
|
|
5069
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
5070
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
5071
|
+
left: 0;
|
|
5072
|
+
}
|
|
4786
5073
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
4787
5074
|
-ms-flex-pack: center;
|
|
4788
5075
|
justify-content: center;
|
|
@@ -4793,6 +5080,14 @@
|
|
|
4793
5080
|
padding: 0 8px;
|
|
4794
5081
|
}
|
|
4795
5082
|
}
|
|
5083
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5084
|
+
margin: 0 0 0 8px;
|
|
5085
|
+
}
|
|
5086
|
+
@media screen and (max-width: 480px) {
|
|
5087
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5088
|
+
margin: 0;
|
|
5089
|
+
}
|
|
5090
|
+
}
|
|
4796
5091
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4797
5092
|
margin: 0 0 0 6px;
|
|
4798
5093
|
}
|
|
@@ -4829,9 +5124,6 @@
|
|
|
4829
5124
|
display: block;
|
|
4830
5125
|
height: auto;
|
|
4831
5126
|
}
|
|
4832
|
-
.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 {
|
|
4833
|
-
height: 62px;
|
|
4834
|
-
}
|
|
4835
5127
|
.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 {
|
|
4836
5128
|
height: auto;
|
|
4837
5129
|
}
|
|
@@ -4893,6 +5185,7 @@
|
|
|
4893
5185
|
}
|
|
4894
5186
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
4895
5187
|
margin: 0;
|
|
5188
|
+
padding: 0;
|
|
4896
5189
|
}
|
|
4897
5190
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
4898
5191
|
height: 36px;
|
|
@@ -4906,9 +5199,8 @@
|
|
|
4906
5199
|
}
|
|
4907
5200
|
}
|
|
4908
5201
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4909
|
-
height: 36px;
|
|
4910
|
-
width: 100%;
|
|
4911
5202
|
height: 32px;
|
|
5203
|
+
width: 100%;
|
|
4912
5204
|
}
|
|
4913
5205
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4914
5206
|
display: -ms-inline-flexbox;
|
|
@@ -5038,9 +5330,8 @@
|
|
|
5038
5330
|
font-size: 12px;
|
|
5039
5331
|
line-height: 24px;
|
|
5040
5332
|
position: relative;
|
|
5041
|
-
top: 0;
|
|
5042
|
-
vertical-align: initial;
|
|
5043
5333
|
top: -2px;
|
|
5334
|
+
vertical-align: initial;
|
|
5044
5335
|
}
|
|
5045
5336
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
5046
5337
|
font-size: 12px;
|
|
@@ -5079,7 +5370,7 @@
|
|
|
5079
5370
|
}
|
|
5080
5371
|
@media screen and (max-width: 480px) {
|
|
5081
5372
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
5082
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5373
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5083
5374
|
font-size: 14px;
|
|
5084
5375
|
height: 32px;
|
|
5085
5376
|
line-height: 32px;
|
|
@@ -5091,21 +5382,30 @@
|
|
|
5091
5382
|
font-size: 12px;
|
|
5092
5383
|
line-height: 24px;
|
|
5093
5384
|
position: relative;
|
|
5094
|
-
top: 0;
|
|
5095
|
-
vertical-align: initial;
|
|
5096
5385
|
top: -2px;
|
|
5386
|
+
vertical-align: initial;
|
|
5097
5387
|
}
|
|
5098
5388
|
@media screen and (max-width: 480px) {
|
|
5099
5389
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5100
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5390
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5101
5391
|
font-size: 16px;
|
|
5102
5392
|
}
|
|
5103
5393
|
}
|
|
5394
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
5395
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
5396
|
+
line-height: 24px;
|
|
5397
|
+
}
|
|
5104
5398
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5105
5399
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5106
|
-
|
|
5400
|
+
line-height: 24px;
|
|
5107
5401
|
top: -2px;
|
|
5108
5402
|
}
|
|
5403
|
+
@media screen and (max-width: 480px) {
|
|
5404
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5405
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5406
|
+
line-height: 24px;
|
|
5407
|
+
}
|
|
5408
|
+
}
|
|
5109
5409
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
5110
5410
|
transform: rotate(0deg);
|
|
5111
5411
|
transition: none;
|
|
@@ -5126,14 +5426,58 @@
|
|
|
5126
5426
|
transition: none;
|
|
5127
5427
|
}
|
|
5128
5428
|
}
|
|
5429
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
5430
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
5431
|
+
line-height: 24px;
|
|
5432
|
+
}
|
|
5129
5433
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5130
5434
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5131
|
-
|
|
5435
|
+
line-height: 24px;
|
|
5132
5436
|
top: -2px;
|
|
5133
5437
|
}
|
|
5438
|
+
@media screen and (max-width: 480px) {
|
|
5439
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5440
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5441
|
+
line-height: 24px;
|
|
5442
|
+
}
|
|
5443
|
+
}
|
|
5444
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
5445
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
5446
|
+
line-height: 24px;
|
|
5447
|
+
top: 0;
|
|
5448
|
+
}
|
|
5449
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
5450
|
+
position: unset;
|
|
5451
|
+
}
|
|
5452
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5453
|
+
left: unset;
|
|
5454
|
+
right: unset;
|
|
5455
|
+
}
|
|
5456
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5457
|
+
background-color: unset;
|
|
5458
|
+
content: unset;
|
|
5459
|
+
height: unset;
|
|
5460
|
+
left: unset;
|
|
5461
|
+
position: unset;
|
|
5462
|
+
right: unset;
|
|
5463
|
+
top: unset;
|
|
5464
|
+
transition: unset;
|
|
5465
|
+
}
|
|
5466
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5467
|
+
color: unset;
|
|
5468
|
+
content: unset;
|
|
5469
|
+
display: unset;
|
|
5470
|
+
font-weight: unset;
|
|
5471
|
+
height: unset;
|
|
5472
|
+
overflow: unset;
|
|
5473
|
+
visibility: unset;
|
|
5474
|
+
}
|
|
5134
5475
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
5135
5476
|
bottom: auto;
|
|
5136
5477
|
}
|
|
5478
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar {
|
|
5479
|
+
margin-top: 0;
|
|
5480
|
+
}
|
|
5137
5481
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5138
5482
|
margin: 0;
|
|
5139
5483
|
padding-bottom: 0;
|
|
@@ -5159,8 +5503,6 @@
|
|
|
5159
5503
|
}
|
|
5160
5504
|
}
|
|
5161
5505
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
5162
|
-
height: 40px;
|
|
5163
|
-
padding: 0 0 2px 0;
|
|
5164
5506
|
height: 36px;
|
|
5165
5507
|
padding: 0;
|
|
5166
5508
|
}
|
|
@@ -5170,19 +5512,6 @@
|
|
|
5170
5512
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
5171
5513
|
top: 0;
|
|
5172
5514
|
}
|
|
5173
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap {
|
|
5174
|
-
height: auto;
|
|
5175
|
-
}
|
|
5176
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap .e-tab-text {
|
|
5177
|
-
-ms-flex-item-align: auto;
|
|
5178
|
-
-ms-grid-row-align: auto;
|
|
5179
|
-
align-self: auto;
|
|
5180
|
-
}
|
|
5181
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text {
|
|
5182
|
-
-ms-flex-item-align: auto;
|
|
5183
|
-
-ms-grid-row-align: auto;
|
|
5184
|
-
align-self: auto;
|
|
5185
|
-
}
|
|
5186
5515
|
.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 {
|
|
5187
5516
|
height: initial;
|
|
5188
5517
|
}
|
|
@@ -5220,9 +5549,8 @@
|
|
|
5220
5549
|
}
|
|
5221
5550
|
.e-tab .e-tab-header.e-vertical .e-indicator {
|
|
5222
5551
|
display: block;
|
|
5223
|
-
transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
5224
|
-
width: 2px;
|
|
5225
5552
|
transition: initial;
|
|
5553
|
+
width: 2px;
|
|
5226
5554
|
}
|
|
5227
5555
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5228
5556
|
height: inherit;
|
|
@@ -5279,6 +5607,30 @@
|
|
|
5279
5607
|
left: auto;
|
|
5280
5608
|
right: 0;
|
|
5281
5609
|
}
|
|
5610
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5611
|
+
bottom: unset;
|
|
5612
|
+
height: unset;
|
|
5613
|
+
}
|
|
5614
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5615
|
+
background-color: unset;
|
|
5616
|
+
bottom: unset;
|
|
5617
|
+
content: unset;
|
|
5618
|
+
height: unset;
|
|
5619
|
+
left: unset;
|
|
5620
|
+
position: unset;
|
|
5621
|
+
right: unset;
|
|
5622
|
+
transition: unset;
|
|
5623
|
+
width: unset;
|
|
5624
|
+
}
|
|
5625
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5626
|
+
color: unset;
|
|
5627
|
+
content: unset;
|
|
5628
|
+
display: unset;
|
|
5629
|
+
font-weight: unset;
|
|
5630
|
+
height: unset;
|
|
5631
|
+
overflow: unset;
|
|
5632
|
+
visibility: unset;
|
|
5633
|
+
}
|
|
5282
5634
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
5283
5635
|
float: right;
|
|
5284
5636
|
}
|
|
@@ -5295,6 +5647,30 @@
|
|
|
5295
5647
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
5296
5648
|
width: auto;
|
|
5297
5649
|
}
|
|
5650
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5651
|
+
bottom: unset;
|
|
5652
|
+
height: unset;
|
|
5653
|
+
}
|
|
5654
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5655
|
+
background-color: unset;
|
|
5656
|
+
bottom: unset;
|
|
5657
|
+
content: unset;
|
|
5658
|
+
height: unset;
|
|
5659
|
+
left: unset;
|
|
5660
|
+
position: unset;
|
|
5661
|
+
right: unset;
|
|
5662
|
+
transition: unset;
|
|
5663
|
+
width: unset;
|
|
5664
|
+
}
|
|
5665
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5666
|
+
color: unset;
|
|
5667
|
+
content: unset;
|
|
5668
|
+
display: unset;
|
|
5669
|
+
font-weight: unset;
|
|
5670
|
+
height: unset;
|
|
5671
|
+
overflow: unset;
|
|
5672
|
+
visibility: unset;
|
|
5673
|
+
}
|
|
5298
5674
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5299
5675
|
height: 16px;
|
|
5300
5676
|
-ms-flex-pack: center;
|
|
@@ -5342,7 +5718,7 @@
|
|
|
5342
5718
|
}
|
|
5343
5719
|
@media screen and (max-width: 480px) {
|
|
5344
5720
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
|
|
5345
|
-
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5721
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5346
5722
|
font-size: 15px;
|
|
5347
5723
|
}
|
|
5348
5724
|
}
|
|
@@ -5409,27 +5785,32 @@
|
|
|
5409
5785
|
.e-tab.e-vertical-tab .e-content .e-item > :first-child {
|
|
5410
5786
|
width: 100%;
|
|
5411
5787
|
}
|
|
5412
|
-
.e-tab.e-vertical-icon .e-tab-header {
|
|
5788
|
+
.e-tab.e-vertical-icon > .e-tab-header {
|
|
5413
5789
|
height: 62px;
|
|
5414
5790
|
min-height: 62px;
|
|
5415
5791
|
}
|
|
5416
|
-
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5417
|
-
.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 {
|
|
5792
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5793
|
+
.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 {
|
|
5418
5794
|
display: none;
|
|
5419
5795
|
}
|
|
5420
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
5796
|
+
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
5421
5797
|
height: 62px;
|
|
5422
5798
|
}
|
|
5423
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
5424
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5799
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
5800
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5425
5801
|
position: static;
|
|
5426
5802
|
}
|
|
5427
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5428
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5429
|
-
|
|
5803
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5804
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5805
|
+
border: 1px solid #400074;
|
|
5806
|
+
content: "";
|
|
5807
|
+
display: none;
|
|
5808
|
+
position: absolute;
|
|
5809
|
+
top: 95%;
|
|
5810
|
+
width: 100%;
|
|
5430
5811
|
}
|
|
5431
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5432
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5812
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5813
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5433
5814
|
content: "";
|
|
5434
5815
|
display: block;
|
|
5435
5816
|
position: absolute;
|
|
@@ -5437,36 +5818,39 @@
|
|
|
5437
5818
|
width: calc(100% - 16px);
|
|
5438
5819
|
border: 1px solid #400074;
|
|
5439
5820
|
}
|
|
5440
|
-
.e-tab.e-vertical-icon .e-tab-header .e-scroll-nav {
|
|
5821
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
5441
5822
|
height: 62px;
|
|
5442
5823
|
}
|
|
5443
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
5824
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav {
|
|
5444
5825
|
height: 62px;
|
|
5445
5826
|
}
|
|
5446
5827
|
@media screen and (max-width: 480px) {
|
|
5447
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5448
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5828
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5829
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5449
5830
|
font-size: 12px;
|
|
5450
5831
|
}
|
|
5451
5832
|
}
|
|
5452
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-indicator {
|
|
5833
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
5453
5834
|
width: 3px;
|
|
5454
5835
|
}
|
|
5455
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5456
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5836
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5837
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5457
5838
|
display: none;
|
|
5458
5839
|
}
|
|
5459
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5460
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5840
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5841
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5461
5842
|
position: relative;
|
|
5462
5843
|
}
|
|
5463
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-scroll-nav {
|
|
5844
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
5464
5845
|
height: 16px;
|
|
5465
5846
|
}
|
|
5466
|
-
.e-tab.e-vertical-icon .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5467
|
-
.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 {
|
|
5847
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5848
|
+
.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 {
|
|
5468
5849
|
top: 0;
|
|
5469
5850
|
}
|
|
5851
|
+
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
5852
|
+
margin: 0 0 0 8px;
|
|
5853
|
+
}
|
|
5470
5854
|
.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5471
5855
|
height: inherit;
|
|
5472
5856
|
}
|
|
@@ -5474,7 +5858,6 @@
|
|
|
5474
5858
|
height: 40px;
|
|
5475
5859
|
}
|
|
5476
5860
|
.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5477
|
-
height: 40px;
|
|
5478
5861
|
height: 36px;
|
|
5479
5862
|
}
|
|
5480
5863
|
.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 {
|
|
@@ -5490,21 +5873,14 @@
|
|
|
5490
5873
|
height: 36px;
|
|
5491
5874
|
}
|
|
5492
5875
|
.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5493
|
-
height: 36px;
|
|
5494
5876
|
height: 32px;
|
|
5495
5877
|
}
|
|
5496
5878
|
.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 {
|
|
5497
5879
|
height: 40px;
|
|
5498
5880
|
}
|
|
5499
5881
|
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
5500
|
-
height: 40px;
|
|
5501
|
-
padding: 0;
|
|
5502
5882
|
height: 36px;
|
|
5503
|
-
|
|
5504
|
-
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text {
|
|
5505
|
-
-ms-flex-item-align: auto;
|
|
5506
|
-
-ms-grid-row-align: auto;
|
|
5507
|
-
align-self: auto;
|
|
5883
|
+
padding: 0;
|
|
5508
5884
|
}
|
|
5509
5885
|
.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 {
|
|
5510
5886
|
height: auto;
|
|
@@ -5678,6 +6054,7 @@
|
|
|
5678
6054
|
height: 38px;
|
|
5679
6055
|
margin: 0;
|
|
5680
6056
|
min-height: 38px;
|
|
6057
|
+
padding: 0;
|
|
5681
6058
|
}
|
|
5682
6059
|
@media screen and (max-width: 480px) {
|
|
5683
6060
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5700,7 +6077,6 @@
|
|
|
5700
6077
|
}
|
|
5701
6078
|
}
|
|
5702
6079
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
5703
|
-
height: 38px;
|
|
5704
6080
|
height: 34px;
|
|
5705
6081
|
}
|
|
5706
6082
|
@media screen and (max-width: 480px) {
|
|
@@ -5715,7 +6091,6 @@
|
|
|
5715
6091
|
margin-bottom: 0;
|
|
5716
6092
|
}
|
|
5717
6093
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5718
|
-
height: 38px;
|
|
5719
6094
|
height: 34px;
|
|
5720
6095
|
}
|
|
5721
6096
|
@media screen and (max-width: 480px) {
|
|
@@ -5724,10 +6099,9 @@
|
|
|
5724
6099
|
}
|
|
5725
6100
|
}
|
|
5726
6101
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5727
|
-
font-weight:
|
|
6102
|
+
font-weight: 400;
|
|
5728
6103
|
}
|
|
5729
6104
|
.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 {
|
|
5730
|
-
height: 38px;
|
|
5731
6105
|
height: 34px;
|
|
5732
6106
|
}
|
|
5733
6107
|
@media screen and (max-width: 480px) {
|
|
@@ -5756,7 +6130,6 @@
|
|
|
5756
6130
|
padding: 0;
|
|
5757
6131
|
}
|
|
5758
6132
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
5759
|
-
height: 38px;
|
|
5760
6133
|
height: 34px;
|
|
5761
6134
|
}
|
|
5762
6135
|
@media screen and (max-width: 480px) {
|
|
@@ -5780,15 +6153,11 @@
|
|
|
5780
6153
|
height: 38px;
|
|
5781
6154
|
}
|
|
5782
6155
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5783
|
-
height: 38px;
|
|
5784
6156
|
height: 34px;
|
|
5785
6157
|
}
|
|
5786
6158
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
5787
6159
|
height: 34px;
|
|
5788
6160
|
}
|
|
5789
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before {
|
|
5790
|
-
top: 1px;
|
|
5791
|
-
}
|
|
5792
6161
|
.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 {
|
|
5793
6162
|
height: 59px;
|
|
5794
6163
|
}
|
|
@@ -5803,7 +6172,7 @@
|
|
|
5803
6172
|
.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5804
6173
|
margin: 0;
|
|
5805
6174
|
}
|
|
5806
|
-
.e-tab.e-fill.e-vertical-icon .e-tab-header {
|
|
6175
|
+
.e-tab.e-fill.e-vertical-icon > .e-tab-header {
|
|
5807
6176
|
height: 60px;
|
|
5808
6177
|
min-height: 60px;
|
|
5809
6178
|
}
|
|
@@ -5814,9 +6183,7 @@
|
|
|
5814
6183
|
}
|
|
5815
6184
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5816
6185
|
margin: 0;
|
|
5817
|
-
|
|
5818
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item:hover.e-itop .e-text-wrap, .e-tab.e-background .e-tab-header .e-toolbar-item:hover.e-ibottom .e-text-wrap {
|
|
5819
|
-
height: auto;
|
|
6186
|
+
padding: 0;
|
|
5820
6187
|
}
|
|
5821
6188
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5822
6189
|
padding: 0 10px;
|
|
@@ -5832,12 +6199,8 @@
|
|
|
5832
6199
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5833
6200
|
margin-bottom: 0;
|
|
5834
6201
|
}
|
|
5835
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5836
|
-
height: 40px;
|
|
5837
|
-
height: 36px;
|
|
5838
|
-
}
|
|
5839
6202
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5840
|
-
font-weight:
|
|
6203
|
+
font-weight: 400;
|
|
5841
6204
|
}
|
|
5842
6205
|
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
5843
6206
|
display: none;
|
|
@@ -5854,7 +6217,6 @@
|
|
|
5854
6217
|
padding: 0;
|
|
5855
6218
|
}
|
|
5856
6219
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap {
|
|
5857
|
-
height: 36px;
|
|
5858
6220
|
height: 32px;
|
|
5859
6221
|
}
|
|
5860
6222
|
.e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5867,6 +6229,9 @@
|
|
|
5867
6229
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5868
6230
|
margin: 0 0 0 8px;
|
|
5869
6231
|
}
|
|
6232
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
6233
|
+
margin: 0;
|
|
6234
|
+
}
|
|
5870
6235
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
5871
6236
|
margin: 0 6px 0 0;
|
|
5872
6237
|
}
|
|
@@ -5882,6 +6247,9 @@
|
|
|
5882
6247
|
margin-left: 20px;
|
|
5883
6248
|
margin-right: 0;
|
|
5884
6249
|
}
|
|
6250
|
+
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
6251
|
+
margin: 0 0 0 8px;
|
|
6252
|
+
}
|
|
5885
6253
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
5886
6254
|
margin: 0;
|
|
5887
6255
|
}
|
|
@@ -5969,7 +6337,6 @@
|
|
|
5969
6337
|
align-items: center;
|
|
5970
6338
|
display: -ms-inline-flexbox;
|
|
5971
6339
|
display: inline-flex;
|
|
5972
|
-
height: 40px;
|
|
5973
6340
|
height: 36px;
|
|
5974
6341
|
}
|
|
5975
6342
|
@media screen and (max-width: 480px) {
|
|
@@ -5983,17 +6350,15 @@
|
|
|
5983
6350
|
font-size: 14px;
|
|
5984
6351
|
font-weight: 400;
|
|
5985
6352
|
text-transform: capitalize;
|
|
6353
|
+
-ms-flex-item-align: auto;
|
|
6354
|
+
-ms-grid-row-align: auto;
|
|
6355
|
+
align-self: auto;
|
|
5986
6356
|
}
|
|
5987
6357
|
@media screen and (max-width: 480px) {
|
|
5988
6358
|
.e-tab-clone-element .e-tab-text {
|
|
5989
6359
|
font-size: 15px;
|
|
5990
6360
|
}
|
|
5991
6361
|
}
|
|
5992
|
-
.e-tab-clone-element .e-tab-text {
|
|
5993
|
-
-ms-flex-item-align: auto;
|
|
5994
|
-
-ms-grid-row-align: auto;
|
|
5995
|
-
align-self: auto;
|
|
5996
|
-
}
|
|
5997
6362
|
.e-tab-clone-element .e-icons.e-close-icon {
|
|
5998
6363
|
display: none;
|
|
5999
6364
|
}
|
|
@@ -6003,13 +6368,12 @@
|
|
|
6003
6368
|
}
|
|
6004
6369
|
@media screen and (max-width: 480px) {
|
|
6005
6370
|
.e-tab-clone-element .e-close-icon,
|
|
6006
|
-
.e-tab-clone-element .e-close-icon::before {
|
|
6371
|
+
.e-tab-clone-element .e-close-icon::before {
|
|
6007
6372
|
font-size: 12px;
|
|
6008
6373
|
}
|
|
6009
6374
|
}
|
|
6010
6375
|
.e-tab-clone-element .e-close-icon::before {
|
|
6011
6376
|
top: 1px;
|
|
6012
|
-
top: 1px;
|
|
6013
6377
|
}
|
|
6014
6378
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
6015
6379
|
display: -ms-inline-flexbox;
|
|
@@ -6017,6 +6381,7 @@
|
|
|
6017
6381
|
height: 20px;
|
|
6018
6382
|
min-width: 20px;
|
|
6019
6383
|
width: 20px;
|
|
6384
|
+
line-height: 1;
|
|
6020
6385
|
}
|
|
6021
6386
|
@media screen and (max-width: 480px) {
|
|
6022
6387
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -6030,7 +6395,7 @@
|
|
|
6030
6395
|
}
|
|
6031
6396
|
@media screen and (max-width: 480px) {
|
|
6032
6397
|
.e-tab-clone-element .e-tab-icon,
|
|
6033
|
-
.e-tab-clone-element .e-tab-icon::before {
|
|
6398
|
+
.e-tab-clone-element .e-tab-icon::before {
|
|
6034
6399
|
font-size: 20px;
|
|
6035
6400
|
}
|
|
6036
6401
|
}
|
|
@@ -6044,6 +6409,14 @@
|
|
|
6044
6409
|
padding: 0 8px;
|
|
6045
6410
|
}
|
|
6046
6411
|
}
|
|
6412
|
+
.e-tab-clone-element .e-icon-right {
|
|
6413
|
+
margin: 0 0 0 8px;
|
|
6414
|
+
}
|
|
6415
|
+
@media screen and (max-width: 480px) {
|
|
6416
|
+
.e-tab-clone-element .e-icon-right {
|
|
6417
|
+
margin: 0;
|
|
6418
|
+
}
|
|
6419
|
+
}
|
|
6047
6420
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6048
6421
|
margin: 0 0 0 6px;
|
|
6049
6422
|
}
|
|
@@ -6162,7 +6535,6 @@
|
|
|
6162
6535
|
}
|
|
6163
6536
|
}
|
|
6164
6537
|
.e-bigger .e-tab-clone-element .e-text-wrap {
|
|
6165
|
-
height: 50px;
|
|
6166
6538
|
height: 46px;
|
|
6167
6539
|
}
|
|
6168
6540
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
@@ -6186,7 +6558,7 @@
|
|
|
6186
6558
|
}
|
|
6187
6559
|
@media screen and (max-width: 480px) {
|
|
6188
6560
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon,
|
|
6189
|
-
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6561
|
+
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6190
6562
|
font-size: 12px;
|
|
6191
6563
|
}
|
|
6192
6564
|
}
|
|
@@ -6194,6 +6566,7 @@
|
|
|
6194
6566
|
height: 20px;
|
|
6195
6567
|
min-width: 20px;
|
|
6196
6568
|
width: 20px;
|
|
6569
|
+
line-height: 1;
|
|
6197
6570
|
}
|
|
6198
6571
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
6199
6572
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -6202,6 +6575,14 @@
|
|
|
6202
6575
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6203
6576
|
padding: 0 8px;
|
|
6204
6577
|
}
|
|
6578
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6579
|
+
margin: 0 0 0 12px;
|
|
6580
|
+
}
|
|
6581
|
+
@media screen and (max-width: 480px) {
|
|
6582
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6583
|
+
margin: 0;
|
|
6584
|
+
}
|
|
6585
|
+
}
|
|
6205
6586
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6206
6587
|
margin: 0 0 0 8px;
|
|
6207
6588
|
}
|
|
@@ -6228,12 +6609,6 @@
|
|
|
6228
6609
|
.e-bigger .e-tab-clone-element.e-itop .e-close-icon, .e-bigger .e-tab-clone-element.e-ibottom .e-close-icon {
|
|
6229
6610
|
right: 8px;
|
|
6230
6611
|
}
|
|
6231
|
-
.e-bigger .e-tab-clone-element.e-itop .e-text-wrap, .e-bigger .e-tab-clone-element.e-ibottom .e-text-wrap {
|
|
6232
|
-
height: auto;
|
|
6233
|
-
}
|
|
6234
|
-
.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 {
|
|
6235
|
-
height: 72px;
|
|
6236
|
-
}
|
|
6237
6612
|
.e-bigger .e-tab-clone-element.e-itop .e-tab-text {
|
|
6238
6613
|
margin: 10px 0 0;
|
|
6239
6614
|
}
|
|
@@ -6250,10 +6625,20 @@
|
|
|
6250
6625
|
background: inherit;
|
|
6251
6626
|
border: 0;
|
|
6252
6627
|
border-radius: 0;
|
|
6628
|
+
box-shadow: none;
|
|
6629
|
+
font-weight: normal;
|
|
6253
6630
|
border-bottom: 0;
|
|
6254
6631
|
}
|
|
6632
|
+
.e-tab .e-tab-header::before {
|
|
6633
|
+
border-color: unset;
|
|
6634
|
+
border-style: solid;
|
|
6635
|
+
}
|
|
6636
|
+
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
6637
|
+
border-width: 0;
|
|
6638
|
+
}
|
|
6255
6639
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
6256
6640
|
border-bottom: initial;
|
|
6641
|
+
margin-bottom: 0;
|
|
6257
6642
|
}
|
|
6258
6643
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
6259
6644
|
background: inherit;
|
|
@@ -6265,6 +6650,9 @@
|
|
|
6265
6650
|
background: inherit;
|
|
6266
6651
|
border: none;
|
|
6267
6652
|
}
|
|
6653
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
6654
|
+
background: inherit;
|
|
6655
|
+
}
|
|
6268
6656
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6269
6657
|
background: rgba(255, 255, 255, 0);
|
|
6270
6658
|
}
|
|
@@ -6289,6 +6677,8 @@
|
|
|
6289
6677
|
}
|
|
6290
6678
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6291
6679
|
background: inherit;
|
|
6680
|
+
border: 2px solid #fff;
|
|
6681
|
+
border-radius: 0;
|
|
6292
6682
|
}
|
|
6293
6683
|
@media screen and (max-width: 480px) {
|
|
6294
6684
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6303,6 +6693,9 @@
|
|
|
6303
6693
|
border: 0;
|
|
6304
6694
|
border-radius: 0;
|
|
6305
6695
|
}
|
|
6696
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6697
|
+
border: 2px solid #fff;
|
|
6698
|
+
}
|
|
6306
6699
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6307
6700
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6308
6701
|
color: #000;
|
|
@@ -6370,13 +6763,18 @@
|
|
|
6370
6763
|
}
|
|
6371
6764
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6372
6765
|
background: #ecf;
|
|
6373
|
-
border
|
|
6766
|
+
border: 2px solid #000;
|
|
6767
|
+
border-radius: 0;
|
|
6374
6768
|
}
|
|
6375
6769
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6376
6770
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6377
6771
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6378
6772
|
color: #000;
|
|
6379
6773
|
}
|
|
6774
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6775
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6776
|
+
color: #000;
|
|
6777
|
+
}
|
|
6380
6778
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6381
6779
|
background: #400074;
|
|
6382
6780
|
border-color: #400074;
|
|
@@ -6412,6 +6810,11 @@
|
|
|
6412
6810
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6413
6811
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6414
6812
|
box-shadow: none;
|
|
6813
|
+
border: 2px solid #fff;
|
|
6814
|
+
}
|
|
6815
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
6816
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
6817
|
+
background: inherit;
|
|
6415
6818
|
}
|
|
6416
6819
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
6417
6820
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
@@ -6423,7 +6826,6 @@
|
|
|
6423
6826
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6424
6827
|
background: #ecf;
|
|
6425
6828
|
color: #000;
|
|
6426
|
-
border: 2px solid #000;
|
|
6427
6829
|
}
|
|
6428
6830
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6429
6831
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
@@ -6431,6 +6833,12 @@
|
|
|
6431
6833
|
border-color: #400074;
|
|
6432
6834
|
color: #fff;
|
|
6433
6835
|
}
|
|
6836
|
+
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6837
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6838
|
+
box-shadow: none;
|
|
6839
|
+
background: inherit;
|
|
6840
|
+
border: 0;
|
|
6841
|
+
}
|
|
6434
6842
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
6435
6843
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
6436
6844
|
color: #000;
|
|
@@ -6465,6 +6873,10 @@
|
|
|
6465
6873
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
6466
6874
|
color: #000;
|
|
6467
6875
|
}
|
|
6876
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
6877
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
6878
|
+
background: transparent;
|
|
6879
|
+
}
|
|
6468
6880
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6469
6881
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
6470
6882
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
@@ -6486,26 +6898,32 @@
|
|
|
6486
6898
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active,
|
|
6487
6899
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6488
6900
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
6489
|
-
background: #
|
|
6901
|
+
background: #400074;
|
|
6902
|
+
color: #fff;
|
|
6490
6903
|
border: 0;
|
|
6491
6904
|
border-radius: 0;
|
|
6492
6905
|
box-shadow: none;
|
|
6493
|
-
background: #400074;
|
|
6494
|
-
color: #fff;
|
|
6495
6906
|
}
|
|
6496
6907
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6497
6908
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
6498
6909
|
border: 0;
|
|
6910
|
+
background: transparent;
|
|
6499
6911
|
}
|
|
6500
6912
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
6501
6913
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
6502
6914
|
background: transparent;
|
|
6503
6915
|
}
|
|
6916
|
+
.e-tab .e-tab-header .e-hor-nav:active,
|
|
6917
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
6918
|
+
box-shadow: none;
|
|
6919
|
+
background: transparent;
|
|
6920
|
+
}
|
|
6504
6921
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6505
6922
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6506
6923
|
background: inherit;
|
|
6507
6924
|
border: 0;
|
|
6508
6925
|
box-shadow: none;
|
|
6926
|
+
border-radius: 0 4px 4px 0;
|
|
6509
6927
|
}
|
|
6510
6928
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
6511
6929
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
@@ -6516,26 +6934,50 @@
|
|
|
6516
6934
|
border: 0;
|
|
6517
6935
|
}
|
|
6518
6936
|
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
6519
|
-
border-
|
|
6520
|
-
border-
|
|
6937
|
+
border-color: unset;
|
|
6938
|
+
border-style: solid;
|
|
6939
|
+
border-width: 0;
|
|
6940
|
+
}
|
|
6941
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
6942
|
+
border-color: unset;
|
|
6943
|
+
border-style: solid;
|
|
6944
|
+
border-width: 0;
|
|
6945
|
+
}
|
|
6946
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
6947
|
+
border-color: unset;
|
|
6948
|
+
border-style: solid;
|
|
6949
|
+
border-width: 0;
|
|
6950
|
+
}
|
|
6951
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
6952
|
+
border-radius: 0;
|
|
6521
6953
|
}
|
|
6522
6954
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6523
|
-
border-
|
|
6955
|
+
border-color: inherit unset unset;
|
|
6956
|
+
border-style: solid;
|
|
6957
|
+
border-width: 0;
|
|
6958
|
+
margin-top: 0;
|
|
6524
6959
|
border-radius: 0;
|
|
6525
|
-
|
|
6526
|
-
|
|
6960
|
+
}
|
|
6961
|
+
.e-tab .e-tab-header.e-vertical {
|
|
6962
|
+
border-bottom: 0;
|
|
6527
6963
|
}
|
|
6528
6964
|
.e-tab .e-tab-header.e-vertical::before {
|
|
6529
|
-
border-width: 0
|
|
6965
|
+
border-width: 0;
|
|
6530
6966
|
}
|
|
6531
6967
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active {
|
|
6532
6968
|
border-bottom: 0;
|
|
6533
6969
|
border-top: 0;
|
|
6534
6970
|
}
|
|
6971
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
6972
|
+
border-radius: 0;
|
|
6973
|
+
}
|
|
6535
6974
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6536
6975
|
border-radius: 0;
|
|
6537
6976
|
border-right: initial;
|
|
6538
6977
|
}
|
|
6978
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
6979
|
+
border-radius: 0;
|
|
6980
|
+
}
|
|
6539
6981
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6540
6982
|
border-left: initial;
|
|
6541
6983
|
border-radius: 0;
|
|
@@ -6593,6 +7035,7 @@
|
|
|
6593
7035
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
6594
7036
|
background: inherit;
|
|
6595
7037
|
border: 0;
|
|
7038
|
+
color: #000;
|
|
6596
7039
|
}
|
|
6597
7040
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6598
7041
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -6617,17 +7060,17 @@
|
|
|
6617
7060
|
}
|
|
6618
7061
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6619
7062
|
background: initial;
|
|
6620
|
-
border
|
|
6621
|
-
border-style: solid;
|
|
7063
|
+
border: 2px solid #000;
|
|
6622
7064
|
}
|
|
6623
7065
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6624
7066
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
6625
7067
|
color: #000;
|
|
6626
7068
|
}
|
|
7069
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
7070
|
+
color: #000;
|
|
7071
|
+
}
|
|
6627
7072
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6628
7073
|
color: #000;
|
|
6629
|
-
background: inherit;
|
|
6630
|
-
border: 2px solid #000;
|
|
6631
7074
|
}
|
|
6632
7075
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6633
7076
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -6648,10 +7091,6 @@
|
|
|
6648
7091
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus {
|
|
6649
7092
|
outline: 1.5px solid #000;
|
|
6650
7093
|
}
|
|
6651
|
-
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6652
|
-
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
6653
|
-
border-color: #000;
|
|
6654
|
-
}
|
|
6655
7094
|
.e-tab.e-disable {
|
|
6656
7095
|
pointer-events: none;
|
|
6657
7096
|
}
|
|
@@ -6671,6 +7110,9 @@
|
|
|
6671
7110
|
.e-tab.e-fill .e-tab-header {
|
|
6672
7111
|
border-bottom: 2px Solid #400074;
|
|
6673
7112
|
}
|
|
7113
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll {
|
|
7114
|
+
border: 0;
|
|
7115
|
+
}
|
|
6674
7116
|
.e-tab.e-fill .e-tab-header .e-toolbar-item {
|
|
6675
7117
|
border: 0;
|
|
6676
7118
|
}
|
|
@@ -6683,6 +7125,9 @@
|
|
|
6683
7125
|
.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 {
|
|
6684
7126
|
color: #000;
|
|
6685
7127
|
}
|
|
7128
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7129
|
+
color: #000;
|
|
7130
|
+
}
|
|
6686
7131
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6687
7132
|
margin-top: 0;
|
|
6688
7133
|
}
|
|
@@ -6717,6 +7162,18 @@
|
|
|
6717
7162
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
6718
7163
|
color: #fff;
|
|
6719
7164
|
}
|
|
7165
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
7166
|
+
background: #ecf;
|
|
7167
|
+
}
|
|
7168
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
7169
|
+
color: #000;
|
|
7170
|
+
}
|
|
7171
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
7172
|
+
color: #000;
|
|
7173
|
+
}
|
|
7174
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
7175
|
+
color: #000;
|
|
7176
|
+
}
|
|
6720
7177
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
6721
7178
|
border-bottom: 0;
|
|
6722
7179
|
border-top: 2px Solid #400074;
|
|
@@ -6770,7 +7227,12 @@
|
|
|
6770
7227
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6771
7228
|
background: #400074;
|
|
6772
7229
|
border-color: #000;
|
|
6773
|
-
|
|
7230
|
+
}
|
|
7231
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7232
|
+
color: #fff;
|
|
7233
|
+
}
|
|
7234
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7235
|
+
color: #000;
|
|
6774
7236
|
}
|
|
6775
7237
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6776
7238
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -6783,8 +7245,12 @@
|
|
|
6783
7245
|
.e-tab.e-background .e-tab-header .e-toolbar-items {
|
|
6784
7246
|
background: #ccc;
|
|
6785
7247
|
}
|
|
7248
|
+
.e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll {
|
|
7249
|
+
border: 0;
|
|
7250
|
+
}
|
|
6786
7251
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
6787
7252
|
background: #400074;
|
|
7253
|
+
bottom: 0;
|
|
6788
7254
|
}
|
|
6789
7255
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
6790
7256
|
border: 0;
|
|
@@ -6796,11 +7262,13 @@
|
|
|
6796
7262
|
background: #ccc;
|
|
6797
7263
|
border-color: #ccc;
|
|
6798
7264
|
}
|
|
6799
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6800
7265
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6801
7266
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6802
7267
|
color: #000;
|
|
6803
7268
|
}
|
|
7269
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
7270
|
+
color: #000;
|
|
7271
|
+
}
|
|
6804
7272
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
6805
7273
|
color: #000;
|
|
6806
7274
|
}
|
|
@@ -6809,12 +7277,12 @@
|
|
|
6809
7277
|
background-color: #ecf;
|
|
6810
7278
|
border-color: #000;
|
|
6811
7279
|
}
|
|
6812
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text
|
|
7280
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
7281
|
+
color: #000;
|
|
7282
|
+
}
|
|
6813
7283
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6814
|
-
color: #fff;
|
|
6815
7284
|
color: #000;
|
|
6816
7285
|
}
|
|
6817
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6818
7286
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6819
7287
|
color: #000;
|
|
6820
7288
|
}
|
|
@@ -6824,26 +7292,41 @@
|
|
|
6824
7292
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
6825
7293
|
border: 0;
|
|
6826
7294
|
margin: 0;
|
|
7295
|
+
background: inherit;
|
|
6827
7296
|
}
|
|
6828
7297
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6829
7298
|
background: #400074;
|
|
6830
|
-
border-radius: 0;
|
|
6831
7299
|
border-color: #400074;
|
|
7300
|
+
border-radius: 0;
|
|
7301
|
+
border-style: solid;
|
|
7302
|
+
border-width: 2px;
|
|
7303
|
+
}
|
|
7304
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
7305
|
+
color: #fff;
|
|
7306
|
+
}
|
|
7307
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
7308
|
+
color: #fff;
|
|
7309
|
+
}
|
|
7310
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
7311
|
+
color: rgba(255, 255, 255, 0.6);
|
|
6832
7312
|
}
|
|
6833
7313
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
6834
7314
|
background: #ecf;
|
|
6835
7315
|
border-color: #000;
|
|
6836
7316
|
}
|
|
6837
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text
|
|
7317
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7318
|
+
color: #000;
|
|
7319
|
+
}
|
|
6838
7320
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6839
|
-
color: #
|
|
7321
|
+
color: #000;
|
|
6840
7322
|
}
|
|
6841
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon,
|
|
6842
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6843
7323
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6844
7324
|
color: #000;
|
|
6845
7325
|
}
|
|
6846
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover
|
|
7326
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
7327
|
+
color: #400074;
|
|
7328
|
+
}
|
|
7329
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
6847
7330
|
color: #400074;
|
|
6848
7331
|
}
|
|
6849
7332
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
@@ -6860,6 +7343,12 @@
|
|
|
6860
7343
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6861
7344
|
color: #fff;
|
|
6862
7345
|
}
|
|
7346
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7347
|
+
color: #000;
|
|
7348
|
+
}
|
|
7349
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
7350
|
+
color: #000;
|
|
7351
|
+
}
|
|
6863
7352
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
6864
7353
|
border: 0;
|
|
6865
7354
|
}
|
|
@@ -6870,7 +7359,8 @@
|
|
|
6870
7359
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
6871
7360
|
color: rgba(255, 255, 255, 0.6);
|
|
6872
7361
|
}
|
|
6873
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
7362
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
7363
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
6874
7364
|
color: #fff;
|
|
6875
7365
|
}
|
|
6876
7366
|
.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 {
|
|
@@ -6885,7 +7375,8 @@
|
|
|
6885
7375
|
background: #ccc;
|
|
6886
7376
|
}
|
|
6887
7377
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6888
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
7378
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
7379
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6889
7380
|
color: #000;
|
|
6890
7381
|
}
|
|
6891
7382
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6894,16 +7385,21 @@
|
|
|
6894
7385
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6895
7386
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6896
7387
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6897
|
-
color: #fff;
|
|
6898
7388
|
color: #000;
|
|
6899
7389
|
}
|
|
6900
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6901
|
-
|
|
7390
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
7391
|
+
color: #fff;
|
|
7392
|
+
}
|
|
7393
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
7394
|
+
color: #000;
|
|
6902
7395
|
}
|
|
6903
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
6904
7396
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
6905
7397
|
color: #fff;
|
|
6906
7398
|
}
|
|
7399
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
7400
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
7401
|
+
background: inherit;
|
|
7402
|
+
}
|
|
6907
7403
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
6908
7404
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
6909
7405
|
color: #000;
|
|
@@ -6914,29 +7410,22 @@
|
|
|
6914
7410
|
background: #ecf;
|
|
6915
7411
|
color: #000;
|
|
6916
7412
|
border-color: #000;
|
|
6917
|
-
color: #000;
|
|
6918
7413
|
}
|
|
6919
7414
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
6920
7415
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
6921
7416
|
background: #400074;
|
|
6922
7417
|
color: #fff;
|
|
6923
7418
|
}
|
|
6924
|
-
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active .e-icons,
|
|
6925
|
-
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active .e-icons {
|
|
6926
|
-
color: #fff;
|
|
6927
|
-
}
|
|
6928
7419
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
6929
7420
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6930
7421
|
color: #000;
|
|
6931
|
-
background: transparent;
|
|
6932
7422
|
border: 2px solid #000;
|
|
7423
|
+
background: transparent;
|
|
6933
7424
|
}
|
|
6934
7425
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6935
7426
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6936
7427
|
background: #ecf;
|
|
6937
7428
|
color: #000;
|
|
6938
|
-
border: 2px solid #000;
|
|
6939
|
-
color: #000;
|
|
6940
7429
|
}
|
|
6941
7430
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6942
7431
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
@@ -6948,6 +7437,10 @@
|
|
|
6948
7437
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
6949
7438
|
animation: none;
|
|
6950
7439
|
}
|
|
7440
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7441
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
7442
|
+
background: transparent;
|
|
7443
|
+
}
|
|
6951
7444
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6952
7445
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
6953
7446
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
@@ -6960,16 +7453,9 @@
|
|
|
6960
7453
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6961
7454
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
6962
7455
|
background: #ecf;
|
|
6963
|
-
color: #000;
|
|
6964
7456
|
border-color: #000;
|
|
6965
7457
|
color: #000;
|
|
6966
7458
|
}
|
|
6967
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active .e-icons,
|
|
6968
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active .e-icons,
|
|
6969
|
-
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active .e-icons,
|
|
6970
|
-
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active .e-icons {
|
|
6971
|
-
color: #fff;
|
|
6972
|
-
}
|
|
6973
7459
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
6974
7460
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
6975
7461
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
@@ -6990,8 +7476,6 @@
|
|
|
6990
7476
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
6991
7477
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
6992
7478
|
background: #ecf;
|
|
6993
|
-
border: 2px solid #000;
|
|
6994
|
-
color: #000;
|
|
6995
7479
|
}
|
|
6996
7480
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6997
7481
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
@@ -7009,6 +7493,40 @@
|
|
|
7009
7493
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
7010
7494
|
color: #000;
|
|
7011
7495
|
}
|
|
7496
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
7497
|
+
border: 0;
|
|
7498
|
+
margin: 0;
|
|
7499
|
+
}
|
|
7500
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
7501
|
+
border-color: #400074;
|
|
7502
|
+
border-radius: 0;
|
|
7503
|
+
border-style: solid;
|
|
7504
|
+
border-width: 2px;
|
|
7505
|
+
}
|
|
7506
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
7507
|
+
border-color: unset;
|
|
7508
|
+
border-style: solid;
|
|
7509
|
+
border-width: 0;
|
|
7510
|
+
margin: 0;
|
|
7511
|
+
}
|
|
7512
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
7513
|
+
border-color: #400074;
|
|
7514
|
+
border-radius: 0;
|
|
7515
|
+
border-style: solid;
|
|
7516
|
+
border-width: 2px;
|
|
7517
|
+
}
|
|
7518
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
7519
|
+
border-color: unset;
|
|
7520
|
+
border-style: solid;
|
|
7521
|
+
border-width: 0;
|
|
7522
|
+
margin: 0;
|
|
7523
|
+
}
|
|
7524
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
7525
|
+
border-color: #400074;
|
|
7526
|
+
border-radius: 0;
|
|
7527
|
+
border-style: solid;
|
|
7528
|
+
border-width: 2px;
|
|
7529
|
+
}
|
|
7012
7530
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
7013
7531
|
border: 0;
|
|
7014
7532
|
}
|
|
@@ -7071,8 +7589,8 @@
|
|
|
7071
7589
|
background: #757575;
|
|
7072
7590
|
}
|
|
7073
7591
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
7592
|
+
background: initial;
|
|
7074
7593
|
border-color: #000;
|
|
7075
|
-
border-style: solid;
|
|
7076
7594
|
}
|
|
7077
7595
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
7078
7596
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -7080,13 +7598,42 @@
|
|
|
7080
7598
|
color: #000;
|
|
7081
7599
|
}
|
|
7082
7600
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
7601
|
+
background: #400074;
|
|
7083
7602
|
border-color: #000;
|
|
7084
|
-
border-style: solid;
|
|
7085
7603
|
}
|
|
7086
7604
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
7087
7605
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7088
7606
|
color: #fff;
|
|
7089
7607
|
}
|
|
7608
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7609
|
+
background: #ecf;
|
|
7610
|
+
border: 2px solid #fff;
|
|
7611
|
+
border-radius: 0;
|
|
7612
|
+
}
|
|
7613
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7614
|
+
color: #fff;
|
|
7615
|
+
}
|
|
7616
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7617
|
+
color: #fff;
|
|
7618
|
+
}
|
|
7619
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7620
|
+
color: #000;
|
|
7621
|
+
}
|
|
7622
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7623
|
+
color: #000;
|
|
7624
|
+
}
|
|
7625
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7626
|
+
color: #000;
|
|
7627
|
+
}
|
|
7628
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
7629
|
+
color: #000;
|
|
7630
|
+
}
|
|
7631
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7632
|
+
color: #fff;
|
|
7633
|
+
}
|
|
7634
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
7635
|
+
color: #000;
|
|
7636
|
+
}
|
|
7090
7637
|
.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 {
|
|
7091
7638
|
background: #400074;
|
|
7092
7639
|
}
|
|
@@ -7109,6 +7656,8 @@
|
|
|
7109
7656
|
.e-tab .e-content .e-item {
|
|
7110
7657
|
background: inherit;
|
|
7111
7658
|
color: #000;
|
|
7659
|
+
font-size: 12px;
|
|
7660
|
+
line-height: 18px;
|
|
7112
7661
|
}
|
|
7113
7662
|
|
|
7114
7663
|
.e-tab-clone-element {
|