@syncfusion/ej2-navigations 20.3.60 → 20.4.38
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/.eslintrc.json +16 -1
- package/CHANGELOG.md +17 -0
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +253 -205
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +250 -202
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/accordion/accordion.js +20 -19
- package/src/appbar/appbar-model.d.ts +15 -15
- package/src/appbar/appbar.d.ts +15 -15
- package/src/appbar/appbar.js +3 -3
- package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
- package/src/breadcrumb/breadcrumb.js +10 -5
- package/src/carousel/carousel.js +10 -10
- package/src/common/menu-base.js +9 -5
- package/src/menu/menu.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +6 -2
- package/src/tab/tab-model.d.ts +9 -0
- package/src/tab/tab.d.ts +9 -0
- package/src/tab/tab.js +28 -18
- package/src/toolbar/toolbar-model.d.ts +9 -0
- package/src/toolbar/toolbar.d.ts +11 -0
- package/src/toolbar/toolbar.js +132 -123
- package/src/treeview/treeview-model.d.ts +133 -45
- package/src/treeview/treeview.d.ts +135 -48
- package/src/treeview/treeview.js +30 -14
- 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 +999 -145
- package/styles/bootstrap.css +986 -132
- package/styles/bootstrap4.css +888 -167
- package/styles/bootstrap5-dark.css +949 -179
- package/styles/bootstrap5.css +949 -179
- 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 +1068 -232
- package/styles/fabric.css +1067 -231
- package/styles/fluent-dark.css +1014 -123
- package/styles/fluent.css +1012 -121
- 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 +918 -369
- package/styles/highcontrast.css +925 -370
- package/styles/material-dark.css +1184 -114
- package/styles/material.css +1162 -92
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- 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 +295 -988
- 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 +587 -109
- package/styles/tab/bootstrap.css +574 -96
- package/styles/tab/bootstrap4.css +546 -114
- package/styles/tab/bootstrap5-dark.css +523 -134
- package/styles/tab/bootstrap5.css +523 -134
- package/styles/tab/fabric-dark.css +614 -199
- package/styles/tab/fabric.css +612 -197
- package/styles/tab/fluent-dark.css +546 -102
- package/styles/tab/fluent.css +546 -102
- package/styles/tab/highcontrast-light.css +520 -250
- package/styles/tab/highcontrast.css +520 -244
- 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 +705 -54
- package/styles/tab/material.css +705 -54
- package/styles/tab/tailwind-dark.css +706 -71
- package/styles/tab/tailwind.css +706 -71
- package/styles/tailwind-dark.css +1145 -99
- package/styles/tailwind.css +1144 -98
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
package/styles/fabric.css
CHANGED
|
@@ -707,11 +707,11 @@
|
|
|
707
707
|
content: "\e904";
|
|
708
708
|
}
|
|
709
709
|
.e-hscroll .e-nav-left-arrow::before {
|
|
710
|
-
content: "\
|
|
710
|
+
content: "\e98f";
|
|
711
711
|
line-height: normal;
|
|
712
712
|
}
|
|
713
713
|
.e-hscroll .e-nav-right-arrow::before {
|
|
714
|
-
content: "\
|
|
714
|
+
content: "\e219";
|
|
715
715
|
line-height: normal;
|
|
716
716
|
}
|
|
717
717
|
|
|
@@ -854,6 +854,7 @@
|
|
|
854
854
|
text-align: center;
|
|
855
855
|
vertical-align: middle;
|
|
856
856
|
width: 100%;
|
|
857
|
+
font-size: 14px;
|
|
857
858
|
}
|
|
858
859
|
.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
|
|
859
860
|
pointer-events: none;
|
|
@@ -902,22 +903,34 @@
|
|
|
902
903
|
border: 0;
|
|
903
904
|
color: #333;
|
|
904
905
|
}
|
|
906
|
+
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
|
|
907
|
+
background: #f4f4f4;
|
|
908
|
+
}
|
|
905
909
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
906
910
|
background: #f4f4f4;
|
|
907
911
|
border: 0;
|
|
908
912
|
color: #333;
|
|
909
913
|
}
|
|
914
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
|
|
915
|
+
color: #333;
|
|
916
|
+
}
|
|
910
917
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
911
918
|
background: #f4f4f4;
|
|
912
919
|
border: 0;
|
|
913
920
|
color: #333;
|
|
914
921
|
}
|
|
922
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
|
|
923
|
+
color: #333;
|
|
924
|
+
}
|
|
915
925
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
916
926
|
background: #d1ebff;
|
|
917
927
|
border: 0;
|
|
918
928
|
box-shadow: none;
|
|
919
929
|
color: #333;
|
|
920
930
|
}
|
|
931
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
932
|
+
color: #333;
|
|
933
|
+
}
|
|
921
934
|
.e-hscroll .e-scroll-nav {
|
|
922
935
|
background: #fff;
|
|
923
936
|
}
|
|
@@ -943,11 +956,11 @@
|
|
|
943
956
|
content: "\e84f";
|
|
944
957
|
}
|
|
945
958
|
.e-vscroll .e-nav-up-arrow::before {
|
|
946
|
-
content: "\
|
|
959
|
+
content: "\e85e";
|
|
947
960
|
line-height: normal;
|
|
948
961
|
}
|
|
949
962
|
.e-vscroll .e-nav-down-arrow::before {
|
|
950
|
-
content: "\
|
|
963
|
+
content: "\e84f";
|
|
951
964
|
line-height: normal;
|
|
952
965
|
}
|
|
953
966
|
|
|
@@ -1155,10 +1168,18 @@
|
|
|
1155
1168
|
height: 50px;
|
|
1156
1169
|
min-height: 50px;
|
|
1157
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
|
+
}
|
|
1158
1175
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
1159
1176
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
1160
1177
|
font-size: 18px;
|
|
1161
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
|
+
}
|
|
1162
1183
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
1163
1184
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
1164
1185
|
border-bottom: 0;
|
|
@@ -1234,6 +1255,10 @@
|
|
|
1234
1255
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1235
1256
|
line-height: inherit;
|
|
1236
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
|
+
}
|
|
1237
1262
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
1238
1263
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1239
1264
|
min-width: 48px;
|
|
@@ -1242,11 +1267,13 @@
|
|
|
1242
1267
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
1243
1268
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1244
1269
|
min-width: 25px;
|
|
1270
|
+
font-size: 16px;
|
|
1245
1271
|
}
|
|
1246
1272
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1247
1273
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1248
1274
|
min-height: 45px;
|
|
1249
1275
|
padding: 0 12.5px 0 0;
|
|
1276
|
+
line-height: 35px;
|
|
1250
1277
|
}
|
|
1251
1278
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1252
1279
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -1256,6 +1283,7 @@
|
|
|
1256
1283
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1257
1284
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1258
1285
|
padding: 0 12.5px;
|
|
1286
|
+
font-size: 14px;
|
|
1259
1287
|
}
|
|
1260
1288
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
1261
1289
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -1344,6 +1372,19 @@
|
|
|
1344
1372
|
min-height: 50px;
|
|
1345
1373
|
min-width: 50px;
|
|
1346
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;
|
|
1347
1388
|
}
|
|
1348
1389
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1349
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,
|
|
@@ -1370,7 +1411,6 @@
|
|
|
1370
1411
|
padding-left: 3px;
|
|
1371
1412
|
padding-right: 3px;
|
|
1372
1413
|
padding-top: 0;
|
|
1373
|
-
margin-left: -1px;
|
|
1374
1414
|
}
|
|
1375
1415
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1376
1416
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -1434,6 +1474,18 @@
|
|
|
1434
1474
|
min-width: 50px;
|
|
1435
1475
|
padding: 0;
|
|
1436
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
|
+
}
|
|
1437
1489
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1438
1490
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1439
1491
|
line-height: 35px;
|
|
@@ -1458,7 +1510,6 @@
|
|
|
1458
1510
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1459
1511
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1460
1512
|
padding-right: 3px;
|
|
1461
|
-
margin-left: 0;
|
|
1462
1513
|
}
|
|
1463
1514
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1464
1515
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -1602,6 +1653,9 @@
|
|
|
1602
1653
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1603
1654
|
line-height: 25px;
|
|
1604
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
|
+
}
|
|
1605
1659
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1606
1660
|
margin: 7.5px 3px;
|
|
1607
1661
|
min-height: 25px;
|
|
@@ -1613,6 +1667,7 @@
|
|
|
1613
1667
|
min-height: 25px;
|
|
1614
1668
|
min-width: 20px;
|
|
1615
1669
|
padding: 0;
|
|
1670
|
+
font-size: 14px;
|
|
1616
1671
|
}
|
|
1617
1672
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1618
1673
|
display: -ms-inline-flexbox;
|
|
@@ -1685,6 +1740,9 @@
|
|
|
1685
1740
|
justify-content: flex-start;
|
|
1686
1741
|
min-height: 36px;
|
|
1687
1742
|
padding: 0 10px 0 0;
|
|
1743
|
+
border: none;
|
|
1744
|
+
border-radius: 0;
|
|
1745
|
+
margin: 0;
|
|
1688
1746
|
}
|
|
1689
1747
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1690
1748
|
margin: 0;
|
|
@@ -1832,6 +1890,7 @@
|
|
|
1832
1890
|
text-align: center;
|
|
1833
1891
|
vertical-align: middle;
|
|
1834
1892
|
width: 100%;
|
|
1893
|
+
font-size: 14px;
|
|
1835
1894
|
}
|
|
1836
1895
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1837
1896
|
line-height: 25px;
|
|
@@ -1985,6 +2044,11 @@
|
|
|
1985
2044
|
min-height: 40px;
|
|
1986
2045
|
min-width: 40px;
|
|
1987
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;
|
|
1988
2052
|
}
|
|
1989
2053
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
1990
2054
|
outline: none;
|
|
@@ -1999,6 +2063,7 @@
|
|
|
1999
2063
|
margin: 0;
|
|
2000
2064
|
min-width: 20px;
|
|
2001
2065
|
width: auto;
|
|
2066
|
+
padding-bottom: 0;
|
|
2002
2067
|
}
|
|
2003
2068
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
2004
2069
|
-ms-flex-item-align: center;
|
|
@@ -2145,28 +2210,60 @@
|
|
|
2145
2210
|
background: #fff;
|
|
2146
2211
|
box-shadow: none;
|
|
2147
2212
|
color: #333;
|
|
2213
|
+
border: none;
|
|
2148
2214
|
}
|
|
2149
2215
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
2150
2216
|
color: #333;
|
|
2151
2217
|
}
|
|
2152
2218
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2153
2219
|
background: #f4f4f4;
|
|
2154
|
-
border-color: #eaeaea;
|
|
2155
2220
|
border-radius: 0;
|
|
2156
2221
|
color: #000;
|
|
2222
|
+
border-color: #eaeaea;
|
|
2223
|
+
border-style: solid;
|
|
2224
|
+
border-width: 0;
|
|
2225
|
+
box-shadow: none;
|
|
2226
|
+
}
|
|
2227
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2228
|
+
color: #333;
|
|
2229
|
+
}
|
|
2230
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2231
|
+
color: #000;
|
|
2157
2232
|
}
|
|
2158
2233
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2159
2234
|
background: #f4f4f4;
|
|
2160
|
-
border-color: #eaeaea;
|
|
2161
2235
|
border-radius: 0;
|
|
2162
2236
|
color: #000;
|
|
2237
|
+
border-color: #eaeaea;
|
|
2238
|
+
border-style: solid;
|
|
2239
|
+
border-width: 0;
|
|
2240
|
+
}
|
|
2241
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2242
|
+
color: #333;
|
|
2243
|
+
}
|
|
2244
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2245
|
+
color: #333;
|
|
2246
|
+
}
|
|
2247
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2248
|
+
color: #333;
|
|
2249
|
+
}
|
|
2250
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2251
|
+
color: #000;
|
|
2163
2252
|
}
|
|
2164
2253
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2165
2254
|
background: #d1ebff;
|
|
2166
|
-
border-color: #d1ebff;
|
|
2167
2255
|
border-radius: 0;
|
|
2168
2256
|
box-shadow: none;
|
|
2169
2257
|
color: #333;
|
|
2258
|
+
border-color: #d1ebff;
|
|
2259
|
+
border-style: solid;
|
|
2260
|
+
border-width: 0;
|
|
2261
|
+
}
|
|
2262
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2263
|
+
color: #333;
|
|
2264
|
+
}
|
|
2265
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2266
|
+
color: #333;
|
|
2170
2267
|
}
|
|
2171
2268
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
2172
2269
|
color: #333;
|
|
@@ -2176,6 +2273,51 @@
|
|
|
2176
2273
|
border: 1px solid #dadada;
|
|
2177
2274
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
2178
2275
|
}
|
|
2276
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2277
|
+
background: #fff;
|
|
2278
|
+
}
|
|
2279
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2280
|
+
background: #f4f4f4;
|
|
2281
|
+
box-shadow: none;
|
|
2282
|
+
color: #000;
|
|
2283
|
+
border-color: #eaeaea;
|
|
2284
|
+
border-style: solid;
|
|
2285
|
+
border-width: 0;
|
|
2286
|
+
}
|
|
2287
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2288
|
+
color: #333;
|
|
2289
|
+
}
|
|
2290
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2291
|
+
color: #000;
|
|
2292
|
+
}
|
|
2293
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2294
|
+
background: #d1ebff;
|
|
2295
|
+
box-shadow: none;
|
|
2296
|
+
color: #333;
|
|
2297
|
+
border-color: #d1ebff;
|
|
2298
|
+
border-style: solid;
|
|
2299
|
+
border-width: 0;
|
|
2300
|
+
}
|
|
2301
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2302
|
+
color: #333;
|
|
2303
|
+
}
|
|
2304
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2305
|
+
color: #333;
|
|
2306
|
+
}
|
|
2307
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2308
|
+
background: #f4f4f4;
|
|
2309
|
+
box-shadow: none;
|
|
2310
|
+
color: #000;
|
|
2311
|
+
border-color: #eaeaea;
|
|
2312
|
+
border-style: solid;
|
|
2313
|
+
border-width: 0;
|
|
2314
|
+
}
|
|
2315
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2316
|
+
color: #333;
|
|
2317
|
+
}
|
|
2318
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2319
|
+
color: #000;
|
|
2320
|
+
}
|
|
2179
2321
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2180
2322
|
outline: none;
|
|
2181
2323
|
}
|
|
@@ -2188,28 +2330,51 @@
|
|
|
2188
2330
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2189
2331
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2190
2332
|
background: #d1ebff;
|
|
2191
|
-
border: 0;
|
|
2192
2333
|
box-shadow: none;
|
|
2193
|
-
border-
|
|
2334
|
+
border-color: #d1ebff;
|
|
2335
|
+
border-style: solid;
|
|
2336
|
+
border-width: 0 0 0 1px;
|
|
2337
|
+
}
|
|
2338
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2339
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2340
|
+
border-color: #d1ebff;
|
|
2341
|
+
border-style: solid;
|
|
2342
|
+
border-width: 0 0 0 1px;
|
|
2194
2343
|
}
|
|
2195
2344
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2196
2345
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
2197
2346
|
color: #333;
|
|
2198
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: #333;
|
|
2351
|
+
}
|
|
2199
2352
|
.e-toolbar .e-tbar-btn {
|
|
2200
2353
|
background: #fff;
|
|
2201
2354
|
box-shadow: none;
|
|
2202
2355
|
color: #333;
|
|
2356
|
+
border: none;
|
|
2203
2357
|
}
|
|
2204
2358
|
.e-toolbar .e-tbar-btn:focus {
|
|
2205
2359
|
background: #f4f4f4;
|
|
2206
|
-
border-color: #eaeaea;
|
|
2207
2360
|
border-radius: 0;
|
|
2208
2361
|
color: #000;
|
|
2362
|
+
border-color: #eaeaea;
|
|
2363
|
+
border-style: solid;
|
|
2364
|
+
border-width: 0;
|
|
2365
|
+
box-shadow: none;
|
|
2366
|
+
}
|
|
2367
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2368
|
+
color: #333;
|
|
2369
|
+
}
|
|
2370
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2371
|
+
color: #333;
|
|
2209
2372
|
}
|
|
2210
2373
|
.e-toolbar .e-tbar-btn:hover {
|
|
2211
2374
|
background: #f4f4f4;
|
|
2212
2375
|
border-color: #eaeaea;
|
|
2376
|
+
border-style: solid;
|
|
2377
|
+
border-width: 0;
|
|
2213
2378
|
border-radius: 0;
|
|
2214
2379
|
color: #000;
|
|
2215
2380
|
}
|
|
@@ -2218,6 +2383,7 @@
|
|
|
2218
2383
|
}
|
|
2219
2384
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
2220
2385
|
background: #fff;
|
|
2386
|
+
opacity: 0.5;
|
|
2221
2387
|
}
|
|
2222
2388
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
2223
2389
|
color: #c8c8c8;
|
|
@@ -2228,6 +2394,30 @@
|
|
|
2228
2394
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2229
2395
|
color: #333;
|
|
2230
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: #333;
|
|
2405
|
+
}
|
|
2406
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2407
|
+
color: #333;
|
|
2408
|
+
}
|
|
2409
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2410
|
+
color: #333;
|
|
2411
|
+
}
|
|
2412
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2413
|
+
color: #333;
|
|
2414
|
+
}
|
|
2415
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2416
|
+
color: #333;
|
|
2417
|
+
}
|
|
2418
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2419
|
+
color: #333;
|
|
2420
|
+
}
|
|
2231
2421
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2232
2422
|
border: solid #a6a6a6;
|
|
2233
2423
|
border-width: 0 1px 0 0;
|
|
@@ -2250,10 +2440,17 @@
|
|
|
2250
2440
|
.e-toolbar .e-hor-nav::after {
|
|
2251
2441
|
content: "";
|
|
2252
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
|
+
}
|
|
2253
2446
|
.e-toolbar .e-hor-nav:active {
|
|
2254
2447
|
border: 0;
|
|
2255
2448
|
box-shadow: none;
|
|
2256
2449
|
color: #333;
|
|
2450
|
+
background: #fff;
|
|
2451
|
+
}
|
|
2452
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
2453
|
+
color: #333;
|
|
2257
2454
|
}
|
|
2258
2455
|
.e-toolbar .e-hor-nav:active::after {
|
|
2259
2456
|
content: "";
|
|
@@ -2263,19 +2460,45 @@
|
|
|
2263
2460
|
border-left: 0;
|
|
2264
2461
|
color: #000;
|
|
2265
2462
|
}
|
|
2463
|
+
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2464
|
+
color: #333;
|
|
2465
|
+
}
|
|
2466
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2467
|
+
border-color: #dadada;
|
|
2468
|
+
border-style: solid;
|
|
2469
|
+
border-width: 0;
|
|
2470
|
+
}
|
|
2471
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
2472
|
+
background: #f4f4f4;
|
|
2473
|
+
border-color: #dadada;
|
|
2474
|
+
border-style: solid;
|
|
2475
|
+
border-width: 0;
|
|
2476
|
+
}
|
|
2266
2477
|
.e-toolbar .e-hor-nav:focus {
|
|
2267
2478
|
background: #f4f4f4;
|
|
2268
|
-
border-left: 0;
|
|
2269
|
-
border-color: #eaeaea;
|
|
2270
2479
|
color: #fff;
|
|
2480
|
+
border-color: #eaeaea;
|
|
2481
|
+
border-style: solid;
|
|
2482
|
+
border-width: 0;
|
|
2483
|
+
}
|
|
2484
|
+
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2485
|
+
color: #333;
|
|
2271
2486
|
}
|
|
2272
2487
|
.e-toolbar .e-tbar-btn:active {
|
|
2273
2488
|
background: #d1ebff;
|
|
2274
2489
|
border-color: #d1ebff;
|
|
2490
|
+
border-style: solid;
|
|
2491
|
+
border-width: 0;
|
|
2275
2492
|
border-radius: 0;
|
|
2276
2493
|
box-shadow: none;
|
|
2277
2494
|
color: #333;
|
|
2278
2495
|
}
|
|
2496
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
2497
|
+
color: #333;
|
|
2498
|
+
}
|
|
2499
|
+
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
2500
|
+
color: #333;
|
|
2501
|
+
}
|
|
2279
2502
|
|
|
2280
2503
|
/*! component's theme wise override fabric-definitions and variables */
|
|
2281
2504
|
/*! accordion icons */
|
|
@@ -2290,6 +2513,7 @@
|
|
|
2290
2513
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2291
2514
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2292
2515
|
font-size: 16px;
|
|
2516
|
+
vertical-align: middle;
|
|
2293
2517
|
}
|
|
2294
2518
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
2295
2519
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel {
|
|
@@ -2335,15 +2559,21 @@
|
|
|
2335
2559
|
min-height: 50px;
|
|
2336
2560
|
min-width: 30px;
|
|
2337
2561
|
right: 12px;
|
|
2562
|
+
font-size: 14px;
|
|
2338
2563
|
}
|
|
2339
2564
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
2340
2565
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
2341
2566
|
display: inline-block;
|
|
2342
2567
|
padding: 0 14px 0 0;
|
|
2343
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: 14px;
|
|
2572
|
+
}
|
|
2344
2573
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2345
2574
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2346
2575
|
padding: 19px;
|
|
2576
|
+
font-size: 14px;
|
|
2347
2577
|
}
|
|
2348
2578
|
.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content,
|
|
2349
2579
|
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
@@ -2379,6 +2609,23 @@
|
|
|
2379
2609
|
display: block;
|
|
2380
2610
|
position: relative;
|
|
2381
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 #eaeaea;
|
|
2618
|
+
}
|
|
2619
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2620
|
+
border-bottom: 1px solid #eaeaea;
|
|
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
|
+
}
|
|
2382
2629
|
.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content {
|
|
2383
2630
|
font-weight: normal;
|
|
2384
2631
|
}
|
|
@@ -2405,7 +2652,11 @@
|
|
|
2405
2652
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
|
|
2406
2653
|
cursor: pointer;
|
|
2407
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
|
+
}
|
|
2408
2658
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2659
|
+
border-radius: 0;
|
|
2409
2660
|
line-height: 39px;
|
|
2410
2661
|
min-height: 40px;
|
|
2411
2662
|
overflow: hidden;
|
|
@@ -2413,10 +2664,14 @@
|
|
|
2413
2664
|
text-decoration: none;
|
|
2414
2665
|
text-overflow: ellipsis;
|
|
2415
2666
|
white-space: nowrap;
|
|
2667
|
+
margin-bottom: 0;
|
|
2416
2668
|
}
|
|
2417
2669
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2418
2670
|
display: inline-block;
|
|
2419
2671
|
}
|
|
2672
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2673
|
+
line-height: 39px;
|
|
2674
|
+
}
|
|
2420
2675
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2421
2676
|
display: table;
|
|
2422
2677
|
font-size: 14px;
|
|
@@ -2439,6 +2694,9 @@
|
|
|
2439
2694
|
display: inline-block;
|
|
2440
2695
|
padding: 0 8px 0 0;
|
|
2441
2696
|
}
|
|
2697
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2698
|
+
font-size: 14px;
|
|
2699
|
+
}
|
|
2442
2700
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
2443
2701
|
font-size: 13px;
|
|
2444
2702
|
overflow-y: hidden;
|
|
@@ -2517,65 +2775,186 @@
|
|
|
2517
2775
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2518
2776
|
background: #fff;
|
|
2519
2777
|
border: 1px solid #eaeaea;
|
|
2778
|
+
border-radius: 0;
|
|
2520
2779
|
}
|
|
2521
2780
|
.e-accordion .e-active {
|
|
2522
2781
|
background: #fff;
|
|
2523
2782
|
}
|
|
2524
2783
|
.e-accordion .e-acrdn-item {
|
|
2784
|
+
border-color: #fff;
|
|
2785
|
+
border-style: solid;
|
|
2786
|
+
border-width: 1px 0 1px 0;
|
|
2787
|
+
border-radius: 0;
|
|
2788
|
+
}
|
|
2789
|
+
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2790
|
+
border-bottom: 1px solid #fff;
|
|
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 {
|
|
2525
2797
|
border-bottom: 1px solid #fff;
|
|
2526
|
-
|
|
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;
|
|
2527
2804
|
}
|
|
2528
2805
|
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2529
|
-
border-
|
|
2530
|
-
border-
|
|
2806
|
+
border-color: #f4f4f4;
|
|
2807
|
+
border-style: solid;
|
|
2808
|
+
border-width: 1px 0 1px 0;
|
|
2531
2809
|
}
|
|
2532
2810
|
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2533
2811
|
border-top: 1px solid #d1ebff;
|
|
2534
2812
|
}
|
|
2813
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2814
|
+
border-color: #666;
|
|
2815
|
+
border-style: solid;
|
|
2816
|
+
border-width: 1px;
|
|
2817
|
+
}
|
|
2818
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2819
|
+
background: #d1ebff;
|
|
2820
|
+
}
|
|
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 {
|
|
2822
|
+
color: #333;
|
|
2823
|
+
}
|
|
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: #333;
|
|
2826
|
+
}
|
|
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: #333;
|
|
2829
|
+
}
|
|
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: #d1ebff #d1ebff #eaeaea;
|
|
2832
|
+
}
|
|
2535
2833
|
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2536
|
-
border-
|
|
2537
|
-
border-
|
|
2834
|
+
border-color: #d1ebff;
|
|
2835
|
+
border-style: solid;
|
|
2836
|
+
border-width: 1px 0 1px 0;
|
|
2538
2837
|
}
|
|
2539
2838
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2540
2839
|
border: 1px solid #fff;
|
|
2541
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: #333;
|
|
2844
|
+
}
|
|
2542
2845
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
2543
2846
|
background: #fff;
|
|
2847
|
+
opacity: 0.5;
|
|
2544
2848
|
}
|
|
2545
|
-
.e-accordion .e-acrdn-item.e-
|
|
2546
|
-
|
|
2547
|
-
}
|
|
2548
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
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 {
|
|
2549
2851
|
color: #333;
|
|
2550
2852
|
}
|
|
2551
|
-
.e-accordion .e-acrdn-item.e-select
|
|
2853
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2552
2854
|
color: #333;
|
|
2553
2855
|
}
|
|
2554
|
-
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2856
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2555
2857
|
color: #333;
|
|
2556
2858
|
}
|
|
2557
|
-
.e-accordion .e-acrdn-item
|
|
2558
|
-
color: #
|
|
2859
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
2860
|
+
border-color: #666;
|
|
2861
|
+
border-style: solid;
|
|
2862
|
+
border-width: 1px;
|
|
2863
|
+
background: #d1ebff;
|
|
2559
2864
|
}
|
|
2560
|
-
.e-accordion .e-acrdn-item.e-
|
|
2561
|
-
|
|
2865
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2866
|
+
background: #d1ebff;
|
|
2867
|
+
}
|
|
2868
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2869
|
+
background: #d1ebff;
|
|
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: #333;
|
|
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 #eaeaea;
|
|
2876
|
+
}
|
|
2877
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2878
|
+
color: #333;
|
|
2879
|
+
}
|
|
2880
|
+
.e-accordion .e-acrdn-item.e-select {
|
|
2881
|
+
background: none;
|
|
2882
|
+
border-color: #fff;
|
|
2883
|
+
border-style: solid;
|
|
2884
|
+
border-width: 1px 0 1px 0;
|
|
2885
|
+
}
|
|
2886
|
+
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2887
|
+
color: #333;
|
|
2888
|
+
background: none;
|
|
2889
|
+
border-top: 0;
|
|
2890
|
+
}
|
|
2891
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2892
|
+
color: #333;
|
|
2893
|
+
}
|
|
2894
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
2895
|
+
color: #333;
|
|
2896
|
+
}
|
|
2897
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2898
|
+
background: #d1ebff;
|
|
2899
|
+
border: 1px solid #666;
|
|
2900
|
+
border-color: #666;
|
|
2562
2901
|
}
|
|
2563
2902
|
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
2564
2903
|
border: 1px solid #f4f4f4;
|
|
2565
2904
|
background: #f4f4f4;
|
|
2905
|
+
border-color: #f4f4f4;
|
|
2566
2906
|
}
|
|
2567
2907
|
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
2568
2908
|
border: 1px solid #f4f4f4;
|
|
2909
|
+
border-color: #f4f4f4;
|
|
2569
2910
|
background: #f4f4f4;
|
|
2570
2911
|
}
|
|
2571
2912
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2572
2913
|
border: 1px solid #f4f4f4;
|
|
2914
|
+
box-shadow: none;
|
|
2573
2915
|
background: #f4f4f4;
|
|
2574
2916
|
}
|
|
2917
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2918
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2919
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2920
|
+
color: #333;
|
|
2921
|
+
}
|
|
2922
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2923
|
+
color: #333;
|
|
2924
|
+
}
|
|
2925
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2926
|
+
color: #333;
|
|
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: #333;
|
|
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: #333;
|
|
2933
|
+
}
|
|
2575
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 {
|
|
2576
|
-
border:
|
|
2935
|
+
border-color: #d1ebff;
|
|
2936
|
+
border-style: solid;
|
|
2937
|
+
border-width: 1px;
|
|
2577
2938
|
background: #d1ebff;
|
|
2578
2939
|
}
|
|
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: #333;
|
|
2942
|
+
}
|
|
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: #333;
|
|
2945
|
+
}
|
|
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 {
|
|
2947
|
+
color: #333;
|
|
2948
|
+
}
|
|
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 {
|
|
2950
|
+
color: #333;
|
|
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: #333;
|
|
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: #d1ebff;
|
|
2957
|
+
}
|
|
2579
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 {
|
|
2580
2959
|
color: #333;
|
|
2581
2960
|
}
|
|
@@ -2584,15 +2963,57 @@
|
|
|
2584
2963
|
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2585
2964
|
color: #333;
|
|
2586
2965
|
}
|
|
2966
|
+
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
2967
|
+
border-color: #f4f4f4;
|
|
2968
|
+
}
|
|
2969
|
+
.e-accordion .e-acrdn-item.e-selected {
|
|
2970
|
+
border-color: #eaeaea;
|
|
2971
|
+
border-style: solid;
|
|
2972
|
+
border-width: 1px 0 1px 0;
|
|
2973
|
+
}
|
|
2587
2974
|
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2975
|
+
border-color: #eaeaea;
|
|
2976
|
+
border-style: solid;
|
|
2977
|
+
border-width: 1px 0 1px 0;
|
|
2978
|
+
}
|
|
2979
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
2980
|
+
background: #fff;
|
|
2981
|
+
}
|
|
2982
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2588
2983
|
border-bottom: 1px solid #eaeaea;
|
|
2589
|
-
|
|
2984
|
+
}
|
|
2985
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2986
|
+
color: #333;
|
|
2987
|
+
}
|
|
2988
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2989
|
+
color: #333;
|
|
2990
|
+
}
|
|
2991
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2992
|
+
box-shadow: none;
|
|
2590
2993
|
}
|
|
2591
2994
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2592
|
-
border-
|
|
2995
|
+
border-color: #eaeaea;
|
|
2996
|
+
border-style: solid;
|
|
2997
|
+
border-width: 0 0 1px 0;
|
|
2593
2998
|
}
|
|
2594
|
-
.e-accordion .e-acrdn-item.e-selected .e-selected:
|
|
2595
|
-
|
|
2999
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
|
|
3000
|
+
color: #333;
|
|
3001
|
+
}
|
|
3002
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
|
|
3003
|
+
color: #333;
|
|
3004
|
+
}
|
|
3005
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
3006
|
+
background: none;
|
|
3007
|
+
border-radius: 0;
|
|
3008
|
+
border-color: #fff;
|
|
3009
|
+
border-style: solid;
|
|
3010
|
+
border-width: 1px;
|
|
3011
|
+
}
|
|
3012
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
|
|
3013
|
+
background: #f4f4f4;
|
|
3014
|
+
}
|
|
3015
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
3016
|
+
border-color: #f4f4f4;
|
|
2596
3017
|
}
|
|
2597
3018
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
2598
3019
|
color: #333;
|
|
@@ -3242,18 +3663,6 @@
|
|
|
3242
3663
|
/*! Fabric specific themes definition's */
|
|
3243
3664
|
/*! Vertical Tab */
|
|
3244
3665
|
/*! tab icons */
|
|
3245
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
3246
|
-
content: "\e219";
|
|
3247
|
-
}
|
|
3248
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
3249
|
-
content: "\e98f";
|
|
3250
|
-
}
|
|
3251
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
3252
|
-
content: "\e98f";
|
|
3253
|
-
}
|
|
3254
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3255
|
-
content: "\e219";
|
|
3256
|
-
}
|
|
3257
3666
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3258
3667
|
content: "\e7fc";
|
|
3259
3668
|
position: relative;
|
|
@@ -3282,12 +3691,6 @@
|
|
|
3282
3691
|
content: "\e84f";
|
|
3283
3692
|
}
|
|
3284
3693
|
}
|
|
3285
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
3286
|
-
content: "\e85e";
|
|
3287
|
-
}
|
|
3288
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
3289
|
-
content: "\e84f";
|
|
3290
|
-
}
|
|
3291
3694
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
3292
3695
|
content: "More";
|
|
3293
3696
|
}
|
|
@@ -3351,6 +3754,10 @@
|
|
|
3351
3754
|
margin: 0;
|
|
3352
3755
|
}
|
|
3353
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
|
+
}
|
|
3354
3761
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3355
3762
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3356
3763
|
margin: 0;
|
|
@@ -3402,15 +3809,17 @@
|
|
|
3402
3809
|
}
|
|
3403
3810
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
3404
3811
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
3405
|
-
height: 50px;
|
|
3406
3812
|
height: 48px;
|
|
3407
3813
|
}
|
|
3408
3814
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3409
3815
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3410
3816
|
font-size: 15px;
|
|
3411
|
-
-
|
|
3412
|
-
|
|
3413
|
-
|
|
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;
|
|
3414
3823
|
}
|
|
3415
3824
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3416
3825
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -3423,23 +3832,21 @@
|
|
|
3423
3832
|
margin: 0 8px 0 0;
|
|
3424
3833
|
}
|
|
3425
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
|
+
}
|
|
3426
3840
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
3427
3841
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3428
|
-
height: 50px;
|
|
3429
|
-
margin-top: 0;
|
|
3430
3842
|
height: 48px;
|
|
3843
|
+
margin-top: 0;
|
|
3431
3844
|
}
|
|
3432
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,
|
|
3433
3846
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3434
3847
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
3435
|
-
height: 50px;
|
|
3436
3848
|
height: 48px;
|
|
3437
3849
|
}
|
|
3438
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3439
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
3440
|
-
padding: 2px 0 0 0;
|
|
3441
|
-
padding: 0;
|
|
3442
|
-
}
|
|
3443
3850
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3444
3851
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3445
3852
|
cursor: pointer;
|
|
@@ -3470,6 +3877,7 @@
|
|
|
3470
3877
|
height: 20px;
|
|
3471
3878
|
min-width: 20px;
|
|
3472
3879
|
width: 20px;
|
|
3880
|
+
line-height: 1;
|
|
3473
3881
|
}
|
|
3474
3882
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3475
3883
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -3481,6 +3889,16 @@
|
|
|
3481
3889
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
3482
3890
|
padding: 0 8px;
|
|
3483
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
|
+
}
|
|
3484
3902
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3485
3903
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3486
3904
|
margin: 0 0 0 8px;
|
|
@@ -3521,16 +3939,6 @@
|
|
|
3521
3939
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon {
|
|
3522
3940
|
right: 8px;
|
|
3523
3941
|
}
|
|
3524
|
-
.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,
|
|
3525
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-text-wrap,
|
|
3526
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap {
|
|
3527
|
-
height: auto;
|
|
3528
|
-
}
|
|
3529
|
-
.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,
|
|
3530
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap,
|
|
3531
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap {
|
|
3532
|
-
height: 72px;
|
|
3533
|
-
}
|
|
3534
3942
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text,
|
|
3535
3943
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
|
|
3536
3944
|
margin: 10px 0 0;
|
|
@@ -3563,7 +3971,6 @@
|
|
|
3563
3971
|
}
|
|
3564
3972
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap,
|
|
3565
3973
|
.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
3566
|
-
height: 45px;
|
|
3567
3974
|
height: 43px;
|
|
3568
3975
|
}
|
|
3569
3976
|
.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style="display:block"],
|
|
@@ -3727,16 +4134,37 @@
|
|
|
3727
4134
|
font-size: 16px;
|
|
3728
4135
|
}
|
|
3729
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
|
+
}
|
|
3730
4143
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3731
4144
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
3732
4145
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3733
4146
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
4147
|
+
line-height: 32px;
|
|
3734
4148
|
top: 0;
|
|
3735
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
|
+
}
|
|
3736
4156
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3737
4157
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
3738
4158
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3739
4159
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
4160
|
+
line-height: 32px;
|
|
4161
|
+
top: 0;
|
|
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;
|
|
3740
4168
|
top: 0;
|
|
3741
4169
|
}
|
|
3742
4170
|
.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -3778,6 +4206,15 @@
|
|
|
3778
4206
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text {
|
|
3779
4207
|
padding-top: 0;
|
|
3780
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
|
+
}
|
|
3781
4218
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
3782
4219
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
3783
4220
|
margin: 0;
|
|
@@ -3789,32 +4226,28 @@
|
|
|
3789
4226
|
margin: 0;
|
|
3790
4227
|
}
|
|
3791
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
|
+
}
|
|
3792
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,
|
|
3793
4238
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,
|
|
3794
4239
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom {
|
|
3795
4240
|
padding-bottom: 0;
|
|
3796
4241
|
padding-top: 0;
|
|
3797
4242
|
}
|
|
3798
|
-
.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,
|
|
3799
|
-
.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,
|
|
3800
|
-
.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 {
|
|
3801
|
-
top: -1px;
|
|
3802
|
-
}
|
|
3803
4243
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap,
|
|
3804
4244
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap {
|
|
3805
4245
|
margin: 0;
|
|
3806
4246
|
}
|
|
3807
4247
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,
|
|
3808
4248
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
3809
|
-
height: 50px;
|
|
3810
|
-
padding: 0;
|
|
3811
4249
|
height: 48px;
|
|
3812
|
-
|
|
3813
|
-
.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,
|
|
3814
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3815
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3816
|
-
height: 50px;
|
|
3817
|
-
height: auto;
|
|
4250
|
+
padding: 0;
|
|
3818
4251
|
}
|
|
3819
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,
|
|
3820
4253
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
@@ -3910,13 +4343,6 @@
|
|
|
3910
4343
|
.e-tab.e-bigger.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
3911
4344
|
height: 72px;
|
|
3912
4345
|
}
|
|
3913
|
-
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
3914
|
-
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before,
|
|
3915
|
-
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
3916
|
-
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
3917
|
-
bottom: -10px;
|
|
3918
|
-
top: auto;
|
|
3919
|
-
}
|
|
3920
4346
|
.e-bigger .e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav,
|
|
3921
4347
|
.e-tab.e-bigger.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
3922
4348
|
height: 72px;
|
|
@@ -3947,7 +4373,6 @@
|
|
|
3947
4373
|
}
|
|
3948
4374
|
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
3949
4375
|
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
3950
|
-
height: 50px;
|
|
3951
4376
|
height: 48px;
|
|
3952
4377
|
}
|
|
3953
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,
|
|
@@ -3971,7 +4396,6 @@
|
|
|
3971
4396
|
}
|
|
3972
4397
|
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
3973
4398
|
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
3974
|
-
height: 45px;
|
|
3975
4399
|
height: 43px;
|
|
3976
4400
|
}
|
|
3977
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,
|
|
@@ -3981,9 +4405,8 @@
|
|
|
3981
4405
|
}
|
|
3982
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,
|
|
3983
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 {
|
|
3984
|
-
height: 50px;
|
|
3985
|
-
padding: 0;
|
|
3986
4408
|
height: 48px;
|
|
4409
|
+
padding: 0;
|
|
3987
4410
|
}
|
|
3988
4411
|
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
3989
4412
|
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
@@ -4053,6 +4476,14 @@
|
|
|
4053
4476
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
4054
4477
|
top: 0;
|
|
4055
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
|
+
}
|
|
4056
4487
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
4057
4488
|
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4058
4489
|
height: 48px;
|
|
@@ -4088,6 +4519,7 @@
|
|
|
4088
4519
|
height: 48px;
|
|
4089
4520
|
margin: 0;
|
|
4090
4521
|
min-height: 48px;
|
|
4522
|
+
padding: 0;
|
|
4091
4523
|
}
|
|
4092
4524
|
@media screen and (max-width: 480px) {
|
|
4093
4525
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -4116,7 +4548,6 @@
|
|
|
4116
4548
|
}
|
|
4117
4549
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
4118
4550
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
4119
|
-
height: 48px;
|
|
4120
4551
|
height: 46px;
|
|
4121
4552
|
}
|
|
4122
4553
|
@media screen and (max-width: 480px) {
|
|
@@ -4135,7 +4566,6 @@
|
|
|
4135
4566
|
}
|
|
4136
4567
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4137
4568
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4138
|
-
height: 48px;
|
|
4139
4569
|
height: 46px;
|
|
4140
4570
|
}
|
|
4141
4571
|
@media screen and (max-width: 480px) {
|
|
@@ -4147,7 +4577,6 @@
|
|
|
4147
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,
|
|
4148
4578
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
4149
4579
|
.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
4150
|
-
height: 48px;
|
|
4151
4580
|
height: 46px;
|
|
4152
4581
|
}
|
|
4153
4582
|
@media screen and (max-width: 480px) {
|
|
@@ -4175,7 +4604,6 @@
|
|
|
4175
4604
|
.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,
|
|
4176
4605
|
.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
4177
4606
|
height: 46px;
|
|
4178
|
-
height: 46px;
|
|
4179
4607
|
}
|
|
4180
4608
|
.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,
|
|
4181
4609
|
.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap,
|
|
@@ -4195,17 +4623,12 @@
|
|
|
4195
4623
|
}
|
|
4196
4624
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
|
|
4197
4625
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4198
|
-
height: 48px;
|
|
4199
4626
|
height: 46px;
|
|
4200
4627
|
}
|
|
4201
4628
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4202
4629
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4203
4630
|
height: 46px;
|
|
4204
4631
|
}
|
|
4205
|
-
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before,
|
|
4206
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before {
|
|
4207
|
-
top: 1px;
|
|
4208
|
-
}
|
|
4209
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,
|
|
4210
4633
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
4211
4634
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -4223,10 +4646,6 @@
|
|
|
4223
4646
|
height: auto;
|
|
4224
4647
|
}
|
|
4225
4648
|
}
|
|
4226
|
-
.e-bigger .e-tab.e-fill.e-focused .e-tab-header.e-horizontal-bottom .e-tab-wrap:focus .e-text-wrap,
|
|
4227
|
-
.e-tab.e-bigger.e-fill.e-focused .e-tab-header.e-horizontal-bottom .e-tab-wrap:focus .e-text-wrap {
|
|
4228
|
-
height: 46px;
|
|
4229
|
-
}
|
|
4230
4649
|
.e-bigger .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4231
4650
|
.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4232
4651
|
margin: 0;
|
|
@@ -4245,7 +4664,7 @@
|
|
|
4245
4664
|
}
|
|
4246
4665
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4247
4666
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4248
|
-
|
|
4667
|
+
padding: 0;
|
|
4249
4668
|
}
|
|
4250
4669
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4251
4670
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -4265,11 +4684,6 @@
|
|
|
4265
4684
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4266
4685
|
margin-bottom: 0;
|
|
4267
4686
|
}
|
|
4268
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4269
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4270
|
-
height: 50px;
|
|
4271
|
-
height: 48px;
|
|
4272
|
-
}
|
|
4273
4687
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
4274
4688
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
4275
4689
|
padding: 0 8px;
|
|
@@ -4288,6 +4702,10 @@
|
|
|
4288
4702
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4289
4703
|
margin: 0 0 0 14px;
|
|
4290
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
|
+
}
|
|
4291
4709
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4292
4710
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4293
4711
|
margin: 0 8px 0 0;
|
|
@@ -4415,6 +4833,7 @@
|
|
|
4415
4833
|
.e-tab .e-tab-header::before {
|
|
4416
4834
|
content: "";
|
|
4417
4835
|
position: absolute;
|
|
4836
|
+
display: unset;
|
|
4418
4837
|
}
|
|
4419
4838
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
4420
4839
|
bottom: 0;
|
|
@@ -4444,6 +4863,32 @@
|
|
|
4444
4863
|
margin: 0;
|
|
4445
4864
|
}
|
|
4446
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
|
+
}
|
|
4447
4892
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
4448
4893
|
padding: 0;
|
|
4449
4894
|
}
|
|
@@ -4455,6 +4900,7 @@
|
|
|
4455
4900
|
}
|
|
4456
4901
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4457
4902
|
width: 40px;
|
|
4903
|
+
border-radius: 0;
|
|
4458
4904
|
}
|
|
4459
4905
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4460
4906
|
margin: 0;
|
|
@@ -4482,6 +4928,7 @@
|
|
|
4482
4928
|
height: 2px;
|
|
4483
4929
|
left: 0;
|
|
4484
4930
|
right: 0;
|
|
4931
|
+
border-radius: 0;
|
|
4485
4932
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4486
4933
|
}
|
|
4487
4934
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4518,7 +4965,6 @@
|
|
|
4518
4965
|
align-items: center;
|
|
4519
4966
|
display: -ms-inline-flexbox;
|
|
4520
4967
|
display: inline-flex;
|
|
4521
|
-
height: 40px;
|
|
4522
4968
|
height: 38px;
|
|
4523
4969
|
}
|
|
4524
4970
|
@media screen and (max-width: 480px) {
|
|
@@ -4532,17 +4978,16 @@
|
|
|
4532
4978
|
font-size: 14px;
|
|
4533
4979
|
font-weight: 400;
|
|
4534
4980
|
text-transform: capitalize;
|
|
4981
|
+
-ms-flex-item-align: auto;
|
|
4982
|
+
-ms-grid-row-align: auto;
|
|
4983
|
+
align-self: auto;
|
|
4984
|
+
margin-bottom: 0;
|
|
4535
4985
|
}
|
|
4536
4986
|
@media screen and (max-width: 480px) {
|
|
4537
4987
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
4538
4988
|
font-size: 15px;
|
|
4539
4989
|
}
|
|
4540
4990
|
}
|
|
4541
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
4542
|
-
-ms-flex-item-align: auto;
|
|
4543
|
-
-ms-grid-row-align: auto;
|
|
4544
|
-
align-self: auto;
|
|
4545
|
-
}
|
|
4546
4991
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
4547
4992
|
margin: 0 8px 0 0;
|
|
4548
4993
|
padding-bottom: 0;
|
|
@@ -4553,9 +4998,8 @@
|
|
|
4553
4998
|
}
|
|
4554
4999
|
}
|
|
4555
5000
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4556
|
-
height: 40px;
|
|
4557
|
-
margin-top: 0;
|
|
4558
5001
|
height: 38px;
|
|
5002
|
+
margin-top: 0;
|
|
4559
5003
|
}
|
|
4560
5004
|
@media screen and (max-width: 480px) {
|
|
4561
5005
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -4566,16 +5010,17 @@
|
|
|
4566
5010
|
margin-bottom: 0;
|
|
4567
5011
|
}
|
|
4568
5012
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
4569
|
-
font-weight:
|
|
5013
|
+
font-weight: 400;
|
|
4570
5014
|
}
|
|
4571
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
5015
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
5016
|
+
top: 1px;
|
|
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;
|
|
4575
5022
|
}
|
|
4576
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 {
|
|
4577
|
-
height: 40px;
|
|
4578
|
-
padding: 2px 0 0 0;
|
|
4579
5024
|
height: 38px;
|
|
4580
5025
|
padding: 0;
|
|
4581
5026
|
}
|
|
@@ -4584,16 +5029,6 @@
|
|
|
4584
5029
|
height: 50px;
|
|
4585
5030
|
}
|
|
4586
5031
|
}
|
|
4587
|
-
.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 {
|
|
4588
|
-
-ms-flex-item-align: auto;
|
|
4589
|
-
-ms-grid-row-align: auto;
|
|
4590
|
-
align-self: auto;
|
|
4591
|
-
}
|
|
4592
|
-
.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 {
|
|
4593
|
-
-ms-flex-item-align: auto;
|
|
4594
|
-
-ms-grid-row-align: auto;
|
|
4595
|
-
align-self: auto;
|
|
4596
|
-
}
|
|
4597
5032
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
4598
5033
|
display: none;
|
|
4599
5034
|
margin: 0 0 0 8px;
|
|
@@ -4616,7 +5051,6 @@
|
|
|
4616
5051
|
}
|
|
4617
5052
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4618
5053
|
top: 1px;
|
|
4619
|
-
top: 1px;
|
|
4620
5054
|
}
|
|
4621
5055
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
4622
5056
|
display: -ms-inline-flexbox;
|
|
@@ -4624,6 +5058,7 @@
|
|
|
4624
5058
|
height: 20px;
|
|
4625
5059
|
min-width: 20px;
|
|
4626
5060
|
width: 20px;
|
|
5061
|
+
line-height: 1;
|
|
4627
5062
|
}
|
|
4628
5063
|
@media screen and (max-width: 480px) {
|
|
4629
5064
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4641,6 +5076,15 @@
|
|
|
4641
5076
|
font-size: 20px;
|
|
4642
5077
|
}
|
|
4643
5078
|
}
|
|
5079
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5080
|
+
position: relative;
|
|
5081
|
+
top: 1px;
|
|
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
|
+
}
|
|
4644
5088
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
4645
5089
|
-ms-flex-pack: center;
|
|
4646
5090
|
justify-content: center;
|
|
@@ -4651,6 +5095,14 @@
|
|
|
4651
5095
|
padding: 0 8px;
|
|
4652
5096
|
}
|
|
4653
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
|
+
}
|
|
4654
5106
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4655
5107
|
margin: 0 0 0 6px;
|
|
4656
5108
|
}
|
|
@@ -4687,9 +5139,6 @@
|
|
|
4687
5139
|
display: block;
|
|
4688
5140
|
height: auto;
|
|
4689
5141
|
}
|
|
4690
|
-
.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 {
|
|
4691
|
-
height: 62px;
|
|
4692
|
-
}
|
|
4693
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 {
|
|
4694
5143
|
height: auto;
|
|
4695
5144
|
}
|
|
@@ -4751,6 +5200,7 @@
|
|
|
4751
5200
|
}
|
|
4752
5201
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
4753
5202
|
margin: 0;
|
|
5203
|
+
padding: 0;
|
|
4754
5204
|
}
|
|
4755
5205
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
4756
5206
|
height: 36px;
|
|
@@ -4764,9 +5214,8 @@
|
|
|
4764
5214
|
}
|
|
4765
5215
|
}
|
|
4766
5216
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4767
|
-
height: 36px;
|
|
4768
|
-
width: 100%;
|
|
4769
5217
|
height: 34px;
|
|
5218
|
+
width: 100%;
|
|
4770
5219
|
}
|
|
4771
5220
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4772
5221
|
display: -ms-inline-flexbox;
|
|
@@ -4896,9 +5345,8 @@
|
|
|
4896
5345
|
font-size: 12px;
|
|
4897
5346
|
line-height: 24px;
|
|
4898
5347
|
position: relative;
|
|
4899
|
-
top: 0;
|
|
4900
|
-
vertical-align: initial;
|
|
4901
5348
|
top: -1px;
|
|
5349
|
+
vertical-align: initial;
|
|
4902
5350
|
}
|
|
4903
5351
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4904
5352
|
font-size: 12px;
|
|
@@ -4949,9 +5397,8 @@
|
|
|
4949
5397
|
font-size: 12px;
|
|
4950
5398
|
line-height: 24px;
|
|
4951
5399
|
position: relative;
|
|
4952
|
-
top: 0;
|
|
4953
|
-
vertical-align: initial;
|
|
4954
5400
|
top: -1px;
|
|
5401
|
+
vertical-align: initial;
|
|
4955
5402
|
}
|
|
4956
5403
|
@media screen and (max-width: 480px) {
|
|
4957
5404
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
|
|
@@ -4959,11 +5406,21 @@
|
|
|
4959
5406
|
font-size: 16px;
|
|
4960
5407
|
}
|
|
4961
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
|
+
}
|
|
4962
5413
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
4963
5414
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
4964
|
-
|
|
5415
|
+
line-height: 24px;
|
|
4965
5416
|
top: -1px;
|
|
4966
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
|
+
}
|
|
4967
5424
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
4968
5425
|
transform: rotate(0deg);
|
|
4969
5426
|
transition: none;
|
|
@@ -4984,14 +5441,58 @@
|
|
|
4984
5441
|
transition: none;
|
|
4985
5442
|
}
|
|
4986
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
|
+
}
|
|
4987
5448
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
4988
5449
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
4989
|
-
|
|
5450
|
+
line-height: 24px;
|
|
4990
5451
|
top: -1px;
|
|
4991
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
|
+
}
|
|
4992
5490
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
4993
5491
|
bottom: auto;
|
|
4994
5492
|
}
|
|
5493
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar {
|
|
5494
|
+
margin-top: 0;
|
|
5495
|
+
}
|
|
4995
5496
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4996
5497
|
margin: 0;
|
|
4997
5498
|
padding-bottom: 0;
|
|
@@ -5017,8 +5518,6 @@
|
|
|
5017
5518
|
}
|
|
5018
5519
|
}
|
|
5019
5520
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
5020
|
-
height: 40px;
|
|
5021
|
-
padding: 0 0 2px 0;
|
|
5022
5521
|
height: 38px;
|
|
5023
5522
|
padding: 0;
|
|
5024
5523
|
}
|
|
@@ -5028,19 +5527,6 @@
|
|
|
5028
5527
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
5029
5528
|
top: 0;
|
|
5030
5529
|
}
|
|
5031
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap {
|
|
5032
|
-
height: auto;
|
|
5033
|
-
}
|
|
5034
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap .e-tab-text {
|
|
5035
|
-
-ms-flex-item-align: auto;
|
|
5036
|
-
-ms-grid-row-align: auto;
|
|
5037
|
-
align-self: auto;
|
|
5038
|
-
}
|
|
5039
|
-
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text {
|
|
5040
|
-
-ms-flex-item-align: auto;
|
|
5041
|
-
-ms-grid-row-align: auto;
|
|
5042
|
-
align-self: auto;
|
|
5043
|
-
}
|
|
5044
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 {
|
|
5045
5531
|
height: initial;
|
|
5046
5532
|
}
|
|
@@ -5078,9 +5564,8 @@
|
|
|
5078
5564
|
}
|
|
5079
5565
|
.e-tab .e-tab-header.e-vertical .e-indicator {
|
|
5080
5566
|
display: block;
|
|
5081
|
-
transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
5082
|
-
width: 2px;
|
|
5083
5567
|
transition: initial;
|
|
5568
|
+
width: 2px;
|
|
5084
5569
|
}
|
|
5085
5570
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5086
5571
|
height: inherit;
|
|
@@ -5137,6 +5622,30 @@
|
|
|
5137
5622
|
left: auto;
|
|
5138
5623
|
right: 0;
|
|
5139
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
|
+
}
|
|
5140
5649
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
5141
5650
|
float: right;
|
|
5142
5651
|
}
|
|
@@ -5153,6 +5662,30 @@
|
|
|
5153
5662
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
5154
5663
|
width: auto;
|
|
5155
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
|
+
}
|
|
5156
5689
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5157
5690
|
height: 16px;
|
|
5158
5691
|
-ms-flex-pack: center;
|
|
@@ -5284,7 +5817,12 @@
|
|
|
5284
5817
|
}
|
|
5285
5818
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5286
5819
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5287
|
-
|
|
5820
|
+
border: 1px solid #0078d6;
|
|
5821
|
+
content: "";
|
|
5822
|
+
display: none;
|
|
5823
|
+
position: absolute;
|
|
5824
|
+
top: 95%;
|
|
5825
|
+
width: 100%;
|
|
5288
5826
|
}
|
|
5289
5827
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5290
5828
|
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
@@ -5325,6 +5863,9 @@
|
|
|
5325
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 {
|
|
5326
5864
|
top: 0;
|
|
5327
5865
|
}
|
|
5866
|
+
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
5867
|
+
margin: 0 0 0 8px;
|
|
5868
|
+
}
|
|
5328
5869
|
.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5329
5870
|
height: inherit;
|
|
5330
5871
|
}
|
|
@@ -5332,7 +5873,6 @@
|
|
|
5332
5873
|
height: 40px;
|
|
5333
5874
|
}
|
|
5334
5875
|
.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5335
|
-
height: 40px;
|
|
5336
5876
|
height: 38px;
|
|
5337
5877
|
}
|
|
5338
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 {
|
|
@@ -5348,21 +5888,14 @@
|
|
|
5348
5888
|
height: 36px;
|
|
5349
5889
|
}
|
|
5350
5890
|
.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5351
|
-
height: 36px;
|
|
5352
5891
|
height: 34px;
|
|
5353
5892
|
}
|
|
5354
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 {
|
|
5355
5894
|
height: 40px;
|
|
5356
5895
|
}
|
|
5357
5896
|
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
5358
|
-
height: 40px;
|
|
5359
|
-
padding: 0;
|
|
5360
5897
|
height: 38px;
|
|
5361
|
-
|
|
5362
|
-
.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text {
|
|
5363
|
-
-ms-flex-item-align: auto;
|
|
5364
|
-
-ms-grid-row-align: auto;
|
|
5365
|
-
align-self: auto;
|
|
5898
|
+
padding: 0;
|
|
5366
5899
|
}
|
|
5367
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 {
|
|
5368
5901
|
height: auto;
|
|
@@ -5536,6 +6069,7 @@
|
|
|
5536
6069
|
height: 38px;
|
|
5537
6070
|
margin: 0;
|
|
5538
6071
|
min-height: 38px;
|
|
6072
|
+
padding: 0;
|
|
5539
6073
|
}
|
|
5540
6074
|
@media screen and (max-width: 480px) {
|
|
5541
6075
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5558,7 +6092,6 @@
|
|
|
5558
6092
|
}
|
|
5559
6093
|
}
|
|
5560
6094
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
5561
|
-
height: 38px;
|
|
5562
6095
|
height: 36px;
|
|
5563
6096
|
}
|
|
5564
6097
|
@media screen and (max-width: 480px) {
|
|
@@ -5573,7 +6106,6 @@
|
|
|
5573
6106
|
margin-bottom: 0;
|
|
5574
6107
|
}
|
|
5575
6108
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5576
|
-
height: 38px;
|
|
5577
6109
|
height: 36px;
|
|
5578
6110
|
}
|
|
5579
6111
|
@media screen and (max-width: 480px) {
|
|
@@ -5582,10 +6114,9 @@
|
|
|
5582
6114
|
}
|
|
5583
6115
|
}
|
|
5584
6116
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5585
|
-
font-weight:
|
|
6117
|
+
font-weight: 400;
|
|
5586
6118
|
}
|
|
5587
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 {
|
|
5588
|
-
height: 38px;
|
|
5589
6120
|
height: 36px;
|
|
5590
6121
|
}
|
|
5591
6122
|
@media screen and (max-width: 480px) {
|
|
@@ -5614,7 +6145,6 @@
|
|
|
5614
6145
|
padding: 0;
|
|
5615
6146
|
}
|
|
5616
6147
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
|
|
5617
|
-
height: 38px;
|
|
5618
6148
|
height: 36px;
|
|
5619
6149
|
}
|
|
5620
6150
|
@media screen and (max-width: 480px) {
|
|
@@ -5638,15 +6168,11 @@
|
|
|
5638
6168
|
height: 38px;
|
|
5639
6169
|
}
|
|
5640
6170
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5641
|
-
height: 38px;
|
|
5642
6171
|
height: 36px;
|
|
5643
6172
|
}
|
|
5644
6173
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
5645
6174
|
height: 36px;
|
|
5646
6175
|
}
|
|
5647
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before {
|
|
5648
|
-
top: 1px;
|
|
5649
|
-
}
|
|
5650
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 {
|
|
5651
6177
|
height: 59px;
|
|
5652
6178
|
}
|
|
@@ -5672,6 +6198,7 @@
|
|
|
5672
6198
|
}
|
|
5673
6199
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5674
6200
|
margin: 0;
|
|
6201
|
+
padding: 0;
|
|
5675
6202
|
}
|
|
5676
6203
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5677
6204
|
padding: 0 10px;
|
|
@@ -5687,12 +6214,8 @@
|
|
|
5687
6214
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5688
6215
|
margin-bottom: 0;
|
|
5689
6216
|
}
|
|
5690
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5691
|
-
height: 40px;
|
|
5692
|
-
height: 38px;
|
|
5693
|
-
}
|
|
5694
6217
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5695
|
-
font-weight:
|
|
6218
|
+
font-weight: 400;
|
|
5696
6219
|
}
|
|
5697
6220
|
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
5698
6221
|
display: none;
|
|
@@ -5709,7 +6232,6 @@
|
|
|
5709
6232
|
padding: 0;
|
|
5710
6233
|
}
|
|
5711
6234
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap {
|
|
5712
|
-
height: 36px;
|
|
5713
6235
|
height: 34px;
|
|
5714
6236
|
}
|
|
5715
6237
|
.e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5722,6 +6244,9 @@
|
|
|
5722
6244
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5723
6245
|
margin: 0 0 0 8px;
|
|
5724
6246
|
}
|
|
6247
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
6248
|
+
margin: 0;
|
|
6249
|
+
}
|
|
5725
6250
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
5726
6251
|
margin: 0 6px 0 0;
|
|
5727
6252
|
}
|
|
@@ -5737,6 +6262,9 @@
|
|
|
5737
6262
|
margin-left: 20px;
|
|
5738
6263
|
margin-right: 0;
|
|
5739
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
|
+
}
|
|
5740
6268
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
5741
6269
|
margin: 0;
|
|
5742
6270
|
}
|
|
@@ -5824,7 +6352,6 @@
|
|
|
5824
6352
|
align-items: center;
|
|
5825
6353
|
display: -ms-inline-flexbox;
|
|
5826
6354
|
display: inline-flex;
|
|
5827
|
-
height: 40px;
|
|
5828
6355
|
height: 38px;
|
|
5829
6356
|
}
|
|
5830
6357
|
@media screen and (max-width: 480px) {
|
|
@@ -5838,17 +6365,15 @@
|
|
|
5838
6365
|
font-size: 14px;
|
|
5839
6366
|
font-weight: 400;
|
|
5840
6367
|
text-transform: capitalize;
|
|
6368
|
+
-ms-flex-item-align: auto;
|
|
6369
|
+
-ms-grid-row-align: auto;
|
|
6370
|
+
align-self: auto;
|
|
5841
6371
|
}
|
|
5842
6372
|
@media screen and (max-width: 480px) {
|
|
5843
6373
|
.e-tab-clone-element .e-tab-text {
|
|
5844
6374
|
font-size: 15px;
|
|
5845
6375
|
}
|
|
5846
6376
|
}
|
|
5847
|
-
.e-tab-clone-element .e-tab-text {
|
|
5848
|
-
-ms-flex-item-align: auto;
|
|
5849
|
-
-ms-grid-row-align: auto;
|
|
5850
|
-
align-self: auto;
|
|
5851
|
-
}
|
|
5852
6377
|
.e-tab-clone-element .e-icons.e-close-icon {
|
|
5853
6378
|
display: none;
|
|
5854
6379
|
}
|
|
@@ -5864,7 +6389,6 @@
|
|
|
5864
6389
|
}
|
|
5865
6390
|
.e-tab-clone-element .e-close-icon::before {
|
|
5866
6391
|
top: 1px;
|
|
5867
|
-
top: 1px;
|
|
5868
6392
|
}
|
|
5869
6393
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
5870
6394
|
display: -ms-inline-flexbox;
|
|
@@ -5872,6 +6396,7 @@
|
|
|
5872
6396
|
height: 20px;
|
|
5873
6397
|
min-width: 20px;
|
|
5874
6398
|
width: 20px;
|
|
6399
|
+
line-height: 1;
|
|
5875
6400
|
}
|
|
5876
6401
|
@media screen and (max-width: 480px) {
|
|
5877
6402
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -5899,6 +6424,14 @@
|
|
|
5899
6424
|
padding: 0 8px;
|
|
5900
6425
|
}
|
|
5901
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
|
+
}
|
|
5902
6435
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
5903
6436
|
margin: 0 0 0 6px;
|
|
5904
6437
|
}
|
|
@@ -6017,7 +6550,6 @@
|
|
|
6017
6550
|
}
|
|
6018
6551
|
}
|
|
6019
6552
|
.e-bigger .e-tab-clone-element .e-text-wrap {
|
|
6020
|
-
height: 50px;
|
|
6021
6553
|
height: 48px;
|
|
6022
6554
|
}
|
|
6023
6555
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
@@ -6049,6 +6581,7 @@
|
|
|
6049
6581
|
height: 20px;
|
|
6050
6582
|
min-width: 20px;
|
|
6051
6583
|
width: 20px;
|
|
6584
|
+
line-height: 1;
|
|
6052
6585
|
}
|
|
6053
6586
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
6054
6587
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -6057,6 +6590,14 @@
|
|
|
6057
6590
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6058
6591
|
padding: 0 8px;
|
|
6059
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
|
+
}
|
|
6060
6601
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6061
6602
|
margin: 0 0 0 8px;
|
|
6062
6603
|
}
|
|
@@ -6083,12 +6624,6 @@
|
|
|
6083
6624
|
.e-bigger .e-tab-clone-element.e-itop .e-close-icon, .e-bigger .e-tab-clone-element.e-ibottom .e-close-icon {
|
|
6084
6625
|
right: 8px;
|
|
6085
6626
|
}
|
|
6086
|
-
.e-bigger .e-tab-clone-element.e-itop .e-text-wrap, .e-bigger .e-tab-clone-element.e-ibottom .e-text-wrap {
|
|
6087
|
-
height: auto;
|
|
6088
|
-
}
|
|
6089
|
-
.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 {
|
|
6090
|
-
height: 72px;
|
|
6091
|
-
}
|
|
6092
6627
|
.e-bigger .e-tab-clone-element.e-itop .e-tab-text {
|
|
6093
6628
|
margin: 10px 0 0;
|
|
6094
6629
|
}
|
|
@@ -6105,10 +6640,20 @@
|
|
|
6105
6640
|
background: inherit;
|
|
6106
6641
|
border: 0;
|
|
6107
6642
|
border-radius: 0;
|
|
6643
|
+
box-shadow: none;
|
|
6644
|
+
font-weight: normal;
|
|
6108
6645
|
border-bottom: 0;
|
|
6109
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
|
+
}
|
|
6110
6654
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
6111
6655
|
border-bottom: initial;
|
|
6656
|
+
margin-bottom: 0;
|
|
6112
6657
|
}
|
|
6113
6658
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
6114
6659
|
background: inherit;
|
|
@@ -6120,6 +6665,9 @@
|
|
|
6120
6665
|
background: inherit;
|
|
6121
6666
|
border: none;
|
|
6122
6667
|
}
|
|
6668
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
6669
|
+
background: inherit;
|
|
6670
|
+
}
|
|
6123
6671
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6124
6672
|
background: rgba(0, 0, 0, 0);
|
|
6125
6673
|
}
|
|
@@ -6144,6 +6692,8 @@
|
|
|
6144
6692
|
}
|
|
6145
6693
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6146
6694
|
background: inherit;
|
|
6695
|
+
border: 1px solid #fff;
|
|
6696
|
+
border-radius: 0;
|
|
6147
6697
|
}
|
|
6148
6698
|
@media screen and (max-width: 480px) {
|
|
6149
6699
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6158,6 +6708,9 @@
|
|
|
6158
6708
|
border: 0;
|
|
6159
6709
|
border-radius: 0;
|
|
6160
6710
|
}
|
|
6711
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6712
|
+
border: 1px solid #fff;
|
|
6713
|
+
}
|
|
6161
6714
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6162
6715
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6163
6716
|
color: #333;
|
|
@@ -6225,17 +6778,26 @@
|
|
|
6225
6778
|
}
|
|
6226
6779
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6227
6780
|
background: #f4f4f4;
|
|
6228
|
-
border
|
|
6781
|
+
border: 1px solid #f4f4f4;
|
|
6782
|
+
border-radius: 0;
|
|
6229
6783
|
}
|
|
6230
6784
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6231
6785
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6232
6786
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6233
6787
|
color: #333;
|
|
6234
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: #333;
|
|
6792
|
+
}
|
|
6235
6793
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6236
6794
|
background: #d1ebff;
|
|
6237
6795
|
border-color: #d1ebff;
|
|
6238
6796
|
}
|
|
6797
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
6798
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
6799
|
+
color: #333;
|
|
6800
|
+
}
|
|
6239
6801
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
6240
6802
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
6241
6803
|
color: #333;
|
|
@@ -6258,12 +6820,17 @@
|
|
|
6258
6820
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
6259
6821
|
background: #eaeaea;
|
|
6260
6822
|
color: #000;
|
|
6823
|
+
border: 1px solid #fff;
|
|
6261
6824
|
}
|
|
6262
6825
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6263
6826
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6264
6827
|
box-shadow: none;
|
|
6265
6828
|
border: 1px solid #d1ebff;
|
|
6266
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;
|
|
6833
|
+
}
|
|
6267
6834
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
6268
6835
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
6269
6836
|
background: inherit;
|
|
@@ -6275,6 +6842,18 @@
|
|
|
6275
6842
|
background: #eaeaea;
|
|
6276
6843
|
color: #000;
|
|
6277
6844
|
}
|
|
6845
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6846
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
6847
|
+
background: inherit;
|
|
6848
|
+
border-color: #767676;
|
|
6849
|
+
color: #000;
|
|
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
|
+
}
|
|
6278
6857
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
6279
6858
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
6280
6859
|
color: #c8c8c8;
|
|
@@ -6282,6 +6861,8 @@
|
|
|
6282
6861
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
6283
6862
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
6284
6863
|
color: #c8c8c8;
|
|
6864
|
+
background: #eaeaea;
|
|
6865
|
+
border-color: #fff;
|
|
6285
6866
|
}
|
|
6286
6867
|
.e-tab .e-tab-header .e-hor-nav,
|
|
6287
6868
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -6307,6 +6888,10 @@
|
|
|
6307
6888
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
6308
6889
|
color: #000;
|
|
6309
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
|
+
}
|
|
6310
6895
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6311
6896
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
6312
6897
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
@@ -6329,6 +6914,7 @@
|
|
|
6329
6914
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6330
6915
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
6331
6916
|
background: #eaeaea;
|
|
6917
|
+
color: #000;
|
|
6332
6918
|
border: 1px solid #767676;
|
|
6333
6919
|
border-radius: 0;
|
|
6334
6920
|
box-shadow: none;
|
|
@@ -6336,38 +6922,77 @@
|
|
|
6336
6922
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6337
6923
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
6338
6924
|
border: 0;
|
|
6925
|
+
background: transparent;
|
|
6339
6926
|
}
|
|
6340
6927
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
6341
6928
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
6342
6929
|
background: transparent;
|
|
6343
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
|
+
}
|
|
6344
6936
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6345
6937
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6346
6938
|
background: inherit;
|
|
6347
6939
|
border: 0;
|
|
6348
6940
|
box-shadow: none;
|
|
6941
|
+
border-radius: 0;
|
|
6942
|
+
}
|
|
6943
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
6944
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
6945
|
+
color: #333;
|
|
6946
|
+
}
|
|
6947
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
6948
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
6949
|
+
border: 0;
|
|
6349
6950
|
}
|
|
6350
6951
|
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
6351
|
-
border-
|
|
6352
|
-
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;
|
|
6353
6968
|
}
|
|
6354
6969
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6355
|
-
border-
|
|
6970
|
+
border-color: inherit unset unset;
|
|
6971
|
+
border-style: solid;
|
|
6972
|
+
border-width: 0;
|
|
6973
|
+
margin-top: 0;
|
|
6356
6974
|
border-radius: 0;
|
|
6357
|
-
|
|
6358
|
-
|
|
6975
|
+
}
|
|
6976
|
+
.e-tab .e-tab-header.e-vertical {
|
|
6977
|
+
border-bottom: 0;
|
|
6359
6978
|
}
|
|
6360
6979
|
.e-tab .e-tab-header.e-vertical::before {
|
|
6361
|
-
border-width: 0
|
|
6980
|
+
border-width: 0;
|
|
6362
6981
|
}
|
|
6363
6982
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active {
|
|
6364
6983
|
border-bottom: 0;
|
|
6365
6984
|
border-top: 0;
|
|
6366
6985
|
}
|
|
6986
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
6987
|
+
border-radius: 0;
|
|
6988
|
+
}
|
|
6367
6989
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6368
6990
|
border-radius: 0;
|
|
6369
6991
|
border-right: initial;
|
|
6370
6992
|
}
|
|
6993
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
6994
|
+
border-radius: 0;
|
|
6995
|
+
}
|
|
6371
6996
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6372
6997
|
border-left: initial;
|
|
6373
6998
|
border-radius: 0;
|
|
@@ -6393,6 +7018,10 @@
|
|
|
6393
7018
|
}
|
|
6394
7019
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
6395
7020
|
background: #eaeaea;
|
|
7021
|
+
border-color: #eaeaea transparent transparent;
|
|
7022
|
+
}
|
|
7023
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
7024
|
+
background: inherit;
|
|
6396
7025
|
}
|
|
6397
7026
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
6398
7027
|
color: #000;
|
|
@@ -6403,6 +7032,9 @@
|
|
|
6403
7032
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
6404
7033
|
background: inherit;
|
|
6405
7034
|
}
|
|
7035
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
7036
|
+
color: none;
|
|
7037
|
+
}
|
|
6406
7038
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6407
7039
|
background: none;
|
|
6408
7040
|
}
|
|
@@ -6418,6 +7050,7 @@
|
|
|
6418
7050
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
6419
7051
|
background: inherit;
|
|
6420
7052
|
border: 0;
|
|
7053
|
+
color: #000;
|
|
6421
7054
|
}
|
|
6422
7055
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6423
7056
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -6432,24 +7065,33 @@
|
|
|
6432
7065
|
border: 0;
|
|
6433
7066
|
box-shadow: none;
|
|
6434
7067
|
}
|
|
7068
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7069
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7070
|
+
color: #000;
|
|
7071
|
+
}
|
|
6435
7072
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
6436
7073
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
6437
7074
|
border: 0;
|
|
6438
7075
|
}
|
|
6439
7076
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6440
7077
|
background: initial;
|
|
6441
|
-
border
|
|
7078
|
+
border: 1px solid #767676;
|
|
6442
7079
|
}
|
|
6443
7080
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6444
7081
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
6445
7082
|
color: #333;
|
|
6446
7083
|
}
|
|
7084
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
7085
|
+
color: #333;
|
|
7086
|
+
}
|
|
6447
7087
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6448
7088
|
color: #000;
|
|
6449
7089
|
}
|
|
6450
7090
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6451
7091
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6452
7092
|
color: #000;
|
|
7093
|
+
background: inherit;
|
|
7094
|
+
border: 1px solid #767676;
|
|
6453
7095
|
}
|
|
6454
7096
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
6455
7097
|
border-color: #767676;
|
|
@@ -6464,10 +7106,6 @@
|
|
|
6464
7106
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus {
|
|
6465
7107
|
outline: 1.5px solid #767676;
|
|
6466
7108
|
}
|
|
6467
|
-
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6468
|
-
.e-tab.e-focused > .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
6469
|
-
border-color: #767676;
|
|
6470
|
-
}
|
|
6471
7109
|
.e-tab.e-disable {
|
|
6472
7110
|
pointer-events: none;
|
|
6473
7111
|
}
|
|
@@ -6487,6 +7125,9 @@
|
|
|
6487
7125
|
.e-tab.e-fill .e-tab-header {
|
|
6488
7126
|
border-bottom: 2px Solid #0078d6;
|
|
6489
7127
|
}
|
|
7128
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll {
|
|
7129
|
+
border: 0;
|
|
7130
|
+
}
|
|
6490
7131
|
.e-tab.e-fill .e-tab-header .e-toolbar-item {
|
|
6491
7132
|
border: 0;
|
|
6492
7133
|
}
|
|
@@ -6499,6 +7140,9 @@
|
|
|
6499
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 {
|
|
6500
7141
|
color: #333;
|
|
6501
7142
|
}
|
|
7143
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7144
|
+
color: #333;
|
|
7145
|
+
}
|
|
6502
7146
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6503
7147
|
margin-top: 0;
|
|
6504
7148
|
}
|
|
@@ -6529,6 +7173,22 @@
|
|
|
6529
7173
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
6530
7174
|
color: #fff;
|
|
6531
7175
|
}
|
|
7176
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
7177
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
7178
|
+
color: #333;
|
|
7179
|
+
}
|
|
7180
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
7181
|
+
background: #f4f4f4;
|
|
7182
|
+
}
|
|
7183
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
7184
|
+
color: #333;
|
|
7185
|
+
}
|
|
7186
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
7187
|
+
color: #333;
|
|
7188
|
+
}
|
|
7189
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
7190
|
+
color: #333;
|
|
7191
|
+
}
|
|
6532
7192
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
6533
7193
|
border-bottom: 0;
|
|
6534
7194
|
border-top: 2px Solid #0078d6;
|
|
@@ -6583,6 +7243,12 @@
|
|
|
6583
7243
|
background: #0078d6;
|
|
6584
7244
|
border-color: #767676;
|
|
6585
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: #fff;
|
|
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: #333;
|
|
7251
|
+
}
|
|
6586
7252
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6587
7253
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6588
7254
|
color: #fff;
|
|
@@ -6594,8 +7260,12 @@
|
|
|
6594
7260
|
.e-tab.e-background .e-tab-header .e-toolbar-items {
|
|
6595
7261
|
background: #f4f4f4;
|
|
6596
7262
|
}
|
|
7263
|
+
.e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll {
|
|
7264
|
+
border: 0;
|
|
7265
|
+
}
|
|
6597
7266
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
6598
7267
|
background: #0078d6;
|
|
7268
|
+
bottom: 0;
|
|
6599
7269
|
}
|
|
6600
7270
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
6601
7271
|
border: 0;
|
|
@@ -6607,38 +7277,80 @@
|
|
|
6607
7277
|
background: #f4f4f4;
|
|
6608
7278
|
border-color: #f4f4f4;
|
|
6609
7279
|
}
|
|
6610
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6611
7280
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6612
7281
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6613
7282
|
color: #333;
|
|
6614
7283
|
}
|
|
7284
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
7285
|
+
color: #333;
|
|
7286
|
+
}
|
|
6615
7287
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
6616
7288
|
color: #333;
|
|
6617
7289
|
}
|
|
6618
7290
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6619
7291
|
background: inherit;
|
|
7292
|
+
background-color: inherit;
|
|
7293
|
+
border-color: #f4f4f4;
|
|
7294
|
+
}
|
|
7295
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
7296
|
+
color: #000;
|
|
6620
7297
|
}
|
|
6621
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6622
7298
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6623
|
-
color: #fff;
|
|
6624
7299
|
color: #000;
|
|
6625
7300
|
}
|
|
7301
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
7302
|
+
color: #333;
|
|
7303
|
+
}
|
|
7304
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:hover, .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:active {
|
|
7305
|
+
color: #333;
|
|
7306
|
+
}
|
|
6626
7307
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
6627
7308
|
border: 0;
|
|
6628
7309
|
margin: 0;
|
|
7310
|
+
background: inherit;
|
|
6629
7311
|
}
|
|
6630
7312
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6631
7313
|
background: #0078d6;
|
|
6632
|
-
border-radius: 0;
|
|
6633
7314
|
border-color: #0078d6;
|
|
7315
|
+
border-radius: 0;
|
|
7316
|
+
border-style: solid;
|
|
7317
|
+
border-width: 1px;
|
|
7318
|
+
}
|
|
7319
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
7320
|
+
color: #fff;
|
|
7321
|
+
}
|
|
7322
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
7323
|
+
color: #fff;
|
|
7324
|
+
}
|
|
7325
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
7326
|
+
color: rgba(255, 255, 255, 0.8);
|
|
6634
7327
|
}
|
|
6635
7328
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
6636
7329
|
background: #0078d7;
|
|
7330
|
+
border-color: #0078d6;
|
|
7331
|
+
}
|
|
7332
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7333
|
+
color: #fff;
|
|
6637
7334
|
}
|
|
6638
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6639
7335
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6640
7336
|
color: #fff;
|
|
6641
7337
|
}
|
|
7338
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
7339
|
+
color: rgba(255, 255, 255, 0.8);
|
|
7340
|
+
}
|
|
7341
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
7342
|
+
color: #fff;
|
|
7343
|
+
}
|
|
7344
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
7345
|
+
color: rgba(255, 255, 255, 0.8);
|
|
7346
|
+
}
|
|
7347
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
7348
|
+
background: #0078d6;
|
|
7349
|
+
}
|
|
7350
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
7351
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
7352
|
+
color: #fff;
|
|
7353
|
+
}
|
|
6642
7354
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6643
7355
|
background: #0078d6;
|
|
6644
7356
|
}
|
|
@@ -6646,6 +7358,12 @@
|
|
|
6646
7358
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6647
7359
|
color: #fff;
|
|
6648
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: rgba(255, 255, 255, 0.8);
|
|
7366
|
+
}
|
|
6649
7367
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
6650
7368
|
border: 0;
|
|
6651
7369
|
}
|
|
@@ -6656,7 +7374,8 @@
|
|
|
6656
7374
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
6657
7375
|
color: rgba(255, 255, 255, 0.8);
|
|
6658
7376
|
}
|
|
6659
|
-
.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 {
|
|
6660
7379
|
color: #fff;
|
|
6661
7380
|
}
|
|
6662
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 {
|
|
@@ -6671,7 +7390,8 @@
|
|
|
6671
7390
|
background: #f4f4f4;
|
|
6672
7391
|
}
|
|
6673
7392
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6674
|
-
.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 {
|
|
6675
7395
|
color: #333;
|
|
6676
7396
|
}
|
|
6677
7397
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6680,9 +7400,21 @@
|
|
|
6680
7400
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6681
7401
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6682
7402
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6683
|
-
color: #fff;
|
|
6684
7403
|
color: #333;
|
|
6685
7404
|
}
|
|
7405
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
7406
|
+
color: #333;
|
|
7407
|
+
}
|
|
7408
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
7409
|
+
color: #333;
|
|
7410
|
+
}
|
|
7411
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
7412
|
+
color: #333;
|
|
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
|
+
}
|
|
6686
7418
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
6687
7419
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
6688
7420
|
color: #333;
|
|
@@ -6692,21 +7424,38 @@
|
|
|
6692
7424
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
6693
7425
|
background: #eaeaea;
|
|
6694
7426
|
color: #000;
|
|
7427
|
+
border-color: #f4f4f4;
|
|
7428
|
+
}
|
|
7429
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
7430
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
7431
|
+
background: unset;
|
|
7432
|
+
color: #333;
|
|
6695
7433
|
}
|
|
6696
7434
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
6697
7435
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6698
7436
|
color: #000;
|
|
6699
7437
|
border: 1px solid #767676;
|
|
7438
|
+
background: inherit;
|
|
6700
7439
|
}
|
|
6701
7440
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6702
7441
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6703
7442
|
background: #eaeaea;
|
|
6704
7443
|
color: #000;
|
|
6705
7444
|
}
|
|
7445
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
7446
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
7447
|
+
background: inherit;
|
|
7448
|
+
border-color: #767676;
|
|
7449
|
+
color: #000;
|
|
7450
|
+
}
|
|
6706
7451
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
6707
7452
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
6708
7453
|
animation: none;
|
|
6709
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
|
+
}
|
|
6710
7459
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6711
7460
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
6712
7461
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
@@ -6718,6 +7467,14 @@
|
|
|
6718
7467
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
6719
7468
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6720
7469
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
7470
|
+
background: #eaeaea;
|
|
7471
|
+
border-color: #f4f4f4;
|
|
7472
|
+
color: #000;
|
|
7473
|
+
}
|
|
7474
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
7475
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
7476
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
7477
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
6721
7478
|
background: #eaeaea;
|
|
6722
7479
|
color: #000;
|
|
6723
7480
|
}
|
|
@@ -6726,8 +7483,23 @@
|
|
|
6726
7483
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6727
7484
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6728
7485
|
color: #000;
|
|
7486
|
+
background: inherit;
|
|
6729
7487
|
border: 1px solid #767676;
|
|
6730
7488
|
}
|
|
7489
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
7490
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
7491
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
7492
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
7493
|
+
background: #eaeaea;
|
|
7494
|
+
}
|
|
7495
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
7496
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
7497
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7498
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7499
|
+
background: #eaeaea;
|
|
7500
|
+
border-color: #767676;
|
|
7501
|
+
color: #000;
|
|
7502
|
+
}
|
|
6731
7503
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
6732
7504
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
6733
7505
|
animation: none;
|
|
@@ -6736,6 +7508,40 @@
|
|
|
6736
7508
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
6737
7509
|
color: #000;
|
|
6738
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: #0078d6;
|
|
7517
|
+
border-radius: 0;
|
|
7518
|
+
border-style: solid;
|
|
7519
|
+
border-width: 1px;
|
|
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: #0078d6;
|
|
7529
|
+
border-radius: 0;
|
|
7530
|
+
border-style: solid;
|
|
7531
|
+
border-width: 1px;
|
|
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: #0078d6;
|
|
7541
|
+
border-radius: 0;
|
|
7542
|
+
border-style: solid;
|
|
7543
|
+
border-width: 1px;
|
|
7544
|
+
}
|
|
6739
7545
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
6740
7546
|
border: 0;
|
|
6741
7547
|
}
|
|
@@ -6798,6 +7604,7 @@
|
|
|
6798
7604
|
background: #a6a6a6;
|
|
6799
7605
|
}
|
|
6800
7606
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
7607
|
+
background: initial;
|
|
6801
7608
|
border-color: #767676;
|
|
6802
7609
|
}
|
|
6803
7610
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
@@ -6806,6 +7613,7 @@
|
|
|
6806
7613
|
color: #333;
|
|
6807
7614
|
}
|
|
6808
7615
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
7616
|
+
background: #0078d6;
|
|
6809
7617
|
border-color: #767676;
|
|
6810
7618
|
}
|
|
6811
7619
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
@@ -6814,6 +7622,32 @@
|
|
|
6814
7622
|
}
|
|
6815
7623
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
6816
7624
|
background: #0078d7;
|
|
7625
|
+
border: 1px solid #fff;
|
|
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: #fff;
|
|
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: #fff;
|
|
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: #333;
|
|
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: rgba(255, 255, 255, 0.8);
|
|
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: #fff;
|
|
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: #333;
|
|
6817
7651
|
}
|
|
6818
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 {
|
|
6819
7653
|
background: #0078d6;
|
|
@@ -6837,6 +7671,8 @@
|
|
|
6837
7671
|
.e-tab .e-content .e-item {
|
|
6838
7672
|
background: inherit;
|
|
6839
7673
|
color: #333;
|
|
7674
|
+
font-size: 14px;
|
|
7675
|
+
line-height: 18px;
|
|
6840
7676
|
}
|
|
6841
7677
|
|
|
6842
7678
|
.e-tab-clone-element {
|