@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/material-dark.css
CHANGED
|
@@ -864,6 +864,7 @@
|
|
|
864
864
|
text-align: center;
|
|
865
865
|
vertical-align: middle;
|
|
866
866
|
width: 100%;
|
|
867
|
+
font-size: 12px;
|
|
867
868
|
}
|
|
868
869
|
.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
|
|
869
870
|
pointer-events: none;
|
|
@@ -911,18 +912,25 @@
|
|
|
911
912
|
background: rgba(255, 255, 255, 0.1);
|
|
912
913
|
border: 0;
|
|
913
914
|
color: #000;
|
|
914
|
-
|
|
915
|
+
}
|
|
916
|
+
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
|
|
917
|
+
background: rgba(255, 255, 255, 0.1);
|
|
915
918
|
}
|
|
916
919
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
917
920
|
background: rgba(255, 255, 255, 0.1);
|
|
918
921
|
border: 0;
|
|
919
922
|
color: #000;
|
|
920
923
|
}
|
|
924
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
|
|
925
|
+
color: rgba(255, 255, 255, 0.54);
|
|
926
|
+
}
|
|
921
927
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
922
928
|
background: rgba(255, 255, 255, 0.1);
|
|
923
929
|
border: 0;
|
|
924
930
|
color: #000;
|
|
925
|
-
|
|
931
|
+
}
|
|
932
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
|
|
933
|
+
color: rgba(255, 255, 255, 0.54);
|
|
926
934
|
}
|
|
927
935
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
928
936
|
background: rgba(255, 255, 255, 0.18);
|
|
@@ -930,6 +938,9 @@
|
|
|
930
938
|
box-shadow: none;
|
|
931
939
|
color: #000;
|
|
932
940
|
}
|
|
941
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
942
|
+
color: rgba(255, 255, 255, 0.54);
|
|
943
|
+
}
|
|
933
944
|
.e-hscroll .e-scroll-nav {
|
|
934
945
|
background: #212121;
|
|
935
946
|
}
|
|
@@ -1223,10 +1234,18 @@
|
|
|
1223
1234
|
height: 56px;
|
|
1224
1235
|
min-height: 56px;
|
|
1225
1236
|
}
|
|
1237
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
1238
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
|
|
1239
|
+
font-size: 14px;
|
|
1240
|
+
}
|
|
1226
1241
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
1227
1242
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
1228
1243
|
font-size: 14px;
|
|
1229
1244
|
}
|
|
1245
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
|
|
1246
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
|
|
1247
|
+
font-size: 14px;
|
|
1248
|
+
}
|
|
1230
1249
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
1231
1250
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
1232
1251
|
border-bottom: 0;
|
|
@@ -1314,24 +1333,23 @@
|
|
|
1314
1333
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
1315
1334
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1316
1335
|
min-width: 27px;
|
|
1336
|
+
font-size: 14px;
|
|
1317
1337
|
}
|
|
1318
1338
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1319
1339
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1320
1340
|
min-height: 30px;
|
|
1321
1341
|
padding: 0 4px;
|
|
1342
|
+
line-height: 35px;
|
|
1322
1343
|
}
|
|
1323
1344
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1324
1345
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1325
1346
|
margin-left: 0;
|
|
1326
1347
|
padding: 0;
|
|
1327
1348
|
}
|
|
1328
|
-
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left,
|
|
1329
|
-
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
1330
|
-
padding-right: 16px;
|
|
1331
|
-
}
|
|
1332
1349
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1333
1350
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1334
1351
|
padding: 0;
|
|
1352
|
+
font-size: 14px;
|
|
1335
1353
|
}
|
|
1336
1354
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
1337
1355
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -1343,6 +1361,10 @@
|
|
|
1343
1361
|
margin-right: 24px;
|
|
1344
1362
|
white-space: normal;
|
|
1345
1363
|
}
|
|
1364
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
1365
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1366
|
+
margin: 0;
|
|
1367
|
+
}
|
|
1346
1368
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1347
1369
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
1348
1370
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -1416,6 +1438,19 @@
|
|
|
1416
1438
|
min-height: 0;
|
|
1417
1439
|
min-width: 0;
|
|
1418
1440
|
padding: 0 6px;
|
|
1441
|
+
line-height: 35px;
|
|
1442
|
+
}
|
|
1443
|
+
.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,
|
|
1444
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1445
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1446
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
1447
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1448
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1449
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1450
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1451
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1452
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1453
|
+
padding: 0 6px;
|
|
1419
1454
|
}
|
|
1420
1455
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
1421
1456
|
.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,
|
|
@@ -1463,6 +1498,7 @@
|
|
|
1463
1498
|
}
|
|
1464
1499
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
1465
1500
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1501
|
+
margin: 0;
|
|
1466
1502
|
min-width: 48px;
|
|
1467
1503
|
padding: 5px;
|
|
1468
1504
|
}
|
|
@@ -1504,6 +1540,18 @@
|
|
|
1504
1540
|
min-width: 0;
|
|
1505
1541
|
padding: 0 6px;
|
|
1506
1542
|
}
|
|
1543
|
+
.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,
|
|
1544
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1545
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1546
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
1547
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1548
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1549
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1550
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1551
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1552
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1553
|
+
padding: 0 6px;
|
|
1554
|
+
}
|
|
1507
1555
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1508
1556
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1509
1557
|
line-height: 35px;
|
|
@@ -1579,6 +1627,7 @@
|
|
|
1579
1627
|
}
|
|
1580
1628
|
.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1581
1629
|
padding-right: 3px;
|
|
1630
|
+
margin-left: 0;
|
|
1582
1631
|
}
|
|
1583
1632
|
.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
1584
1633
|
padding-left: 0;
|
|
@@ -1603,6 +1652,7 @@
|
|
|
1603
1652
|
padding-left: 3px;
|
|
1604
1653
|
padding-right: 3px;
|
|
1605
1654
|
padding-top: 0;
|
|
1655
|
+
margin-left: -1px;
|
|
1606
1656
|
}
|
|
1607
1657
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
|
|
1608
1658
|
display: none;
|
|
@@ -1622,6 +1672,7 @@
|
|
|
1622
1672
|
white-space: normal;
|
|
1623
1673
|
}
|
|
1624
1674
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1675
|
+
margin: 0;
|
|
1625
1676
|
height: 100%;
|
|
1626
1677
|
min-width: 34px;
|
|
1627
1678
|
padding: 3.5px;
|
|
@@ -1668,6 +1719,9 @@
|
|
|
1668
1719
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1669
1720
|
line-height: 25px;
|
|
1670
1721
|
}
|
|
1722
|
+
.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 {
|
|
1723
|
+
padding: 0 1.5px;
|
|
1724
|
+
}
|
|
1671
1725
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1672
1726
|
margin: 7.5px 3px;
|
|
1673
1727
|
min-height: 25px;
|
|
@@ -1679,6 +1733,7 @@
|
|
|
1679
1733
|
min-height: 25px;
|
|
1680
1734
|
min-width: 24px;
|
|
1681
1735
|
padding: 0;
|
|
1736
|
+
font-size: 14px;
|
|
1682
1737
|
}
|
|
1683
1738
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1684
1739
|
display: -ms-inline-flexbox;
|
|
@@ -1751,15 +1806,15 @@
|
|
|
1751
1806
|
justify-content: flex-start;
|
|
1752
1807
|
min-height: 24px;
|
|
1753
1808
|
padding: 0 4px;
|
|
1809
|
+
border: none;
|
|
1810
|
+
border-radius: 2px;
|
|
1811
|
+
margin: 0;
|
|
1754
1812
|
}
|
|
1755
1813
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1756
1814
|
margin: 0;
|
|
1757
1815
|
padding: 0;
|
|
1758
1816
|
width: auto;
|
|
1759
1817
|
}
|
|
1760
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
1761
|
-
padding-right: 16px;
|
|
1762
|
-
}
|
|
1763
1818
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1764
1819
|
padding: 0;
|
|
1765
1820
|
}
|
|
@@ -1871,10 +1926,6 @@
|
|
|
1871
1926
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1872
1927
|
margin-right: 3px;
|
|
1873
1928
|
}
|
|
1874
|
-
.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
1875
|
-
padding-left: 16px;
|
|
1876
|
-
padding-right: 0;
|
|
1877
|
-
}
|
|
1878
1929
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1879
1930
|
left: 0;
|
|
1880
1931
|
right: auto;
|
|
@@ -1905,6 +1956,7 @@
|
|
|
1905
1956
|
text-align: center;
|
|
1906
1957
|
vertical-align: middle;
|
|
1907
1958
|
width: 100%;
|
|
1959
|
+
font-size: 12px;
|
|
1908
1960
|
}
|
|
1909
1961
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1910
1962
|
line-height: 25px;
|
|
@@ -1926,6 +1978,9 @@
|
|
|
1926
1978
|
margin-right: 18px;
|
|
1927
1979
|
white-space: normal;
|
|
1928
1980
|
}
|
|
1981
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1982
|
+
margin: 0;
|
|
1983
|
+
}
|
|
1929
1984
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1930
1985
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1931
1986
|
display: none;
|
|
@@ -2055,6 +2110,14 @@
|
|
|
2055
2110
|
min-height: 0;
|
|
2056
2111
|
min-width: 0;
|
|
2057
2112
|
padding: 0 1.5px;
|
|
2113
|
+
border-radius: 2px;
|
|
2114
|
+
line-height: 25px;
|
|
2115
|
+
}
|
|
2116
|
+
.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 {
|
|
2117
|
+
padding: 0 1.5px;
|
|
2118
|
+
}
|
|
2119
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
2120
|
+
outline: 0;
|
|
2058
2121
|
}
|
|
2059
2122
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2060
2123
|
padding: 0;
|
|
@@ -2066,6 +2129,7 @@
|
|
|
2066
2129
|
margin: 0;
|
|
2067
2130
|
min-width: 24px;
|
|
2068
2131
|
width: auto;
|
|
2132
|
+
padding-bottom: 0;
|
|
2069
2133
|
}
|
|
2070
2134
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
2071
2135
|
-ms-flex-item-align: center;
|
|
@@ -2212,28 +2276,60 @@
|
|
|
2212
2276
|
background: #212121;
|
|
2213
2277
|
box-shadow: none;
|
|
2214
2278
|
color: #fff;
|
|
2279
|
+
border: none;
|
|
2215
2280
|
}
|
|
2216
2281
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
2217
2282
|
color: #fff;
|
|
2218
2283
|
}
|
|
2219
2284
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2220
2285
|
background: rgba(255, 255, 255, 0.1);
|
|
2221
|
-
border-color: #000;
|
|
2222
2286
|
border-radius: 0;
|
|
2223
2287
|
color: #000;
|
|
2288
|
+
border-color: #000;
|
|
2289
|
+
border-style: solid;
|
|
2290
|
+
border-width: 0;
|
|
2291
|
+
box-shadow: none;
|
|
2292
|
+
}
|
|
2293
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2294
|
+
color: #fff;
|
|
2295
|
+
}
|
|
2296
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2297
|
+
color: #000;
|
|
2224
2298
|
}
|
|
2225
2299
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2226
2300
|
background: rgba(255, 255, 255, 0.1);
|
|
2227
|
-
border-color: #000;
|
|
2228
2301
|
border-radius: 0;
|
|
2229
2302
|
color: #000;
|
|
2303
|
+
border-color: #000;
|
|
2304
|
+
border-style: solid;
|
|
2305
|
+
border-width: 0;
|
|
2306
|
+
}
|
|
2307
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2308
|
+
color: #fff;
|
|
2309
|
+
}
|
|
2310
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2311
|
+
color: #000;
|
|
2312
|
+
}
|
|
2313
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2314
|
+
color: #fff;
|
|
2315
|
+
}
|
|
2316
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2317
|
+
color: #000;
|
|
2230
2318
|
}
|
|
2231
2319
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2232
2320
|
background: #616161;
|
|
2233
|
-
border-color: #616161;
|
|
2234
2321
|
border-radius: 0;
|
|
2235
2322
|
box-shadow: none;
|
|
2236
2323
|
color: #000;
|
|
2324
|
+
border-color: #616161;
|
|
2325
|
+
border-style: solid;
|
|
2326
|
+
border-width: 0;
|
|
2327
|
+
}
|
|
2328
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2329
|
+
color: #fff;
|
|
2330
|
+
}
|
|
2331
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2332
|
+
color: #000;
|
|
2237
2333
|
}
|
|
2238
2334
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
2239
2335
|
color: #fff;
|
|
@@ -2243,6 +2339,54 @@
|
|
|
2243
2339
|
border: 1px solid #616161;
|
|
2244
2340
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
2245
2341
|
}
|
|
2342
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2343
|
+
background: #212121;
|
|
2344
|
+
}
|
|
2345
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2346
|
+
background: rgba(255, 255, 255, 0.1);
|
|
2347
|
+
box-shadow: none;
|
|
2348
|
+
color: #000;
|
|
2349
|
+
border-color: #000;
|
|
2350
|
+
border-style: solid;
|
|
2351
|
+
border-width: 0;
|
|
2352
|
+
}
|
|
2353
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2354
|
+
color: #fff;
|
|
2355
|
+
}
|
|
2356
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2357
|
+
color: #000;
|
|
2358
|
+
}
|
|
2359
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2360
|
+
background: #616161;
|
|
2361
|
+
box-shadow: none;
|
|
2362
|
+
color: #000;
|
|
2363
|
+
border-color: #616161;
|
|
2364
|
+
border-style: solid;
|
|
2365
|
+
border-width: 0;
|
|
2366
|
+
}
|
|
2367
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2368
|
+
color: #fff;
|
|
2369
|
+
}
|
|
2370
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2371
|
+
color: #000;
|
|
2372
|
+
}
|
|
2373
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2374
|
+
background: rgba(255, 255, 255, 0.1);
|
|
2375
|
+
box-shadow: none;
|
|
2376
|
+
color: #000;
|
|
2377
|
+
border-color: #000;
|
|
2378
|
+
border-style: solid;
|
|
2379
|
+
border-width: 0;
|
|
2380
|
+
}
|
|
2381
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2382
|
+
color: #fff;
|
|
2383
|
+
}
|
|
2384
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2385
|
+
color: #000;
|
|
2386
|
+
}
|
|
2387
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2388
|
+
outline: 0;
|
|
2389
|
+
}
|
|
2246
2390
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
2247
2391
|
background: transparent;
|
|
2248
2392
|
}
|
|
@@ -2252,28 +2396,51 @@
|
|
|
2252
2396
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2253
2397
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2254
2398
|
background: rgba(255, 255, 255, 0.1);
|
|
2255
|
-
border: 0;
|
|
2256
2399
|
box-shadow: none;
|
|
2257
|
-
border-
|
|
2400
|
+
border-color: rgba(255, 255, 255, 0.1);
|
|
2401
|
+
border-style: solid;
|
|
2402
|
+
border-width: 0;
|
|
2403
|
+
}
|
|
2404
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2405
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2406
|
+
border-color: rgba(255, 255, 255, 0.1);
|
|
2407
|
+
border-style: solid;
|
|
2408
|
+
border-width: 0;
|
|
2258
2409
|
}
|
|
2259
2410
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2260
2411
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
2261
2412
|
color: #fff;
|
|
2262
2413
|
}
|
|
2414
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
2415
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
2416
|
+
color: #fff;
|
|
2417
|
+
}
|
|
2263
2418
|
.e-toolbar .e-tbar-btn {
|
|
2264
2419
|
background: #212121;
|
|
2265
2420
|
box-shadow: none;
|
|
2266
2421
|
color: #fff;
|
|
2422
|
+
border: none;
|
|
2267
2423
|
}
|
|
2268
2424
|
.e-toolbar .e-tbar-btn:focus {
|
|
2269
2425
|
background: rgba(255, 255, 255, 0.1);
|
|
2270
|
-
border-color: #000;
|
|
2271
2426
|
border-radius: 0;
|
|
2272
2427
|
color: #000;
|
|
2428
|
+
border-color: #000;
|
|
2429
|
+
border-style: solid;
|
|
2430
|
+
border-width: 0;
|
|
2431
|
+
box-shadow: none;
|
|
2432
|
+
}
|
|
2433
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2434
|
+
color: #fff;
|
|
2435
|
+
}
|
|
2436
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2437
|
+
color: #fff;
|
|
2273
2438
|
}
|
|
2274
2439
|
.e-toolbar .e-tbar-btn:hover {
|
|
2275
2440
|
background: rgba(255, 255, 255, 0.1);
|
|
2276
2441
|
border-color: #000;
|
|
2442
|
+
border-style: solid;
|
|
2443
|
+
border-width: 0;
|
|
2277
2444
|
border-radius: 0;
|
|
2278
2445
|
color: #000;
|
|
2279
2446
|
}
|
|
@@ -2282,6 +2449,7 @@
|
|
|
2282
2449
|
}
|
|
2283
2450
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
2284
2451
|
background: #212121;
|
|
2452
|
+
opacity: 0.5;
|
|
2285
2453
|
}
|
|
2286
2454
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
2287
2455
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -2292,6 +2460,30 @@
|
|
|
2292
2460
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2293
2461
|
color: #fff;
|
|
2294
2462
|
}
|
|
2463
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2464
|
+
color: #fff;
|
|
2465
|
+
}
|
|
2466
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2467
|
+
box-shadow: none;
|
|
2468
|
+
}
|
|
2469
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2470
|
+
color: #fff;
|
|
2471
|
+
}
|
|
2472
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2473
|
+
color: #fff;
|
|
2474
|
+
}
|
|
2475
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2476
|
+
color: #fff;
|
|
2477
|
+
}
|
|
2478
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2479
|
+
color: #fff;
|
|
2480
|
+
}
|
|
2481
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2482
|
+
color: #fff;
|
|
2483
|
+
}
|
|
2484
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2485
|
+
color: #fff;
|
|
2486
|
+
}
|
|
2295
2487
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2296
2488
|
border: solid rgba(255, 255, 255, 0.24);
|
|
2297
2489
|
border-width: 0 1px 0 0;
|
|
@@ -2324,10 +2516,17 @@
|
|
|
2324
2516
|
visibility: hidden;
|
|
2325
2517
|
width: 1px;
|
|
2326
2518
|
}
|
|
2519
|
+
.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 {
|
|
2520
|
+
border-bottom-right-radius: 4px;
|
|
2521
|
+
}
|
|
2327
2522
|
.e-toolbar .e-hor-nav:active {
|
|
2328
2523
|
border: 0;
|
|
2329
2524
|
box-shadow: none;
|
|
2330
2525
|
color: #000;
|
|
2526
|
+
background: #212121;
|
|
2527
|
+
}
|
|
2528
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
2529
|
+
color: #fff;
|
|
2331
2530
|
}
|
|
2332
2531
|
.e-toolbar .e-hor-nav:active::after {
|
|
2333
2532
|
animation: tbar-popup-shadow 0.6s ease-out 0ms;
|
|
@@ -2338,19 +2537,45 @@
|
|
|
2338
2537
|
border-left: 0;
|
|
2339
2538
|
color: #000;
|
|
2340
2539
|
}
|
|
2540
|
+
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2541
|
+
color: #fff;
|
|
2542
|
+
}
|
|
2543
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2544
|
+
border-color: #616161;
|
|
2545
|
+
border-style: solid;
|
|
2546
|
+
border-width: 0;
|
|
2547
|
+
}
|
|
2548
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
2549
|
+
background: rgba(255, 255, 255, 0.1);
|
|
2550
|
+
border-color: #616161;
|
|
2551
|
+
border-style: solid;
|
|
2552
|
+
border-width: 0;
|
|
2553
|
+
}
|
|
2341
2554
|
.e-toolbar .e-hor-nav:focus {
|
|
2342
2555
|
background: rgba(255, 255, 255, 0.1);
|
|
2343
|
-
border-left: 0;
|
|
2344
|
-
border-color: #000;
|
|
2345
2556
|
color: #000;
|
|
2557
|
+
border-color: #000;
|
|
2558
|
+
border-style: solid;
|
|
2559
|
+
border-width: 0;
|
|
2560
|
+
}
|
|
2561
|
+
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2562
|
+
color: #fff;
|
|
2346
2563
|
}
|
|
2347
2564
|
.e-toolbar .e-tbar-btn:active {
|
|
2348
2565
|
background: #616161;
|
|
2349
2566
|
border-color: #616161;
|
|
2567
|
+
border-style: solid;
|
|
2568
|
+
border-width: 0;
|
|
2350
2569
|
border-radius: 0;
|
|
2351
2570
|
box-shadow: none;
|
|
2352
2571
|
color: #000;
|
|
2353
2572
|
}
|
|
2573
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
2574
|
+
color: #fff;
|
|
2575
|
+
}
|
|
2576
|
+
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
2577
|
+
color: #fff;
|
|
2578
|
+
}
|
|
2354
2579
|
|
|
2355
2580
|
/*! accordion icons */
|
|
2356
2581
|
.e-accordion .e-tgl-collapse-icon::before {
|
|
@@ -2364,6 +2589,7 @@
|
|
|
2364
2589
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2365
2590
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2366
2591
|
font-size: 16px;
|
|
2592
|
+
vertical-align: middle;
|
|
2367
2593
|
}
|
|
2368
2594
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
2369
2595
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel {
|
|
@@ -2409,15 +2635,21 @@
|
|
|
2409
2635
|
min-height: 48px;
|
|
2410
2636
|
min-width: 30px;
|
|
2411
2637
|
right: 16px;
|
|
2638
|
+
font-size: 12px;
|
|
2412
2639
|
}
|
|
2413
2640
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
2414
2641
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
2415
2642
|
display: inline-block;
|
|
2416
2643
|
padding: 0 14px 0 0;
|
|
2417
2644
|
}
|
|
2645
|
+
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
2646
|
+
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2647
|
+
font-size: 12px;
|
|
2648
|
+
}
|
|
2418
2649
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2419
2650
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2420
2651
|
padding: 16px;
|
|
2652
|
+
font-size: 14px;
|
|
2421
2653
|
}
|
|
2422
2654
|
.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,
|
|
2423
2655
|
.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 {
|
|
@@ -2453,12 +2685,23 @@
|
|
|
2453
2685
|
display: block;
|
|
2454
2686
|
position: relative;
|
|
2455
2687
|
}
|
|
2688
|
+
.e-accordion .e-acrdn-item {
|
|
2689
|
+
border-radius: 0;
|
|
2690
|
+
margin-top: 0;
|
|
2691
|
+
}
|
|
2456
2692
|
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
|
|
2457
2693
|
border-top: 0;
|
|
2458
2694
|
}
|
|
2459
2695
|
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2460
2696
|
border-bottom: 0;
|
|
2461
2697
|
}
|
|
2698
|
+
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
2699
|
+
margin-bottom: 0;
|
|
2700
|
+
margin-top: 0;
|
|
2701
|
+
}
|
|
2702
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
|
|
2703
|
+
margin: 0;
|
|
2704
|
+
}
|
|
2462
2705
|
.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content {
|
|
2463
2706
|
font-weight: normal;
|
|
2464
2707
|
}
|
|
@@ -2472,7 +2715,7 @@
|
|
|
2472
2715
|
height: auto;
|
|
2473
2716
|
}
|
|
2474
2717
|
.e-accordion .e-acrdn-item {
|
|
2475
|
-
overflow:
|
|
2718
|
+
overflow: visible;
|
|
2476
2719
|
padding-top: 0;
|
|
2477
2720
|
position: relative;
|
|
2478
2721
|
}
|
|
@@ -2485,7 +2728,11 @@
|
|
|
2485
2728
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
|
|
2486
2729
|
cursor: pointer;
|
|
2487
2730
|
}
|
|
2731
|
+
.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 {
|
|
2732
|
+
text-decoration: none;
|
|
2733
|
+
}
|
|
2488
2734
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2735
|
+
border-radius: 0;
|
|
2489
2736
|
line-height: 35px;
|
|
2490
2737
|
min-height: 36px;
|
|
2491
2738
|
overflow: hidden;
|
|
@@ -2493,10 +2740,14 @@
|
|
|
2493
2740
|
text-decoration: none;
|
|
2494
2741
|
text-overflow: ellipsis;
|
|
2495
2742
|
white-space: nowrap;
|
|
2743
|
+
margin-bottom: 0;
|
|
2496
2744
|
}
|
|
2497
2745
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2498
2746
|
display: inline-block;
|
|
2499
2747
|
}
|
|
2748
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2749
|
+
line-height: 35px;
|
|
2750
|
+
}
|
|
2500
2751
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2501
2752
|
display: table;
|
|
2502
2753
|
font-size: 12px;
|
|
@@ -2519,6 +2770,9 @@
|
|
|
2519
2770
|
display: inline-block;
|
|
2520
2771
|
padding: 0 8px 0 0;
|
|
2521
2772
|
}
|
|
2773
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2774
|
+
font-size: 12px;
|
|
2775
|
+
}
|
|
2522
2776
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
2523
2777
|
font-size: 13px;
|
|
2524
2778
|
overflow-y: hidden;
|
|
@@ -2597,56 +2851,186 @@
|
|
|
2597
2851
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2598
2852
|
background: #303030;
|
|
2599
2853
|
border: 1px solid #616161;
|
|
2854
|
+
border-radius: 0;
|
|
2600
2855
|
}
|
|
2601
2856
|
.e-accordion .e-active {
|
|
2602
2857
|
background: #303030;
|
|
2603
2858
|
}
|
|
2604
|
-
.e-accordion .e-acrdn-item
|
|
2605
|
-
border-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
border-
|
|
2859
|
+
.e-accordion .e-acrdn-item {
|
|
2860
|
+
border-color: #616161;
|
|
2861
|
+
border-style: solid;
|
|
2862
|
+
border-width: 0;
|
|
2863
|
+
border-radius: 0;
|
|
2609
2864
|
}
|
|
2610
|
-
.e-accordion .e-acrdn-item.e-
|
|
2611
|
-
border-bottom: 1px solid
|
|
2612
|
-
border-
|
|
2865
|
+
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2866
|
+
border-bottom: 1px solid transparent;
|
|
2867
|
+
border-radius: 0;
|
|
2613
2868
|
}
|
|
2614
|
-
.e-accordion .e-acrdn-item.e-
|
|
2615
|
-
|
|
2869
|
+
.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
|
|
2870
|
+
border-radius: 0;
|
|
2616
2871
|
}
|
|
2617
|
-
.e-accordion .e-acrdn-item
|
|
2618
|
-
|
|
2872
|
+
.e-accordion .e-acrdn-item:last-child {
|
|
2873
|
+
border-bottom: 0;
|
|
2619
2874
|
}
|
|
2620
|
-
.e-accordion .e-acrdn-item
|
|
2621
|
-
|
|
2875
|
+
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
|
|
2876
|
+
border-radius: 0;
|
|
2622
2877
|
}
|
|
2623
|
-
.e-accordion .e-acrdn-item
|
|
2624
|
-
|
|
2878
|
+
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
2879
|
+
border-radius: 0;
|
|
2625
2880
|
}
|
|
2626
|
-
.e-accordion .e-acrdn-item.e-
|
|
2627
|
-
color:
|
|
2881
|
+
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2882
|
+
border-color: #616161;
|
|
2883
|
+
border-style: solid;
|
|
2884
|
+
border-width: 0;
|
|
2628
2885
|
}
|
|
2629
|
-
.e-accordion .e-acrdn-item
|
|
2630
|
-
|
|
2886
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2887
|
+
border-top: 0;
|
|
2631
2888
|
}
|
|
2632
|
-
.e-accordion .e-acrdn-item
|
|
2633
|
-
color:
|
|
2889
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2890
|
+
border-color: #616161;
|
|
2891
|
+
border-style: solid;
|
|
2892
|
+
border-width: 0;
|
|
2634
2893
|
}
|
|
2635
|
-
.e-accordion .e-acrdn-item.e-
|
|
2894
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2636
2895
|
background: rgba(255, 255, 255, 0.05);
|
|
2637
2896
|
}
|
|
2638
|
-
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
2639
|
-
|
|
2897
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2898
|
+
color: #fff;
|
|
2640
2899
|
}
|
|
2641
|
-
.e-accordion .e-acrdn-item .e-acrdn-header:
|
|
2642
|
-
|
|
2900
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
|
|
2901
|
+
color: rgba(255, 255, 255, 0.7);
|
|
2643
2902
|
}
|
|
2644
|
-
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2645
|
-
|
|
2903
|
+
.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 {
|
|
2904
|
+
color: #fff;
|
|
2905
|
+
}
|
|
2906
|
+
.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 {
|
|
2907
|
+
border-color: rgba(255, 255, 255, 0.05);
|
|
2908
|
+
}
|
|
2909
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2910
|
+
border-color: none;
|
|
2911
|
+
border-style: solid;
|
|
2912
|
+
border-width: 1px 0 1px 0;
|
|
2913
|
+
}
|
|
2914
|
+
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2915
|
+
border: 0;
|
|
2916
|
+
}
|
|
2917
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,
|
|
2918
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2919
|
+
color: #fff;
|
|
2920
|
+
}
|
|
2921
|
+
.e-accordion .e-acrdn-item.e-overlay {
|
|
2922
|
+
background: #303030;
|
|
2923
|
+
opacity: 0.5;
|
|
2924
|
+
}
|
|
2925
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
2926
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
2927
|
+
color: #00b0ff;
|
|
2928
|
+
}
|
|
2929
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2930
|
+
color: #fff;
|
|
2931
|
+
}
|
|
2932
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2933
|
+
color: #fff;
|
|
2934
|
+
}
|
|
2935
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
2936
|
+
border-color: #616161;
|
|
2937
|
+
border-style: solid;
|
|
2938
|
+
border-width: 0;
|
|
2939
|
+
background: rgba(255, 255, 255, 0.05);
|
|
2940
|
+
}
|
|
2941
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2942
|
+
background: none;
|
|
2943
|
+
}
|
|
2944
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2945
|
+
background: none;
|
|
2946
|
+
}
|
|
2947
|
+
.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 {
|
|
2948
|
+
color: #fff;
|
|
2949
|
+
}
|
|
2950
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
|
|
2951
|
+
border-bottom: 1px none #616161;
|
|
2952
|
+
}
|
|
2953
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2954
|
+
color: #00b0ff;
|
|
2955
|
+
}
|
|
2956
|
+
.e-accordion .e-acrdn-item.e-select {
|
|
2957
|
+
background: none;
|
|
2958
|
+
border-color: transparent;
|
|
2959
|
+
border-style: solid;
|
|
2960
|
+
border-width: 1px 0 1px 0;
|
|
2961
|
+
}
|
|
2962
|
+
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2963
|
+
color: #fff;
|
|
2964
|
+
background: none;
|
|
2965
|
+
border-top: 0;
|
|
2966
|
+
}
|
|
2967
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2968
|
+
color: #00b0ff;
|
|
2969
|
+
}
|
|
2970
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
2971
|
+
color: rgba(255, 255, 255, 0.7);
|
|
2972
|
+
}
|
|
2973
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2974
|
+
background: rgba(255, 255, 255, 0.05);
|
|
2975
|
+
border: 0;
|
|
2976
|
+
border-color: initial;
|
|
2977
|
+
}
|
|
2978
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
2979
|
+
border: 0;
|
|
2980
|
+
background: rgba(255, 255, 255, 0.1);
|
|
2981
|
+
border-color: initial;
|
|
2982
|
+
}
|
|
2983
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
2984
|
+
border: 0;
|
|
2985
|
+
border-color: initial;
|
|
2986
|
+
background: none;
|
|
2987
|
+
}
|
|
2988
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2989
|
+
border: 0;
|
|
2990
|
+
box-shadow: none;
|
|
2991
|
+
background: rgba(255, 255, 255, 0.05);
|
|
2992
|
+
}
|
|
2993
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2994
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2995
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2996
|
+
color: #00b0ff;
|
|
2997
|
+
}
|
|
2998
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2999
|
+
color: #00b0ff;
|
|
3000
|
+
}
|
|
3001
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
3002
|
+
color: rgba(255, 255, 255, 0.7);
|
|
3003
|
+
}
|
|
3004
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
3005
|
+
color: rgba(255, 255, 255, 0.7);
|
|
3006
|
+
}
|
|
3007
|
+
.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 {
|
|
3008
|
+
color: #00b0ff;
|
|
2646
3009
|
}
|
|
2647
3010
|
.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 {
|
|
3011
|
+
border-color: initial;
|
|
3012
|
+
border-style: solid;
|
|
3013
|
+
border-width: 0;
|
|
2648
3014
|
background: none;
|
|
2649
3015
|
}
|
|
3016
|
+
.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 {
|
|
3017
|
+
color: rgba(255, 255, 255, 0.7);
|
|
3018
|
+
}
|
|
3019
|
+
.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 {
|
|
3020
|
+
color: #fff;
|
|
3021
|
+
}
|
|
3022
|
+
.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 {
|
|
3023
|
+
color: #fff;
|
|
3024
|
+
}
|
|
3025
|
+
.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 {
|
|
3026
|
+
color: #fff;
|
|
3027
|
+
}
|
|
3028
|
+
.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 {
|
|
3029
|
+
color: #fff;
|
|
3030
|
+
}
|
|
3031
|
+
.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 {
|
|
3032
|
+
border-color: initial;
|
|
3033
|
+
}
|
|
2650
3034
|
.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 {
|
|
2651
3035
|
color: rgba(255, 255, 255, 0.7);
|
|
2652
3036
|
}
|
|
@@ -2655,22 +3039,57 @@
|
|
|
2655
3039
|
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2656
3040
|
color: #fff;
|
|
2657
3041
|
}
|
|
2658
|
-
.e-accordion .e-acrdn-item.e-select {
|
|
2659
|
-
border-bottom: 1px solid transparent;
|
|
2660
|
-
border-top: 1px solid transparent;
|
|
2661
|
-
}
|
|
2662
3042
|
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
2663
3043
|
border-color: rgba(255, 255, 255, 0.05);
|
|
2664
3044
|
}
|
|
3045
|
+
.e-accordion .e-acrdn-item.e-selected {
|
|
3046
|
+
border-color: #616161;
|
|
3047
|
+
border-style: solid;
|
|
3048
|
+
border-width: 0 0 1px 0;
|
|
3049
|
+
}
|
|
2665
3050
|
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2666
|
-
border-
|
|
2667
|
-
border-
|
|
3051
|
+
border-color: #616161;
|
|
3052
|
+
border-style: solid;
|
|
3053
|
+
border-width: 1px 0 1px 0;
|
|
3054
|
+
}
|
|
3055
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
3056
|
+
background: #303030;
|
|
3057
|
+
}
|
|
3058
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
3059
|
+
border-bottom: 0;
|
|
3060
|
+
}
|
|
3061
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
3062
|
+
color: #00b0ff;
|
|
3063
|
+
}
|
|
3064
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
3065
|
+
color: rgba(255, 255, 255, 0.7);
|
|
3066
|
+
}
|
|
3067
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
3068
|
+
box-shadow: none;
|
|
2668
3069
|
}
|
|
2669
3070
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2670
|
-
border-
|
|
3071
|
+
border-color: transparent transparent #616161;
|
|
3072
|
+
border-style: solid;
|
|
3073
|
+
border-width: 1px 0 1px 0;
|
|
2671
3074
|
}
|
|
2672
|
-
.e-accordion .e-acrdn-item.e-selected .e-selected:
|
|
2673
|
-
|
|
3075
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
|
|
3076
|
+
color: rgba(255, 255, 255, 0.7);
|
|
3077
|
+
}
|
|
3078
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
|
|
3079
|
+
color: #fff;
|
|
3080
|
+
}
|
|
3081
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
3082
|
+
background: none;
|
|
3083
|
+
border-radius: 0;
|
|
3084
|
+
border-color: initial;
|
|
3085
|
+
border-style: solid;
|
|
3086
|
+
border-width: 0;
|
|
3087
|
+
}
|
|
3088
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
|
|
3089
|
+
background: rgba(255, 255, 255, 0.05);
|
|
3090
|
+
}
|
|
3091
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
3092
|
+
border-color: initial;
|
|
2674
3093
|
}
|
|
2675
3094
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
2676
3095
|
color: #fff;
|
|
@@ -3359,33 +3778,15 @@
|
|
|
3359
3778
|
}
|
|
3360
3779
|
}
|
|
3361
3780
|
/*! tab icons */
|
|
3362
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
3363
|
-
content: "\e913";
|
|
3364
|
-
}
|
|
3365
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
3366
|
-
content: "\e904";
|
|
3367
|
-
}
|
|
3368
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
3369
|
-
content: "\e904";
|
|
3370
|
-
}
|
|
3371
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3372
|
-
content: "\e913";
|
|
3373
|
-
}
|
|
3374
3781
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3375
3782
|
content: "\e7fc";
|
|
3376
3783
|
position: relative;
|
|
3377
3784
|
}
|
|
3378
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3379
|
-
content: "\e916";
|
|
3380
|
-
}
|
|
3381
3785
|
@media screen and (max-width: 480px) {
|
|
3382
3786
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3383
3787
|
content: "\e984";
|
|
3384
3788
|
}
|
|
3385
3789
|
}
|
|
3386
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3387
|
-
content: "\e916";
|
|
3388
|
-
}
|
|
3389
3790
|
@media screen and (max-width: 480px) {
|
|
3390
3791
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3391
3792
|
content: "\e984";
|
|
@@ -3399,12 +3800,6 @@
|
|
|
3399
3800
|
content: "\e83d";
|
|
3400
3801
|
}
|
|
3401
3802
|
}
|
|
3402
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
3403
|
-
content: "\e910";
|
|
3404
|
-
}
|
|
3405
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
3406
|
-
content: "\e916";
|
|
3407
|
-
}
|
|
3408
3803
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
3409
3804
|
content: "More";
|
|
3410
3805
|
}
|
|
@@ -3468,6 +3863,10 @@
|
|
|
3468
3863
|
margin: 0;
|
|
3469
3864
|
}
|
|
3470
3865
|
}
|
|
3866
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
3867
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
3868
|
+
margin: 0;
|
|
3869
|
+
}
|
|
3471
3870
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
3472
3871
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
3473
3872
|
margin: 0;
|
|
@@ -3524,6 +3923,12 @@
|
|
|
3524
3923
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3525
3924
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3526
3925
|
font-size: 14px;
|
|
3926
|
+
margin-bottom: 0;
|
|
3927
|
+
}
|
|
3928
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3929
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3930
|
+
position: relative;
|
|
3931
|
+
top: 1px;
|
|
3527
3932
|
}
|
|
3528
3933
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3529
3934
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -3536,6 +3941,11 @@
|
|
|
3536
3941
|
margin: 0;
|
|
3537
3942
|
}
|
|
3538
3943
|
}
|
|
3944
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3945
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3946
|
+
position: relative;
|
|
3947
|
+
top: 1px;
|
|
3948
|
+
}
|
|
3539
3949
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
3540
3950
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
3541
3951
|
height: 48px;
|
|
@@ -3546,10 +3956,6 @@
|
|
|
3546
3956
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
3547
3957
|
height: 48px;
|
|
3548
3958
|
}
|
|
3549
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3550
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
3551
|
-
padding: 0;
|
|
3552
|
-
}
|
|
3553
3959
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3554
3960
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3555
3961
|
cursor: pointer;
|
|
@@ -3580,6 +3986,7 @@
|
|
|
3580
3986
|
height: 24px;
|
|
3581
3987
|
min-width: 24px;
|
|
3582
3988
|
width: 24px;
|
|
3989
|
+
line-height: 1;
|
|
3583
3990
|
}
|
|
3584
3991
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3585
3992
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -3591,6 +3998,16 @@
|
|
|
3591
3998
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
3592
3999
|
padding: 0 24px;
|
|
3593
4000
|
}
|
|
4001
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
4002
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
4003
|
+
margin: 0 0 0 12px;
|
|
4004
|
+
}
|
|
4005
|
+
@media screen and (max-width: 480px) {
|
|
4006
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
4007
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
4008
|
+
margin: 0;
|
|
4009
|
+
}
|
|
4010
|
+
}
|
|
3594
4011
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3595
4012
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3596
4013
|
margin: 0 0 0 12px;
|
|
@@ -3826,16 +4243,37 @@
|
|
|
3826
4243
|
font-size: 16px;
|
|
3827
4244
|
}
|
|
3828
4245
|
}
|
|
4246
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4247
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
4248
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4249
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
4250
|
+
line-height: 24px;
|
|
4251
|
+
}
|
|
3829
4252
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3830
4253
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
3831
4254
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3832
4255
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
4256
|
+
line-height: 24px;
|
|
3833
4257
|
top: 0;
|
|
3834
4258
|
}
|
|
4259
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4260
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
4261
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4262
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
4263
|
+
line-height: 24px;
|
|
4264
|
+
}
|
|
3835
4265
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3836
4266
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
3837
4267
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3838
4268
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
4269
|
+
line-height: 24px;
|
|
4270
|
+
top: 0;
|
|
4271
|
+
}
|
|
4272
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
4273
|
+
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
4274
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
4275
|
+
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
4276
|
+
line-height: 24px;
|
|
3839
4277
|
top: 0;
|
|
3840
4278
|
}
|
|
3841
4279
|
.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -3877,6 +4315,15 @@
|
|
|
3877
4315
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text {
|
|
3878
4316
|
padding-top: 0;
|
|
3879
4317
|
}
|
|
4318
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before,
|
|
4319
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
4320
|
+
top: 0;
|
|
4321
|
+
}
|
|
4322
|
+
.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,
|
|
4323
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
4324
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
4325
|
+
top: 0;
|
|
4326
|
+
}
|
|
3880
4327
|
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
|
|
3881
4328
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
|
|
3882
4329
|
margin: 0;
|
|
@@ -3888,6 +4335,14 @@
|
|
|
3888
4335
|
margin: 0;
|
|
3889
4336
|
}
|
|
3890
4337
|
}
|
|
4338
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text,
|
|
4339
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text {
|
|
4340
|
+
padding-top: 0;
|
|
4341
|
+
}
|
|
4342
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before,
|
|
4343
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before {
|
|
4344
|
+
top: 0;
|
|
4345
|
+
}
|
|
3891
4346
|
.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,
|
|
3892
4347
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,
|
|
3893
4348
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom {
|
|
@@ -3903,16 +4358,15 @@
|
|
|
3903
4358
|
height: 48px;
|
|
3904
4359
|
padding: 0;
|
|
3905
4360
|
}
|
|
3906
|
-
.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,
|
|
3907
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3908
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3909
|
-
height: 48px;
|
|
3910
|
-
}
|
|
3911
4361
|
.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,
|
|
3912
4362
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
3913
4363
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
3914
4364
|
height: initial;
|
|
3915
4365
|
}
|
|
4366
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
4367
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
4368
|
+
height: 48px;
|
|
4369
|
+
}
|
|
3916
4370
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
3917
4371
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
3918
4372
|
max-width: 150px;
|
|
@@ -3950,6 +4404,11 @@
|
|
|
3950
4404
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
3951
4405
|
right: -24px;
|
|
3952
4406
|
}
|
|
4407
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
4408
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
4409
|
+
min-height: 38px;
|
|
4410
|
+
min-width: auto;
|
|
4411
|
+
}
|
|
3953
4412
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
3954
4413
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
3955
4414
|
height: 24px;
|
|
@@ -4058,6 +4517,10 @@
|
|
|
4058
4517
|
height: 48px;
|
|
4059
4518
|
padding: 0;
|
|
4060
4519
|
}
|
|
4520
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
4521
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
4522
|
+
height: 48px;
|
|
4523
|
+
}
|
|
4061
4524
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
4062
4525
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
4063
4526
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -4122,6 +4585,14 @@
|
|
|
4122
4585
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
4123
4586
|
top: 0;
|
|
4124
4587
|
}
|
|
4588
|
+
.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),
|
|
4589
|
+
.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) {
|
|
4590
|
+
margin: 0;
|
|
4591
|
+
}
|
|
4592
|
+
.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,
|
|
4593
|
+
.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 {
|
|
4594
|
+
margin: 0;
|
|
4595
|
+
}
|
|
4125
4596
|
.e-bigger .e-tab.e-fill .e-tab-header,
|
|
4126
4597
|
.e-tab.e-bigger.e-fill .e-tab-header {
|
|
4127
4598
|
height: 46px;
|
|
@@ -4157,6 +4628,7 @@
|
|
|
4157
4628
|
height: 46px;
|
|
4158
4629
|
margin: 0;
|
|
4159
4630
|
min-height: 46px;
|
|
4631
|
+
padding: 0;
|
|
4160
4632
|
}
|
|
4161
4633
|
@media screen and (max-width: 480px) {
|
|
4162
4634
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -4262,6 +4734,10 @@
|
|
|
4262
4734
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4263
4735
|
height: 46px;
|
|
4264
4736
|
}
|
|
4737
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4738
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4739
|
+
height: 46px;
|
|
4740
|
+
}
|
|
4265
4741
|
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
|
|
4266
4742
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
4267
4743
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -4297,7 +4773,7 @@
|
|
|
4297
4773
|
}
|
|
4298
4774
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4299
4775
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4300
|
-
|
|
4776
|
+
padding: 0;
|
|
4301
4777
|
}
|
|
4302
4778
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4303
4779
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -4317,10 +4793,6 @@
|
|
|
4317
4793
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4318
4794
|
margin-bottom: 0;
|
|
4319
4795
|
}
|
|
4320
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4321
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4322
|
-
height: 48px;
|
|
4323
|
-
}
|
|
4324
4796
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
4325
4797
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
4326
4798
|
padding: 0 24px;
|
|
@@ -4339,6 +4811,10 @@
|
|
|
4339
4811
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4340
4812
|
margin: 0;
|
|
4341
4813
|
}
|
|
4814
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
4815
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
4816
|
+
margin: 0;
|
|
4817
|
+
}
|
|
4342
4818
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4343
4819
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4344
4820
|
margin: 0 12px 0 0;
|
|
@@ -4466,6 +4942,7 @@
|
|
|
4466
4942
|
.e-tab .e-tab-header::before {
|
|
4467
4943
|
content: "";
|
|
4468
4944
|
position: absolute;
|
|
4945
|
+
display: unset;
|
|
4469
4946
|
}
|
|
4470
4947
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
4471
4948
|
bottom: 0;
|
|
@@ -4495,14 +4972,44 @@
|
|
|
4495
4972
|
margin: 0;
|
|
4496
4973
|
}
|
|
4497
4974
|
}
|
|
4975
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
4976
|
+
position: unset;
|
|
4977
|
+
}
|
|
4978
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
4979
|
+
left: unset;
|
|
4980
|
+
right: unset;
|
|
4981
|
+
}
|
|
4982
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
4983
|
+
background-color: unset;
|
|
4984
|
+
bottom: unset;
|
|
4985
|
+
content: unset;
|
|
4986
|
+
height: unset;
|
|
4987
|
+
left: unset;
|
|
4988
|
+
position: unset;
|
|
4989
|
+
right: unset;
|
|
4990
|
+
transition: unset;
|
|
4991
|
+
}
|
|
4992
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
4993
|
+
color: unset;
|
|
4994
|
+
content: unset;
|
|
4995
|
+
display: unset;
|
|
4996
|
+
font-weight: unset;
|
|
4997
|
+
height: unset;
|
|
4998
|
+
overflow: unset;
|
|
4999
|
+
visibility: unset;
|
|
5000
|
+
}
|
|
4498
5001
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
4499
5002
|
padding: 0;
|
|
4500
5003
|
}
|
|
4501
5004
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
4502
5005
|
display: none;
|
|
4503
5006
|
}
|
|
5007
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
5008
|
+
padding: 0;
|
|
5009
|
+
}
|
|
4504
5010
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4505
5011
|
width: 40px;
|
|
5012
|
+
border-radius: 0;
|
|
4506
5013
|
}
|
|
4507
5014
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4508
5015
|
margin: 0;
|
|
@@ -4530,6 +5037,7 @@
|
|
|
4530
5037
|
height: 2px;
|
|
4531
5038
|
left: 0;
|
|
4532
5039
|
right: 0;
|
|
5040
|
+
border-radius: 0;
|
|
4533
5041
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4534
5042
|
}
|
|
4535
5043
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4579,6 +5087,10 @@
|
|
|
4579
5087
|
font-size: 13px;
|
|
4580
5088
|
font-weight: 500;
|
|
4581
5089
|
text-transform: uppercase;
|
|
5090
|
+
-ms-flex-item-align: auto;
|
|
5091
|
+
-ms-grid-row-align: auto;
|
|
5092
|
+
align-self: auto;
|
|
5093
|
+
margin-bottom: 0;
|
|
4582
5094
|
}
|
|
4583
5095
|
@media screen and (max-width: 480px) {
|
|
4584
5096
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -4609,6 +5121,14 @@
|
|
|
4609
5121
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
4610
5122
|
font-weight: 500;
|
|
4611
5123
|
}
|
|
5124
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
5125
|
+
top: 1px;
|
|
5126
|
+
left: 2px;
|
|
5127
|
+
}
|
|
5128
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
5129
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
5130
|
+
left: 0;
|
|
5131
|
+
}
|
|
4612
5132
|
.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 {
|
|
4613
5133
|
height: 36px;
|
|
4614
5134
|
padding: 0;
|
|
@@ -4639,7 +5159,7 @@
|
|
|
4639
5159
|
}
|
|
4640
5160
|
}
|
|
4641
5161
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4642
|
-
top:
|
|
5162
|
+
top: 1px;
|
|
4643
5163
|
}
|
|
4644
5164
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
4645
5165
|
display: -ms-inline-flexbox;
|
|
@@ -4647,6 +5167,7 @@
|
|
|
4647
5167
|
height: 20px;
|
|
4648
5168
|
min-width: 20px;
|
|
4649
5169
|
width: 20px;
|
|
5170
|
+
line-height: 1;
|
|
4650
5171
|
}
|
|
4651
5172
|
@media screen and (max-width: 480px) {
|
|
4652
5173
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4664,6 +5185,15 @@
|
|
|
4664
5185
|
font-size: 20px;
|
|
4665
5186
|
}
|
|
4666
5187
|
}
|
|
5188
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5189
|
+
position: relative;
|
|
5190
|
+
top: 1px;
|
|
5191
|
+
left: 2px;
|
|
5192
|
+
}
|
|
5193
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
5194
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
5195
|
+
left: 0;
|
|
5196
|
+
}
|
|
4667
5197
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
4668
5198
|
-ms-flex-pack: center;
|
|
4669
5199
|
justify-content: center;
|
|
@@ -4674,6 +5204,14 @@
|
|
|
4674
5204
|
padding: 0 24px;
|
|
4675
5205
|
}
|
|
4676
5206
|
}
|
|
5207
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5208
|
+
margin: 0 0 0 8px;
|
|
5209
|
+
}
|
|
5210
|
+
@media screen and (max-width: 480px) {
|
|
5211
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5212
|
+
margin: 0;
|
|
5213
|
+
}
|
|
5214
|
+
}
|
|
4677
5215
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4678
5216
|
margin: 0 0 0 10px;
|
|
4679
5217
|
}
|
|
@@ -4771,6 +5309,7 @@
|
|
|
4771
5309
|
}
|
|
4772
5310
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
4773
5311
|
margin: 0;
|
|
5312
|
+
padding: 0;
|
|
4774
5313
|
}
|
|
4775
5314
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
4776
5315
|
height: 36px;
|
|
@@ -4976,10 +5515,21 @@
|
|
|
4976
5515
|
font-size: 16px;
|
|
4977
5516
|
}
|
|
4978
5517
|
}
|
|
5518
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
5519
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
5520
|
+
line-height: 24px;
|
|
5521
|
+
}
|
|
4979
5522
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
4980
5523
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5524
|
+
line-height: 24px;
|
|
4981
5525
|
top: 0;
|
|
4982
5526
|
}
|
|
5527
|
+
@media screen and (max-width: 480px) {
|
|
5528
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5529
|
+
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5530
|
+
line-height: 24px;
|
|
5531
|
+
}
|
|
5532
|
+
}
|
|
4983
5533
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
|
|
4984
5534
|
transform: rotate(180deg);
|
|
4985
5535
|
transition: transform 0.1s ease;
|
|
@@ -5000,13 +5550,58 @@
|
|
|
5000
5550
|
transition: none;
|
|
5001
5551
|
}
|
|
5002
5552
|
}
|
|
5553
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
5554
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
5555
|
+
line-height: 24px;
|
|
5556
|
+
}
|
|
5003
5557
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5004
5558
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5559
|
+
line-height: 24px;
|
|
5560
|
+
top: 0;
|
|
5561
|
+
}
|
|
5562
|
+
@media screen and (max-width: 480px) {
|
|
5563
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5564
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5565
|
+
line-height: 24px;
|
|
5566
|
+
}
|
|
5567
|
+
}
|
|
5568
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
5569
|
+
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
5570
|
+
line-height: 24px;
|
|
5005
5571
|
top: 0;
|
|
5006
5572
|
}
|
|
5573
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
5574
|
+
position: unset;
|
|
5575
|
+
}
|
|
5576
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5577
|
+
left: unset;
|
|
5578
|
+
right: unset;
|
|
5579
|
+
}
|
|
5580
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5581
|
+
background-color: unset;
|
|
5582
|
+
content: unset;
|
|
5583
|
+
height: unset;
|
|
5584
|
+
left: unset;
|
|
5585
|
+
position: unset;
|
|
5586
|
+
right: unset;
|
|
5587
|
+
top: unset;
|
|
5588
|
+
transition: unset;
|
|
5589
|
+
}
|
|
5590
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5591
|
+
color: unset;
|
|
5592
|
+
content: unset;
|
|
5593
|
+
display: unset;
|
|
5594
|
+
font-weight: unset;
|
|
5595
|
+
height: unset;
|
|
5596
|
+
overflow: unset;
|
|
5597
|
+
visibility: unset;
|
|
5598
|
+
}
|
|
5007
5599
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
5008
5600
|
bottom: auto;
|
|
5009
5601
|
}
|
|
5602
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar {
|
|
5603
|
+
margin-top: 0;
|
|
5604
|
+
}
|
|
5010
5605
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5011
5606
|
margin: 0;
|
|
5012
5607
|
padding-bottom: 0;
|
|
@@ -5035,6 +5630,12 @@
|
|
|
5035
5630
|
height: 36px;
|
|
5036
5631
|
padding: 0;
|
|
5037
5632
|
}
|
|
5633
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:not(.e-separator):last-child .e-text-wrap::before {
|
|
5634
|
+
top: unset;
|
|
5635
|
+
}
|
|
5636
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
5637
|
+
top: 0;
|
|
5638
|
+
}
|
|
5038
5639
|
.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 {
|
|
5039
5640
|
height: initial;
|
|
5040
5641
|
}
|
|
@@ -5107,6 +5708,13 @@
|
|
|
5107
5708
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
5108
5709
|
display: none;
|
|
5109
5710
|
}
|
|
5711
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
5712
|
+
min-height: 36px;
|
|
5713
|
+
min-width: 33px;
|
|
5714
|
+
}
|
|
5715
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
5716
|
+
margin: 0;
|
|
5717
|
+
}
|
|
5110
5718
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
5111
5719
|
right: -18px;
|
|
5112
5720
|
}
|
|
@@ -5123,6 +5731,30 @@
|
|
|
5123
5731
|
left: auto;
|
|
5124
5732
|
right: 0;
|
|
5125
5733
|
}
|
|
5734
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5735
|
+
bottom: unset;
|
|
5736
|
+
height: unset;
|
|
5737
|
+
}
|
|
5738
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5739
|
+
background-color: unset;
|
|
5740
|
+
bottom: unset;
|
|
5741
|
+
content: unset;
|
|
5742
|
+
height: unset;
|
|
5743
|
+
left: unset;
|
|
5744
|
+
position: unset;
|
|
5745
|
+
right: unset;
|
|
5746
|
+
transition: unset;
|
|
5747
|
+
width: unset;
|
|
5748
|
+
}
|
|
5749
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5750
|
+
color: unset;
|
|
5751
|
+
content: unset;
|
|
5752
|
+
display: unset;
|
|
5753
|
+
font-weight: unset;
|
|
5754
|
+
height: unset;
|
|
5755
|
+
overflow: unset;
|
|
5756
|
+
visibility: unset;
|
|
5757
|
+
}
|
|
5126
5758
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
5127
5759
|
float: right;
|
|
5128
5760
|
}
|
|
@@ -5139,6 +5771,30 @@
|
|
|
5139
5771
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
5140
5772
|
width: auto;
|
|
5141
5773
|
}
|
|
5774
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5775
|
+
bottom: unset;
|
|
5776
|
+
height: unset;
|
|
5777
|
+
}
|
|
5778
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5779
|
+
background-color: unset;
|
|
5780
|
+
bottom: unset;
|
|
5781
|
+
content: unset;
|
|
5782
|
+
height: unset;
|
|
5783
|
+
left: unset;
|
|
5784
|
+
position: unset;
|
|
5785
|
+
right: unset;
|
|
5786
|
+
transition: unset;
|
|
5787
|
+
width: unset;
|
|
5788
|
+
}
|
|
5789
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5790
|
+
color: unset;
|
|
5791
|
+
content: unset;
|
|
5792
|
+
display: unset;
|
|
5793
|
+
font-weight: unset;
|
|
5794
|
+
height: unset;
|
|
5795
|
+
overflow: unset;
|
|
5796
|
+
visibility: unset;
|
|
5797
|
+
}
|
|
5142
5798
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5143
5799
|
height: 16px;
|
|
5144
5800
|
-ms-flex-pack: center;
|
|
@@ -5264,6 +5920,28 @@
|
|
|
5264
5920
|
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
5265
5921
|
height: 62px;
|
|
5266
5922
|
}
|
|
5923
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
5924
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5925
|
+
position: unset;
|
|
5926
|
+
}
|
|
5927
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5928
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5929
|
+
border: unset;
|
|
5930
|
+
content: unset;
|
|
5931
|
+
display: none;
|
|
5932
|
+
position: unset;
|
|
5933
|
+
top: unset;
|
|
5934
|
+
width: unset;
|
|
5935
|
+
}
|
|
5936
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5937
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5938
|
+
content: unset;
|
|
5939
|
+
display: unset;
|
|
5940
|
+
position: unset;
|
|
5941
|
+
top: unset;
|
|
5942
|
+
width: unset;
|
|
5943
|
+
border: unset;
|
|
5944
|
+
}
|
|
5267
5945
|
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
5268
5946
|
height: 62px;
|
|
5269
5947
|
}
|
|
@@ -5276,6 +5954,9 @@
|
|
|
5276
5954
|
font-size: 12px;
|
|
5277
5955
|
}
|
|
5278
5956
|
}
|
|
5957
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
5958
|
+
width: 2px;
|
|
5959
|
+
}
|
|
5279
5960
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5280
5961
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5281
5962
|
display: none;
|
|
@@ -5287,6 +5968,13 @@
|
|
|
5287
5968
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
5288
5969
|
height: 16px;
|
|
5289
5970
|
}
|
|
5971
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5972
|
+
.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 {
|
|
5973
|
+
top: unset;
|
|
5974
|
+
}
|
|
5975
|
+
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
5976
|
+
margin: 0;
|
|
5977
|
+
}
|
|
5290
5978
|
.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
5291
5979
|
height: inherit;
|
|
5292
5980
|
}
|
|
@@ -5490,6 +6178,7 @@
|
|
|
5490
6178
|
height: 34px;
|
|
5491
6179
|
margin: 0;
|
|
5492
6180
|
min-height: 34px;
|
|
6181
|
+
padding: 0;
|
|
5493
6182
|
}
|
|
5494
6183
|
@media screen and (max-width: 480px) {
|
|
5495
6184
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5590,6 +6279,9 @@
|
|
|
5590
6279
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5591
6280
|
height: 34px;
|
|
5592
6281
|
}
|
|
6282
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
6283
|
+
height: 34px;
|
|
6284
|
+
}
|
|
5593
6285
|
.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 {
|
|
5594
6286
|
height: 60px;
|
|
5595
6287
|
}
|
|
@@ -5615,6 +6307,7 @@
|
|
|
5615
6307
|
}
|
|
5616
6308
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5617
6309
|
margin: 0;
|
|
6310
|
+
padding: 0;
|
|
5618
6311
|
}
|
|
5619
6312
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5620
6313
|
padding: 0 18px;
|
|
@@ -5630,12 +6323,12 @@
|
|
|
5630
6323
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5631
6324
|
margin-bottom: 0;
|
|
5632
6325
|
}
|
|
5633
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5634
|
-
height: 36px;
|
|
5635
|
-
}
|
|
5636
6326
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5637
6327
|
font-weight: 500;
|
|
5638
6328
|
}
|
|
6329
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
6330
|
+
display: block;
|
|
6331
|
+
}
|
|
5639
6332
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
5640
6333
|
padding: 0 18px;
|
|
5641
6334
|
}
|
|
@@ -5660,6 +6353,9 @@
|
|
|
5660
6353
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5661
6354
|
margin: 0;
|
|
5662
6355
|
}
|
|
6356
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
6357
|
+
margin: 0;
|
|
6358
|
+
}
|
|
5663
6359
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
5664
6360
|
margin: 0 10px 0 0;
|
|
5665
6361
|
}
|
|
@@ -5675,6 +6371,9 @@
|
|
|
5675
6371
|
margin-left: 20px;
|
|
5676
6372
|
margin-right: 0;
|
|
5677
6373
|
}
|
|
6374
|
+
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
6375
|
+
margin: 0;
|
|
6376
|
+
}
|
|
5678
6377
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
5679
6378
|
margin: 0;
|
|
5680
6379
|
}
|
|
@@ -5775,6 +6474,9 @@
|
|
|
5775
6474
|
font-size: 13px;
|
|
5776
6475
|
font-weight: 500;
|
|
5777
6476
|
text-transform: uppercase;
|
|
6477
|
+
-ms-flex-item-align: auto;
|
|
6478
|
+
-ms-grid-row-align: auto;
|
|
6479
|
+
align-self: auto;
|
|
5778
6480
|
}
|
|
5779
6481
|
@media screen and (max-width: 480px) {
|
|
5780
6482
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -5795,7 +6497,7 @@
|
|
|
5795
6497
|
}
|
|
5796
6498
|
}
|
|
5797
6499
|
.e-tab-clone-element .e-close-icon::before {
|
|
5798
|
-
top:
|
|
6500
|
+
top: 1px;
|
|
5799
6501
|
}
|
|
5800
6502
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
5801
6503
|
display: -ms-inline-flexbox;
|
|
@@ -5803,6 +6505,7 @@
|
|
|
5803
6505
|
height: 20px;
|
|
5804
6506
|
min-width: 20px;
|
|
5805
6507
|
width: 20px;
|
|
6508
|
+
line-height: 1;
|
|
5806
6509
|
}
|
|
5807
6510
|
@media screen and (max-width: 480px) {
|
|
5808
6511
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -5830,6 +6533,14 @@
|
|
|
5830
6533
|
padding: 0 24px;
|
|
5831
6534
|
}
|
|
5832
6535
|
}
|
|
6536
|
+
.e-tab-clone-element .e-icon-right {
|
|
6537
|
+
margin: 0 0 0 8px;
|
|
6538
|
+
}
|
|
6539
|
+
@media screen and (max-width: 480px) {
|
|
6540
|
+
.e-tab-clone-element .e-icon-right {
|
|
6541
|
+
margin: 0;
|
|
6542
|
+
}
|
|
6543
|
+
}
|
|
5833
6544
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
5834
6545
|
margin: 0 0 0 10px;
|
|
5835
6546
|
}
|
|
@@ -5952,6 +6663,9 @@
|
|
|
5952
6663
|
}
|
|
5953
6664
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
5954
6665
|
font-size: 14px;
|
|
6666
|
+
-ms-flex-item-align: auto;
|
|
6667
|
+
-ms-grid-row-align: auto;
|
|
6668
|
+
align-self: auto;
|
|
5955
6669
|
}
|
|
5956
6670
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
5957
6671
|
cursor: pointer;
|
|
@@ -5976,6 +6690,7 @@
|
|
|
5976
6690
|
height: 24px;
|
|
5977
6691
|
min-width: 24px;
|
|
5978
6692
|
width: 24px;
|
|
6693
|
+
line-height: 1;
|
|
5979
6694
|
}
|
|
5980
6695
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
5981
6696
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -5984,6 +6699,14 @@
|
|
|
5984
6699
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
5985
6700
|
padding: 0 24px;
|
|
5986
6701
|
}
|
|
6702
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6703
|
+
margin: 0 0 0 12px;
|
|
6704
|
+
}
|
|
6705
|
+
@media screen and (max-width: 480px) {
|
|
6706
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6707
|
+
margin: 0;
|
|
6708
|
+
}
|
|
6709
|
+
}
|
|
5987
6710
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
5988
6711
|
margin: 0 0 0 12px;
|
|
5989
6712
|
}
|
|
@@ -6026,10 +6749,20 @@
|
|
|
6026
6749
|
background: inherit;
|
|
6027
6750
|
border: 0;
|
|
6028
6751
|
border-radius: 0;
|
|
6752
|
+
box-shadow: none;
|
|
6753
|
+
font-weight: normal;
|
|
6029
6754
|
border-bottom: 0;
|
|
6030
6755
|
}
|
|
6756
|
+
.e-tab .e-tab-header::before {
|
|
6757
|
+
border-color: unset;
|
|
6758
|
+
border-style: solid;
|
|
6759
|
+
}
|
|
6760
|
+
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
6761
|
+
border-width: 0;
|
|
6762
|
+
}
|
|
6031
6763
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
6032
6764
|
border-bottom: initial;
|
|
6765
|
+
margin-bottom: 0;
|
|
6033
6766
|
}
|
|
6034
6767
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
6035
6768
|
background: inherit;
|
|
@@ -6041,12 +6774,16 @@
|
|
|
6041
6774
|
background: inherit;
|
|
6042
6775
|
border: none;
|
|
6043
6776
|
}
|
|
6777
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
6778
|
+
background: inherit;
|
|
6779
|
+
}
|
|
6044
6780
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6045
6781
|
background: rgba(0, 176, 255, 0.12);
|
|
6046
6782
|
}
|
|
6047
6783
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6048
6784
|
border-radius: 0;
|
|
6049
6785
|
color: rgba(255, 255, 255, 0.7);
|
|
6786
|
+
border: 0;
|
|
6050
6787
|
}
|
|
6051
6788
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
6052
6789
|
color: rgba(255, 255, 255, 0.7);
|
|
@@ -6064,6 +6801,8 @@
|
|
|
6064
6801
|
}
|
|
6065
6802
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6066
6803
|
background: inherit;
|
|
6804
|
+
border: 0;
|
|
6805
|
+
border-radius: 0;
|
|
6067
6806
|
}
|
|
6068
6807
|
@media screen and (max-width: 480px) {
|
|
6069
6808
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6078,10 +6817,24 @@
|
|
|
6078
6817
|
border: none;
|
|
6079
6818
|
border-radius: 0;
|
|
6080
6819
|
}
|
|
6820
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6821
|
+
border: 0;
|
|
6822
|
+
}
|
|
6081
6823
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6082
6824
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6083
6825
|
color: #00b0ff;
|
|
6084
6826
|
}
|
|
6827
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6828
|
+
position: unset;
|
|
6829
|
+
}
|
|
6830
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
6831
|
+
border: unset;
|
|
6832
|
+
content: unset;
|
|
6833
|
+
display: unset;
|
|
6834
|
+
position: unset;
|
|
6835
|
+
top: unset;
|
|
6836
|
+
width: unset;
|
|
6837
|
+
}
|
|
6085
6838
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6086
6839
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6087
6840
|
color: #00b0ff;
|
|
@@ -6134,14 +6887,25 @@
|
|
|
6134
6887
|
}
|
|
6135
6888
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6136
6889
|
background: rgba(255, 255, 255, 0.1);
|
|
6890
|
+
border: 0;
|
|
6891
|
+
border-radius: 0;
|
|
6137
6892
|
}
|
|
6138
6893
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6139
6894
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6140
6895
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6141
6896
|
color: #fff;
|
|
6142
6897
|
}
|
|
6898
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6899
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6900
|
+
color: #fff;
|
|
6901
|
+
}
|
|
6143
6902
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6144
6903
|
background: rgba(255, 255, 255, 0.18);
|
|
6904
|
+
border-color: unset;
|
|
6905
|
+
}
|
|
6906
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
6907
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
6908
|
+
color: #fff;
|
|
6145
6909
|
}
|
|
6146
6910
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
6147
6911
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
@@ -6159,26 +6923,46 @@
|
|
|
6159
6923
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
6160
6924
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
6161
6925
|
color: rgba(255, 255, 255, 0.7);
|
|
6926
|
+
border: 0;
|
|
6162
6927
|
}
|
|
6163
6928
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
6164
6929
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
6165
6930
|
background: initial;
|
|
6166
6931
|
color: #fff;
|
|
6932
|
+
border: 0;
|
|
6167
6933
|
}
|
|
6168
6934
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6169
6935
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6170
6936
|
box-shadow: none;
|
|
6937
|
+
border: 0;
|
|
6938
|
+
}
|
|
6939
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
6940
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
6941
|
+
background: inherit;
|
|
6171
6942
|
}
|
|
6172
6943
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
6173
6944
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
6174
6945
|
background: rgba(255, 255, 255, 0.12);
|
|
6175
6946
|
color: #fff;
|
|
6947
|
+
border: 0;
|
|
6176
6948
|
}
|
|
6177
6949
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6178
6950
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6179
6951
|
background: initial;
|
|
6180
6952
|
color: #fff;
|
|
6181
6953
|
}
|
|
6954
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6955
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
6956
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6957
|
+
border-color: unset;
|
|
6958
|
+
color: #fff;
|
|
6959
|
+
}
|
|
6960
|
+
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6961
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6962
|
+
box-shadow: none;
|
|
6963
|
+
background: inherit;
|
|
6964
|
+
border: 0;
|
|
6965
|
+
}
|
|
6182
6966
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
6183
6967
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
6184
6968
|
color: rgba(255, 255, 255, 0.7);
|
|
@@ -6186,6 +6970,8 @@
|
|
|
6186
6970
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
6187
6971
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
6188
6972
|
color: rgba(255, 255, 255, 0.7);
|
|
6973
|
+
background: initial;
|
|
6974
|
+
border-color: unset;
|
|
6189
6975
|
}
|
|
6190
6976
|
.e-tab .e-tab-header .e-hor-nav,
|
|
6191
6977
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -6197,6 +6983,7 @@
|
|
|
6197
6983
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6198
6984
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon {
|
|
6199
6985
|
color: rgba(255, 255, 255, 0.7);
|
|
6986
|
+
border: 0;
|
|
6200
6987
|
}
|
|
6201
6988
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6202
6989
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
@@ -6210,6 +6997,10 @@
|
|
|
6210
6997
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
6211
6998
|
color: #fff;
|
|
6212
6999
|
}
|
|
7000
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
7001
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
7002
|
+
background: transparent;
|
|
7003
|
+
}
|
|
6213
7004
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6214
7005
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
6215
7006
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
@@ -6232,6 +7023,7 @@
|
|
|
6232
7023
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6233
7024
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
6234
7025
|
background: initial;
|
|
7026
|
+
color: #fff;
|
|
6235
7027
|
border: 0;
|
|
6236
7028
|
border-radius: 0;
|
|
6237
7029
|
box-shadow: none;
|
|
@@ -6239,38 +7031,77 @@
|
|
|
6239
7031
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6240
7032
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
6241
7033
|
border: 0;
|
|
7034
|
+
background: transparent;
|
|
6242
7035
|
}
|
|
6243
7036
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
6244
7037
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
6245
7038
|
background: transparent;
|
|
6246
7039
|
}
|
|
7040
|
+
.e-tab .e-tab-header .e-hor-nav:active,
|
|
7041
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
7042
|
+
box-shadow: none;
|
|
7043
|
+
background: transparent;
|
|
7044
|
+
}
|
|
6247
7045
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6248
7046
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6249
7047
|
background: inherit;
|
|
6250
7048
|
border: 0;
|
|
6251
7049
|
box-shadow: none;
|
|
7050
|
+
border-radius: 0 4px 4px 0;
|
|
7051
|
+
}
|
|
7052
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
7053
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
7054
|
+
color: #fff;
|
|
7055
|
+
}
|
|
7056
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
7057
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
7058
|
+
border: 0;
|
|
6252
7059
|
}
|
|
6253
7060
|
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
6254
|
-
border-
|
|
6255
|
-
border-
|
|
7061
|
+
border-color: unset;
|
|
7062
|
+
border-style: solid;
|
|
7063
|
+
border-width: 0;
|
|
7064
|
+
}
|
|
7065
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
7066
|
+
border-color: unset;
|
|
7067
|
+
border-style: solid;
|
|
7068
|
+
border-width: 0;
|
|
7069
|
+
}
|
|
7070
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
7071
|
+
border-color: unset;
|
|
7072
|
+
border-style: solid;
|
|
7073
|
+
border-width: 0;
|
|
7074
|
+
}
|
|
7075
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
7076
|
+
border-radius: 0;
|
|
6256
7077
|
}
|
|
6257
7078
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6258
|
-
border-
|
|
7079
|
+
border-color: inherit unset unset;
|
|
7080
|
+
border-style: solid;
|
|
7081
|
+
border-width: 0;
|
|
7082
|
+
margin-top: 0;
|
|
6259
7083
|
border-radius: 0;
|
|
6260
|
-
|
|
6261
|
-
|
|
7084
|
+
}
|
|
7085
|
+
.e-tab .e-tab-header.e-vertical {
|
|
7086
|
+
border-bottom: 0;
|
|
6262
7087
|
}
|
|
6263
7088
|
.e-tab .e-tab-header.e-vertical::before {
|
|
6264
|
-
border-width: 0
|
|
7089
|
+
border-width: 0;
|
|
6265
7090
|
}
|
|
6266
7091
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active {
|
|
6267
7092
|
border-bottom: 0;
|
|
6268
7093
|
border-top: 0;
|
|
6269
7094
|
}
|
|
7095
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
7096
|
+
border-radius: 0;
|
|
7097
|
+
}
|
|
6270
7098
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6271
7099
|
border-radius: 0;
|
|
6272
7100
|
border-right: initial;
|
|
6273
7101
|
}
|
|
7102
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
7103
|
+
border-radius: 0;
|
|
7104
|
+
}
|
|
6274
7105
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6275
7106
|
border-left: initial;
|
|
6276
7107
|
border-radius: 0;
|
|
@@ -6296,6 +7127,10 @@
|
|
|
6296
7127
|
}
|
|
6297
7128
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
6298
7129
|
background: rgba(0, 0, 0, 0.12);
|
|
7130
|
+
border-color: rgba(0, 0, 0, 0.12) transparent transparent;
|
|
7131
|
+
}
|
|
7132
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
7133
|
+
background: rgba(0, 0, 0, 0.12);
|
|
6299
7134
|
}
|
|
6300
7135
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
6301
7136
|
color: #fff;
|
|
@@ -6306,6 +7141,9 @@
|
|
|
6306
7141
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
6307
7142
|
background: rgba(0, 0, 0, 0.12);
|
|
6308
7143
|
}
|
|
7144
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
7145
|
+
color: none;
|
|
7146
|
+
}
|
|
6309
7147
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6310
7148
|
background: none;
|
|
6311
7149
|
}
|
|
@@ -6321,6 +7159,7 @@
|
|
|
6321
7159
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
6322
7160
|
background: inherit;
|
|
6323
7161
|
border: 0;
|
|
7162
|
+
color: #fff;
|
|
6324
7163
|
}
|
|
6325
7164
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6326
7165
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -6335,23 +7174,36 @@
|
|
|
6335
7174
|
border: 0;
|
|
6336
7175
|
box-shadow: none;
|
|
6337
7176
|
}
|
|
7177
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7178
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7179
|
+
color: #fff;
|
|
7180
|
+
}
|
|
6338
7181
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
6339
7182
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
6340
7183
|
border: 0;
|
|
6341
7184
|
}
|
|
6342
7185
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6343
7186
|
background: rgba(0, 176, 255, 0.12);
|
|
7187
|
+
border: 0;
|
|
6344
7188
|
}
|
|
6345
7189
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6346
7190
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
6347
7191
|
color: #00b0ff;
|
|
6348
7192
|
}
|
|
7193
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
7194
|
+
color: #00b0ff;
|
|
7195
|
+
}
|
|
6349
7196
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6350
7197
|
color: #fff;
|
|
6351
7198
|
}
|
|
6352
7199
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6353
7200
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6354
7201
|
color: #fff;
|
|
7202
|
+
background: rgba(255, 255, 255, 0.12);
|
|
7203
|
+
border: initial;
|
|
7204
|
+
}
|
|
7205
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
7206
|
+
border-color: rgba(0, 0, 0, 0.12) transparent transparent;
|
|
6355
7207
|
}
|
|
6356
7208
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6357
7209
|
border: 0;
|
|
@@ -6382,6 +7234,9 @@
|
|
|
6382
7234
|
.e-tab.e-fill .e-tab-header {
|
|
6383
7235
|
border-bottom: 2px Solid #00b0ff;
|
|
6384
7236
|
}
|
|
7237
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll {
|
|
7238
|
+
border: 0;
|
|
7239
|
+
}
|
|
6385
7240
|
.e-tab.e-fill .e-tab-header .e-toolbar-item {
|
|
6386
7241
|
border: 0;
|
|
6387
7242
|
}
|
|
@@ -6394,6 +7249,9 @@
|
|
|
6394
7249
|
.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 {
|
|
6395
7250
|
color: #fff;
|
|
6396
7251
|
}
|
|
7252
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7253
|
+
color: #fff;
|
|
7254
|
+
}
|
|
6397
7255
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6398
7256
|
margin-top: 0;
|
|
6399
7257
|
}
|
|
@@ -6403,6 +7261,7 @@
|
|
|
6403
7261
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6404
7262
|
background: #00b0ff;
|
|
6405
7263
|
border-radius: 0;
|
|
7264
|
+
border-color: unset;
|
|
6406
7265
|
}
|
|
6407
7266
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6408
7267
|
color: white;
|
|
@@ -6410,6 +7269,9 @@
|
|
|
6410
7269
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6411
7270
|
margin-top: 0;
|
|
6412
7271
|
}
|
|
7272
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7273
|
+
border: unset;
|
|
7274
|
+
}
|
|
6413
7275
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6414
7276
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6415
7277
|
color: white;
|
|
@@ -6420,6 +7282,22 @@
|
|
|
6420
7282
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
6421
7283
|
color: white;
|
|
6422
7284
|
}
|
|
7285
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
7286
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
7287
|
+
color: #fff;
|
|
7288
|
+
}
|
|
7289
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
7290
|
+
background: rgba(255, 255, 255, 0.1);
|
|
7291
|
+
}
|
|
7292
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
7293
|
+
color: #fff;
|
|
7294
|
+
}
|
|
7295
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
7296
|
+
color: #fff;
|
|
7297
|
+
}
|
|
7298
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
7299
|
+
color: #fff;
|
|
7300
|
+
}
|
|
6423
7301
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
6424
7302
|
border-bottom: 0;
|
|
6425
7303
|
border-top: 2px Solid #00b0ff;
|
|
@@ -6472,6 +7350,13 @@
|
|
|
6472
7350
|
}
|
|
6473
7351
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6474
7352
|
background: rgba(0, 176, 255, 0.8);
|
|
7353
|
+
border-color: unset;
|
|
7354
|
+
}
|
|
7355
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7356
|
+
color: white;
|
|
7357
|
+
}
|
|
7358
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7359
|
+
color: #fff;
|
|
6475
7360
|
}
|
|
6476
7361
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6477
7362
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -6484,8 +7369,12 @@
|
|
|
6484
7369
|
.e-tab.e-background .e-tab-header .e-toolbar-items {
|
|
6485
7370
|
background: #3f51b5;
|
|
6486
7371
|
}
|
|
7372
|
+
.e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll {
|
|
7373
|
+
border: 0;
|
|
7374
|
+
}
|
|
6487
7375
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
6488
7376
|
background: #fff;
|
|
7377
|
+
bottom: 0;
|
|
6489
7378
|
}
|
|
6490
7379
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
6491
7380
|
border: 0;
|
|
@@ -6495,37 +7384,82 @@
|
|
|
6495
7384
|
}
|
|
6496
7385
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6497
7386
|
background: #3f51b5;
|
|
7387
|
+
border-color: unset;
|
|
6498
7388
|
}
|
|
6499
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6500
7389
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6501
7390
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6502
7391
|
color: rgba(255, 255, 255, 0.7);
|
|
6503
7392
|
}
|
|
7393
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
7394
|
+
color: rgba(255, 255, 255, 0.7);
|
|
7395
|
+
}
|
|
6504
7396
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
6505
7397
|
color: rgba(255, 255, 255, 0.54);
|
|
6506
7398
|
}
|
|
6507
7399
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6508
7400
|
background: inherit;
|
|
7401
|
+
background-color: inherit;
|
|
7402
|
+
border-color: unset;
|
|
7403
|
+
}
|
|
7404
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
7405
|
+
color: white;
|
|
6509
7406
|
}
|
|
6510
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6511
7407
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6512
7408
|
color: white;
|
|
6513
7409
|
}
|
|
7410
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
7411
|
+
color: rgba(255, 255, 255, 0.7);
|
|
7412
|
+
}
|
|
6514
7413
|
.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 {
|
|
6515
7414
|
color: #fff;
|
|
6516
7415
|
}
|
|
6517
7416
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
6518
7417
|
border: 0;
|
|
6519
7418
|
margin: 0;
|
|
7419
|
+
background: inherit;
|
|
6520
7420
|
}
|
|
6521
7421
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6522
7422
|
background: #3f51b5;
|
|
7423
|
+
border-color: unset;
|
|
6523
7424
|
border-radius: 0;
|
|
7425
|
+
border-style: solid;
|
|
7426
|
+
border-width: 0;
|
|
7427
|
+
}
|
|
7428
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
7429
|
+
color: white;
|
|
7430
|
+
}
|
|
7431
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
7432
|
+
color: white;
|
|
7433
|
+
}
|
|
7434
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
7435
|
+
color: rgba(255, 255, 255, 0.7);
|
|
7436
|
+
}
|
|
7437
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7438
|
+
background: #3f51b5;
|
|
7439
|
+
border-color: unset;
|
|
7440
|
+
}
|
|
7441
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7442
|
+
color: white;
|
|
6524
7443
|
}
|
|
6525
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6526
7444
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6527
7445
|
color: white;
|
|
6528
7446
|
}
|
|
7447
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
7448
|
+
color: rgba(255, 255, 255, 0.7);
|
|
7449
|
+
}
|
|
7450
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
7451
|
+
color: #fff;
|
|
7452
|
+
}
|
|
7453
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
7454
|
+
color: #fff;
|
|
7455
|
+
}
|
|
7456
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
7457
|
+
background: inherit;
|
|
7458
|
+
}
|
|
7459
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
7460
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
7461
|
+
color: white;
|
|
7462
|
+
}
|
|
6529
7463
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6530
7464
|
background: inherit;
|
|
6531
7465
|
}
|
|
@@ -6533,6 +7467,15 @@
|
|
|
6533
7467
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6534
7468
|
color: white;
|
|
6535
7469
|
}
|
|
7470
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7471
|
+
color: white;
|
|
7472
|
+
}
|
|
7473
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
7474
|
+
color: rgba(255, 255, 255, 0.7);
|
|
7475
|
+
}
|
|
7476
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7477
|
+
border: unset;
|
|
7478
|
+
}
|
|
6536
7479
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6537
7480
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6538
7481
|
color: white;
|
|
@@ -6540,7 +7483,8 @@
|
|
|
6540
7483
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
6541
7484
|
color: rgba(255, 255, 255, 0.7);
|
|
6542
7485
|
}
|
|
6543
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
7486
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
7487
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
6544
7488
|
color: white;
|
|
6545
7489
|
}
|
|
6546
7490
|
.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 {
|
|
@@ -6555,7 +7499,8 @@
|
|
|
6555
7499
|
background: #3f51b5;
|
|
6556
7500
|
}
|
|
6557
7501
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6558
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
7502
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
7503
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6559
7504
|
color: rgba(255, 255, 255, 0.7);
|
|
6560
7505
|
}
|
|
6561
7506
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6566,38 +7511,79 @@
|
|
|
6566
7511
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6567
7512
|
color: white;
|
|
6568
7513
|
}
|
|
7514
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
7515
|
+
color: rgba(255, 255, 255, 0.7);
|
|
7516
|
+
}
|
|
7517
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
7518
|
+
color: rgba(255, 255, 255, 0.7);
|
|
7519
|
+
}
|
|
7520
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
7521
|
+
color: rgba(255, 255, 255, 0.7);
|
|
7522
|
+
}
|
|
7523
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
7524
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
7525
|
+
background: inherit;
|
|
7526
|
+
}
|
|
6569
7527
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
6570
7528
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
6571
7529
|
color: rgba(255, 255, 255, 0.7);
|
|
7530
|
+
border: 0;
|
|
6572
7531
|
}
|
|
6573
7532
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
6574
7533
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
6575
7534
|
background: inherit;
|
|
6576
7535
|
color: rgb(255, 255, 0);
|
|
7536
|
+
border-color: unset;
|
|
7537
|
+
}
|
|
7538
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
7539
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
7540
|
+
background: unset;
|
|
7541
|
+
color: rgba(255, 255, 255, 0.7);
|
|
6577
7542
|
}
|
|
6578
7543
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
6579
7544
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6580
7545
|
color: rgb(255, 255, 0);
|
|
7546
|
+
border: 0;
|
|
7547
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6581
7548
|
}
|
|
6582
7549
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6583
7550
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6584
7551
|
background: inherit;
|
|
6585
7552
|
color: rgb(255, 255, 0);
|
|
6586
7553
|
}
|
|
7554
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
7555
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
7556
|
+
background: rgba(255, 255, 255, 0.12);
|
|
7557
|
+
border-color: unset;
|
|
7558
|
+
color: rgb(255, 255, 0);
|
|
7559
|
+
}
|
|
6587
7560
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
6588
7561
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
6589
7562
|
animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
|
|
6590
7563
|
}
|
|
7564
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7565
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
7566
|
+
background: transparent;
|
|
7567
|
+
}
|
|
6591
7568
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6592
7569
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
6593
7570
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
6594
7571
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
6595
7572
|
color: rgba(255, 255, 255, 0.7);
|
|
7573
|
+
border: 0;
|
|
6596
7574
|
}
|
|
6597
7575
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
6598
7576
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
6599
7577
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6600
7578
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
7579
|
+
background: inherit;
|
|
7580
|
+
border-color: unset;
|
|
7581
|
+
color: rgb(255, 255, 0);
|
|
7582
|
+
}
|
|
7583
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
7584
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
7585
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
7586
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
6601
7587
|
background: inherit;
|
|
6602
7588
|
color: rgb(255, 255, 0);
|
|
6603
7589
|
}
|
|
@@ -6606,6 +7592,22 @@
|
|
|
6606
7592
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6607
7593
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6608
7594
|
color: rgb(255, 255, 0);
|
|
7595
|
+
background: rgba(255, 255, 255, 0.12);
|
|
7596
|
+
border: initial;
|
|
7597
|
+
}
|
|
7598
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
7599
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
7600
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
7601
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
7602
|
+
background: inherit;
|
|
7603
|
+
}
|
|
7604
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
7605
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
7606
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7607
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7608
|
+
background: initial;
|
|
7609
|
+
border-color: unset;
|
|
7610
|
+
color: rgb(255, 255, 0);
|
|
6609
7611
|
}
|
|
6610
7612
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
6611
7613
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -6615,6 +7617,40 @@
|
|
|
6615
7617
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
6616
7618
|
color: rgb(255, 255, 0);
|
|
6617
7619
|
}
|
|
7620
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
7621
|
+
border: 0;
|
|
7622
|
+
margin: 0;
|
|
7623
|
+
}
|
|
7624
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
7625
|
+
border-color: unset;
|
|
7626
|
+
border-radius: 0;
|
|
7627
|
+
border-style: solid;
|
|
7628
|
+
border-width: 0;
|
|
7629
|
+
}
|
|
7630
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
7631
|
+
border-color: unset;
|
|
7632
|
+
border-style: solid;
|
|
7633
|
+
border-width: 0;
|
|
7634
|
+
margin: 0;
|
|
7635
|
+
}
|
|
7636
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
7637
|
+
border-color: unset;
|
|
7638
|
+
border-radius: 0;
|
|
7639
|
+
border-style: solid;
|
|
7640
|
+
border-width: 0;
|
|
7641
|
+
}
|
|
7642
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
7643
|
+
border-color: unset;
|
|
7644
|
+
border-style: solid;
|
|
7645
|
+
border-width: 0;
|
|
7646
|
+
margin: 0;
|
|
7647
|
+
}
|
|
7648
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
7649
|
+
border-color: unset;
|
|
7650
|
+
border-radius: 0;
|
|
7651
|
+
border-style: solid;
|
|
7652
|
+
border-width: 0;
|
|
7653
|
+
}
|
|
6618
7654
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
6619
7655
|
border: 0;
|
|
6620
7656
|
}
|
|
@@ -6678,6 +7714,7 @@
|
|
|
6678
7714
|
}
|
|
6679
7715
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6680
7716
|
background: rgba(255, 255, 255, 0.12);
|
|
7717
|
+
border-color: unset;
|
|
6681
7718
|
}
|
|
6682
7719
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6683
7720
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -6686,11 +7723,41 @@
|
|
|
6686
7723
|
}
|
|
6687
7724
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6688
7725
|
background: rgba(255, 255, 255, 0.12);
|
|
7726
|
+
border-color: unset;
|
|
6689
7727
|
}
|
|
6690
7728
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6691
7729
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6692
7730
|
color: white;
|
|
6693
7731
|
}
|
|
7732
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7733
|
+
background: #3f51b5;
|
|
7734
|
+
border: 0;
|
|
7735
|
+
border-radius: 0;
|
|
7736
|
+
}
|
|
7737
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7738
|
+
color: white;
|
|
7739
|
+
}
|
|
7740
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7741
|
+
color: white;
|
|
7742
|
+
}
|
|
7743
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7744
|
+
color: rgba(255, 255, 255, 0.7);
|
|
7745
|
+
}
|
|
7746
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7747
|
+
color: white;
|
|
7748
|
+
}
|
|
7749
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7750
|
+
color: white;
|
|
7751
|
+
}
|
|
7752
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
7753
|
+
color: rgba(255, 255, 255, 0.7);
|
|
7754
|
+
}
|
|
7755
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7756
|
+
color: white;
|
|
7757
|
+
}
|
|
7758
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
7759
|
+
color: rgba(255, 255, 255, 0.7);
|
|
7760
|
+
}
|
|
6694
7761
|
.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 {
|
|
6695
7762
|
background: rgba(63, 81, 181, 0);
|
|
6696
7763
|
}
|
|
@@ -6713,6 +7780,8 @@
|
|
|
6713
7780
|
.e-tab .e-content .e-item {
|
|
6714
7781
|
background: inherit;
|
|
6715
7782
|
color: rgba(255, 255, 255, 0.7);
|
|
7783
|
+
font-size: 12px;
|
|
7784
|
+
line-height: 18px;
|
|
6716
7785
|
}
|
|
6717
7786
|
|
|
6718
7787
|
.e-tab-clone-element {
|
|
@@ -6722,6 +7791,7 @@
|
|
|
6722
7791
|
.e-tab-clone-element .e-tab-wrap {
|
|
6723
7792
|
border-radius: 0;
|
|
6724
7793
|
color: rgba(255, 255, 255, 0.7);
|
|
7794
|
+
border: 0;
|
|
6725
7795
|
}
|
|
6726
7796
|
.e-tab-clone-element .e-tab-wrap .e-tab-icon {
|
|
6727
7797
|
color: rgba(255, 255, 255, 0.7);
|