@syncfusion/ej2-angular-navigations 20.4.38 → 20.4.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/src/tab/items.directive.mjs +3 -3
- package/esm2020/src/toolbar/items.directive.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs +4 -4
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs +4 -4
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/tab/items.directive.d.ts +8 -1
- package/src/toolbar/items.directive.d.ts +8 -1
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +1130 -281
- package/styles/bootstrap.css +1116 -267
- package/styles/bootstrap4.css +996 -280
- package/styles/bootstrap5-dark.css +1046 -281
- package/styles/bootstrap5.css +1046 -281
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1172 -336
- package/styles/fabric.css +1170 -334
- package/styles/fluent-dark.css +1110 -223
- package/styles/fluent.css +1108 -221
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +1026 -477
- package/styles/highcontrast.css +1028 -473
- package/styles/material-dark.css +1275 -205
- package/styles/material.css +1273 -203
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/pager/bootstrap-dark.css +9 -9
- package/styles/pager/bootstrap.css +9 -9
- package/styles/pager/bootstrap4.css +9 -9
- package/styles/pager/bootstrap5-dark.css +9 -9
- package/styles/pager/bootstrap5.css +9 -9
- package/styles/pager/fabric-dark.css +9 -9
- package/styles/pager/fabric.css +9 -9
- package/styles/pager/fluent-dark.css +9 -9
- package/styles/pager/fluent.css +9 -9
- package/styles/pager/highcontrast-light.css +9 -9
- package/styles/pager/highcontrast.css +9 -9
- package/styles/pager/material-dark.css +9 -9
- package/styles/pager/material.css +9 -9
- package/styles/pager/tailwind-dark.css +9 -9
- package/styles/pager/tailwind.css +9 -9
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +304 -1010
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +675 -202
- package/styles/tab/bootstrap.css +662 -189
- package/styles/tab/bootstrap4.css +634 -207
- package/styles/tab/bootstrap5-dark.css +611 -227
- package/styles/tab/bootstrap5.css +611 -227
- package/styles/tab/fabric-dark.css +709 -294
- package/styles/tab/fabric.css +707 -292
- package/styles/tab/fluent-dark.css +633 -193
- package/styles/tab/fluent.css +633 -193
- package/styles/tab/highcontrast-light.css +615 -345
- package/styles/tab/highcontrast.css +615 -339
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +791 -140
- package/styles/tab/material.css +791 -140
- package/styles/tab/tailwind-dark.css +792 -157
- package/styles/tab/tailwind.css +792 -157
- package/styles/tailwind-dark.css +1238 -192
- package/styles/tailwind.css +1239 -193
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
package/styles/highcontrast.css
CHANGED
|
@@ -96,15 +96,15 @@
|
|
|
96
96
|
}
|
|
97
97
|
@media (max-width: 769px) {
|
|
98
98
|
.e-bigger .e-pager,
|
|
99
|
-
.e-pager.e-bigger {
|
|
99
|
+
.e-pager.e-bigger {
|
|
100
100
|
padding: 19px 0;
|
|
101
101
|
}
|
|
102
102
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
103
|
-
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
103
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
104
104
|
margin-right: 0;
|
|
105
105
|
}
|
|
106
106
|
.e-bigger .e-pager div.e-parentmsgbar,
|
|
107
|
-
.e-pager.e-bigger div.e-parentmsgbar {
|
|
107
|
+
.e-pager.e-bigger div.e-parentmsgbar {
|
|
108
108
|
padding: 0;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -425,9 +425,9 @@
|
|
|
425
425
|
font-size: 11px;
|
|
426
426
|
}
|
|
427
427
|
.e-pager .e-mfirst,
|
|
428
|
-
.e-pager .e-mprev,
|
|
429
|
-
.e-pager .e-mnext,
|
|
430
|
-
.e-pager .e-mlast {
|
|
428
|
+
.e-pager .e-mprev,
|
|
429
|
+
.e-pager .e-mnext,
|
|
430
|
+
.e-pager .e-mlast {
|
|
431
431
|
border: 0;
|
|
432
432
|
box-sizing: border-box;
|
|
433
433
|
display: inline-block;
|
|
@@ -542,9 +542,9 @@
|
|
|
542
542
|
}
|
|
543
543
|
@media (max-width: 769px) {
|
|
544
544
|
.e-pager.e-rtl .e-mfirst,
|
|
545
|
-
.e-pager.e-rtl .e-mprev,
|
|
546
|
-
.e-pager.e-rtl .e-mnext,
|
|
547
|
-
.e-pager.e-rtl .e-mlast {
|
|
545
|
+
.e-pager.e-rtl .e-mprev,
|
|
546
|
+
.e-pager.e-rtl .e-mnext,
|
|
547
|
+
.e-pager.e-rtl .e-mlast {
|
|
548
548
|
border: 0;
|
|
549
549
|
}
|
|
550
550
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
@@ -695,10 +695,10 @@
|
|
|
695
695
|
content: "\e913";
|
|
696
696
|
}
|
|
697
697
|
.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
698
|
-
content: "\
|
|
698
|
+
content: "\e98f";
|
|
699
699
|
}
|
|
700
700
|
.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
701
|
-
content: "\
|
|
701
|
+
content: "\e219";
|
|
702
702
|
}
|
|
703
703
|
.e-hscroll.e-scroll-device .e-nav-right-arrow::before {
|
|
704
704
|
content: "\e913";
|
|
@@ -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: #685708;
|
|
910
|
-
border: 0;
|
|
911
|
-
color: #fff;
|
|
912
911
|
border: 2px solid #fff;
|
|
912
|
+
color: #fff;
|
|
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: #fff;
|
|
916
916
|
}
|
|
917
917
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
918
|
-
background: #685708;
|
|
919
|
-
border: 0;
|
|
920
|
-
color: #fff;
|
|
921
918
|
background: inherit;
|
|
922
919
|
border: 2px solid #fff;
|
|
920
|
+
color: #fff;
|
|
921
|
+
}
|
|
922
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
|
|
923
|
+
color: #fff;
|
|
923
924
|
}
|
|
924
925
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
925
926
|
background: #ffd939;
|
|
@@ -955,11 +956,11 @@
|
|
|
955
956
|
content: "\e84f";
|
|
956
957
|
}
|
|
957
958
|
.e-vscroll .e-nav-up-arrow::before {
|
|
958
|
-
content: "\
|
|
959
|
+
content: "\e85e";
|
|
959
960
|
line-height: normal;
|
|
960
961
|
}
|
|
961
962
|
.e-vscroll .e-nav-down-arrow::before {
|
|
962
|
-
content: "\
|
|
963
|
+
content: "\e84f";
|
|
963
964
|
line-height: normal;
|
|
964
965
|
}
|
|
965
966
|
|
|
@@ -1116,25 +1117,16 @@
|
|
|
1116
1117
|
border-color: transparent;
|
|
1117
1118
|
color: #fff;
|
|
1118
1119
|
}
|
|
1119
|
-
.e-vscroll.e-rtl .e-scroll-nav:hover:active {
|
|
1120
|
-
background: #ffd939;
|
|
1121
|
-
}
|
|
1122
1120
|
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
1123
1121
|
background: #685708;
|
|
1124
1122
|
border: 0;
|
|
1125
1123
|
color: #fff;
|
|
1126
|
-
border: 1px solid #fff;
|
|
1127
|
-
}
|
|
1128
|
-
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover:active {
|
|
1129
|
-
border: 0;
|
|
1130
1124
|
}
|
|
1131
1125
|
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
1132
1126
|
background: #685708;
|
|
1133
1127
|
border: 0;
|
|
1134
1128
|
border-color: transparent;
|
|
1135
1129
|
color: #fff;
|
|
1136
|
-
background: inherit;
|
|
1137
|
-
border: 2px solid #fff;
|
|
1138
1130
|
}
|
|
1139
1131
|
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
1140
1132
|
background: #ffd939;
|
|
@@ -1142,9 +1134,6 @@
|
|
|
1142
1134
|
box-shadow: none;
|
|
1143
1135
|
color: #fff;
|
|
1144
1136
|
}
|
|
1145
|
-
.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
1146
|
-
color: #000;
|
|
1147
|
-
}
|
|
1148
1137
|
.e-vscroll .e-scroll-nav {
|
|
1149
1138
|
background: #000;
|
|
1150
1139
|
}
|
|
@@ -1179,10 +1168,18 @@
|
|
|
1179
1168
|
height: 50px;
|
|
1180
1169
|
min-height: 50px;
|
|
1181
1170
|
}
|
|
1171
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
1172
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
|
|
1173
|
+
font-size: 14px;
|
|
1174
|
+
}
|
|
1182
1175
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
1183
1176
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
1184
1177
|
font-size: 18px;
|
|
1185
1178
|
}
|
|
1179
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
|
|
1180
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
|
|
1181
|
+
font-size: 16px;
|
|
1182
|
+
}
|
|
1186
1183
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
1187
1184
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
1188
1185
|
border-bottom: 0;
|
|
@@ -1258,6 +1255,10 @@
|
|
|
1258
1255
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1259
1256
|
line-height: inherit;
|
|
1260
1257
|
}
|
|
1258
|
+
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
1259
|
+
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
1260
|
+
height: auto;
|
|
1261
|
+
}
|
|
1261
1262
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
1262
1263
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1263
1264
|
min-width: 48px;
|
|
@@ -1266,11 +1267,13 @@
|
|
|
1266
1267
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
1267
1268
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1268
1269
|
min-width: 25px;
|
|
1270
|
+
font-size: 16px;
|
|
1269
1271
|
}
|
|
1270
1272
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1271
1273
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1272
1274
|
min-height: 45px;
|
|
1273
1275
|
padding: 0 12.5px 0 0;
|
|
1276
|
+
line-height: 35px;
|
|
1274
1277
|
}
|
|
1275
1278
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1276
1279
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -1280,6 +1283,7 @@
|
|
|
1280
1283
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1281
1284
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1282
1285
|
padding: 0 12.5px;
|
|
1286
|
+
font-size: 14px;
|
|
1283
1287
|
}
|
|
1284
1288
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
1285
1289
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -1368,6 +1372,19 @@
|
|
|
1368
1372
|
min-height: 49px;
|
|
1369
1373
|
min-width: 50px;
|
|
1370
1374
|
padding: 0;
|
|
1375
|
+
line-height: 35px;
|
|
1376
|
+
}
|
|
1377
|
+
.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,
|
|
1378
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1379
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1380
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
1381
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1382
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1383
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1384
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1385
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1386
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1387
|
+
padding: 0;
|
|
1371
1388
|
}
|
|
1372
1389
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1373
1390
|
.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,
|
|
@@ -1394,7 +1411,6 @@
|
|
|
1394
1411
|
padding-left: 3px;
|
|
1395
1412
|
padding-right: 3px;
|
|
1396
1413
|
padding-top: 0;
|
|
1397
|
-
margin-left: -1px;
|
|
1398
1414
|
}
|
|
1399
1415
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1400
1416
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -1458,6 +1474,18 @@
|
|
|
1458
1474
|
min-width: 50px;
|
|
1459
1475
|
padding: 0;
|
|
1460
1476
|
}
|
|
1477
|
+
.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,
|
|
1478
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1479
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1480
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
1481
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1482
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1483
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1484
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1485
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1486
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1487
|
+
padding: 0;
|
|
1488
|
+
}
|
|
1461
1489
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1462
1490
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1463
1491
|
line-height: 35px;
|
|
@@ -1482,7 +1510,6 @@
|
|
|
1482
1510
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1483
1511
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1484
1512
|
padding-right: 3px;
|
|
1485
|
-
margin-left: 0;
|
|
1486
1513
|
}
|
|
1487
1514
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1488
1515
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -1626,6 +1653,9 @@
|
|
|
1626
1653
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1627
1654
|
line-height: 25px;
|
|
1628
1655
|
}
|
|
1656
|
+
.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 {
|
|
1657
|
+
padding: 0;
|
|
1658
|
+
}
|
|
1629
1659
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1630
1660
|
margin: 7.5px 3px;
|
|
1631
1661
|
min-height: 25px;
|
|
@@ -1637,6 +1667,7 @@
|
|
|
1637
1667
|
min-height: 25px;
|
|
1638
1668
|
min-width: 20px;
|
|
1639
1669
|
padding: 0;
|
|
1670
|
+
font-size: 14px;
|
|
1640
1671
|
}
|
|
1641
1672
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1642
1673
|
display: -ms-inline-flexbox;
|
|
@@ -1709,6 +1740,9 @@
|
|
|
1709
1740
|
justify-content: flex-start;
|
|
1710
1741
|
min-height: 36px;
|
|
1711
1742
|
padding: 0 10px 0 0;
|
|
1743
|
+
border: 2px solid #000;
|
|
1744
|
+
border-radius: 0;
|
|
1745
|
+
margin: 0;
|
|
1712
1746
|
}
|
|
1713
1747
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1714
1748
|
margin: 0;
|
|
@@ -1856,6 +1890,7 @@
|
|
|
1856
1890
|
text-align: center;
|
|
1857
1891
|
vertical-align: middle;
|
|
1858
1892
|
width: 100%;
|
|
1893
|
+
font-size: 12px;
|
|
1859
1894
|
}
|
|
1860
1895
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1861
1896
|
line-height: 25px;
|
|
@@ -2009,6 +2044,11 @@
|
|
|
2009
2044
|
min-height: 39px;
|
|
2010
2045
|
min-width: 40px;
|
|
2011
2046
|
padding: 0;
|
|
2047
|
+
border-radius: 0;
|
|
2048
|
+
line-height: 25px;
|
|
2049
|
+
}
|
|
2050
|
+
.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 {
|
|
2051
|
+
padding: 0;
|
|
2012
2052
|
}
|
|
2013
2053
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
2014
2054
|
outline: none;
|
|
@@ -2023,6 +2063,7 @@
|
|
|
2023
2063
|
margin: 0;
|
|
2024
2064
|
min-width: 20px;
|
|
2025
2065
|
width: auto;
|
|
2066
|
+
padding-bottom: 0;
|
|
2026
2067
|
}
|
|
2027
2068
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
2028
2069
|
-ms-flex-item-align: center;
|
|
@@ -2044,7 +2085,7 @@
|
|
|
2044
2085
|
display: inline-block;
|
|
2045
2086
|
}
|
|
2046
2087
|
.e-toolbar .e-tbar-btn {
|
|
2047
|
-
border:
|
|
2088
|
+
border: 2px solid #000;
|
|
2048
2089
|
cursor: pointer;
|
|
2049
2090
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif";
|
|
2050
2091
|
font-size: 16px;
|
|
@@ -2176,40 +2217,51 @@
|
|
|
2176
2217
|
}
|
|
2177
2218
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2178
2219
|
background: inherit;
|
|
2179
|
-
border-color: #fff;
|
|
2180
2220
|
border-radius: 0;
|
|
2181
2221
|
color: #fff;
|
|
2182
|
-
border:
|
|
2222
|
+
border-color: #fff;
|
|
2223
|
+
border-style: solid;
|
|
2224
|
+
border-width: 2px;
|
|
2225
|
+
box-shadow: none;
|
|
2183
2226
|
}
|
|
2184
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus
|
|
2185
|
-
|
|
2227
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2228
|
+
color: #fff;
|
|
2229
|
+
}
|
|
2230
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2231
|
+
color: #fff;
|
|
2186
2232
|
}
|
|
2187
2233
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2188
2234
|
background: #685708;
|
|
2189
|
-
border-color: #fff;
|
|
2190
2235
|
border-radius: 0;
|
|
2191
2236
|
color: #fff;
|
|
2192
|
-
border:
|
|
2237
|
+
border-color: #fff;
|
|
2238
|
+
border-style: solid;
|
|
2239
|
+
border-width: 2px;
|
|
2240
|
+
}
|
|
2241
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2242
|
+
color: #000;
|
|
2243
|
+
}
|
|
2244
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2245
|
+
color: #000;
|
|
2193
2246
|
}
|
|
2194
2247
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2195
2248
|
color: #fff;
|
|
2196
2249
|
}
|
|
2197
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover
|
|
2198
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:focus .e-tbar-btn-text {
|
|
2250
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2199
2251
|
color: #fff;
|
|
2200
2252
|
}
|
|
2201
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons,
|
|
2202
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2203
|
-
color: #000;
|
|
2204
|
-
}
|
|
2205
2253
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2206
2254
|
background: #ffd939;
|
|
2207
|
-
border-color: #ffd939;
|
|
2208
2255
|
border-radius: 0;
|
|
2209
2256
|
box-shadow: none;
|
|
2210
2257
|
color: #000;
|
|
2258
|
+
border-color: #ffd939;
|
|
2259
|
+
border-style: solid;
|
|
2260
|
+
border-width: 2px;
|
|
2261
|
+
}
|
|
2262
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2263
|
+
color: #000;
|
|
2211
2264
|
}
|
|
2212
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2213
2265
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2214
2266
|
color: #000;
|
|
2215
2267
|
}
|
|
@@ -2221,6 +2273,51 @@
|
|
|
2221
2273
|
border: 1px solid #fff;
|
|
2222
2274
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
2223
2275
|
}
|
|
2276
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2277
|
+
background: #000;
|
|
2278
|
+
}
|
|
2279
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2280
|
+
background: #685708;
|
|
2281
|
+
box-shadow: none;
|
|
2282
|
+
color: #fff;
|
|
2283
|
+
border-color: #fff;
|
|
2284
|
+
border-style: solid;
|
|
2285
|
+
border-width: 2px;
|
|
2286
|
+
}
|
|
2287
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2288
|
+
color: #fff;
|
|
2289
|
+
}
|
|
2290
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2291
|
+
color: #fff;
|
|
2292
|
+
}
|
|
2293
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2294
|
+
background: #ffd939;
|
|
2295
|
+
box-shadow: none;
|
|
2296
|
+
color: #000;
|
|
2297
|
+
border-color: #ffd939;
|
|
2298
|
+
border-style: solid;
|
|
2299
|
+
border-width: 2px;
|
|
2300
|
+
}
|
|
2301
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2302
|
+
color: #000;
|
|
2303
|
+
}
|
|
2304
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2305
|
+
color: #000;
|
|
2306
|
+
}
|
|
2307
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2308
|
+
background: inherit;
|
|
2309
|
+
box-shadow: none;
|
|
2310
|
+
color: #fff;
|
|
2311
|
+
border-color: #fff;
|
|
2312
|
+
border-style: solid;
|
|
2313
|
+
border-width: 2px;
|
|
2314
|
+
}
|
|
2315
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2316
|
+
color: #fff;
|
|
2317
|
+
}
|
|
2318
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2319
|
+
color: #fff;
|
|
2320
|
+
}
|
|
2224
2321
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2225
2322
|
outline: none;
|
|
2226
2323
|
}
|
|
@@ -2233,18 +2330,25 @@
|
|
|
2233
2330
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2234
2331
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2235
2332
|
background: #ffd939;
|
|
2236
|
-
border: 0;
|
|
2237
2333
|
box-shadow: none;
|
|
2238
|
-
border-
|
|
2334
|
+
border-color: #ffd939;
|
|
2335
|
+
border-style: solid;
|
|
2336
|
+
border-width: 0 0 0 1px;
|
|
2239
2337
|
}
|
|
2240
2338
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2241
2339
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2242
|
-
border:
|
|
2340
|
+
border-color: #fff;
|
|
2341
|
+
border-style: solid;
|
|
2342
|
+
border-width: 2px;
|
|
2243
2343
|
}
|
|
2244
2344
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2245
2345
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
2246
2346
|
color: #000;
|
|
2247
2347
|
}
|
|
2348
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
2349
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
2350
|
+
color: #000;
|
|
2351
|
+
}
|
|
2248
2352
|
.e-toolbar .e-tbar-btn {
|
|
2249
2353
|
background: #000;
|
|
2250
2354
|
box-shadow: none;
|
|
@@ -2253,31 +2357,26 @@
|
|
|
2253
2357
|
}
|
|
2254
2358
|
.e-toolbar .e-tbar-btn:focus {
|
|
2255
2359
|
background: inherit;
|
|
2256
|
-
border-color: #fff;
|
|
2257
2360
|
border-radius: 0;
|
|
2258
2361
|
color: #fff;
|
|
2259
|
-
border:
|
|
2362
|
+
border-color: #fff;
|
|
2363
|
+
border-style: solid;
|
|
2364
|
+
border-width: 2px;
|
|
2365
|
+
box-shadow: none;
|
|
2260
2366
|
}
|
|
2261
|
-
.e-toolbar .e-tbar-btn:focus
|
|
2262
|
-
|
|
2367
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2368
|
+
color: #fff;
|
|
2369
|
+
}
|
|
2370
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2371
|
+
color: #fff;
|
|
2263
2372
|
}
|
|
2264
2373
|
.e-toolbar .e-tbar-btn:hover {
|
|
2265
2374
|
background: #685708;
|
|
2266
2375
|
border-color: #fff;
|
|
2376
|
+
border-style: solid;
|
|
2377
|
+
border-width: 2px;
|
|
2267
2378
|
border-radius: 0;
|
|
2268
2379
|
color: #fff;
|
|
2269
|
-
border: 2px solid #fff;
|
|
2270
|
-
}
|
|
2271
|
-
.e-toolbar .e-tbar-btn:hover .e-icons {
|
|
2272
|
-
color: #fff;
|
|
2273
|
-
}
|
|
2274
|
-
.e-toolbar .e-tbar-btn:hover:focus .e-icons,
|
|
2275
|
-
.e-toolbar .e-tbar-btn:hover:focus .e-tbar-btn-text {
|
|
2276
|
-
color: #fff;
|
|
2277
|
-
}
|
|
2278
|
-
.e-toolbar .e-tbar-btn:hover:active .e-icons,
|
|
2279
|
-
.e-toolbar .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2280
|
-
color: #000;
|
|
2281
2380
|
}
|
|
2282
2381
|
.e-toolbar .e-toolbar-items {
|
|
2283
2382
|
background: #000;
|
|
@@ -2292,6 +2391,33 @@
|
|
|
2292
2391
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
2293
2392
|
color: #757575;
|
|
2294
2393
|
}
|
|
2394
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2395
|
+
color: #fff;
|
|
2396
|
+
}
|
|
2397
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2398
|
+
color: #000;
|
|
2399
|
+
}
|
|
2400
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2401
|
+
box-shadow: none;
|
|
2402
|
+
}
|
|
2403
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2404
|
+
color: #fff;
|
|
2405
|
+
}
|
|
2406
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2407
|
+
color: #fff;
|
|
2408
|
+
}
|
|
2409
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2410
|
+
color: #000;
|
|
2411
|
+
}
|
|
2412
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2413
|
+
color: #000;
|
|
2414
|
+
}
|
|
2415
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2416
|
+
color: #fff;
|
|
2417
|
+
}
|
|
2418
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2419
|
+
color: #fff;
|
|
2420
|
+
}
|
|
2295
2421
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2296
2422
|
border: solid #fff;
|
|
2297
2423
|
border-width: 0 1px 0 0;
|
|
@@ -2314,10 +2440,17 @@
|
|
|
2314
2440
|
.e-toolbar .e-hor-nav::after {
|
|
2315
2441
|
content: "";
|
|
2316
2442
|
}
|
|
2443
|
+
.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 {
|
|
2444
|
+
border-bottom-right-radius: 0;
|
|
2445
|
+
}
|
|
2317
2446
|
.e-toolbar .e-hor-nav:active {
|
|
2318
2447
|
border: 0;
|
|
2319
2448
|
box-shadow: none;
|
|
2320
2449
|
color: #000;
|
|
2450
|
+
background: #000;
|
|
2451
|
+
}
|
|
2452
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
2453
|
+
color: #fff;
|
|
2321
2454
|
}
|
|
2322
2455
|
.e-toolbar .e-hor-nav:active::after {
|
|
2323
2456
|
content: "";
|
|
@@ -2327,30 +2460,42 @@
|
|
|
2327
2460
|
border-left: 0;
|
|
2328
2461
|
color: #fff;
|
|
2329
2462
|
}
|
|
2463
|
+
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2464
|
+
color: #fff;
|
|
2465
|
+
}
|
|
2330
2466
|
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2331
|
-
border:
|
|
2467
|
+
border-color: #fff;
|
|
2468
|
+
border-style: solid;
|
|
2469
|
+
border-width: 2px;
|
|
2332
2470
|
}
|
|
2333
2471
|
.e-toolbar .e-hor-nav:hover:active {
|
|
2334
2472
|
background: #ffd939;
|
|
2335
|
-
border:
|
|
2473
|
+
border-color: #fff;
|
|
2474
|
+
border-style: solid;
|
|
2475
|
+
border-width: 0;
|
|
2336
2476
|
}
|
|
2337
2477
|
.e-toolbar .e-hor-nav:focus {
|
|
2338
|
-
background: #685708;
|
|
2339
|
-
border-left: 0;
|
|
2340
|
-
border-color: #fff;
|
|
2341
|
-
color: #000;
|
|
2342
2478
|
background: inherit;
|
|
2343
|
-
|
|
2479
|
+
color: #000;
|
|
2480
|
+
border-color: #fff;
|
|
2481
|
+
border-style: solid;
|
|
2482
|
+
border-width: 2px;
|
|
2483
|
+
}
|
|
2484
|
+
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2485
|
+
color: #fff;
|
|
2344
2486
|
}
|
|
2345
2487
|
.e-toolbar .e-tbar-btn:active {
|
|
2346
2488
|
background: #ffd939;
|
|
2347
2489
|
border-color: #ffd939;
|
|
2490
|
+
border-style: solid;
|
|
2491
|
+
border-width: 2px;
|
|
2348
2492
|
border-radius: 0;
|
|
2349
2493
|
box-shadow: none;
|
|
2350
2494
|
color: #000;
|
|
2495
|
+
}
|
|
2496
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
2351
2497
|
color: #000;
|
|
2352
2498
|
}
|
|
2353
|
-
.e-toolbar .e-tbar-btn:active .e-icons,
|
|
2354
2499
|
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
2355
2500
|
color: #000;
|
|
2356
2501
|
}
|
|
@@ -2368,6 +2513,7 @@
|
|
|
2368
2513
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2369
2514
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2370
2515
|
font-size: 14px;
|
|
2516
|
+
vertical-align: middle;
|
|
2371
2517
|
}
|
|
2372
2518
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
2373
2519
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel {
|
|
@@ -2413,12 +2559,17 @@
|
|
|
2413
2559
|
min-height: 50px;
|
|
2414
2560
|
min-width: 30px;
|
|
2415
2561
|
right: 12px;
|
|
2562
|
+
font-size: 12px;
|
|
2416
2563
|
}
|
|
2417
2564
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
2418
2565
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
2419
2566
|
display: inline-block;
|
|
2420
2567
|
padding: 0 14px 0 0;
|
|
2421
2568
|
}
|
|
2569
|
+
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
2570
|
+
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2571
|
+
font-size: 12px;
|
|
2572
|
+
}
|
|
2422
2573
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2423
2574
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2424
2575
|
padding: 19px;
|
|
@@ -2458,6 +2609,23 @@
|
|
|
2458
2609
|
display: block;
|
|
2459
2610
|
position: relative;
|
|
2460
2611
|
}
|
|
2612
|
+
.e-accordion .e-acrdn-item {
|
|
2613
|
+
border-radius: 0;
|
|
2614
|
+
margin-top: 0;
|
|
2615
|
+
}
|
|
2616
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
|
|
2617
|
+
border-top: 1px solid #969696;
|
|
2618
|
+
}
|
|
2619
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2620
|
+
border-bottom: 1px solid #969696;
|
|
2621
|
+
}
|
|
2622
|
+
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
2623
|
+
margin-bottom: 0;
|
|
2624
|
+
margin-top: 0;
|
|
2625
|
+
}
|
|
2626
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
|
|
2627
|
+
margin: 0;
|
|
2628
|
+
}
|
|
2461
2629
|
.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content {
|
|
2462
2630
|
font-weight: normal;
|
|
2463
2631
|
}
|
|
@@ -2471,7 +2639,7 @@
|
|
|
2471
2639
|
height: auto;
|
|
2472
2640
|
}
|
|
2473
2641
|
.e-accordion .e-acrdn-item {
|
|
2474
|
-
overflow:
|
|
2642
|
+
overflow: visible;
|
|
2475
2643
|
padding-top: 0;
|
|
2476
2644
|
position: relative;
|
|
2477
2645
|
}
|
|
@@ -2484,7 +2652,11 @@
|
|
|
2484
2652
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
|
|
2485
2653
|
cursor: pointer;
|
|
2486
2654
|
}
|
|
2655
|
+
.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 {
|
|
2656
|
+
text-decoration: none;
|
|
2657
|
+
}
|
|
2487
2658
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2659
|
+
border-radius: 0;
|
|
2488
2660
|
line-height: 39px;
|
|
2489
2661
|
min-height: 40px;
|
|
2490
2662
|
overflow: hidden;
|
|
@@ -2492,10 +2664,14 @@
|
|
|
2492
2664
|
text-decoration: none;
|
|
2493
2665
|
text-overflow: ellipsis;
|
|
2494
2666
|
white-space: nowrap;
|
|
2667
|
+
margin-bottom: 0;
|
|
2495
2668
|
}
|
|
2496
2669
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2497
2670
|
display: inline-block;
|
|
2498
2671
|
}
|
|
2672
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2673
|
+
line-height: 39px;
|
|
2674
|
+
}
|
|
2499
2675
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2500
2676
|
display: table;
|
|
2501
2677
|
font-size: 12px;
|
|
@@ -2518,6 +2694,9 @@
|
|
|
2518
2694
|
display: inline-block;
|
|
2519
2695
|
padding: 0 8px 0 0;
|
|
2520
2696
|
}
|
|
2697
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2698
|
+
font-size: 12px;
|
|
2699
|
+
}
|
|
2521
2700
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
2522
2701
|
font-size: 13px;
|
|
2523
2702
|
overflow-y: hidden;
|
|
@@ -2596,44 +2775,118 @@
|
|
|
2596
2775
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2597
2776
|
background: #000;
|
|
2598
2777
|
border: 1px solid #969696;
|
|
2778
|
+
border-radius: 0;
|
|
2599
2779
|
}
|
|
2600
2780
|
.e-accordion .e-active {
|
|
2601
2781
|
background: #000;
|
|
2602
2782
|
}
|
|
2603
|
-
.e-accordion .e-acrdn-item
|
|
2604
|
-
border-color: #
|
|
2783
|
+
.e-accordion .e-acrdn-item {
|
|
2784
|
+
border-color: #969696;
|
|
2785
|
+
border-style: solid;
|
|
2786
|
+
border-width: 0;
|
|
2787
|
+
border-radius: 0;
|
|
2788
|
+
}
|
|
2789
|
+
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2790
|
+
border-bottom: 0;
|
|
2791
|
+
border-radius: 0;
|
|
2792
|
+
}
|
|
2793
|
+
.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
|
|
2794
|
+
border-radius: 0;
|
|
2795
|
+
}
|
|
2796
|
+
.e-accordion .e-acrdn-item:last-child {
|
|
2797
|
+
border-bottom: 0;
|
|
2798
|
+
}
|
|
2799
|
+
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
|
|
2800
|
+
border-radius: 0;
|
|
2801
|
+
}
|
|
2802
|
+
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
2803
|
+
border-radius: 0;
|
|
2804
|
+
}
|
|
2805
|
+
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2806
|
+
border-color: #969696;
|
|
2807
|
+
border-style: solid;
|
|
2808
|
+
border-width: 0;
|
|
2809
|
+
}
|
|
2810
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2811
|
+
border-top: 1px solid #969696;
|
|
2605
2812
|
}
|
|
2606
2813
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2607
|
-
border:
|
|
2814
|
+
border-color: #fff;
|
|
2815
|
+
border-style: dashed;
|
|
2816
|
+
border-width: 2px;
|
|
2608
2817
|
}
|
|
2609
2818
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2610
2819
|
background: #ffd939;
|
|
2611
|
-
border-color: #fff;
|
|
2612
2820
|
}
|
|
2613
|
-
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons,
|
|
2614
2821
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2615
2822
|
color: #000;
|
|
2616
2823
|
}
|
|
2617
|
-
.e-accordion .e-acrdn-item.e-
|
|
2618
|
-
|
|
2824
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
|
|
2825
|
+
color: #000;
|
|
2619
2826
|
}
|
|
2620
|
-
.e-accordion .e-acrdn-item.e-
|
|
2621
|
-
|
|
2622
|
-
color: #757575;
|
|
2827
|
+
.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 {
|
|
2828
|
+
color: #000;
|
|
2623
2829
|
}
|
|
2624
|
-
.e-accordion .e-acrdn-item.e-
|
|
2625
|
-
border:
|
|
2830
|
+
.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 {
|
|
2831
|
+
border-color: #969696;
|
|
2832
|
+
}
|
|
2833
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2834
|
+
border-color: #969696;
|
|
2835
|
+
border-style: solid;
|
|
2836
|
+
border-width: 0;
|
|
2837
|
+
}
|
|
2838
|
+
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2839
|
+
border: 1px solid #000;
|
|
2840
|
+
}
|
|
2841
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,
|
|
2842
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2843
|
+
color: #000;
|
|
2844
|
+
}
|
|
2845
|
+
.e-accordion .e-acrdn-item.e-overlay {
|
|
2846
|
+
background: #333;
|
|
2847
|
+
opacity: 0.5;
|
|
2848
|
+
}
|
|
2849
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
2850
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
2851
|
+
color: #757575;
|
|
2852
|
+
}
|
|
2853
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2854
|
+
color: #757575;
|
|
2855
|
+
}
|
|
2856
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2857
|
+
color: #000;
|
|
2858
|
+
}
|
|
2859
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
2860
|
+
border-color: #fff;
|
|
2861
|
+
border-style: dashed;
|
|
2862
|
+
border-width: 2px;
|
|
2863
|
+
background: #ffd939;
|
|
2864
|
+
}
|
|
2865
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2866
|
+
background: #685708;
|
|
2867
|
+
}
|
|
2868
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2869
|
+
background: #ffd939;
|
|
2870
|
+
}
|
|
2871
|
+
.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 {
|
|
2872
|
+
color: #000;
|
|
2873
|
+
}
|
|
2874
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
|
|
2875
|
+
border-bottom: 1px none #969696;
|
|
2626
2876
|
}
|
|
2627
2877
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2628
2878
|
color: #fff;
|
|
2629
2879
|
}
|
|
2630
|
-
.e-accordion .e-acrdn-item
|
|
2631
|
-
|
|
2632
|
-
color: #
|
|
2880
|
+
.e-accordion .e-acrdn-item.e-select {
|
|
2881
|
+
background: none;
|
|
2882
|
+
border-color: #969696;
|
|
2883
|
+
border-style: solid;
|
|
2884
|
+
border-width: 0;
|
|
2633
2885
|
}
|
|
2634
2886
|
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2635
2887
|
color: #fff;
|
|
2636
2888
|
background: #000;
|
|
2889
|
+
border-top: 0;
|
|
2637
2890
|
}
|
|
2638
2891
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2639
2892
|
color: #fff;
|
|
@@ -2642,49 +2895,66 @@
|
|
|
2642
2895
|
color: #fff;
|
|
2643
2896
|
}
|
|
2644
2897
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2898
|
+
background: #ffd939;
|
|
2899
|
+
border: 2px dashed #fff;
|
|
2645
2900
|
border-color: #fff;
|
|
2646
2901
|
}
|
|
2647
|
-
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2648
|
-
border: 1px solid #000;
|
|
2649
|
-
}
|
|
2650
2902
|
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
2903
|
+
border: 1px solid #000;
|
|
2651
2904
|
background: #685708;
|
|
2652
2905
|
border-color: #fff;
|
|
2653
2906
|
}
|
|
2654
2907
|
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
2655
|
-
|
|
2908
|
+
border: 1px solid #000;
|
|
2656
2909
|
border-color: #fff;
|
|
2910
|
+
background: #ffd939;
|
|
2657
2911
|
}
|
|
2658
2912
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2659
|
-
background: #ffd939;
|
|
2660
|
-
background: inherit;
|
|
2661
2913
|
border: 2px dashed #fff;
|
|
2914
|
+
box-shadow: none;
|
|
2915
|
+
background: inherit;
|
|
2662
2916
|
}
|
|
2663
2917
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2664
2918
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2665
2919
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2666
2920
|
color: #fff;
|
|
2667
2921
|
}
|
|
2922
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2923
|
+
color: #fff;
|
|
2924
|
+
}
|
|
2925
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2926
|
+
color: #fff;
|
|
2927
|
+
}
|
|
2928
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
2929
|
+
color: #fff;
|
|
2930
|
+
}
|
|
2931
|
+
.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 {
|
|
2932
|
+
color: #fff;
|
|
2933
|
+
}
|
|
2668
2934
|
.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 {
|
|
2669
|
-
background: #000;
|
|
2670
|
-
background: #ffd939;
|
|
2671
2935
|
border-color: #ffd939;
|
|
2936
|
+
border-style: solid;
|
|
2937
|
+
border-width: 1px;
|
|
2938
|
+
background: #ffd939;
|
|
2672
2939
|
}
|
|
2673
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-
|
|
2674
|
-
color: #
|
|
2940
|
+
.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 {
|
|
2941
|
+
color: #fff;
|
|
2675
2942
|
}
|
|
2676
|
-
.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 {
|
|
2677
|
-
|
|
2678
|
-
border-color: #fff;
|
|
2943
|
+
.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 {
|
|
2944
|
+
color: #000;
|
|
2679
2945
|
}
|
|
2680
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-
|
|
2681
|
-
.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,
|
|
2682
|
-
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2946
|
+
.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 {
|
|
2683
2947
|
color: #fff;
|
|
2684
2948
|
}
|
|
2685
2949
|
.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 {
|
|
2686
2950
|
color: #000;
|
|
2687
2951
|
}
|
|
2952
|
+
.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 {
|
|
2953
|
+
color: #000;
|
|
2954
|
+
}
|
|
2955
|
+
.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 {
|
|
2956
|
+
border-color: #fff;
|
|
2957
|
+
}
|
|
2688
2958
|
.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 {
|
|
2689
2959
|
color: #000;
|
|
2690
2960
|
}
|
|
@@ -2693,49 +2963,58 @@
|
|
|
2693
2963
|
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2694
2964
|
color: #000;
|
|
2695
2965
|
}
|
|
2696
|
-
.e-accordion .e-acrdn-item.e-select.e-
|
|
2697
|
-
|
|
2698
|
-
color: #fff;
|
|
2699
|
-
}
|
|
2700
|
-
.e-accordion .e-acrdn-item.e-select.e-expand-state .e-acrdn-header:hover {
|
|
2701
|
-
border-color: #fff;
|
|
2966
|
+
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
2967
|
+
border-color: initial;
|
|
2702
2968
|
}
|
|
2703
|
-
.e-accordion .e-acrdn-item.e-
|
|
2704
|
-
|
|
2705
|
-
|
|
2969
|
+
.e-accordion .e-acrdn-item.e-selected {
|
|
2970
|
+
border-color: #969696;
|
|
2971
|
+
border-style: solid;
|
|
2972
|
+
border-width: 1px 0 1px 0;
|
|
2706
2973
|
}
|
|
2707
2974
|
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2708
|
-
border-
|
|
2709
|
-
border-
|
|
2975
|
+
border-color: #969696;
|
|
2976
|
+
border-style: solid;
|
|
2977
|
+
border-width: 1px 0 1px 0;
|
|
2710
2978
|
}
|
|
2711
|
-
.e-accordion .e-acrdn-item.e-selected
|
|
2712
|
-
|
|
2979
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
2980
|
+
background: #000;
|
|
2713
2981
|
}
|
|
2714
|
-
.e-accordion .e-acrdn-item.e-selected
|
|
2715
|
-
border-bottom: 1px
|
|
2982
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2983
|
+
border-bottom: 1px solid #969696;
|
|
2716
2984
|
}
|
|
2717
|
-
.e-accordion .e-acrdn-item.e-selected .e-acrdn-
|
|
2718
|
-
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected:not(.e-expand-state) > .e-acrdn-header .e-acrdn-header-content {
|
|
2985
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2719
2986
|
color: #fff;
|
|
2720
2987
|
}
|
|
2721
|
-
.e-accordion .e-acrdn-item.e-selected .e-acrdn-
|
|
2722
|
-
|
|
2723
|
-
|
|
2988
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2989
|
+
color: #fff;
|
|
2990
|
+
}
|
|
2991
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2992
|
+
box-shadow: none;
|
|
2993
|
+
}
|
|
2994
|
+
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2995
|
+
border-color: #969696;
|
|
2996
|
+
border-style: solid;
|
|
2997
|
+
border-width: 0 0 1px 0;
|
|
2998
|
+
}
|
|
2999
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
|
|
3000
|
+
color: #fff;
|
|
2724
3001
|
}
|
|
2725
|
-
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons,
|
|
2726
3002
|
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
|
|
2727
3003
|
color: #fff;
|
|
2728
3004
|
}
|
|
3005
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
3006
|
+
background: none;
|
|
3007
|
+
border-radius: 0;
|
|
3008
|
+
border-color: #000;
|
|
3009
|
+
border-style: solid;
|
|
3010
|
+
border-width: 1px;
|
|
3011
|
+
}
|
|
2729
3012
|
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
|
|
2730
|
-
|
|
3013
|
+
background: inherit;
|
|
2731
3014
|
}
|
|
2732
3015
|
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
2733
3016
|
border-color: #fff;
|
|
2734
3017
|
}
|
|
2735
|
-
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover .e-icons,
|
|
2736
|
-
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2737
|
-
color: #fff;
|
|
2738
|
-
}
|
|
2739
3018
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
2740
3019
|
color: #fff;
|
|
2741
3020
|
}
|
|
@@ -3390,27 +3669,15 @@
|
|
|
3390
3669
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
3391
3670
|
content: "\e98f";
|
|
3392
3671
|
}
|
|
3393
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
3394
|
-
content: "\e98f";
|
|
3395
|
-
}
|
|
3396
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3397
|
-
content: "\e219";
|
|
3398
|
-
}
|
|
3399
3672
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3400
3673
|
content: "\e7fc";
|
|
3401
3674
|
position: relative;
|
|
3402
3675
|
}
|
|
3403
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3404
|
-
content: "\e85e";
|
|
3405
|
-
}
|
|
3406
3676
|
@media screen and (max-width: 480px) {
|
|
3407
3677
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3408
3678
|
content: "\e976";
|
|
3409
3679
|
}
|
|
3410
3680
|
}
|
|
3411
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3412
|
-
content: "\e84f";
|
|
3413
|
-
}
|
|
3414
3681
|
@media screen and (max-width: 480px) {
|
|
3415
3682
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3416
3683
|
content: "\e976";
|
|
@@ -3424,12 +3691,6 @@
|
|
|
3424
3691
|
content: "\e84f";
|
|
3425
3692
|
}
|
|
3426
3693
|
}
|
|
3427
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
3428
|
-
content: "\e85e";
|
|
3429
|
-
}
|
|
3430
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
3431
|
-
content: "\e84f";
|
|
3432
|
-
}
|
|
3433
3694
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
3434
3695
|
content: "More";
|
|
3435
3696
|
}
|
|
@@ -3478,8 +3739,8 @@
|
|
|
3478
3739
|
}
|
|
3479
3740
|
@media screen and (max-width: 480px) {
|
|
3480
3741
|
.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,
|
|
3481
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3482
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3742
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
3743
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3483
3744
|
margin: 0 8px 0 0;
|
|
3484
3745
|
}
|
|
3485
3746
|
}
|
|
@@ -3489,17 +3750,21 @@
|
|
|
3489
3750
|
}
|
|
3490
3751
|
@media screen and (max-width: 480px) {
|
|
3491
3752
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3492
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3753
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3493
3754
|
margin: 0;
|
|
3494
3755
|
}
|
|
3495
3756
|
}
|
|
3757
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
3758
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
3759
|
+
margin: 0 14px 0 0;
|
|
3760
|
+
}
|
|
3496
3761
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3497
3762
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3498
3763
|
margin: 0;
|
|
3499
3764
|
}
|
|
3500
3765
|
@media screen and (max-width: 480px) {
|
|
3501
3766
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3502
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3767
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3503
3768
|
margin: 0;
|
|
3504
3769
|
}
|
|
3505
3770
|
}
|
|
@@ -3521,7 +3786,7 @@
|
|
|
3521
3786
|
}
|
|
3522
3787
|
@media screen and (max-width: 480px) {
|
|
3523
3788
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
3524
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3789
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
3525
3790
|
margin: 0 8px 0 0;
|
|
3526
3791
|
}
|
|
3527
3792
|
}
|
|
@@ -3538,21 +3803,23 @@
|
|
|
3538
3803
|
}
|
|
3539
3804
|
@media screen and (max-width: 480px) {
|
|
3540
3805
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
3541
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3806
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3542
3807
|
padding: 0 8px;
|
|
3543
3808
|
}
|
|
3544
3809
|
}
|
|
3545
3810
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
3546
3811
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
3547
|
-
height: 50px;
|
|
3548
3812
|
height: 46px;
|
|
3549
3813
|
}
|
|
3550
3814
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3551
3815
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3552
3816
|
font-size: 15px;
|
|
3553
|
-
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3817
|
+
margin-bottom: 0;
|
|
3818
|
+
}
|
|
3819
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3820
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3821
|
+
position: relative;
|
|
3822
|
+
top: 0;
|
|
3556
3823
|
}
|
|
3557
3824
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3558
3825
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -3561,27 +3828,25 @@
|
|
|
3561
3828
|
}
|
|
3562
3829
|
@media screen and (max-width: 480px) {
|
|
3563
3830
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3564
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3831
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
3565
3832
|
margin: 0 8px 0 0;
|
|
3566
3833
|
}
|
|
3567
3834
|
}
|
|
3835
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3836
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3837
|
+
position: relative;
|
|
3838
|
+
top: 0;
|
|
3839
|
+
}
|
|
3568
3840
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
3569
3841
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3570
3842
|
height: 46px;
|
|
3571
3843
|
margin-top: 0;
|
|
3572
|
-
height: 46px;
|
|
3573
3844
|
}
|
|
3574
3845
|
.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,
|
|
3575
3846
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3576
3847
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
3577
|
-
height: 50px;
|
|
3578
3848
|
height: 46px;
|
|
3579
3849
|
}
|
|
3580
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3581
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
3582
|
-
padding: 2px 0 0 0;
|
|
3583
|
-
padding: 0;
|
|
3584
|
-
}
|
|
3585
3850
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3586
3851
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3587
3852
|
cursor: pointer;
|
|
@@ -3589,7 +3854,7 @@
|
|
|
3589
3854
|
}
|
|
3590
3855
|
@media screen and (max-width: 480px) {
|
|
3591
3856
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3592
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3857
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3593
3858
|
margin: 0 0 0 8px;
|
|
3594
3859
|
}
|
|
3595
3860
|
}
|
|
@@ -3601,9 +3866,9 @@
|
|
|
3601
3866
|
}
|
|
3602
3867
|
@media screen and (max-width: 480px) {
|
|
3603
3868
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3604
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3605
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3606
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3869
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
|
|
3870
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3871
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
3607
3872
|
font-size: 12px;
|
|
3608
3873
|
}
|
|
3609
3874
|
}
|
|
@@ -3612,6 +3877,7 @@
|
|
|
3612
3877
|
height: 20px;
|
|
3613
3878
|
min-width: 20px;
|
|
3614
3879
|
width: 20px;
|
|
3880
|
+
line-height: 1;
|
|
3615
3881
|
}
|
|
3616
3882
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3617
3883
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -3623,13 +3889,23 @@
|
|
|
3623
3889
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
3624
3890
|
padding: 0 8px;
|
|
3625
3891
|
}
|
|
3892
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3893
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3894
|
+
margin: 0 0 0 12px;
|
|
3895
|
+
}
|
|
3896
|
+
@media screen and (max-width: 480px) {
|
|
3897
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3898
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3899
|
+
margin: 0;
|
|
3900
|
+
}
|
|
3901
|
+
}
|
|
3626
3902
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3627
3903
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3628
3904
|
margin: 0 0 0 8px;
|
|
3629
3905
|
}
|
|
3630
3906
|
@media screen and (max-width: 480px) {
|
|
3631
3907
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3632
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3908
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3633
3909
|
margin: 0 0 0 8px;
|
|
3634
3910
|
}
|
|
3635
3911
|
}
|
|
@@ -3663,16 +3939,6 @@
|
|
|
3663
3939
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon {
|
|
3664
3940
|
right: 8px;
|
|
3665
3941
|
}
|
|
3666
|
-
.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,
|
|
3667
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-text-wrap,
|
|
3668
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap {
|
|
3669
|
-
height: auto;
|
|
3670
|
-
}
|
|
3671
|
-
.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,
|
|
3672
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap,
|
|
3673
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap {
|
|
3674
|
-
height: 72px;
|
|
3675
|
-
}
|
|
3676
3942
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text,
|
|
3677
3943
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
|
|
3678
3944
|
margin: 10px 0 0;
|
|
@@ -3699,13 +3965,12 @@
|
|
|
3699
3965
|
}
|
|
3700
3966
|
@media screen and (max-width: 480px) {
|
|
3701
3967
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,
|
|
3702
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
3968
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
3703
3969
|
padding: 0 12px;
|
|
3704
3970
|
}
|
|
3705
3971
|
}
|
|
3706
3972
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap,
|
|
3707
3973
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
3708
|
-
height: 45px;
|
|
3709
3974
|
height: 41px;
|
|
3710
3975
|
}
|
|
3711
3976
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
|
|
@@ -3714,7 +3979,7 @@
|
|
|
3714
3979
|
}
|
|
3715
3980
|
@media screen and (max-width: 480px) {
|
|
3716
3981
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
|
|
3717
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
3982
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"] {
|
|
3718
3983
|
padding-right: 0;
|
|
3719
3984
|
}
|
|
3720
3985
|
}
|
|
@@ -3738,8 +4003,8 @@
|
|
|
3738
4003
|
}
|
|
3739
4004
|
@media screen and (max-width: 480px) {
|
|
3740
4005
|
.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),
|
|
3741
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
3742
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
4006
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
|
|
4007
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
|
|
3743
4008
|
min-height: 50px;
|
|
3744
4009
|
}
|
|
3745
4010
|
}
|
|
@@ -3752,10 +4017,10 @@
|
|
|
3752
4017
|
}
|
|
3753
4018
|
@media screen and (max-width: 480px) {
|
|
3754
4019
|
.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,
|
|
3755
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
3756
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
3757
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
3758
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
4020
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
|
|
4021
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
|
|
4022
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
|
|
4023
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
|
|
3759
4024
|
height: 50px;
|
|
3760
4025
|
}
|
|
3761
4026
|
}
|
|
@@ -3768,8 +4033,8 @@
|
|
|
3768
4033
|
}
|
|
3769
4034
|
@media screen and (max-width: 480px) {
|
|
3770
4035
|
.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,
|
|
3771
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
3772
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4036
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4037
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
3773
4038
|
margin: 0;
|
|
3774
4039
|
padding-left: 0;
|
|
3775
4040
|
padding-right: 0;
|
|
@@ -3783,7 +4048,7 @@
|
|
|
3783
4048
|
}
|
|
3784
4049
|
@media screen and (max-width: 480px) {
|
|
3785
4050
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav,
|
|
3786
|
-
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
4051
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav {
|
|
3787
4052
|
padding: 0 8px;
|
|
3788
4053
|
}
|
|
3789
4054
|
}
|
|
@@ -3804,7 +4069,7 @@
|
|
|
3804
4069
|
}
|
|
3805
4070
|
@media screen and (max-width: 480px) {
|
|
3806
4071
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
3807
|
-
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4072
|
+
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
3808
4073
|
font-size: 14px;
|
|
3809
4074
|
height: 32px;
|
|
3810
4075
|
line-height: 32px;
|
|
@@ -3817,9 +4082,8 @@
|
|
|
3817
4082
|
.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3818
4083
|
font-size: 14px;
|
|
3819
4084
|
line-height: 32px;
|
|
3820
|
-
top: 0;
|
|
3821
|
-
vertical-align: initial;
|
|
3822
4085
|
top: -2px;
|
|
4086
|
+
vertical-align: initial;
|
|
3823
4087
|
}
|
|
3824
4088
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
3825
4089
|
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
@@ -3829,7 +4093,7 @@
|
|
|
3829
4093
|
}
|
|
3830
4094
|
@media screen and (max-width: 480px) {
|
|
3831
4095
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
3832
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
4096
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
3833
4097
|
padding: 0 8px;
|
|
3834
4098
|
}
|
|
3835
4099
|
}
|
|
@@ -3844,9 +4108,9 @@
|
|
|
3844
4108
|
}
|
|
3845
4109
|
@media screen and (max-width: 480px) {
|
|
3846
4110
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3847
|
-
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
3848
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
3849
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4111
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
|
|
4112
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4113
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
3850
4114
|
font-size: 14px;
|
|
3851
4115
|
height: 32px;
|
|
3852
4116
|
line-height: 32px;
|
|
@@ -3859,32 +4123,50 @@
|
|
|
3859
4123
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
3860
4124
|
font-size: 14px;
|
|
3861
4125
|
line-height: 32px;
|
|
3862
|
-
top: 0;
|
|
3863
|
-
vertical-align: initial;
|
|
3864
4126
|
top: -2px;
|
|
4127
|
+
vertical-align: initial;
|
|
3865
4128
|
}
|
|
3866
4129
|
@media screen and (max-width: 480px) {
|
|
3867
4130
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3868
|
-
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
3869
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
3870
|
-
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4131
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4132
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4133
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
3871
4134
|
font-size: 16px;
|
|
3872
4135
|
}
|
|
3873
4136
|
}
|
|
4137
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4138
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
4139
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4140
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
4141
|
+
line-height: 32px;
|
|
4142
|
+
}
|
|
3874
4143
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3875
4144
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
3876
4145
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3877
4146
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
3878
|
-
|
|
4147
|
+
line-height: 32px;
|
|
3879
4148
|
top: -2px;
|
|
3880
4149
|
}
|
|
4150
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4151
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
4152
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4153
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
4154
|
+
line-height: 32px;
|
|
4155
|
+
}
|
|
3881
4156
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3882
4157
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
3883
4158
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3884
4159
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
3885
|
-
|
|
4160
|
+
line-height: 32px;
|
|
3886
4161
|
top: -2px;
|
|
3887
4162
|
}
|
|
4163
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
4164
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
4165
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
4166
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
4167
|
+
line-height: 32px;
|
|
4168
|
+
top: 0;
|
|
4169
|
+
}
|
|
3888
4170
|
.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
3889
4171
|
.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
3890
4172
|
.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -3916,7 +4198,7 @@
|
|
|
3916
4198
|
}
|
|
3917
4199
|
@media screen and (max-width: 480px) {
|
|
3918
4200
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
|
|
3919
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
4201
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3920
4202
|
margin: 0 8px 0 0;
|
|
3921
4203
|
}
|
|
3922
4204
|
}
|
|
@@ -3924,6 +4206,15 @@
|
|
|
3924
4206
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text {
|
|
3925
4207
|
padding-top: 0;
|
|
3926
4208
|
}
|
|
4209
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before,
|
|
4210
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
4211
|
+
top: 1px;
|
|
4212
|
+
}
|
|
4213
|
+
.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,
|
|
4214
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
4215
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
4216
|
+
top: 1px;
|
|
4217
|
+
}
|
|
3927
4218
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
3928
4219
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
3929
4220
|
margin: 0;
|
|
@@ -3931,36 +4222,32 @@
|
|
|
3931
4222
|
}
|
|
3932
4223
|
@media screen and (max-width: 480px) {
|
|
3933
4224
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
3934
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
4225
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
3935
4226
|
margin: 0;
|
|
3936
4227
|
}
|
|
3937
4228
|
}
|
|
4229
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text,
|
|
4230
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text {
|
|
4231
|
+
padding-top: 0;
|
|
4232
|
+
}
|
|
4233
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before,
|
|
4234
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before {
|
|
4235
|
+
top: 1px;
|
|
4236
|
+
}
|
|
3938
4237
|
.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,
|
|
3939
4238
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,
|
|
3940
4239
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom {
|
|
3941
4240
|
padding-bottom: 0;
|
|
3942
4241
|
padding-top: 0;
|
|
3943
4242
|
}
|
|
3944
|
-
.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,
|
|
3945
|
-
.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,
|
|
3946
|
-
.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 {
|
|
3947
|
-
top: -1px;
|
|
3948
|
-
}
|
|
3949
4243
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap,
|
|
3950
4244
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap {
|
|
3951
4245
|
margin: 0;
|
|
3952
4246
|
}
|
|
3953
4247
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,
|
|
3954
4248
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
3955
|
-
height: 50px;
|
|
3956
|
-
padding: 0;
|
|
3957
4249
|
height: 46px;
|
|
3958
|
-
|
|
3959
|
-
.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,
|
|
3960
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3961
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3962
|
-
height: 50px;
|
|
3963
|
-
height: auto;
|
|
4250
|
+
padding: 0;
|
|
3964
4251
|
}
|
|
3965
4252
|
.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,
|
|
3966
4253
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
@@ -3982,7 +4269,7 @@
|
|
|
3982
4269
|
}
|
|
3983
4270
|
@media screen and (max-width: 480px) {
|
|
3984
4271
|
.e-bigger .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before,
|
|
3985
|
-
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
4272
|
+
.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]::before {
|
|
3986
4273
|
bottom: 0;
|
|
3987
4274
|
top: 0;
|
|
3988
4275
|
}
|
|
@@ -4047,35 +4334,28 @@
|
|
|
4047
4334
|
.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items {
|
|
4048
4335
|
height: auto;
|
|
4049
4336
|
}
|
|
4050
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header,
|
|
4051
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header {
|
|
4337
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header,
|
|
4338
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header {
|
|
4052
4339
|
height: 72px;
|
|
4053
4340
|
min-height: 72px;
|
|
4054
4341
|
}
|
|
4055
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items,
|
|
4056
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
4342
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items,
|
|
4343
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
4057
4344
|
height: 72px;
|
|
4058
4345
|
}
|
|
4059
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-
|
|
4060
|
-
.e-
|
|
4061
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
4062
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
4063
|
-
bottom: -10px;
|
|
4064
|
-
top: auto;
|
|
4065
|
-
}
|
|
4066
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav,
|
|
4067
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav {
|
|
4346
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav,
|
|
4347
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
4068
4348
|
height: 72px;
|
|
4069
4349
|
}
|
|
4070
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav,
|
|
4071
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
4350
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav,
|
|
4351
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav {
|
|
4072
4352
|
height: 72px;
|
|
4073
4353
|
}
|
|
4074
4354
|
@media screen and (max-width: 480px) {
|
|
4075
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4076
|
-
.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4077
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4078
|
-
.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4355
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4356
|
+
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before,
|
|
4357
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
4358
|
+
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
4079
4359
|
font-size: 12px;
|
|
4080
4360
|
}
|
|
4081
4361
|
}
|
|
@@ -4093,7 +4373,6 @@
|
|
|
4093
4373
|
}
|
|
4094
4374
|
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
4095
4375
|
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4096
|
-
height: 50px;
|
|
4097
4376
|
height: 46px;
|
|
4098
4377
|
}
|
|
4099
4378
|
.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,
|
|
@@ -4117,7 +4396,6 @@
|
|
|
4117
4396
|
}
|
|
4118
4397
|
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
4119
4398
|
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4120
|
-
height: 45px;
|
|
4121
4399
|
height: 41px;
|
|
4122
4400
|
}
|
|
4123
4401
|
.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,
|
|
@@ -4127,9 +4405,8 @@
|
|
|
4127
4405
|
}
|
|
4128
4406
|
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4129
4407
|
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4130
|
-
height: 50px;
|
|
4131
|
-
padding: 0;
|
|
4132
4408
|
height: 46px;
|
|
4409
|
+
padding: 0;
|
|
4133
4410
|
}
|
|
4134
4411
|
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
4135
4412
|
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
@@ -4199,6 +4476,14 @@
|
|
|
4199
4476
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
4200
4477
|
top: 0;
|
|
4201
4478
|
}
|
|
4479
|
+
.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),
|
|
4480
|
+
.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) {
|
|
4481
|
+
margin: 0 0 0 14px;
|
|
4482
|
+
}
|
|
4483
|
+
.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,
|
|
4484
|
+
.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 {
|
|
4485
|
+
margin: 0;
|
|
4486
|
+
}
|
|
4202
4487
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
4203
4488
|
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4204
4489
|
height: 48px;
|
|
@@ -4206,7 +4491,7 @@
|
|
|
4206
4491
|
}
|
|
4207
4492
|
@media screen and (max-width: 480px) {
|
|
4208
4493
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
4209
|
-
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4494
|
+
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4210
4495
|
height: 48px;
|
|
4211
4496
|
min-height: 48px;
|
|
4212
4497
|
}
|
|
@@ -4218,7 +4503,7 @@
|
|
|
4218
4503
|
}
|
|
4219
4504
|
@media screen and (max-width: 480px) {
|
|
4220
4505
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,
|
|
4221
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4506
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
|
|
4222
4507
|
min-height: 48px;
|
|
4223
4508
|
}
|
|
4224
4509
|
}
|
|
@@ -4234,10 +4519,11 @@
|
|
|
4234
4519
|
height: 48px;
|
|
4235
4520
|
margin: 0;
|
|
4236
4521
|
min-height: 48px;
|
|
4522
|
+
padding: 0;
|
|
4237
4523
|
}
|
|
4238
4524
|
@media screen and (max-width: 480px) {
|
|
4239
4525
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4240
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4526
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4241
4527
|
height: 48px;
|
|
4242
4528
|
min-height: 48px;
|
|
4243
4529
|
}
|
|
@@ -4255,19 +4541,18 @@
|
|
|
4255
4541
|
}
|
|
4256
4542
|
@media screen and (max-width: 480px) {
|
|
4257
4543
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4258
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4544
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4259
4545
|
height: 48px;
|
|
4260
4546
|
padding: 0 10px;
|
|
4261
4547
|
}
|
|
4262
4548
|
}
|
|
4263
4549
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
4264
4550
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4265
|
-
height: 48px;
|
|
4266
4551
|
height: 44px;
|
|
4267
4552
|
}
|
|
4268
4553
|
@media screen and (max-width: 480px) {
|
|
4269
4554
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
4270
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4555
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4271
4556
|
height: 48px;
|
|
4272
4557
|
}
|
|
4273
4558
|
}
|
|
@@ -4281,25 +4566,23 @@
|
|
|
4281
4566
|
}
|
|
4282
4567
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4283
4568
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4284
|
-
height: 48px;
|
|
4285
4569
|
height: 44px;
|
|
4286
4570
|
}
|
|
4287
4571
|
@media screen and (max-width: 480px) {
|
|
4288
4572
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4289
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4573
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4290
4574
|
height: 48px;
|
|
4291
4575
|
}
|
|
4292
4576
|
}
|
|
4293
4577
|
.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,
|
|
4294
4578
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4295
4579
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4296
|
-
height: 48px;
|
|
4297
4580
|
height: 44px;
|
|
4298
4581
|
}
|
|
4299
4582
|
@media screen and (max-width: 480px) {
|
|
4300
4583
|
.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,
|
|
4301
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4302
|
-
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4584
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4585
|
+
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4303
4586
|
height: 48px;
|
|
4304
4587
|
}
|
|
4305
4588
|
}
|
|
@@ -4320,7 +4603,6 @@
|
|
|
4320
4603
|
}
|
|
4321
4604
|
.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,
|
|
4322
4605
|
.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
4323
|
-
height: 46px;
|
|
4324
4606
|
height: 44px;
|
|
4325
4607
|
}
|
|
4326
4608
|
.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,
|
|
@@ -4341,17 +4623,12 @@
|
|
|
4341
4623
|
}
|
|
4342
4624
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
4343
4625
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4344
|
-
height: 48px;
|
|
4345
4626
|
height: 44px;
|
|
4346
4627
|
}
|
|
4347
4628
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4348
4629
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4349
4630
|
height: 44px;
|
|
4350
4631
|
}
|
|
4351
|
-
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before,
|
|
4352
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before {
|
|
4353
|
-
top: 1px;
|
|
4354
|
-
}
|
|
4355
4632
|
.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,
|
|
4356
4633
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
4357
4634
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -4364,21 +4641,17 @@
|
|
|
4364
4641
|
}
|
|
4365
4642
|
@media screen and (max-width: 480px) {
|
|
4366
4643
|
.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,
|
|
4367
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4368
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4644
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
|
|
4645
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
|
|
4369
4646
|
height: auto;
|
|
4370
4647
|
}
|
|
4371
4648
|
}
|
|
4372
|
-
.e-bigger .e-tab.e-fill.e-focused .e-tab-header.e-horizontal-bottom .e-tab-wrap:focus .e-text-wrap,
|
|
4373
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header.e-horizontal-bottom .e-tab-wrap:focus .e-text-wrap {
|
|
4374
|
-
height: 44px;
|
|
4375
|
-
}
|
|
4376
4649
|
.e-bigger .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4377
4650
|
.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4378
4651
|
margin: 0;
|
|
4379
4652
|
}
|
|
4380
|
-
.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header,
|
|
4381
|
-
.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header {
|
|
4653
|
+
.e-bigger .e-tab.e-fill.e-vertical-icon > .e-tab-header,
|
|
4654
|
+
.e-tab.e-bigger.e-fill.e-vertical-icon > .e-tab-header {
|
|
4382
4655
|
height: 70px;
|
|
4383
4656
|
min-height: 70px;
|
|
4384
4657
|
}
|
|
@@ -4391,7 +4664,7 @@
|
|
|
4391
4664
|
}
|
|
4392
4665
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4393
4666
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4394
|
-
|
|
4667
|
+
padding: 0;
|
|
4395
4668
|
}
|
|
4396
4669
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4397
4670
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -4399,7 +4672,7 @@
|
|
|
4399
4672
|
}
|
|
4400
4673
|
@media screen and (max-width: 480px) {
|
|
4401
4674
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4402
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4675
|
+
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4403
4676
|
padding: 0 12px;
|
|
4404
4677
|
}
|
|
4405
4678
|
}
|
|
@@ -4411,16 +4684,6 @@
|
|
|
4411
4684
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4412
4685
|
margin-bottom: 0;
|
|
4413
4686
|
}
|
|
4414
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4415
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4416
|
-
height: 50px;
|
|
4417
|
-
height: 46px;
|
|
4418
|
-
}
|
|
4419
|
-
.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,
|
|
4420
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:hover.e-itop .e-text-wrap,
|
|
4421
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:hover.e-ibottom .e-text-wrap {
|
|
4422
|
-
height: auto;
|
|
4423
|
-
}
|
|
4424
4687
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
4425
4688
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
4426
4689
|
padding: 0 8px;
|
|
@@ -4439,13 +4702,17 @@
|
|
|
4439
4702
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4440
4703
|
margin: 0 0 0 14px;
|
|
4441
4704
|
}
|
|
4705
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
4706
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
4707
|
+
margin: 0;
|
|
4708
|
+
}
|
|
4442
4709
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4443
4710
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4444
4711
|
margin: 0 8px 0 0;
|
|
4445
4712
|
}
|
|
4446
4713
|
@media screen and (max-width: 480px) {
|
|
4447
4714
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4448
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4715
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4449
4716
|
margin: 0 8px 0 0;
|
|
4450
4717
|
}
|
|
4451
4718
|
}
|
|
@@ -4455,7 +4722,7 @@
|
|
|
4455
4722
|
}
|
|
4456
4723
|
@media screen and (max-width: 480px) {
|
|
4457
4724
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,
|
|
4458
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4725
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
|
|
4459
4726
|
margin: 0 8px 0 0;
|
|
4460
4727
|
}
|
|
4461
4728
|
}
|
|
@@ -4483,7 +4750,7 @@
|
|
|
4483
4750
|
}
|
|
4484
4751
|
@media screen and (max-width: 480px) {
|
|
4485
4752
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,
|
|
4486
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4753
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4487
4754
|
padding-left: 0;
|
|
4488
4755
|
}
|
|
4489
4756
|
}
|
|
@@ -4506,8 +4773,8 @@
|
|
|
4506
4773
|
}
|
|
4507
4774
|
@media screen and (max-width: 480px) {
|
|
4508
4775
|
.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,
|
|
4509
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4510
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4776
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
|
|
4777
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
|
|
4511
4778
|
margin: 0;
|
|
4512
4779
|
padding-left: 0;
|
|
4513
4780
|
padding-right: 0;
|
|
@@ -4566,6 +4833,7 @@
|
|
|
4566
4833
|
.e-tab .e-tab-header::before {
|
|
4567
4834
|
content: "";
|
|
4568
4835
|
position: absolute;
|
|
4836
|
+
display: unset;
|
|
4569
4837
|
}
|
|
4570
4838
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
4571
4839
|
bottom: 0;
|
|
@@ -4595,6 +4863,32 @@
|
|
|
4595
4863
|
margin: 0;
|
|
4596
4864
|
}
|
|
4597
4865
|
}
|
|
4866
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
4867
|
+
position: unset;
|
|
4868
|
+
}
|
|
4869
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
4870
|
+
left: unset;
|
|
4871
|
+
right: unset;
|
|
4872
|
+
}
|
|
4873
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
4874
|
+
background-color: unset;
|
|
4875
|
+
bottom: unset;
|
|
4876
|
+
content: unset;
|
|
4877
|
+
height: unset;
|
|
4878
|
+
left: unset;
|
|
4879
|
+
position: unset;
|
|
4880
|
+
right: unset;
|
|
4881
|
+
transition: unset;
|
|
4882
|
+
}
|
|
4883
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
4884
|
+
color: unset;
|
|
4885
|
+
content: unset;
|
|
4886
|
+
display: unset;
|
|
4887
|
+
font-weight: unset;
|
|
4888
|
+
height: unset;
|
|
4889
|
+
overflow: unset;
|
|
4890
|
+
visibility: unset;
|
|
4891
|
+
}
|
|
4598
4892
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
4599
4893
|
padding: 0;
|
|
4600
4894
|
}
|
|
@@ -4606,6 +4900,7 @@
|
|
|
4606
4900
|
}
|
|
4607
4901
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4608
4902
|
width: 40px;
|
|
4903
|
+
border-radius: 0;
|
|
4609
4904
|
}
|
|
4610
4905
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4611
4906
|
margin: 0;
|
|
@@ -4633,6 +4928,7 @@
|
|
|
4633
4928
|
height: 2px;
|
|
4634
4929
|
left: 0;
|
|
4635
4930
|
right: 0;
|
|
4931
|
+
border-radius: 0;
|
|
4636
4932
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4637
4933
|
}
|
|
4638
4934
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4669,7 +4965,6 @@
|
|
|
4669
4965
|
align-items: center;
|
|
4670
4966
|
display: -ms-inline-flexbox;
|
|
4671
4967
|
display: inline-flex;
|
|
4672
|
-
height: 40px;
|
|
4673
4968
|
height: 36px;
|
|
4674
4969
|
}
|
|
4675
4970
|
@media screen and (max-width: 480px) {
|
|
@@ -4683,17 +4978,16 @@
|
|
|
4683
4978
|
font-size: 14px;
|
|
4684
4979
|
font-weight: 400;
|
|
4685
4980
|
text-transform: capitalize;
|
|
4981
|
+
-ms-flex-item-align: auto;
|
|
4982
|
+
-ms-grid-row-align: auto;
|
|
4983
|
+
align-self: auto;
|
|
4984
|
+
margin-bottom: 0;
|
|
4686
4985
|
}
|
|
4687
4986
|
@media screen and (max-width: 480px) {
|
|
4688
4987
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
4689
4988
|
font-size: 15px;
|
|
4690
4989
|
}
|
|
4691
4990
|
}
|
|
4692
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
4693
|
-
-ms-flex-item-align: auto;
|
|
4694
|
-
-ms-grid-row-align: auto;
|
|
4695
|
-
align-self: auto;
|
|
4696
|
-
}
|
|
4697
4991
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
4698
4992
|
margin: 0 8px 0 0;
|
|
4699
4993
|
padding-bottom: 0;
|
|
@@ -4706,7 +5000,6 @@
|
|
|
4706
5000
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4707
5001
|
height: 36px;
|
|
4708
5002
|
margin-top: 0;
|
|
4709
|
-
height: 36px;
|
|
4710
5003
|
}
|
|
4711
5004
|
@media screen and (max-width: 480px) {
|
|
4712
5005
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -4717,16 +5010,17 @@
|
|
|
4717
5010
|
margin-bottom: 0;
|
|
4718
5011
|
}
|
|
4719
5012
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
4720
|
-
font-weight:
|
|
5013
|
+
font-weight: 400;
|
|
4721
5014
|
}
|
|
4722
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-
|
|
4723
|
-
|
|
4724
|
-
|
|
4725
|
-
|
|
5015
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
5016
|
+
top: 2px;
|
|
5017
|
+
left: 0;
|
|
5018
|
+
}
|
|
5019
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
5020
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
5021
|
+
left: 0;
|
|
4726
5022
|
}
|
|
4727
5023
|
.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 {
|
|
4728
|
-
height: 40px;
|
|
4729
|
-
padding: 2px 0 0 0;
|
|
4730
5024
|
height: 36px;
|
|
4731
5025
|
padding: 0;
|
|
4732
5026
|
}
|
|
@@ -4735,16 +5029,6 @@
|
|
|
4735
5029
|
height: 50px;
|
|
4736
5030
|
}
|
|
4737
5031
|
}
|
|
4738
|
-
.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 {
|
|
4739
|
-
-ms-flex-item-align: auto;
|
|
4740
|
-
-ms-grid-row-align: auto;
|
|
4741
|
-
align-self: auto;
|
|
4742
|
-
}
|
|
4743
|
-
.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 {
|
|
4744
|
-
-ms-flex-item-align: auto;
|
|
4745
|
-
-ms-grid-row-align: auto;
|
|
4746
|
-
align-self: auto;
|
|
4747
|
-
}
|
|
4748
5032
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
4749
5033
|
display: none;
|
|
4750
5034
|
margin: 0 0 0 8px;
|
|
@@ -4761,13 +5045,12 @@
|
|
|
4761
5045
|
}
|
|
4762
5046
|
@media screen and (max-width: 480px) {
|
|
4763
5047
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon,
|
|
4764
|
-
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
5048
|
+
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4765
5049
|
font-size: 12px;
|
|
4766
5050
|
}
|
|
4767
5051
|
}
|
|
4768
5052
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4769
5053
|
top: 1px;
|
|
4770
|
-
top: 1px;
|
|
4771
5054
|
}
|
|
4772
5055
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
4773
5056
|
display: -ms-inline-flexbox;
|
|
@@ -4775,6 +5058,7 @@
|
|
|
4775
5058
|
height: 20px;
|
|
4776
5059
|
min-width: 20px;
|
|
4777
5060
|
width: 20px;
|
|
5061
|
+
line-height: 1;
|
|
4778
5062
|
}
|
|
4779
5063
|
@media screen and (max-width: 480px) {
|
|
4780
5064
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4788,10 +5072,19 @@
|
|
|
4788
5072
|
}
|
|
4789
5073
|
@media screen and (max-width: 480px) {
|
|
4790
5074
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4791
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5075
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
4792
5076
|
font-size: 20px;
|
|
4793
5077
|
}
|
|
4794
5078
|
}
|
|
5079
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5080
|
+
position: relative;
|
|
5081
|
+
top: 2px;
|
|
5082
|
+
left: 0;
|
|
5083
|
+
}
|
|
5084
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
5085
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
5086
|
+
left: 0;
|
|
5087
|
+
}
|
|
4795
5088
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
4796
5089
|
-ms-flex-pack: center;
|
|
4797
5090
|
justify-content: center;
|
|
@@ -4802,6 +5095,14 @@
|
|
|
4802
5095
|
padding: 0 8px;
|
|
4803
5096
|
}
|
|
4804
5097
|
}
|
|
5098
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5099
|
+
margin: 0 0 0 8px;
|
|
5100
|
+
}
|
|
5101
|
+
@media screen and (max-width: 480px) {
|
|
5102
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5103
|
+
margin: 0;
|
|
5104
|
+
}
|
|
5105
|
+
}
|
|
4805
5106
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4806
5107
|
margin: 0 0 0 6px;
|
|
4807
5108
|
}
|
|
@@ -4838,9 +5139,6 @@
|
|
|
4838
5139
|
display: block;
|
|
4839
5140
|
height: auto;
|
|
4840
5141
|
}
|
|
4841
|
-
.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 {
|
|
4842
|
-
height: 62px;
|
|
4843
|
-
}
|
|
4844
5142
|
.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 {
|
|
4845
5143
|
height: auto;
|
|
4846
5144
|
}
|
|
@@ -4902,6 +5200,7 @@
|
|
|
4902
5200
|
}
|
|
4903
5201
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
4904
5202
|
margin: 0;
|
|
5203
|
+
padding: 0;
|
|
4905
5204
|
}
|
|
4906
5205
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
4907
5206
|
height: 36px;
|
|
@@ -4915,9 +5214,8 @@
|
|
|
4915
5214
|
}
|
|
4916
5215
|
}
|
|
4917
5216
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4918
|
-
height: 36px;
|
|
4919
|
-
width: 100%;
|
|
4920
5217
|
height: 32px;
|
|
5218
|
+
width: 100%;
|
|
4921
5219
|
}
|
|
4922
5220
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4923
5221
|
display: -ms-inline-flexbox;
|
|
@@ -5047,9 +5345,8 @@
|
|
|
5047
5345
|
font-size: 12px;
|
|
5048
5346
|
line-height: 24px;
|
|
5049
5347
|
position: relative;
|
|
5050
|
-
top: 0;
|
|
5051
|
-
vertical-align: initial;
|
|
5052
5348
|
top: -2px;
|
|
5349
|
+
vertical-align: initial;
|
|
5053
5350
|
}
|
|
5054
5351
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
5055
5352
|
font-size: 12px;
|
|
@@ -5088,7 +5385,7 @@
|
|
|
5088
5385
|
}
|
|
5089
5386
|
@media screen and (max-width: 480px) {
|
|
5090
5387
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
5091
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5388
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
5092
5389
|
font-size: 14px;
|
|
5093
5390
|
height: 32px;
|
|
5094
5391
|
line-height: 32px;
|
|
@@ -5100,21 +5397,30 @@
|
|
|
5100
5397
|
font-size: 12px;
|
|
5101
5398
|
line-height: 24px;
|
|
5102
5399
|
position: relative;
|
|
5103
|
-
top: 0;
|
|
5104
|
-
vertical-align: initial;
|
|
5105
5400
|
top: -2px;
|
|
5401
|
+
vertical-align: initial;
|
|
5106
5402
|
}
|
|
5107
5403
|
@media screen and (max-width: 480px) {
|
|
5108
5404
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5109
|
-
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5405
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5110
5406
|
font-size: 16px;
|
|
5111
5407
|
}
|
|
5112
5408
|
}
|
|
5409
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
5410
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
5411
|
+
line-height: 24px;
|
|
5412
|
+
}
|
|
5113
5413
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5114
5414
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5115
|
-
|
|
5415
|
+
line-height: 24px;
|
|
5116
5416
|
top: -2px;
|
|
5117
5417
|
}
|
|
5418
|
+
@media screen and (max-width: 480px) {
|
|
5419
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5420
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5421
|
+
line-height: 24px;
|
|
5422
|
+
}
|
|
5423
|
+
}
|
|
5118
5424
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
5119
5425
|
transform: rotate(0deg);
|
|
5120
5426
|
transition: none;
|
|
@@ -5135,14 +5441,58 @@
|
|
|
5135
5441
|
transition: none;
|
|
5136
5442
|
}
|
|
5137
5443
|
}
|
|
5444
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
5445
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
5446
|
+
line-height: 24px;
|
|
5447
|
+
}
|
|
5138
5448
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5139
5449
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5140
|
-
|
|
5450
|
+
line-height: 24px;
|
|
5141
5451
|
top: -2px;
|
|
5142
5452
|
}
|
|
5453
|
+
@media screen and (max-width: 480px) {
|
|
5454
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5455
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5456
|
+
line-height: 24px;
|
|
5457
|
+
}
|
|
5458
|
+
}
|
|
5459
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
5460
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
5461
|
+
line-height: 24px;
|
|
5462
|
+
top: 0;
|
|
5463
|
+
}
|
|
5464
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
5465
|
+
position: unset;
|
|
5466
|
+
}
|
|
5467
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5468
|
+
left: unset;
|
|
5469
|
+
right: unset;
|
|
5470
|
+
}
|
|
5471
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5472
|
+
background-color: unset;
|
|
5473
|
+
content: unset;
|
|
5474
|
+
height: unset;
|
|
5475
|
+
left: unset;
|
|
5476
|
+
position: unset;
|
|
5477
|
+
right: unset;
|
|
5478
|
+
top: unset;
|
|
5479
|
+
transition: unset;
|
|
5480
|
+
}
|
|
5481
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5482
|
+
color: unset;
|
|
5483
|
+
content: unset;
|
|
5484
|
+
display: unset;
|
|
5485
|
+
font-weight: unset;
|
|
5486
|
+
height: unset;
|
|
5487
|
+
overflow: unset;
|
|
5488
|
+
visibility: unset;
|
|
5489
|
+
}
|
|
5143
5490
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
5144
5491
|
bottom: auto;
|
|
5145
5492
|
}
|
|
5493
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar {
|
|
5494
|
+
margin-top: 0;
|
|
5495
|
+
}
|
|
5146
5496
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5147
5497
|
margin: 0;
|
|
5148
5498
|
padding-bottom: 0;
|
|
@@ -5168,8 +5518,6 @@
|
|
|
5168
5518
|
}
|
|
5169
5519
|
}
|
|
5170
5520
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
5171
|
-
height: 40px;
|
|
5172
|
-
padding: 0 0 2px 0;
|
|
5173
5521
|
height: 36px;
|
|
5174
5522
|
padding: 0;
|
|
5175
5523
|
}
|
|
@@ -5179,19 +5527,6 @@
|
|
|
5179
5527
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
5180
5528
|
top: 0;
|
|
5181
5529
|
}
|
|
5182
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap {
|
|
5183
|
-
height: auto;
|
|
5184
|
-
}
|
|
5185
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap .e-tab-text {
|
|
5186
|
-
-ms-flex-item-align: auto;
|
|
5187
|
-
-ms-grid-row-align: auto;
|
|
5188
|
-
align-self: auto;
|
|
5189
|
-
}
|
|
5190
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text {
|
|
5191
|
-
-ms-flex-item-align: auto;
|
|
5192
|
-
-ms-grid-row-align: auto;
|
|
5193
|
-
align-self: auto;
|
|
5194
|
-
}
|
|
5195
5530
|
.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 {
|
|
5196
5531
|
height: initial;
|
|
5197
5532
|
}
|
|
@@ -5229,9 +5564,8 @@
|
|
|
5229
5564
|
}
|
|
5230
5565
|
.e-tab .e-tab-header.e-vertical .e-indicator {
|
|
5231
5566
|
display: block;
|
|
5232
|
-
transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
5233
|
-
width: 2px;
|
|
5234
5567
|
transition: initial;
|
|
5568
|
+
width: 2px;
|
|
5235
5569
|
}
|
|
5236
5570
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5237
5571
|
height: inherit;
|
|
@@ -5288,6 +5622,30 @@
|
|
|
5288
5622
|
left: auto;
|
|
5289
5623
|
right: 0;
|
|
5290
5624
|
}
|
|
5625
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5626
|
+
bottom: unset;
|
|
5627
|
+
height: unset;
|
|
5628
|
+
}
|
|
5629
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5630
|
+
background-color: unset;
|
|
5631
|
+
bottom: unset;
|
|
5632
|
+
content: unset;
|
|
5633
|
+
height: unset;
|
|
5634
|
+
left: unset;
|
|
5635
|
+
position: unset;
|
|
5636
|
+
right: unset;
|
|
5637
|
+
transition: unset;
|
|
5638
|
+
width: unset;
|
|
5639
|
+
}
|
|
5640
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5641
|
+
color: unset;
|
|
5642
|
+
content: unset;
|
|
5643
|
+
display: unset;
|
|
5644
|
+
font-weight: unset;
|
|
5645
|
+
height: unset;
|
|
5646
|
+
overflow: unset;
|
|
5647
|
+
visibility: unset;
|
|
5648
|
+
}
|
|
5291
5649
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
5292
5650
|
float: right;
|
|
5293
5651
|
}
|
|
@@ -5304,6 +5662,30 @@
|
|
|
5304
5662
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
5305
5663
|
width: auto;
|
|
5306
5664
|
}
|
|
5665
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5666
|
+
bottom: unset;
|
|
5667
|
+
height: unset;
|
|
5668
|
+
}
|
|
5669
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5670
|
+
background-color: unset;
|
|
5671
|
+
bottom: unset;
|
|
5672
|
+
content: unset;
|
|
5673
|
+
height: unset;
|
|
5674
|
+
left: unset;
|
|
5675
|
+
position: unset;
|
|
5676
|
+
right: unset;
|
|
5677
|
+
transition: unset;
|
|
5678
|
+
width: unset;
|
|
5679
|
+
}
|
|
5680
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5681
|
+
color: unset;
|
|
5682
|
+
content: unset;
|
|
5683
|
+
display: unset;
|
|
5684
|
+
font-weight: unset;
|
|
5685
|
+
height: unset;
|
|
5686
|
+
overflow: unset;
|
|
5687
|
+
visibility: unset;
|
|
5688
|
+
}
|
|
5307
5689
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5308
5690
|
height: 16px;
|
|
5309
5691
|
-ms-flex-pack: center;
|
|
@@ -5351,7 +5733,7 @@
|
|
|
5351
5733
|
}
|
|
5352
5734
|
@media screen and (max-width: 480px) {
|
|
5353
5735
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
|
|
5354
|
-
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5736
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
|
|
5355
5737
|
font-size: 15px;
|
|
5356
5738
|
}
|
|
5357
5739
|
}
|
|
@@ -5418,27 +5800,32 @@
|
|
|
5418
5800
|
.e-tab.e-vertical-tab .e-content .e-item > :first-child {
|
|
5419
5801
|
width: 100%;
|
|
5420
5802
|
}
|
|
5421
|
-
.e-tab.e-vertical-icon .e-tab-header {
|
|
5803
|
+
.e-tab.e-vertical-icon > .e-tab-header {
|
|
5422
5804
|
height: 62px;
|
|
5423
5805
|
min-height: 62px;
|
|
5424
5806
|
}
|
|
5425
|
-
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5426
|
-
.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 {
|
|
5807
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5808
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5427
5809
|
display: none;
|
|
5428
5810
|
}
|
|
5429
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
5811
|
+
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
5430
5812
|
height: 62px;
|
|
5431
5813
|
}
|
|
5432
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
5433
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5814
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
5815
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5434
5816
|
position: static;
|
|
5435
5817
|
}
|
|
5436
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5437
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5438
|
-
|
|
5818
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5819
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5820
|
+
border: 1px solid #ffd939;
|
|
5821
|
+
content: "";
|
|
5822
|
+
display: none;
|
|
5823
|
+
position: absolute;
|
|
5824
|
+
top: 95%;
|
|
5825
|
+
width: 100%;
|
|
5439
5826
|
}
|
|
5440
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5441
|
-
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5827
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5828
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5442
5829
|
content: "";
|
|
5443
5830
|
display: block;
|
|
5444
5831
|
position: absolute;
|
|
@@ -5446,36 +5833,39 @@
|
|
|
5446
5833
|
width: calc(100% - 16px);
|
|
5447
5834
|
border: 1px solid #ffd939;
|
|
5448
5835
|
}
|
|
5449
|
-
.e-tab.e-vertical-icon .e-tab-header .e-scroll-nav {
|
|
5836
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
5450
5837
|
height: 62px;
|
|
5451
5838
|
}
|
|
5452
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav {
|
|
5839
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav {
|
|
5453
5840
|
height: 62px;
|
|
5454
5841
|
}
|
|
5455
5842
|
@media screen and (max-width: 480px) {
|
|
5456
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5457
|
-
.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5843
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
5844
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-hor-nav .e-popup-down-icon::before {
|
|
5458
5845
|
font-size: 12px;
|
|
5459
5846
|
}
|
|
5460
5847
|
}
|
|
5461
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-indicator {
|
|
5848
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
5462
5849
|
width: 3px;
|
|
5463
5850
|
}
|
|
5464
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5465
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5851
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5852
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5466
5853
|
display: none;
|
|
5467
5854
|
}
|
|
5468
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5469
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5855
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
|
|
5856
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5470
5857
|
position: relative;
|
|
5471
5858
|
}
|
|
5472
|
-
.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-scroll-nav {
|
|
5859
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
5473
5860
|
height: 16px;
|
|
5474
5861
|
}
|
|
5475
|
-
.e-tab.e-vertical-icon .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5476
|
-
.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 {
|
|
5862
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5863
|
+
.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 {
|
|
5477
5864
|
top: 0;
|
|
5478
5865
|
}
|
|
5866
|
+
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
5867
|
+
margin: 0 0 0 8px;
|
|
5868
|
+
}
|
|
5479
5869
|
.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5480
5870
|
height: inherit;
|
|
5481
5871
|
}
|
|
@@ -5483,7 +5873,6 @@
|
|
|
5483
5873
|
height: 40px;
|
|
5484
5874
|
}
|
|
5485
5875
|
.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5486
|
-
height: 40px;
|
|
5487
5876
|
height: 36px;
|
|
5488
5877
|
}
|
|
5489
5878
|
.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 {
|
|
@@ -5499,21 +5888,14 @@
|
|
|
5499
5888
|
height: 36px;
|
|
5500
5889
|
}
|
|
5501
5890
|
.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5502
|
-
height: 36px;
|
|
5503
5891
|
height: 32px;
|
|
5504
5892
|
}
|
|
5505
5893
|
.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 {
|
|
5506
5894
|
height: 40px;
|
|
5507
5895
|
}
|
|
5508
5896
|
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
5509
|
-
height: 40px;
|
|
5510
|
-
padding: 0;
|
|
5511
5897
|
height: 36px;
|
|
5512
|
-
|
|
5513
|
-
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text {
|
|
5514
|
-
-ms-flex-item-align: auto;
|
|
5515
|
-
-ms-grid-row-align: auto;
|
|
5516
|
-
align-self: auto;
|
|
5898
|
+
padding: 0;
|
|
5517
5899
|
}
|
|
5518
5900
|
.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 {
|
|
5519
5901
|
height: auto;
|
|
@@ -5687,6 +6069,7 @@
|
|
|
5687
6069
|
height: 38px;
|
|
5688
6070
|
margin: 0;
|
|
5689
6071
|
min-height: 38px;
|
|
6072
|
+
padding: 0;
|
|
5690
6073
|
}
|
|
5691
6074
|
@media screen and (max-width: 480px) {
|
|
5692
6075
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5709,7 +6092,6 @@
|
|
|
5709
6092
|
}
|
|
5710
6093
|
}
|
|
5711
6094
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
5712
|
-
height: 38px;
|
|
5713
6095
|
height: 34px;
|
|
5714
6096
|
}
|
|
5715
6097
|
@media screen and (max-width: 480px) {
|
|
@@ -5724,7 +6106,6 @@
|
|
|
5724
6106
|
margin-bottom: 0;
|
|
5725
6107
|
}
|
|
5726
6108
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5727
|
-
height: 38px;
|
|
5728
6109
|
height: 34px;
|
|
5729
6110
|
}
|
|
5730
6111
|
@media screen and (max-width: 480px) {
|
|
@@ -5733,10 +6114,9 @@
|
|
|
5733
6114
|
}
|
|
5734
6115
|
}
|
|
5735
6116
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5736
|
-
font-weight:
|
|
6117
|
+
font-weight: 400;
|
|
5737
6118
|
}
|
|
5738
6119
|
.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 {
|
|
5739
|
-
height: 38px;
|
|
5740
6120
|
height: 34px;
|
|
5741
6121
|
}
|
|
5742
6122
|
@media screen and (max-width: 480px) {
|
|
@@ -5765,7 +6145,6 @@
|
|
|
5765
6145
|
padding: 0;
|
|
5766
6146
|
}
|
|
5767
6147
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
5768
|
-
height: 38px;
|
|
5769
6148
|
height: 34px;
|
|
5770
6149
|
}
|
|
5771
6150
|
@media screen and (max-width: 480px) {
|
|
@@ -5789,15 +6168,11 @@
|
|
|
5789
6168
|
height: 38px;
|
|
5790
6169
|
}
|
|
5791
6170
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5792
|
-
height: 38px;
|
|
5793
6171
|
height: 34px;
|
|
5794
6172
|
}
|
|
5795
6173
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
5796
6174
|
height: 34px;
|
|
5797
6175
|
}
|
|
5798
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before {
|
|
5799
|
-
top: 1px;
|
|
5800
|
-
}
|
|
5801
6176
|
.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 {
|
|
5802
6177
|
height: 59px;
|
|
5803
6178
|
}
|
|
@@ -5812,7 +6187,7 @@
|
|
|
5812
6187
|
.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5813
6188
|
margin: 0;
|
|
5814
6189
|
}
|
|
5815
|
-
.e-tab.e-fill.e-vertical-icon .e-tab-header {
|
|
6190
|
+
.e-tab.e-fill.e-vertical-icon > .e-tab-header {
|
|
5816
6191
|
height: 60px;
|
|
5817
6192
|
min-height: 60px;
|
|
5818
6193
|
}
|
|
@@ -5823,9 +6198,7 @@
|
|
|
5823
6198
|
}
|
|
5824
6199
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5825
6200
|
margin: 0;
|
|
5826
|
-
|
|
5827
|
-
.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 {
|
|
5828
|
-
height: auto;
|
|
6201
|
+
padding: 0;
|
|
5829
6202
|
}
|
|
5830
6203
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5831
6204
|
padding: 0 10px;
|
|
@@ -5841,12 +6214,8 @@
|
|
|
5841
6214
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5842
6215
|
margin-bottom: 0;
|
|
5843
6216
|
}
|
|
5844
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5845
|
-
height: 40px;
|
|
5846
|
-
height: 36px;
|
|
5847
|
-
}
|
|
5848
6217
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5849
|
-
font-weight:
|
|
6218
|
+
font-weight: 400;
|
|
5850
6219
|
}
|
|
5851
6220
|
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
5852
6221
|
display: none;
|
|
@@ -5863,7 +6232,6 @@
|
|
|
5863
6232
|
padding: 0;
|
|
5864
6233
|
}
|
|
5865
6234
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap {
|
|
5866
|
-
height: 36px;
|
|
5867
6235
|
height: 32px;
|
|
5868
6236
|
}
|
|
5869
6237
|
.e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5876,6 +6244,9 @@
|
|
|
5876
6244
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5877
6245
|
margin: 0 0 0 8px;
|
|
5878
6246
|
}
|
|
6247
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
6248
|
+
margin: 0;
|
|
6249
|
+
}
|
|
5879
6250
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
5880
6251
|
margin: 0 6px 0 0;
|
|
5881
6252
|
}
|
|
@@ -5891,6 +6262,9 @@
|
|
|
5891
6262
|
margin-left: 20px;
|
|
5892
6263
|
margin-right: 0;
|
|
5893
6264
|
}
|
|
6265
|
+
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
6266
|
+
margin: 0 0 0 8px;
|
|
6267
|
+
}
|
|
5894
6268
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
5895
6269
|
margin: 0;
|
|
5896
6270
|
}
|
|
@@ -5978,7 +6352,6 @@
|
|
|
5978
6352
|
align-items: center;
|
|
5979
6353
|
display: -ms-inline-flexbox;
|
|
5980
6354
|
display: inline-flex;
|
|
5981
|
-
height: 40px;
|
|
5982
6355
|
height: 36px;
|
|
5983
6356
|
}
|
|
5984
6357
|
@media screen and (max-width: 480px) {
|
|
@@ -5992,17 +6365,15 @@
|
|
|
5992
6365
|
font-size: 14px;
|
|
5993
6366
|
font-weight: 400;
|
|
5994
6367
|
text-transform: capitalize;
|
|
6368
|
+
-ms-flex-item-align: auto;
|
|
6369
|
+
-ms-grid-row-align: auto;
|
|
6370
|
+
align-self: auto;
|
|
5995
6371
|
}
|
|
5996
6372
|
@media screen and (max-width: 480px) {
|
|
5997
6373
|
.e-tab-clone-element .e-tab-text {
|
|
5998
6374
|
font-size: 15px;
|
|
5999
6375
|
}
|
|
6000
6376
|
}
|
|
6001
|
-
.e-tab-clone-element .e-tab-text {
|
|
6002
|
-
-ms-flex-item-align: auto;
|
|
6003
|
-
-ms-grid-row-align: auto;
|
|
6004
|
-
align-self: auto;
|
|
6005
|
-
}
|
|
6006
6377
|
.e-tab-clone-element .e-icons.e-close-icon {
|
|
6007
6378
|
display: none;
|
|
6008
6379
|
}
|
|
@@ -6012,13 +6383,12 @@
|
|
|
6012
6383
|
}
|
|
6013
6384
|
@media screen and (max-width: 480px) {
|
|
6014
6385
|
.e-tab-clone-element .e-close-icon,
|
|
6015
|
-
.e-tab-clone-element .e-close-icon::before {
|
|
6386
|
+
.e-tab-clone-element .e-close-icon::before {
|
|
6016
6387
|
font-size: 12px;
|
|
6017
6388
|
}
|
|
6018
6389
|
}
|
|
6019
6390
|
.e-tab-clone-element .e-close-icon::before {
|
|
6020
6391
|
top: 1px;
|
|
6021
|
-
top: 1px;
|
|
6022
6392
|
}
|
|
6023
6393
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
6024
6394
|
display: -ms-inline-flexbox;
|
|
@@ -6026,6 +6396,7 @@
|
|
|
6026
6396
|
height: 20px;
|
|
6027
6397
|
min-width: 20px;
|
|
6028
6398
|
width: 20px;
|
|
6399
|
+
line-height: 1;
|
|
6029
6400
|
}
|
|
6030
6401
|
@media screen and (max-width: 480px) {
|
|
6031
6402
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -6039,7 +6410,7 @@
|
|
|
6039
6410
|
}
|
|
6040
6411
|
@media screen and (max-width: 480px) {
|
|
6041
6412
|
.e-tab-clone-element .e-tab-icon,
|
|
6042
|
-
.e-tab-clone-element .e-tab-icon::before {
|
|
6413
|
+
.e-tab-clone-element .e-tab-icon::before {
|
|
6043
6414
|
font-size: 20px;
|
|
6044
6415
|
}
|
|
6045
6416
|
}
|
|
@@ -6053,6 +6424,14 @@
|
|
|
6053
6424
|
padding: 0 8px;
|
|
6054
6425
|
}
|
|
6055
6426
|
}
|
|
6427
|
+
.e-tab-clone-element .e-icon-right {
|
|
6428
|
+
margin: 0 0 0 8px;
|
|
6429
|
+
}
|
|
6430
|
+
@media screen and (max-width: 480px) {
|
|
6431
|
+
.e-tab-clone-element .e-icon-right {
|
|
6432
|
+
margin: 0;
|
|
6433
|
+
}
|
|
6434
|
+
}
|
|
6056
6435
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6057
6436
|
margin: 0 0 0 6px;
|
|
6058
6437
|
}
|
|
@@ -6171,7 +6550,6 @@
|
|
|
6171
6550
|
}
|
|
6172
6551
|
}
|
|
6173
6552
|
.e-bigger .e-tab-clone-element .e-text-wrap {
|
|
6174
|
-
height: 50px;
|
|
6175
6553
|
height: 46px;
|
|
6176
6554
|
}
|
|
6177
6555
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
@@ -6195,7 +6573,7 @@
|
|
|
6195
6573
|
}
|
|
6196
6574
|
@media screen and (max-width: 480px) {
|
|
6197
6575
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon,
|
|
6198
|
-
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6576
|
+
.e-bigger .e-tab-clone-element .e-close-icon::before {
|
|
6199
6577
|
font-size: 12px;
|
|
6200
6578
|
}
|
|
6201
6579
|
}
|
|
@@ -6203,6 +6581,7 @@
|
|
|
6203
6581
|
height: 20px;
|
|
6204
6582
|
min-width: 20px;
|
|
6205
6583
|
width: 20px;
|
|
6584
|
+
line-height: 1;
|
|
6206
6585
|
}
|
|
6207
6586
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
6208
6587
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -6211,6 +6590,14 @@
|
|
|
6211
6590
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6212
6591
|
padding: 0 8px;
|
|
6213
6592
|
}
|
|
6593
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6594
|
+
margin: 0 0 0 12px;
|
|
6595
|
+
}
|
|
6596
|
+
@media screen and (max-width: 480px) {
|
|
6597
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6598
|
+
margin: 0;
|
|
6599
|
+
}
|
|
6600
|
+
}
|
|
6214
6601
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6215
6602
|
margin: 0 0 0 8px;
|
|
6216
6603
|
}
|
|
@@ -6237,12 +6624,6 @@
|
|
|
6237
6624
|
.e-bigger .e-tab-clone-element.e-itop .e-close-icon, .e-bigger .e-tab-clone-element.e-ibottom .e-close-icon {
|
|
6238
6625
|
right: 8px;
|
|
6239
6626
|
}
|
|
6240
|
-
.e-bigger .e-tab-clone-element.e-itop .e-text-wrap, .e-bigger .e-tab-clone-element.e-ibottom .e-text-wrap {
|
|
6241
|
-
height: auto;
|
|
6242
|
-
}
|
|
6243
|
-
.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 {
|
|
6244
|
-
height: 72px;
|
|
6245
|
-
}
|
|
6246
6627
|
.e-bigger .e-tab-clone-element.e-itop .e-tab-text {
|
|
6247
6628
|
margin: 10px 0 0;
|
|
6248
6629
|
}
|
|
@@ -6259,10 +6640,20 @@
|
|
|
6259
6640
|
background: inherit;
|
|
6260
6641
|
border: 0;
|
|
6261
6642
|
border-radius: 0;
|
|
6643
|
+
box-shadow: none;
|
|
6644
|
+
font-weight: normal;
|
|
6262
6645
|
border-bottom: 0;
|
|
6263
6646
|
}
|
|
6647
|
+
.e-tab .e-tab-header::before {
|
|
6648
|
+
border-color: unset;
|
|
6649
|
+
border-style: solid;
|
|
6650
|
+
}
|
|
6651
|
+
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
6652
|
+
border-width: 0;
|
|
6653
|
+
}
|
|
6264
6654
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
6265
6655
|
border-bottom: initial;
|
|
6656
|
+
margin-bottom: 0;
|
|
6266
6657
|
}
|
|
6267
6658
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
6268
6659
|
background: inherit;
|
|
@@ -6274,6 +6665,9 @@
|
|
|
6274
6665
|
background: inherit;
|
|
6275
6666
|
border: none;
|
|
6276
6667
|
}
|
|
6668
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
6669
|
+
background: #685708;
|
|
6670
|
+
}
|
|
6277
6671
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6278
6672
|
background: rgba(0, 0, 0, 0);
|
|
6279
6673
|
}
|
|
@@ -6298,6 +6692,8 @@
|
|
|
6298
6692
|
}
|
|
6299
6693
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6300
6694
|
background: inherit;
|
|
6695
|
+
border: 2px solid #000;
|
|
6696
|
+
border-radius: 0;
|
|
6301
6697
|
}
|
|
6302
6698
|
@media screen and (max-width: 480px) {
|
|
6303
6699
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6312,6 +6708,9 @@
|
|
|
6312
6708
|
border: 0;
|
|
6313
6709
|
border-radius: 0;
|
|
6314
6710
|
}
|
|
6711
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6712
|
+
border: 2px solid #000;
|
|
6713
|
+
}
|
|
6315
6714
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6316
6715
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6317
6716
|
color: #fff;
|
|
@@ -6379,13 +6778,18 @@
|
|
|
6379
6778
|
}
|
|
6380
6779
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6381
6780
|
background: #685708;
|
|
6382
|
-
border
|
|
6781
|
+
border: 2px solid #fff;
|
|
6782
|
+
border-radius: 0;
|
|
6383
6783
|
}
|
|
6384
6784
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6385
6785
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6386
6786
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6387
6787
|
color: #fff;
|
|
6388
6788
|
}
|
|
6789
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6790
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6791
|
+
color: #fff;
|
|
6792
|
+
}
|
|
6389
6793
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6390
6794
|
background: #ffd939;
|
|
6391
6795
|
border-color: #ffd939;
|
|
@@ -6421,6 +6825,11 @@
|
|
|
6421
6825
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6422
6826
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6423
6827
|
box-shadow: none;
|
|
6828
|
+
border: 2px solid #000;
|
|
6829
|
+
}
|
|
6830
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
6831
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
6832
|
+
background: inherit;
|
|
6424
6833
|
}
|
|
6425
6834
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
6426
6835
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
@@ -6432,7 +6841,6 @@
|
|
|
6432
6841
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6433
6842
|
background: #685708;
|
|
6434
6843
|
color: #fff;
|
|
6435
|
-
border: 2px solid #fff;
|
|
6436
6844
|
}
|
|
6437
6845
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6438
6846
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
@@ -6440,6 +6848,12 @@
|
|
|
6440
6848
|
border-color: #ffd939;
|
|
6441
6849
|
color: #000;
|
|
6442
6850
|
}
|
|
6851
|
+
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6852
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6853
|
+
box-shadow: none;
|
|
6854
|
+
background: inherit;
|
|
6855
|
+
border: 0;
|
|
6856
|
+
}
|
|
6443
6857
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
6444
6858
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
6445
6859
|
color: #fff;
|
|
@@ -6474,6 +6888,10 @@
|
|
|
6474
6888
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
6475
6889
|
color: #fff;
|
|
6476
6890
|
}
|
|
6891
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
6892
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
6893
|
+
background: transparent;
|
|
6894
|
+
}
|
|
6477
6895
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6478
6896
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
6479
6897
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
@@ -6495,26 +6913,32 @@
|
|
|
6495
6913
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active,
|
|
6496
6914
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6497
6915
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
6498
|
-
background: #
|
|
6916
|
+
background: #ffd939;
|
|
6917
|
+
color: #000;
|
|
6499
6918
|
border: 1px solid #ffd939;
|
|
6500
6919
|
border-radius: 0;
|
|
6501
6920
|
box-shadow: none;
|
|
6502
|
-
background: #ffd939;
|
|
6503
|
-
color: #000;
|
|
6504
6921
|
}
|
|
6505
6922
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6506
6923
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
6507
6924
|
border: 0;
|
|
6925
|
+
background: transparent;
|
|
6508
6926
|
}
|
|
6509
6927
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
6510
6928
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
6511
6929
|
background: transparent;
|
|
6512
6930
|
}
|
|
6931
|
+
.e-tab .e-tab-header .e-hor-nav:active,
|
|
6932
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
6933
|
+
box-shadow: none;
|
|
6934
|
+
background: transparent;
|
|
6935
|
+
}
|
|
6513
6936
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6514
6937
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6515
6938
|
background: inherit;
|
|
6516
6939
|
border: 0;
|
|
6517
6940
|
box-shadow: none;
|
|
6941
|
+
border-radius: 0;
|
|
6518
6942
|
}
|
|
6519
6943
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
6520
6944
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
@@ -6525,26 +6949,50 @@
|
|
|
6525
6949
|
border: 0;
|
|
6526
6950
|
}
|
|
6527
6951
|
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
6528
|
-
border-
|
|
6529
|
-
border-
|
|
6952
|
+
border-color: unset;
|
|
6953
|
+
border-style: solid;
|
|
6954
|
+
border-width: 0;
|
|
6955
|
+
}
|
|
6956
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
6957
|
+
border-color: unset;
|
|
6958
|
+
border-style: solid;
|
|
6959
|
+
border-width: 0;
|
|
6960
|
+
}
|
|
6961
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
6962
|
+
border-color: unset;
|
|
6963
|
+
border-style: solid;
|
|
6964
|
+
border-width: 0;
|
|
6965
|
+
}
|
|
6966
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
6967
|
+
border-radius: 0;
|
|
6530
6968
|
}
|
|
6531
6969
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6532
|
-
border-
|
|
6970
|
+
border-color: inherit unset unset;
|
|
6971
|
+
border-style: solid;
|
|
6972
|
+
border-width: 0;
|
|
6973
|
+
margin-top: 0;
|
|
6533
6974
|
border-radius: 0;
|
|
6534
|
-
|
|
6535
|
-
|
|
6975
|
+
}
|
|
6976
|
+
.e-tab .e-tab-header.e-vertical {
|
|
6977
|
+
border-bottom: 0;
|
|
6536
6978
|
}
|
|
6537
6979
|
.e-tab .e-tab-header.e-vertical::before {
|
|
6538
|
-
border-width: 0
|
|
6980
|
+
border-width: 0;
|
|
6539
6981
|
}
|
|
6540
6982
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active {
|
|
6541
6983
|
border-bottom: 0;
|
|
6542
6984
|
border-top: 0;
|
|
6543
6985
|
}
|
|
6986
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
6987
|
+
border-radius: 0;
|
|
6988
|
+
}
|
|
6544
6989
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6545
6990
|
border-radius: 0;
|
|
6546
6991
|
border-right: initial;
|
|
6547
6992
|
}
|
|
6993
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
6994
|
+
border-radius: 0;
|
|
6995
|
+
}
|
|
6548
6996
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6549
6997
|
border-left: initial;
|
|
6550
6998
|
border-radius: 0;
|
|
@@ -6602,6 +7050,7 @@
|
|
|
6602
7050
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
6603
7051
|
background: inherit;
|
|
6604
7052
|
border: 0;
|
|
7053
|
+
color: #fff;
|
|
6605
7054
|
}
|
|
6606
7055
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6607
7056
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -6626,17 +7075,17 @@
|
|
|
6626
7075
|
}
|
|
6627
7076
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6628
7077
|
background: initial;
|
|
6629
|
-
border
|
|
6630
|
-
border-style: solid;
|
|
7078
|
+
border: 2px solid #fff;
|
|
6631
7079
|
}
|
|
6632
7080
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6633
7081
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
6634
7082
|
color: #fff;
|
|
6635
7083
|
}
|
|
7084
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
7085
|
+
color: #fff;
|
|
7086
|
+
}
|
|
6636
7087
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6637
7088
|
color: #fff;
|
|
6638
|
-
background: inherit;
|
|
6639
|
-
border: 2px solid #fff;
|
|
6640
7089
|
}
|
|
6641
7090
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6642
7091
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -6657,10 +7106,6 @@
|
|
|
6657
7106
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus {
|
|
6658
7107
|
outline: 1.5px solid #fff;
|
|
6659
7108
|
}
|
|
6660
|
-
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6661
|
-
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
6662
|
-
border-color: #fff;
|
|
6663
|
-
}
|
|
6664
7109
|
.e-tab.e-disable {
|
|
6665
7110
|
pointer-events: none;
|
|
6666
7111
|
}
|
|
@@ -6680,6 +7125,9 @@
|
|
|
6680
7125
|
.e-tab.e-fill .e-tab-header {
|
|
6681
7126
|
border-bottom: 2px Solid #ffd939;
|
|
6682
7127
|
}
|
|
7128
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll {
|
|
7129
|
+
border: 0;
|
|
7130
|
+
}
|
|
6683
7131
|
.e-tab.e-fill .e-tab-header .e-toolbar-item {
|
|
6684
7132
|
border: 0;
|
|
6685
7133
|
}
|
|
@@ -6692,6 +7140,9 @@
|
|
|
6692
7140
|
.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 {
|
|
6693
7141
|
color: #fff;
|
|
6694
7142
|
}
|
|
7143
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7144
|
+
color: #fff;
|
|
7145
|
+
}
|
|
6695
7146
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6696
7147
|
margin-top: 0;
|
|
6697
7148
|
}
|
|
@@ -6726,6 +7177,18 @@
|
|
|
6726
7177
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
6727
7178
|
color: #000;
|
|
6728
7179
|
}
|
|
7180
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
7181
|
+
background: #685708;
|
|
7182
|
+
}
|
|
7183
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
7184
|
+
color: #fff;
|
|
7185
|
+
}
|
|
7186
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
7187
|
+
color: #fff;
|
|
7188
|
+
}
|
|
7189
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
7190
|
+
color: #fff;
|
|
7191
|
+
}
|
|
6729
7192
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
6730
7193
|
border-bottom: 0;
|
|
6731
7194
|
border-top: 2px Solid #ffd939;
|
|
@@ -6779,7 +7242,12 @@
|
|
|
6779
7242
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6780
7243
|
background: #ffd939;
|
|
6781
7244
|
border-color: #fff;
|
|
6782
|
-
|
|
7245
|
+
}
|
|
7246
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7247
|
+
color: #000;
|
|
7248
|
+
}
|
|
7249
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7250
|
+
color: #fff;
|
|
6783
7251
|
}
|
|
6784
7252
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6785
7253
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -6792,8 +7260,12 @@
|
|
|
6792
7260
|
.e-tab.e-background .e-tab-header .e-toolbar-items {
|
|
6793
7261
|
background: #333;
|
|
6794
7262
|
}
|
|
7263
|
+
.e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll {
|
|
7264
|
+
border: 0;
|
|
7265
|
+
}
|
|
6795
7266
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
6796
7267
|
background: #ffd939;
|
|
7268
|
+
bottom: 0;
|
|
6797
7269
|
}
|
|
6798
7270
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
6799
7271
|
border: 0;
|
|
@@ -6805,11 +7277,13 @@
|
|
|
6805
7277
|
background: #333;
|
|
6806
7278
|
border-color: #333;
|
|
6807
7279
|
}
|
|
6808
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6809
7280
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6810
7281
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6811
7282
|
color: #fff;
|
|
6812
7283
|
}
|
|
7284
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
7285
|
+
color: #fff;
|
|
7286
|
+
}
|
|
6813
7287
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
6814
7288
|
color: #fff;
|
|
6815
7289
|
}
|
|
@@ -6818,12 +7292,12 @@
|
|
|
6818
7292
|
background-color: #685708;
|
|
6819
7293
|
border-color: #fff;
|
|
6820
7294
|
}
|
|
6821
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text
|
|
7295
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
7296
|
+
color: #fff;
|
|
7297
|
+
}
|
|
6822
7298
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6823
|
-
color: #000;
|
|
6824
7299
|
color: #fff;
|
|
6825
7300
|
}
|
|
6826
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6827
7301
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6828
7302
|
color: #fff;
|
|
6829
7303
|
}
|
|
@@ -6833,26 +7307,41 @@
|
|
|
6833
7307
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
6834
7308
|
border: 0;
|
|
6835
7309
|
margin: 0;
|
|
7310
|
+
background: inherit;
|
|
6836
7311
|
}
|
|
6837
7312
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6838
7313
|
background: #ffd939;
|
|
6839
|
-
border-radius: 0;
|
|
6840
7314
|
border-color: #ffd939;
|
|
7315
|
+
border-radius: 0;
|
|
7316
|
+
border-style: solid;
|
|
7317
|
+
border-width: 2px;
|
|
7318
|
+
}
|
|
7319
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
7320
|
+
color: #000;
|
|
7321
|
+
}
|
|
7322
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
7323
|
+
color: #000;
|
|
7324
|
+
}
|
|
7325
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
7326
|
+
color: rgba(0, 0, 0, 0.6);
|
|
6841
7327
|
}
|
|
6842
7328
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
6843
7329
|
background: #685708;
|
|
6844
7330
|
border-color: #fff;
|
|
6845
7331
|
}
|
|
6846
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text
|
|
7332
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7333
|
+
color: #fff;
|
|
7334
|
+
}
|
|
6847
7335
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6848
|
-
color: #
|
|
7336
|
+
color: #fff;
|
|
6849
7337
|
}
|
|
6850
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon,
|
|
6851
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6852
7338
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6853
7339
|
color: #fff;
|
|
6854
7340
|
}
|
|
6855
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover
|
|
7341
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
7342
|
+
color: #ffd939;
|
|
7343
|
+
}
|
|
7344
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
6856
7345
|
color: #ffd939;
|
|
6857
7346
|
}
|
|
6858
7347
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
@@ -6869,6 +7358,12 @@
|
|
|
6869
7358
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6870
7359
|
color: #000;
|
|
6871
7360
|
}
|
|
7361
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7362
|
+
color: #fff;
|
|
7363
|
+
}
|
|
7364
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
7365
|
+
color: #fff;
|
|
7366
|
+
}
|
|
6872
7367
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
6873
7368
|
border: 0;
|
|
6874
7369
|
}
|
|
@@ -6879,7 +7374,8 @@
|
|
|
6879
7374
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
6880
7375
|
color: rgba(0, 0, 0, 0.6);
|
|
6881
7376
|
}
|
|
6882
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
7377
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
7378
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
6883
7379
|
color: #000;
|
|
6884
7380
|
}
|
|
6885
7381
|
.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 {
|
|
@@ -6894,7 +7390,8 @@
|
|
|
6894
7390
|
background: #333;
|
|
6895
7391
|
}
|
|
6896
7392
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6897
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
7393
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
7394
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6898
7395
|
color: #fff;
|
|
6899
7396
|
}
|
|
6900
7397
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6903,16 +7400,21 @@
|
|
|
6903
7400
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6904
7401
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6905
7402
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6906
|
-
color: #000;
|
|
6907
7403
|
color: #fff;
|
|
6908
7404
|
}
|
|
6909
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6910
|
-
|
|
7405
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
7406
|
+
color: #000;
|
|
7407
|
+
}
|
|
7408
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
7409
|
+
color: #fff;
|
|
6911
7410
|
}
|
|
6912
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
6913
7411
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
6914
7412
|
color: #000;
|
|
6915
7413
|
}
|
|
7414
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
7415
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
7416
|
+
background: inherit;
|
|
7417
|
+
}
|
|
6916
7418
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
6917
7419
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
6918
7420
|
color: #fff;
|
|
@@ -6923,29 +7425,22 @@
|
|
|
6923
7425
|
background: #685708;
|
|
6924
7426
|
color: #fff;
|
|
6925
7427
|
border-color: #fff;
|
|
6926
|
-
color: #fff;
|
|
6927
7428
|
}
|
|
6928
7429
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
6929
7430
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
6930
7431
|
background: #ffd939;
|
|
6931
7432
|
color: #000;
|
|
6932
7433
|
}
|
|
6933
|
-
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active .e-icons,
|
|
6934
|
-
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active .e-icons {
|
|
6935
|
-
color: #000;
|
|
6936
|
-
}
|
|
6937
7434
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
6938
7435
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6939
7436
|
color: #fff;
|
|
6940
|
-
background: transparent;
|
|
6941
7437
|
border: 2px solid #fff;
|
|
7438
|
+
background: transparent;
|
|
6942
7439
|
}
|
|
6943
7440
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6944
7441
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6945
7442
|
background: #685708;
|
|
6946
7443
|
color: #fff;
|
|
6947
|
-
border: 2px solid #fff;
|
|
6948
|
-
color: #fff;
|
|
6949
7444
|
}
|
|
6950
7445
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6951
7446
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
@@ -6957,6 +7452,10 @@
|
|
|
6957
7452
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
6958
7453
|
animation: none;
|
|
6959
7454
|
}
|
|
7455
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7456
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
7457
|
+
background: transparent;
|
|
7458
|
+
}
|
|
6960
7459
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6961
7460
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
6962
7461
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
@@ -6969,16 +7468,9 @@
|
|
|
6969
7468
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6970
7469
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
6971
7470
|
background: #685708;
|
|
6972
|
-
color: #fff;
|
|
6973
7471
|
border-color: #fff;
|
|
6974
7472
|
color: #fff;
|
|
6975
7473
|
}
|
|
6976
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active .e-icons,
|
|
6977
|
-
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active .e-icons,
|
|
6978
|
-
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active .e-icons,
|
|
6979
|
-
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active .e-icons {
|
|
6980
|
-
color: #000;
|
|
6981
|
-
}
|
|
6982
7474
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
6983
7475
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
6984
7476
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
@@ -6999,8 +7491,6 @@
|
|
|
6999
7491
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
7000
7492
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
7001
7493
|
background: #685708;
|
|
7002
|
-
border: 2px solid #fff;
|
|
7003
|
-
color: #fff;
|
|
7004
7494
|
}
|
|
7005
7495
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
7006
7496
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
@@ -7018,6 +7508,40 @@
|
|
|
7018
7508
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
7019
7509
|
color: #fff;
|
|
7020
7510
|
}
|
|
7511
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
7512
|
+
border: 0;
|
|
7513
|
+
margin: 0;
|
|
7514
|
+
}
|
|
7515
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
7516
|
+
border-color: #ffd939;
|
|
7517
|
+
border-radius: 0;
|
|
7518
|
+
border-style: solid;
|
|
7519
|
+
border-width: 2px;
|
|
7520
|
+
}
|
|
7521
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
7522
|
+
border-color: unset;
|
|
7523
|
+
border-style: solid;
|
|
7524
|
+
border-width: 0;
|
|
7525
|
+
margin: 0;
|
|
7526
|
+
}
|
|
7527
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
7528
|
+
border-color: #ffd939;
|
|
7529
|
+
border-radius: 0;
|
|
7530
|
+
border-style: solid;
|
|
7531
|
+
border-width: 2px;
|
|
7532
|
+
}
|
|
7533
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
7534
|
+
border-color: unset;
|
|
7535
|
+
border-style: solid;
|
|
7536
|
+
border-width: 0;
|
|
7537
|
+
margin: 0;
|
|
7538
|
+
}
|
|
7539
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
7540
|
+
border-color: #ffd939;
|
|
7541
|
+
border-radius: 0;
|
|
7542
|
+
border-style: solid;
|
|
7543
|
+
border-width: 2px;
|
|
7544
|
+
}
|
|
7021
7545
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
7022
7546
|
border: 0;
|
|
7023
7547
|
}
|
|
@@ -7080,8 +7604,8 @@
|
|
|
7080
7604
|
background: #757575;
|
|
7081
7605
|
}
|
|
7082
7606
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
7607
|
+
background: initial;
|
|
7083
7608
|
border-color: #fff;
|
|
7084
|
-
border-style: solid;
|
|
7085
7609
|
}
|
|
7086
7610
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
7087
7611
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -7089,13 +7613,42 @@
|
|
|
7089
7613
|
color: #fff;
|
|
7090
7614
|
}
|
|
7091
7615
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
7616
|
+
background: #ffd939;
|
|
7092
7617
|
border-color: #fff;
|
|
7093
|
-
border-style: solid;
|
|
7094
7618
|
}
|
|
7095
7619
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
7096
7620
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7097
7621
|
color: #000;
|
|
7098
7622
|
}
|
|
7623
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7624
|
+
background: #685708;
|
|
7625
|
+
border: 2px solid #000;
|
|
7626
|
+
border-radius: 0;
|
|
7627
|
+
}
|
|
7628
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7629
|
+
color: #000;
|
|
7630
|
+
}
|
|
7631
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7632
|
+
color: #000;
|
|
7633
|
+
}
|
|
7634
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7635
|
+
color: #fff;
|
|
7636
|
+
}
|
|
7637
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7638
|
+
color: #fff;
|
|
7639
|
+
}
|
|
7640
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7641
|
+
color: #fff;
|
|
7642
|
+
}
|
|
7643
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
7644
|
+
color: #fff;
|
|
7645
|
+
}
|
|
7646
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7647
|
+
color: #000;
|
|
7648
|
+
}
|
|
7649
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
7650
|
+
color: #fff;
|
|
7651
|
+
}
|
|
7099
7652
|
.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 {
|
|
7100
7653
|
background: #ffd939;
|
|
7101
7654
|
}
|
|
@@ -7118,6 +7671,8 @@
|
|
|
7118
7671
|
.e-tab .e-content .e-item {
|
|
7119
7672
|
background: inherit;
|
|
7120
7673
|
color: #fff;
|
|
7674
|
+
font-size: 12px;
|
|
7675
|
+
line-height: 18px;
|
|
7121
7676
|
}
|
|
7122
7677
|
|
|
7123
7678
|
.e-tab-clone-element {
|