@syncfusion/ej2-angular-navigations 20.3.60-ngcc → 20.4.38-ngcc
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/@syncfusion/ej2-angular-navigations.es5.js +2 -2
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +2 -2
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +17 -0
- package/dist/ej2-angular-navigations.umd.js +3 -3
- package/dist/ej2-angular-navigations.umd.js.map +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +2 -2
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
- package/ej2-angular-navigations.metadata.json +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/tab/items.directive.d.ts +7 -0
- package/src/toolbar/items.directive.d.ts +7 -0
- 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/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.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/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/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- 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/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.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/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- 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/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
package/styles/bootstrap4.css
CHANGED
|
@@ -855,6 +855,7 @@
|
|
|
855
855
|
text-align: center;
|
|
856
856
|
vertical-align: middle;
|
|
857
857
|
width: 100%;
|
|
858
|
+
font-size: 12px;
|
|
858
859
|
}
|
|
859
860
|
.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
|
|
860
861
|
pointer-events: none;
|
|
@@ -903,6 +904,9 @@
|
|
|
903
904
|
border: 1px #545b62;
|
|
904
905
|
color: #fff;
|
|
905
906
|
}
|
|
907
|
+
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
|
|
908
|
+
background: #5a6268;
|
|
909
|
+
}
|
|
906
910
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
907
911
|
background: #5a6268;
|
|
908
912
|
border: 1px #545b62;
|
|
@@ -925,6 +929,9 @@
|
|
|
925
929
|
box-shadow: none;
|
|
926
930
|
color: #fff;
|
|
927
931
|
}
|
|
932
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
933
|
+
color: #333;
|
|
934
|
+
}
|
|
928
935
|
.e-hscroll .e-scroll-nav {
|
|
929
936
|
background: #f8f8f8;
|
|
930
937
|
}
|
|
@@ -1249,6 +1256,10 @@
|
|
|
1249
1256
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1250
1257
|
line-height: inherit;
|
|
1251
1258
|
}
|
|
1259
|
+
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
1260
|
+
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
1261
|
+
height: auto;
|
|
1262
|
+
}
|
|
1252
1263
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
1253
1264
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1254
1265
|
min-width: 48px;
|
|
@@ -1257,11 +1268,13 @@
|
|
|
1257
1268
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
1258
1269
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1259
1270
|
min-width: 24px;
|
|
1271
|
+
font-size: 16px;
|
|
1260
1272
|
}
|
|
1261
1273
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1262
1274
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1263
1275
|
min-height: 25px;
|
|
1264
1276
|
padding: 0 20px 0 20px;
|
|
1277
|
+
line-height: 32px;
|
|
1265
1278
|
}
|
|
1266
1279
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
1267
1280
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -1271,6 +1284,7 @@
|
|
|
1271
1284
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1272
1285
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1273
1286
|
padding: 0 4px 0 6px;
|
|
1287
|
+
font-size: 16px;
|
|
1274
1288
|
}
|
|
1275
1289
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
1276
1290
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -1282,6 +1296,10 @@
|
|
|
1282
1296
|
margin-right: 15px;
|
|
1283
1297
|
white-space: normal;
|
|
1284
1298
|
}
|
|
1299
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
1300
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1301
|
+
margin: 0;
|
|
1302
|
+
}
|
|
1285
1303
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1286
1304
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
1287
1305
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -1394,7 +1412,6 @@
|
|
|
1394
1412
|
padding-left: 16px;
|
|
1395
1413
|
padding-right: 16px;
|
|
1396
1414
|
padding-top: 0;
|
|
1397
|
-
margin-left: -1px;
|
|
1398
1415
|
}
|
|
1399
1416
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1400
1417
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -1416,6 +1433,7 @@
|
|
|
1416
1433
|
}
|
|
1417
1434
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
1418
1435
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1436
|
+
margin: 0;
|
|
1419
1437
|
min-width: 0;
|
|
1420
1438
|
padding: 8px 2.5px;
|
|
1421
1439
|
}
|
|
@@ -1493,7 +1511,6 @@
|
|
|
1493
1511
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1494
1512
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1495
1513
|
padding-right: 16px;
|
|
1496
|
-
margin-left: 0;
|
|
1497
1514
|
}
|
|
1498
1515
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1499
1516
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -1590,6 +1607,7 @@
|
|
|
1590
1607
|
white-space: normal;
|
|
1591
1608
|
}
|
|
1592
1609
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1610
|
+
margin: 0;
|
|
1593
1611
|
height: 100%;
|
|
1594
1612
|
min-width: 30px;
|
|
1595
1613
|
padding: 3px 4px;
|
|
@@ -1650,6 +1668,7 @@
|
|
|
1650
1668
|
min-height: 26px;
|
|
1651
1669
|
min-width: 26px;
|
|
1652
1670
|
padding: 0;
|
|
1671
|
+
font-size: 14px;
|
|
1653
1672
|
}
|
|
1654
1673
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1655
1674
|
display: -ms-inline-flexbox;
|
|
@@ -1872,6 +1891,7 @@
|
|
|
1872
1891
|
text-align: center;
|
|
1873
1892
|
vertical-align: middle;
|
|
1874
1893
|
width: 100%;
|
|
1894
|
+
font-size: 12px;
|
|
1875
1895
|
}
|
|
1876
1896
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1877
1897
|
line-height: 26px;
|
|
@@ -1893,6 +1913,9 @@
|
|
|
1893
1913
|
margin-right: 15px;
|
|
1894
1914
|
white-space: normal;
|
|
1895
1915
|
}
|
|
1916
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1917
|
+
margin: 0;
|
|
1918
|
+
}
|
|
1896
1919
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1897
1920
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1898
1921
|
display: none;
|
|
@@ -2022,11 +2045,15 @@
|
|
|
2022
2045
|
min-height: 32px;
|
|
2023
2046
|
min-width: 32px;
|
|
2024
2047
|
padding: 0 3px;
|
|
2048
|
+
border-radius: 4px;
|
|
2025
2049
|
line-height: 27px;
|
|
2026
2050
|
}
|
|
2027
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:
|
|
2051
|
+
.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 {
|
|
2028
2052
|
padding: 0 2px;
|
|
2029
2053
|
}
|
|
2054
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
2055
|
+
outline: 0;
|
|
2056
|
+
}
|
|
2030
2057
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2031
2058
|
padding: 0 4px 0 6px;
|
|
2032
2059
|
}
|
|
@@ -2037,6 +2064,7 @@
|
|
|
2037
2064
|
margin: 0;
|
|
2038
2065
|
min-width: 26px;
|
|
2039
2066
|
width: auto;
|
|
2067
|
+
padding-bottom: 0;
|
|
2040
2068
|
}
|
|
2041
2069
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
2042
2070
|
-ms-flex-item-align: center;
|
|
@@ -2183,30 +2211,60 @@
|
|
|
2183
2211
|
background: #f8f9fa;
|
|
2184
2212
|
box-shadow: none;
|
|
2185
2213
|
color: #495057;
|
|
2214
|
+
border: 0;
|
|
2186
2215
|
}
|
|
2187
2216
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
2188
2217
|
color: #495057;
|
|
2189
2218
|
}
|
|
2190
2219
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2191
2220
|
background: #6c757d;
|
|
2192
|
-
border-color: #6c757d;
|
|
2193
2221
|
border-radius: 4px;
|
|
2194
2222
|
color: #fff;
|
|
2195
|
-
border:
|
|
2223
|
+
border-color: #6c757d;
|
|
2224
|
+
border-style: solid;
|
|
2225
|
+
border-width: 1px;
|
|
2196
2226
|
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2197
2227
|
}
|
|
2228
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2229
|
+
color: inherit;
|
|
2230
|
+
}
|
|
2231
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2232
|
+
color: inherit;
|
|
2233
|
+
}
|
|
2198
2234
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2199
2235
|
background: #6c757d;
|
|
2200
|
-
border-color: #545b62;
|
|
2201
2236
|
border-radius: 4px;
|
|
2202
2237
|
color: #fff;
|
|
2238
|
+
border-color: #545b62;
|
|
2239
|
+
border-style: solid;
|
|
2240
|
+
border-width: 0;
|
|
2241
|
+
}
|
|
2242
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2243
|
+
color: inherit;
|
|
2244
|
+
}
|
|
2245
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2246
|
+
color: inherit;
|
|
2247
|
+
}
|
|
2248
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2249
|
+
color: inherit;
|
|
2250
|
+
}
|
|
2251
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2252
|
+
color: inherit;
|
|
2203
2253
|
}
|
|
2204
2254
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2205
2255
|
background: #6c757d;
|
|
2206
|
-
border-color: #545b62;
|
|
2207
2256
|
border-radius: 4px;
|
|
2208
2257
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2209
2258
|
color: #fff;
|
|
2259
|
+
border-color: #545b62;
|
|
2260
|
+
border-style: solid;
|
|
2261
|
+
border-width: 0;
|
|
2262
|
+
}
|
|
2263
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2264
|
+
color: inherit;
|
|
2265
|
+
}
|
|
2266
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2267
|
+
color: inherit;
|
|
2210
2268
|
}
|
|
2211
2269
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
2212
2270
|
color: #495057;
|
|
@@ -2216,23 +2274,53 @@
|
|
|
2216
2274
|
border: 1px solid #dee2e6;
|
|
2217
2275
|
box-shadow: none;
|
|
2218
2276
|
}
|
|
2219
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn
|
|
2220
|
-
|
|
2277
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2278
|
+
background: #fff;
|
|
2279
|
+
}
|
|
2280
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2281
|
+
background: #007bff;
|
|
2282
|
+
box-shadow: none;
|
|
2283
|
+
color: #fff;
|
|
2284
|
+
border-color: #545b62;
|
|
2285
|
+
border-style: solid;
|
|
2286
|
+
border-width: 0;
|
|
2287
|
+
}
|
|
2288
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2289
|
+
color: inherit;
|
|
2290
|
+
}
|
|
2291
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2292
|
+
color: inherit;
|
|
2293
|
+
}
|
|
2294
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2295
|
+
background: #007bff;
|
|
2296
|
+
box-shadow: none;
|
|
2297
|
+
color: #fff;
|
|
2298
|
+
border-color: #545b62;
|
|
2299
|
+
border-style: solid;
|
|
2300
|
+
border-width: 0;
|
|
2301
|
+
}
|
|
2302
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2303
|
+
color: inherit;
|
|
2304
|
+
}
|
|
2305
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2306
|
+
color: inherit;
|
|
2307
|
+
}
|
|
2221
2308
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2222
2309
|
background: #007bff;
|
|
2223
2310
|
box-shadow: none;
|
|
2224
2311
|
color: #fff;
|
|
2312
|
+
border-color: #6c757d;
|
|
2313
|
+
border-style: solid;
|
|
2314
|
+
border-width: 0;
|
|
2315
|
+
}
|
|
2316
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2317
|
+
color: inherit;
|
|
2225
2318
|
}
|
|
2226
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
2227
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text,
|
|
2228
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2229
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text,
|
|
2230
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons,
|
|
2231
2319
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2232
2320
|
color: inherit;
|
|
2233
2321
|
}
|
|
2234
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-
|
|
2235
|
-
|
|
2322
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2323
|
+
outline: 0;
|
|
2236
2324
|
}
|
|
2237
2325
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
2238
2326
|
background: transparent;
|
|
@@ -2243,8 +2331,16 @@
|
|
|
2243
2331
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2244
2332
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2245
2333
|
background: #6c757d;
|
|
2246
|
-
border: 3px solid #adb5bd;
|
|
2247
2334
|
box-shadow: none;
|
|
2335
|
+
border-color: #adb5bd;
|
|
2336
|
+
border-style: solid;
|
|
2337
|
+
border-width: 3px;
|
|
2338
|
+
}
|
|
2339
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
2340
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
2341
|
+
border-color: #adb5bd;
|
|
2342
|
+
border-style: solid;
|
|
2343
|
+
border-width: 3px;
|
|
2248
2344
|
}
|
|
2249
2345
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2250
2346
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
@@ -2258,27 +2354,31 @@
|
|
|
2258
2354
|
background: #f8f9fa;
|
|
2259
2355
|
box-shadow: none;
|
|
2260
2356
|
color: #495057;
|
|
2357
|
+
border: none;
|
|
2261
2358
|
}
|
|
2262
2359
|
.e-toolbar .e-tbar-btn:focus {
|
|
2263
2360
|
background: #6c757d;
|
|
2264
|
-
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2265
|
-
border: 1px solid #6c757d;
|
|
2266
|
-
margin: 0;
|
|
2267
|
-
border-color: #6c757d;
|
|
2268
2361
|
border-radius: 4px;
|
|
2269
2362
|
color: #fff;
|
|
2363
|
+
border-color: #6c757d;
|
|
2364
|
+
border-style: solid;
|
|
2365
|
+
border-width: 1px;
|
|
2366
|
+
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2367
|
+
}
|
|
2368
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2369
|
+
color: inherit;
|
|
2370
|
+
}
|
|
2371
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2372
|
+
color: inherit;
|
|
2270
2373
|
}
|
|
2271
2374
|
.e-toolbar .e-tbar-btn:hover {
|
|
2272
2375
|
background: #6c757d;
|
|
2273
|
-
border: 1px solid #545b62;
|
|
2274
2376
|
border-color: #545b62;
|
|
2377
|
+
border-style: solid;
|
|
2378
|
+
border-width: 1px;
|
|
2275
2379
|
border-radius: 4px;
|
|
2276
2380
|
color: #fff;
|
|
2277
2381
|
}
|
|
2278
|
-
.e-toolbar .e-tbar-btn:hover .e-icons,
|
|
2279
|
-
.e-toolbar .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2280
|
-
color: inherit;
|
|
2281
|
-
}
|
|
2282
2382
|
.e-toolbar .e-toolbar-items {
|
|
2283
2383
|
background: #f8f9fa;
|
|
2284
2384
|
}
|
|
@@ -2292,8 +2392,30 @@
|
|
|
2292
2392
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
2293
2393
|
color: #495057;
|
|
2294
2394
|
}
|
|
2295
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn
|
|
2296
|
-
|
|
2395
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2396
|
+
color: #495057;
|
|
2397
|
+
}
|
|
2398
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2399
|
+
color: #fff;
|
|
2400
|
+
}
|
|
2401
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2402
|
+
box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5);
|
|
2403
|
+
}
|
|
2404
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2405
|
+
color: inherit;
|
|
2406
|
+
}
|
|
2407
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2408
|
+
color: inherit;
|
|
2409
|
+
}
|
|
2410
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2411
|
+
color: inherit;
|
|
2412
|
+
}
|
|
2413
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2414
|
+
color: inherit;
|
|
2415
|
+
}
|
|
2416
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2417
|
+
color: inherit;
|
|
2418
|
+
}
|
|
2297
2419
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2298
2420
|
color: inherit;
|
|
2299
2421
|
}
|
|
@@ -2335,33 +2457,46 @@
|
|
|
2335
2457
|
content: "";
|
|
2336
2458
|
}
|
|
2337
2459
|
.e-toolbar .e-hor-nav:hover {
|
|
2338
|
-
background: #6c757d;
|
|
2339
|
-
border-left: 0;
|
|
2340
2460
|
background: #5a6268;
|
|
2461
|
+
border-left: 0;
|
|
2341
2462
|
color: #fff;
|
|
2342
2463
|
}
|
|
2343
2464
|
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2344
2465
|
color: inherit;
|
|
2345
2466
|
}
|
|
2467
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2468
|
+
border-color: #dee2e6;
|
|
2469
|
+
border-style: solid;
|
|
2470
|
+
border-width: 0;
|
|
2471
|
+
}
|
|
2472
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
2473
|
+
background: #5a6268;
|
|
2474
|
+
border-color: #adb5bd;
|
|
2475
|
+
border-style: solid;
|
|
2476
|
+
border-width: 3px 3px 3px 0;
|
|
2477
|
+
}
|
|
2346
2478
|
.e-toolbar .e-hor-nav:focus {
|
|
2347
2479
|
background: #6c757d;
|
|
2348
|
-
border-left: 0;
|
|
2349
|
-
border-color: transparent;
|
|
2350
2480
|
color: #fff;
|
|
2481
|
+
border-color: transparent;
|
|
2482
|
+
border-style: solid;
|
|
2483
|
+
border-width: 0;
|
|
2351
2484
|
}
|
|
2352
2485
|
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2353
2486
|
color: inherit;
|
|
2354
2487
|
}
|
|
2355
2488
|
.e-toolbar .e-tbar-btn:active {
|
|
2356
|
-
background: #
|
|
2489
|
+
background: #545b62;
|
|
2357
2490
|
border-color: #545b62;
|
|
2491
|
+
border-style: solid;
|
|
2492
|
+
border-width: 1px;
|
|
2358
2493
|
border-radius: 4px;
|
|
2359
2494
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2360
2495
|
color: #fff;
|
|
2361
|
-
background: #545b62;
|
|
2362
|
-
border: 1px solid #4e555b;
|
|
2363
2496
|
}
|
|
2364
|
-
.e-toolbar .e-tbar-btn:active .e-icons
|
|
2497
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
2498
|
+
color: inherit;
|
|
2499
|
+
}
|
|
2365
2500
|
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
2366
2501
|
color: inherit;
|
|
2367
2502
|
}
|
|
@@ -2378,7 +2513,6 @@
|
|
|
2378
2513
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2379
2514
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2380
2515
|
font-size: 16px;
|
|
2381
|
-
line-height: 24px;
|
|
2382
2516
|
vertical-align: middle;
|
|
2383
2517
|
}
|
|
2384
2518
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
@@ -2434,13 +2568,12 @@
|
|
|
2434
2568
|
}
|
|
2435
2569
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
2436
2570
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2437
|
-
font-size:
|
|
2571
|
+
font-size: 14px;
|
|
2438
2572
|
}
|
|
2439
2573
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2440
2574
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2441
2575
|
padding: 20px;
|
|
2442
2576
|
font-size: 16px;
|
|
2443
|
-
line-height: 24px;
|
|
2444
2577
|
}
|
|
2445
2578
|
.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content,
|
|
2446
2579
|
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
@@ -2476,6 +2609,23 @@
|
|
|
2476
2609
|
display: block;
|
|
2477
2610
|
position: relative;
|
|
2478
2611
|
}
|
|
2612
|
+
.e-accordion .e-acrdn-item {
|
|
2613
|
+
border-radius: 4px 4px 0 0;
|
|
2614
|
+
margin-top: 0;
|
|
2615
|
+
}
|
|
2616
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
|
|
2617
|
+
border-top: 1px none #000;
|
|
2618
|
+
}
|
|
2619
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2620
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
|
|
2621
|
+
}
|
|
2622
|
+
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
2623
|
+
margin-bottom: 0;
|
|
2624
|
+
margin-top: 0;
|
|
2625
|
+
}
|
|
2626
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
|
|
2627
|
+
margin: 0;
|
|
2628
|
+
}
|
|
2479
2629
|
.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content {
|
|
2480
2630
|
font-weight: normal;
|
|
2481
2631
|
}
|
|
@@ -2506,6 +2656,7 @@
|
|
|
2506
2656
|
text-decoration: underline;
|
|
2507
2657
|
}
|
|
2508
2658
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2659
|
+
border-radius: 0;
|
|
2509
2660
|
line-height: 39px;
|
|
2510
2661
|
min-height: 40px;
|
|
2511
2662
|
overflow: hidden;
|
|
@@ -2513,6 +2664,7 @@
|
|
|
2513
2664
|
text-decoration: none;
|
|
2514
2665
|
text-overflow: ellipsis;
|
|
2515
2666
|
white-space: nowrap;
|
|
2667
|
+
margin-bottom: 0;
|
|
2516
2668
|
}
|
|
2517
2669
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2518
2670
|
display: inline-block;
|
|
@@ -2629,13 +2781,63 @@
|
|
|
2629
2781
|
background: #fff;
|
|
2630
2782
|
}
|
|
2631
2783
|
.e-accordion .e-acrdn-item {
|
|
2632
|
-
border-
|
|
2784
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
2785
|
+
border-style: solid;
|
|
2786
|
+
border-width: 0 0 1px 0;
|
|
2633
2787
|
border-radius: 4px 4px 0 0;
|
|
2634
2788
|
}
|
|
2635
2789
|
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2636
2790
|
border-bottom: 0;
|
|
2637
2791
|
border-radius: 0 0 4px 4px;
|
|
2638
2792
|
}
|
|
2793
|
+
.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
|
|
2794
|
+
border-radius: 0;
|
|
2795
|
+
}
|
|
2796
|
+
.e-accordion .e-acrdn-item:last-child {
|
|
2797
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
|
|
2798
|
+
}
|
|
2799
|
+
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
|
|
2800
|
+
border-radius: 0;
|
|
2801
|
+
}
|
|
2802
|
+
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
2803
|
+
border-radius: 0;
|
|
2804
|
+
}
|
|
2805
|
+
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2806
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
2807
|
+
border-style: solid;
|
|
2808
|
+
border-width: 0 0 1px 0;
|
|
2809
|
+
}
|
|
2810
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2811
|
+
border-top: 1px none #000;
|
|
2812
|
+
}
|
|
2813
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2814
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
2815
|
+
border-style: solid;
|
|
2816
|
+
border-width: 0;
|
|
2817
|
+
}
|
|
2818
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2819
|
+
background: #f8f9fa;
|
|
2820
|
+
}
|
|
2821
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2822
|
+
color: #007bff;
|
|
2823
|
+
}
|
|
2824
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
|
|
2825
|
+
color: #007bff;
|
|
2826
|
+
}
|
|
2827
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-icon .e-icons {
|
|
2828
|
+
color: #007bff;
|
|
2829
|
+
}
|
|
2830
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-expand-state.e-select, .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2831
|
+
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
2832
|
+
}
|
|
2833
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2834
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
2835
|
+
border-style: solid;
|
|
2836
|
+
border-width: 0 0 1px 0;
|
|
2837
|
+
}
|
|
2838
|
+
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2839
|
+
border: 0;
|
|
2840
|
+
}
|
|
2639
2841
|
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,
|
|
2640
2842
|
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2641
2843
|
color: #6c757d;
|
|
@@ -2648,15 +2850,39 @@
|
|
|
2648
2850
|
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
2649
2851
|
color: #6c757d;
|
|
2650
2852
|
}
|
|
2853
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2854
|
+
color: #6c757d;
|
|
2855
|
+
}
|
|
2856
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2857
|
+
color: #007bff;
|
|
2858
|
+
}
|
|
2651
2859
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
2860
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
2861
|
+
border-style: solid;
|
|
2862
|
+
border-width: 0;
|
|
2863
|
+
background: #f8f9fa;
|
|
2864
|
+
}
|
|
2865
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2866
|
+
background: #f8f9fa;
|
|
2867
|
+
}
|
|
2868
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2652
2869
|
background: #f8f9fa;
|
|
2653
2870
|
}
|
|
2871
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2872
|
+
color: #007bff;
|
|
2873
|
+
}
|
|
2654
2874
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
|
|
2655
2875
|
border-bottom: 1px none rgba(0, 0, 0, 0.13);
|
|
2656
2876
|
}
|
|
2657
2877
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2658
2878
|
color: #007bff;
|
|
2659
2879
|
}
|
|
2880
|
+
.e-accordion .e-acrdn-item.e-select {
|
|
2881
|
+
background: #f8f9fa;
|
|
2882
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
2883
|
+
border-style: solid;
|
|
2884
|
+
border-width: 0 0 1px 0;
|
|
2885
|
+
}
|
|
2660
2886
|
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2661
2887
|
color: #212529;
|
|
2662
2888
|
background: #fff;
|
|
@@ -2670,37 +2896,65 @@
|
|
|
2670
2896
|
}
|
|
2671
2897
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2672
2898
|
background: #f8f9fa;
|
|
2899
|
+
border: 0;
|
|
2900
|
+
border-color: initial;
|
|
2673
2901
|
}
|
|
2674
2902
|
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
2903
|
+
border: 0;
|
|
2675
2904
|
background: #f8f9fa;
|
|
2905
|
+
border-color: initial;
|
|
2676
2906
|
}
|
|
2677
2907
|
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
2908
|
+
border: 0;
|
|
2909
|
+
border-color: initial;
|
|
2678
2910
|
background: #f8f9fa;
|
|
2679
2911
|
}
|
|
2680
2912
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2913
|
+
border: 0;
|
|
2914
|
+
box-shadow: none;
|
|
2681
2915
|
background: #f8f9fa;
|
|
2682
2916
|
}
|
|
2683
|
-
.e-accordion .e-acrdn-item
|
|
2917
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2918
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2919
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2920
|
+
color: #007bff;
|
|
2921
|
+
}
|
|
2684
2922
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2685
2923
|
color: #0056b3;
|
|
2686
2924
|
}
|
|
2687
|
-
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover
|
|
2925
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2688
2926
|
color: #007bff;
|
|
2689
2927
|
}
|
|
2690
|
-
.e-accordion .e-acrdn-item.e-select.e-
|
|
2691
|
-
|
|
2928
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
2929
|
+
color: #0056b3;
|
|
2930
|
+
}
|
|
2931
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2932
|
+
color: #007bff;
|
|
2692
2933
|
}
|
|
2693
2934
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
2935
|
+
border-color: initial;
|
|
2936
|
+
border-style: solid;
|
|
2937
|
+
border-width: 0;
|
|
2694
2938
|
background: #f8f9fa;
|
|
2695
2939
|
}
|
|
2696
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons,
|
|
2697
|
-
|
|
2698
|
-
|
|
2940
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-icons {
|
|
2941
|
+
color: #0056b3;
|
|
2942
|
+
}
|
|
2943
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons {
|
|
2944
|
+
color: #007bff;
|
|
2945
|
+
}
|
|
2946
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2699
2947
|
color: #0056b3;
|
|
2700
2948
|
}
|
|
2701
2949
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2702
2950
|
color: #007bff;
|
|
2703
2951
|
}
|
|
2952
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon {
|
|
2953
|
+
color: #007bff;
|
|
2954
|
+
}
|
|
2955
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2956
|
+
border-color: initial;
|
|
2957
|
+
}
|
|
2704
2958
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon {
|
|
2705
2959
|
color: #007bff;
|
|
2706
2960
|
}
|
|
@@ -2709,22 +2963,57 @@
|
|
|
2709
2963
|
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2710
2964
|
color: #007bff;
|
|
2711
2965
|
}
|
|
2966
|
+
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
2967
|
+
border-color: rgba(0, 0, 0, 0.13);
|
|
2968
|
+
}
|
|
2969
|
+
.e-accordion .e-acrdn-item.e-selected {
|
|
2970
|
+
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
2971
|
+
border-style: solid;
|
|
2972
|
+
border-width: 0 0 1px 0;
|
|
2973
|
+
}
|
|
2712
2974
|
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2713
|
-
border-
|
|
2714
|
-
border-
|
|
2715
|
-
border-
|
|
2975
|
+
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
2976
|
+
border-style: solid;
|
|
2977
|
+
border-width: 0 0 1px 0;
|
|
2978
|
+
}
|
|
2979
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
2980
|
+
background: #fff;
|
|
2716
2981
|
}
|
|
2717
2982
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2718
2983
|
border-bottom: 1px none rgba(0, 0, 0, 0.13);
|
|
2719
2984
|
}
|
|
2985
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2986
|
+
color: #007bff;
|
|
2987
|
+
}
|
|
2988
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2989
|
+
color: #007bff;
|
|
2990
|
+
}
|
|
2991
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2992
|
+
box-shadow: none;
|
|
2993
|
+
}
|
|
2720
2994
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2721
|
-
border-
|
|
2995
|
+
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
2996
|
+
border-style: solid;
|
|
2997
|
+
border-width: 0 0 1px 0;
|
|
2998
|
+
}
|
|
2999
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
|
|
3000
|
+
color: #007bff;
|
|
2722
3001
|
}
|
|
2723
|
-
.e-accordion .e-acrdn-item.e-selected .e-selected:
|
|
2724
|
-
|
|
3002
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
|
|
3003
|
+
color: #007bff;
|
|
2725
3004
|
}
|
|
2726
3005
|
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
3006
|
+
background: #f8f9fa;
|
|
2727
3007
|
border-radius: 4px;
|
|
3008
|
+
border-color: initial;
|
|
3009
|
+
border-style: solid;
|
|
3010
|
+
border-width: 0;
|
|
3011
|
+
}
|
|
3012
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
|
|
3013
|
+
background: #f8f9fa;
|
|
3014
|
+
}
|
|
3015
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
3016
|
+
border-color: initial;
|
|
2728
3017
|
}
|
|
2729
3018
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
2730
3019
|
color: #212529;
|
|
@@ -3378,27 +3667,15 @@
|
|
|
3378
3667
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
3379
3668
|
content: "\e71f";
|
|
3380
3669
|
}
|
|
3381
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
3382
|
-
content: "\e71f";
|
|
3383
|
-
}
|
|
3384
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3385
|
-
content: "\e70b";
|
|
3386
|
-
}
|
|
3387
3670
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3388
3671
|
content: "\e745";
|
|
3389
3672
|
position: relative;
|
|
3390
3673
|
}
|
|
3391
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3392
|
-
content: "\e721";
|
|
3393
|
-
}
|
|
3394
3674
|
@media screen and (max-width: 480px) {
|
|
3395
3675
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3396
3676
|
content: "\e781";
|
|
3397
3677
|
}
|
|
3398
3678
|
}
|
|
3399
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3400
|
-
content: "\e744";
|
|
3401
|
-
}
|
|
3402
3679
|
@media screen and (max-width: 480px) {
|
|
3403
3680
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3404
3681
|
content: "\e781";
|
|
@@ -3412,12 +3689,6 @@
|
|
|
3412
3689
|
content: "\e744";
|
|
3413
3690
|
}
|
|
3414
3691
|
}
|
|
3415
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
3416
|
-
content: "\e734";
|
|
3417
|
-
}
|
|
3418
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
3419
|
-
content: "\e705";
|
|
3420
|
-
}
|
|
3421
3692
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
3422
3693
|
content: "More";
|
|
3423
3694
|
}
|
|
@@ -3501,8 +3772,6 @@
|
|
|
3501
3772
|
}
|
|
3502
3773
|
.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav,
|
|
3503
3774
|
.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
3504
|
-
width: 50px;
|
|
3505
|
-
border-radius: 4px;
|
|
3506
3775
|
width: 38px;
|
|
3507
3776
|
}
|
|
3508
3777
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -3543,6 +3812,12 @@
|
|
|
3543
3812
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3544
3813
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3545
3814
|
font-size: 16px;
|
|
3815
|
+
margin-bottom: 0;
|
|
3816
|
+
}
|
|
3817
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3818
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3819
|
+
position: relative;
|
|
3820
|
+
top: 0;
|
|
3546
3821
|
}
|
|
3547
3822
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3548
3823
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -3558,7 +3833,7 @@
|
|
|
3558
3833
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3559
3834
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3560
3835
|
position: relative;
|
|
3561
|
-
top:
|
|
3836
|
+
top: 0;
|
|
3562
3837
|
}
|
|
3563
3838
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
3564
3839
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -3570,10 +3845,6 @@
|
|
|
3570
3845
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
3571
3846
|
height: 42px;
|
|
3572
3847
|
}
|
|
3573
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3574
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
3575
|
-
padding: 0;
|
|
3576
|
-
}
|
|
3577
3848
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3578
3849
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3579
3850
|
cursor: pointer;
|
|
@@ -3616,6 +3887,16 @@
|
|
|
3616
3887
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
3617
3888
|
padding: 0 20px;
|
|
3618
3889
|
}
|
|
3890
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3891
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3892
|
+
margin: 0 0 0 12px;
|
|
3893
|
+
}
|
|
3894
|
+
@media screen and (max-width: 480px) {
|
|
3895
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3896
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3897
|
+
margin: 0;
|
|
3898
|
+
}
|
|
3899
|
+
}
|
|
3619
3900
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3620
3901
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3621
3902
|
margin: 0 0 0 12px;
|
|
@@ -3861,7 +4142,6 @@
|
|
|
3861
4142
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
3862
4143
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3863
4144
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
3864
|
-
top: 0;
|
|
3865
4145
|
line-height: 38px;
|
|
3866
4146
|
top: 0.5px;
|
|
3867
4147
|
}
|
|
@@ -3875,8 +4155,8 @@
|
|
|
3875
4155
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
3876
4156
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3877
4157
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
3878
|
-
top: 0;
|
|
3879
4158
|
line-height: 38px;
|
|
4159
|
+
top: 0;
|
|
3880
4160
|
}
|
|
3881
4161
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3882
4162
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
@@ -3928,11 +4208,6 @@
|
|
|
3928
4208
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
3929
4209
|
top: 0.5px;
|
|
3930
4210
|
}
|
|
3931
|
-
.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,
|
|
3932
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3933
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3934
|
-
height: initial;
|
|
3935
|
-
}
|
|
3936
4211
|
.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,
|
|
3937
4212
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
3938
4213
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
@@ -3972,16 +4247,15 @@
|
|
|
3972
4247
|
height: 42px;
|
|
3973
4248
|
padding: 0;
|
|
3974
4249
|
}
|
|
3975
|
-
.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,
|
|
3976
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3977
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3978
|
-
height: 42px;
|
|
3979
|
-
}
|
|
3980
4250
|
.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,
|
|
3981
4251
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
3982
4252
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
3983
4253
|
height: initial;
|
|
3984
4254
|
}
|
|
4255
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
4256
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
4257
|
+
height: 42px;
|
|
4258
|
+
}
|
|
3985
4259
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
3986
4260
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
3987
4261
|
max-width: 150px;
|
|
@@ -4019,6 +4293,11 @@
|
|
|
4019
4293
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
4020
4294
|
right: -20px;
|
|
4021
4295
|
}
|
|
4296
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
4297
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
4298
|
+
min-height: 38px;
|
|
4299
|
+
min-width: auto;
|
|
4300
|
+
}
|
|
4022
4301
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
4023
4302
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
4024
4303
|
height: 24px;
|
|
@@ -4078,10 +4357,6 @@
|
|
|
4078
4357
|
font-size: 12px;
|
|
4079
4358
|
}
|
|
4080
4359
|
}
|
|
4081
|
-
.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active,
|
|
4082
|
-
.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active {
|
|
4083
|
-
margin: 0 0 0 2px;
|
|
4084
|
-
}
|
|
4085
4360
|
.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
|
|
4086
4361
|
.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
4087
4362
|
height: inherit;
|
|
@@ -4131,6 +4406,10 @@
|
|
|
4131
4406
|
height: 42px;
|
|
4132
4407
|
padding: 0;
|
|
4133
4408
|
}
|
|
4409
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
4410
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
4411
|
+
height: 42px;
|
|
4412
|
+
}
|
|
4134
4413
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
4135
4414
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
4136
4415
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -4195,10 +4474,6 @@
|
|
|
4195
4474
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
4196
4475
|
top: 0;
|
|
4197
4476
|
}
|
|
4198
|
-
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
|
|
4199
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
4200
|
-
margin: 0;
|
|
4201
|
-
}
|
|
4202
4477
|
.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),
|
|
4203
4478
|
.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) {
|
|
4204
4479
|
margin: 0 0 0 2px;
|
|
@@ -4242,6 +4517,7 @@
|
|
|
4242
4517
|
height: 42px;
|
|
4243
4518
|
margin: 0 2px 0 0;
|
|
4244
4519
|
min-height: 42px;
|
|
4520
|
+
padding: 0;
|
|
4245
4521
|
}
|
|
4246
4522
|
@media screen and (max-width: 480px) {
|
|
4247
4523
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -4347,6 +4623,10 @@
|
|
|
4347
4623
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4348
4624
|
height: 42px;
|
|
4349
4625
|
}
|
|
4626
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4627
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4628
|
+
height: 42px;
|
|
4629
|
+
}
|
|
4350
4630
|
.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,
|
|
4351
4631
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
4352
4632
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -4382,7 +4662,7 @@
|
|
|
4382
4662
|
}
|
|
4383
4663
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4384
4664
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4385
|
-
|
|
4665
|
+
padding: 0;
|
|
4386
4666
|
}
|
|
4387
4667
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4388
4668
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -4402,10 +4682,6 @@
|
|
|
4402
4682
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4403
4683
|
margin-bottom: 0;
|
|
4404
4684
|
}
|
|
4405
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4406
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4407
|
-
height: 42px;
|
|
4408
|
-
}
|
|
4409
4685
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
4410
4686
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
4411
4687
|
padding: 0 16px;
|
|
@@ -4424,6 +4700,10 @@
|
|
|
4424
4700
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4425
4701
|
margin: 0;
|
|
4426
4702
|
}
|
|
4703
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
4704
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
4705
|
+
margin: 0;
|
|
4706
|
+
}
|
|
4427
4707
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4428
4708
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4429
4709
|
margin: 0 10px 0 0;
|
|
@@ -4581,19 +4861,44 @@
|
|
|
4581
4861
|
margin: 0 2px 0 0;
|
|
4582
4862
|
}
|
|
4583
4863
|
}
|
|
4864
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
4865
|
+
position: unset;
|
|
4866
|
+
}
|
|
4867
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
4868
|
+
left: unset;
|
|
4869
|
+
right: unset;
|
|
4870
|
+
}
|
|
4871
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
4872
|
+
background-color: unset;
|
|
4873
|
+
bottom: unset;
|
|
4874
|
+
content: unset;
|
|
4875
|
+
height: unset;
|
|
4876
|
+
left: unset;
|
|
4877
|
+
position: unset;
|
|
4878
|
+
right: unset;
|
|
4879
|
+
transition: unset;
|
|
4880
|
+
}
|
|
4881
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
4882
|
+
color: unset;
|
|
4883
|
+
content: unset;
|
|
4884
|
+
display: unset;
|
|
4885
|
+
font-weight: unset;
|
|
4886
|
+
height: unset;
|
|
4887
|
+
overflow: unset;
|
|
4888
|
+
visibility: unset;
|
|
4889
|
+
}
|
|
4584
4890
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
4585
4891
|
padding: 0;
|
|
4586
4892
|
}
|
|
4587
4893
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
4588
4894
|
display: none;
|
|
4589
4895
|
}
|
|
4590
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll
|
|
4591
|
-
|
|
4896
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
4897
|
+
padding: 0;
|
|
4592
4898
|
}
|
|
4593
4899
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4594
|
-
width: 40px;
|
|
4595
|
-
border-radius: 4px;
|
|
4596
4900
|
width: 32px;
|
|
4901
|
+
border-radius: 4px;
|
|
4597
4902
|
}
|
|
4598
4903
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4599
4904
|
margin: 0 2px 0 0;
|
|
@@ -4621,6 +4926,7 @@
|
|
|
4621
4926
|
height: 2px;
|
|
4622
4927
|
left: 0;
|
|
4623
4928
|
right: 0;
|
|
4929
|
+
border-radius: 0;
|
|
4624
4930
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4625
4931
|
}
|
|
4626
4932
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4670,6 +4976,10 @@
|
|
|
4670
4976
|
font-size: 14px;
|
|
4671
4977
|
font-weight: 400;
|
|
4672
4978
|
text-transform: capitalize;
|
|
4979
|
+
-ms-flex-item-align: auto;
|
|
4980
|
+
-ms-grid-row-align: auto;
|
|
4981
|
+
align-self: auto;
|
|
4982
|
+
margin-bottom: 0;
|
|
4673
4983
|
}
|
|
4674
4984
|
@media screen and (max-width: 480px) {
|
|
4675
4985
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -4697,14 +5007,16 @@
|
|
|
4697
5007
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4698
5008
|
margin-bottom: 0;
|
|
4699
5009
|
}
|
|
4700
|
-
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
4701
|
-
border: 0;
|
|
4702
|
-
}
|
|
4703
5010
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
4704
5011
|
font-weight: 400;
|
|
4705
5012
|
}
|
|
4706
5013
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
4707
|
-
top:
|
|
5014
|
+
top: 1px;
|
|
5015
|
+
left: 4px;
|
|
5016
|
+
}
|
|
5017
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
5018
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
5019
|
+
left: 0;
|
|
4708
5020
|
}
|
|
4709
5021
|
.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 {
|
|
4710
5022
|
height: 32px;
|
|
@@ -4736,7 +5048,7 @@
|
|
|
4736
5048
|
}
|
|
4737
5049
|
}
|
|
4738
5050
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4739
|
-
top:
|
|
5051
|
+
top: 1px;
|
|
4740
5052
|
}
|
|
4741
5053
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
4742
5054
|
display: -ms-inline-flexbox;
|
|
@@ -4762,6 +5074,15 @@
|
|
|
4762
5074
|
font-size: 20px;
|
|
4763
5075
|
}
|
|
4764
5076
|
}
|
|
5077
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5078
|
+
position: relative;
|
|
5079
|
+
top: 1px;
|
|
5080
|
+
left: 4px;
|
|
5081
|
+
}
|
|
5082
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
5083
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
5084
|
+
left: 0;
|
|
5085
|
+
}
|
|
4765
5086
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
4766
5087
|
-ms-flex-pack: center;
|
|
4767
5088
|
justify-content: center;
|
|
@@ -4772,6 +5093,14 @@
|
|
|
4772
5093
|
padding: 0 16px;
|
|
4773
5094
|
}
|
|
4774
5095
|
}
|
|
5096
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5097
|
+
margin: 0 0 0 8px;
|
|
5098
|
+
}
|
|
5099
|
+
@media screen and (max-width: 480px) {
|
|
5100
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5101
|
+
margin: 0;
|
|
5102
|
+
}
|
|
5103
|
+
}
|
|
4775
5104
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4776
5105
|
margin: 0 0 0 8px;
|
|
4777
5106
|
}
|
|
@@ -4869,6 +5198,7 @@
|
|
|
4869
5198
|
}
|
|
4870
5199
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
4871
5200
|
margin: 0;
|
|
5201
|
+
padding: 0;
|
|
4872
5202
|
}
|
|
4873
5203
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
4874
5204
|
height: 26px;
|
|
@@ -5080,7 +5410,6 @@
|
|
|
5080
5410
|
}
|
|
5081
5411
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
5082
5412
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
5083
|
-
top: 0;
|
|
5084
5413
|
line-height: 32px;
|
|
5085
5414
|
top: 0;
|
|
5086
5415
|
}
|
|
@@ -5116,7 +5445,6 @@
|
|
|
5116
5445
|
}
|
|
5117
5446
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5118
5447
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5119
|
-
top: 0;
|
|
5120
5448
|
line-height: 32px;
|
|
5121
5449
|
top: 0;
|
|
5122
5450
|
}
|
|
@@ -5131,6 +5459,32 @@
|
|
|
5131
5459
|
line-height: 32px;
|
|
5132
5460
|
top: -0.5px;
|
|
5133
5461
|
}
|
|
5462
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
5463
|
+
position: unset;
|
|
5464
|
+
}
|
|
5465
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5466
|
+
left: unset;
|
|
5467
|
+
right: unset;
|
|
5468
|
+
}
|
|
5469
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5470
|
+
background-color: unset;
|
|
5471
|
+
content: unset;
|
|
5472
|
+
height: unset;
|
|
5473
|
+
left: unset;
|
|
5474
|
+
position: unset;
|
|
5475
|
+
right: unset;
|
|
5476
|
+
top: unset;
|
|
5477
|
+
transition: unset;
|
|
5478
|
+
}
|
|
5479
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5480
|
+
color: unset;
|
|
5481
|
+
content: unset;
|
|
5482
|
+
display: unset;
|
|
5483
|
+
font-weight: unset;
|
|
5484
|
+
height: unset;
|
|
5485
|
+
overflow: unset;
|
|
5486
|
+
visibility: unset;
|
|
5487
|
+
}
|
|
5134
5488
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
5135
5489
|
bottom: auto;
|
|
5136
5490
|
}
|
|
@@ -5165,6 +5519,12 @@
|
|
|
5165
5519
|
height: 32px;
|
|
5166
5520
|
padding: 0;
|
|
5167
5521
|
}
|
|
5522
|
+
.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 {
|
|
5523
|
+
top: unset;
|
|
5524
|
+
}
|
|
5525
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
5526
|
+
top: 0;
|
|
5527
|
+
}
|
|
5168
5528
|
.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 {
|
|
5169
5529
|
height: initial;
|
|
5170
5530
|
}
|
|
@@ -5237,6 +5597,13 @@
|
|
|
5237
5597
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
5238
5598
|
display: none;
|
|
5239
5599
|
}
|
|
5600
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
5601
|
+
min-height: 32px;
|
|
5602
|
+
min-width: 33px;
|
|
5603
|
+
}
|
|
5604
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
5605
|
+
margin: 0;
|
|
5606
|
+
}
|
|
5240
5607
|
.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 {
|
|
5241
5608
|
right: -15px;
|
|
5242
5609
|
}
|
|
@@ -5253,6 +5620,30 @@
|
|
|
5253
5620
|
left: auto;
|
|
5254
5621
|
right: 0;
|
|
5255
5622
|
}
|
|
5623
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5624
|
+
bottom: unset;
|
|
5625
|
+
height: unset;
|
|
5626
|
+
}
|
|
5627
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5628
|
+
background-color: unset;
|
|
5629
|
+
bottom: unset;
|
|
5630
|
+
content: unset;
|
|
5631
|
+
height: unset;
|
|
5632
|
+
left: unset;
|
|
5633
|
+
position: unset;
|
|
5634
|
+
right: unset;
|
|
5635
|
+
transition: unset;
|
|
5636
|
+
width: unset;
|
|
5637
|
+
}
|
|
5638
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5639
|
+
color: unset;
|
|
5640
|
+
content: unset;
|
|
5641
|
+
display: unset;
|
|
5642
|
+
font-weight: unset;
|
|
5643
|
+
height: unset;
|
|
5644
|
+
overflow: unset;
|
|
5645
|
+
visibility: unset;
|
|
5646
|
+
}
|
|
5256
5647
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
5257
5648
|
float: right;
|
|
5258
5649
|
}
|
|
@@ -5269,6 +5660,30 @@
|
|
|
5269
5660
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
5270
5661
|
width: auto;
|
|
5271
5662
|
}
|
|
5663
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5664
|
+
bottom: unset;
|
|
5665
|
+
height: unset;
|
|
5666
|
+
}
|
|
5667
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5668
|
+
background-color: unset;
|
|
5669
|
+
bottom: unset;
|
|
5670
|
+
content: unset;
|
|
5671
|
+
height: unset;
|
|
5672
|
+
left: unset;
|
|
5673
|
+
position: unset;
|
|
5674
|
+
right: unset;
|
|
5675
|
+
transition: unset;
|
|
5676
|
+
width: unset;
|
|
5677
|
+
}
|
|
5678
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5679
|
+
color: unset;
|
|
5680
|
+
content: unset;
|
|
5681
|
+
display: unset;
|
|
5682
|
+
font-weight: unset;
|
|
5683
|
+
height: unset;
|
|
5684
|
+
overflow: unset;
|
|
5685
|
+
visibility: unset;
|
|
5686
|
+
}
|
|
5272
5687
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5273
5688
|
height: 16px;
|
|
5274
5689
|
-ms-flex-pack: center;
|
|
@@ -5394,6 +5809,28 @@
|
|
|
5394
5809
|
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
5395
5810
|
height: 62px;
|
|
5396
5811
|
}
|
|
5812
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
5813
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5814
|
+
position: unset;
|
|
5815
|
+
}
|
|
5816
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5817
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5818
|
+
border: unset;
|
|
5819
|
+
content: unset;
|
|
5820
|
+
display: none;
|
|
5821
|
+
position: unset;
|
|
5822
|
+
top: unset;
|
|
5823
|
+
width: unset;
|
|
5824
|
+
}
|
|
5825
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5826
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5827
|
+
content: unset;
|
|
5828
|
+
display: unset;
|
|
5829
|
+
position: unset;
|
|
5830
|
+
top: unset;
|
|
5831
|
+
width: unset;
|
|
5832
|
+
border: unset;
|
|
5833
|
+
}
|
|
5397
5834
|
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
5398
5835
|
height: 62px;
|
|
5399
5836
|
}
|
|
@@ -5406,6 +5843,9 @@
|
|
|
5406
5843
|
font-size: 12px;
|
|
5407
5844
|
}
|
|
5408
5845
|
}
|
|
5846
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
5847
|
+
width: 2px;
|
|
5848
|
+
}
|
|
5409
5849
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5410
5850
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5411
5851
|
display: none;
|
|
@@ -5417,6 +5857,10 @@
|
|
|
5417
5857
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
5418
5858
|
height: 16px;
|
|
5419
5859
|
}
|
|
5860
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5861
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5862
|
+
top: unset;
|
|
5863
|
+
}
|
|
5420
5864
|
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
5421
5865
|
margin: 0 0 0 2px;
|
|
5422
5866
|
}
|
|
@@ -5603,9 +6047,6 @@
|
|
|
5603
6047
|
min-height: 42px;
|
|
5604
6048
|
}
|
|
5605
6049
|
}
|
|
5606
|
-
.e-tab.e-fill .e-tab-header::before {
|
|
5607
|
-
display: none;
|
|
5608
|
-
}
|
|
5609
6050
|
.e-tab.e-fill .e-tab-header .e-indicator {
|
|
5610
6051
|
display: none;
|
|
5611
6052
|
}
|
|
@@ -5626,6 +6067,7 @@
|
|
|
5626
6067
|
height: 32px;
|
|
5627
6068
|
margin: 0 2px 0 0;
|
|
5628
6069
|
min-height: 32px;
|
|
6070
|
+
padding: 0;
|
|
5629
6071
|
}
|
|
5630
6072
|
@media screen and (max-width: 480px) {
|
|
5631
6073
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5726,6 +6168,9 @@
|
|
|
5726
6168
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5727
6169
|
height: 32px;
|
|
5728
6170
|
}
|
|
6171
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
6172
|
+
height: 32px;
|
|
6173
|
+
}
|
|
5729
6174
|
.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 {
|
|
5730
6175
|
height: 62px;
|
|
5731
6176
|
}
|
|
@@ -5744,16 +6189,14 @@
|
|
|
5744
6189
|
height: 60px;
|
|
5745
6190
|
min-height: 60px;
|
|
5746
6191
|
}
|
|
5747
|
-
.e-tab.e-background .e-tab-header::before {
|
|
5748
|
-
display: none;
|
|
5749
|
-
}
|
|
5750
6192
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
5751
6193
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5752
6194
|
margin: 0;
|
|
5753
6195
|
padding: 0;
|
|
5754
6196
|
}
|
|
5755
6197
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5756
|
-
margin: 0
|
|
6198
|
+
margin: 0;
|
|
6199
|
+
padding: 0;
|
|
5757
6200
|
}
|
|
5758
6201
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5759
6202
|
padding: 0 15px;
|
|
@@ -5769,12 +6212,12 @@
|
|
|
5769
6212
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5770
6213
|
margin-bottom: 0;
|
|
5771
6214
|
}
|
|
5772
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5773
|
-
height: 32px;
|
|
5774
|
-
}
|
|
5775
6215
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5776
6216
|
font-weight: 400;
|
|
5777
6217
|
}
|
|
6218
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
6219
|
+
display: none;
|
|
6220
|
+
}
|
|
5778
6221
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
5779
6222
|
padding: 0 12px;
|
|
5780
6223
|
}
|
|
@@ -5796,10 +6239,10 @@
|
|
|
5796
6239
|
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5797
6240
|
margin: 0;
|
|
5798
6241
|
}
|
|
5799
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-
|
|
6242
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5800
6243
|
margin: 0;
|
|
5801
6244
|
}
|
|
5802
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
6245
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
5803
6246
|
margin: 0;
|
|
5804
6247
|
}
|
|
5805
6248
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
@@ -5820,12 +6263,6 @@
|
|
|
5820
6263
|
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
5821
6264
|
margin: 0 0 0 2px;
|
|
5822
6265
|
}
|
|
5823
|
-
.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 {
|
|
5824
|
-
margin: 0 0 0 2px;
|
|
5825
|
-
}
|
|
5826
|
-
.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 .e-tab-text {
|
|
5827
|
-
margin-bottom: 0;
|
|
5828
|
-
}
|
|
5829
6266
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
5830
6267
|
margin: 0;
|
|
5831
6268
|
}
|
|
@@ -5926,6 +6363,9 @@
|
|
|
5926
6363
|
font-size: 14px;
|
|
5927
6364
|
font-weight: 400;
|
|
5928
6365
|
text-transform: capitalize;
|
|
6366
|
+
-ms-flex-item-align: auto;
|
|
6367
|
+
-ms-grid-row-align: auto;
|
|
6368
|
+
align-self: auto;
|
|
5929
6369
|
}
|
|
5930
6370
|
@media screen and (max-width: 480px) {
|
|
5931
6371
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -5946,7 +6386,7 @@
|
|
|
5946
6386
|
}
|
|
5947
6387
|
}
|
|
5948
6388
|
.e-tab-clone-element .e-close-icon::before {
|
|
5949
|
-
top:
|
|
6389
|
+
top: 1px;
|
|
5950
6390
|
}
|
|
5951
6391
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
5952
6392
|
display: -ms-inline-flexbox;
|
|
@@ -5982,6 +6422,14 @@
|
|
|
5982
6422
|
padding: 0 16px;
|
|
5983
6423
|
}
|
|
5984
6424
|
}
|
|
6425
|
+
.e-tab-clone-element .e-icon-right {
|
|
6426
|
+
margin: 0 0 0 8px;
|
|
6427
|
+
}
|
|
6428
|
+
@media screen and (max-width: 480px) {
|
|
6429
|
+
.e-tab-clone-element .e-icon-right {
|
|
6430
|
+
margin: 0;
|
|
6431
|
+
}
|
|
6432
|
+
}
|
|
5985
6433
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
5986
6434
|
margin: 0 0 0 8px;
|
|
5987
6435
|
}
|
|
@@ -6104,6 +6552,9 @@
|
|
|
6104
6552
|
}
|
|
6105
6553
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
6106
6554
|
font-size: 16px;
|
|
6555
|
+
-ms-flex-item-align: auto;
|
|
6556
|
+
-ms-grid-row-align: auto;
|
|
6557
|
+
align-self: auto;
|
|
6107
6558
|
}
|
|
6108
6559
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
6109
6560
|
cursor: pointer;
|
|
@@ -6137,6 +6588,14 @@
|
|
|
6137
6588
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6138
6589
|
padding: 0 20px;
|
|
6139
6590
|
}
|
|
6591
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6592
|
+
margin: 0 0 0 12px;
|
|
6593
|
+
}
|
|
6594
|
+
@media screen and (max-width: 480px) {
|
|
6595
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6596
|
+
margin: 0;
|
|
6597
|
+
}
|
|
6598
|
+
}
|
|
6140
6599
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6141
6600
|
margin: 0 0 0 12px;
|
|
6142
6601
|
}
|
|
@@ -6179,6 +6638,9 @@
|
|
|
6179
6638
|
background: inherit;
|
|
6180
6639
|
border: 0;
|
|
6181
6640
|
border-radius: 0;
|
|
6641
|
+
box-shadow: none;
|
|
6642
|
+
font-weight: normal;
|
|
6643
|
+
border-bottom: 0;
|
|
6182
6644
|
}
|
|
6183
6645
|
.e-tab .e-tab-header::before {
|
|
6184
6646
|
border-color: #dee2e6;
|
|
@@ -6187,11 +6649,9 @@
|
|
|
6187
6649
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
6188
6650
|
border-width: 0 0 1px;
|
|
6189
6651
|
}
|
|
6190
|
-
.e-tab .e-tab-header[style*="overflow: hidden"] {
|
|
6191
|
-
border: 0;
|
|
6192
|
-
}
|
|
6193
6652
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
6194
6653
|
border-bottom: 1px solid #fff;
|
|
6654
|
+
margin-bottom: 0;
|
|
6195
6655
|
}
|
|
6196
6656
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
6197
6657
|
background: inherit;
|
|
@@ -6203,6 +6663,9 @@
|
|
|
6203
6663
|
background: inherit;
|
|
6204
6664
|
border: 1px solid transparent;
|
|
6205
6665
|
}
|
|
6666
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
6667
|
+
background: inherit;
|
|
6668
|
+
}
|
|
6206
6669
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6207
6670
|
background: rgba(222, 226, 230, 0);
|
|
6208
6671
|
}
|
|
@@ -6244,12 +6707,23 @@
|
|
|
6244
6707
|
border-radius: 4px 4px 0 0;
|
|
6245
6708
|
}
|
|
6246
6709
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6247
|
-
border:
|
|
6710
|
+
border: 1px solid transparent;
|
|
6248
6711
|
}
|
|
6249
6712
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6250
6713
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6251
6714
|
color: #495057;
|
|
6252
6715
|
}
|
|
6716
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6717
|
+
position: unset;
|
|
6718
|
+
}
|
|
6719
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
6720
|
+
border: unset;
|
|
6721
|
+
content: unset;
|
|
6722
|
+
display: unset;
|
|
6723
|
+
position: unset;
|
|
6724
|
+
top: unset;
|
|
6725
|
+
width: unset;
|
|
6726
|
+
}
|
|
6253
6727
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6254
6728
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6255
6729
|
color: #495057;
|
|
@@ -6310,8 +6784,13 @@
|
|
|
6310
6784
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6311
6785
|
color: #0056b3;
|
|
6312
6786
|
}
|
|
6787
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6788
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6789
|
+
color: #0056b3;
|
|
6790
|
+
}
|
|
6313
6791
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6314
6792
|
background: #007bff;
|
|
6793
|
+
border-color: transparent;
|
|
6315
6794
|
}
|
|
6316
6795
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
6317
6796
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
@@ -6333,28 +6812,44 @@
|
|
|
6333
6812
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
6334
6813
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
6335
6814
|
color: #212529;
|
|
6815
|
+
border: 0;
|
|
6336
6816
|
}
|
|
6337
6817
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
6338
6818
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
6339
6819
|
background: #5a6268;
|
|
6340
6820
|
color: #fff;
|
|
6821
|
+
border: 0;
|
|
6341
6822
|
}
|
|
6342
6823
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6343
6824
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6344
6825
|
box-shadow: none;
|
|
6826
|
+
border: 0;
|
|
6827
|
+
}
|
|
6828
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
6829
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
6830
|
+
background: inherit;
|
|
6345
6831
|
}
|
|
6346
6832
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
6347
6833
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
6348
6834
|
background: #6c757d;
|
|
6349
6835
|
color: #fff;
|
|
6836
|
+
border: 0;
|
|
6350
6837
|
}
|
|
6351
6838
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6352
6839
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6353
6840
|
background: #5a6268;
|
|
6354
6841
|
color: #fff;
|
|
6355
6842
|
}
|
|
6843
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6844
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
6845
|
+
background: #6c757d;
|
|
6846
|
+
border-color: unset;
|
|
6847
|
+
color: #fff;
|
|
6848
|
+
}
|
|
6356
6849
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6357
6850
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6851
|
+
box-shadow: none;
|
|
6852
|
+
background: inherit;
|
|
6358
6853
|
border: 3px solid #adb5bd;
|
|
6359
6854
|
}
|
|
6360
6855
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
@@ -6364,6 +6859,8 @@
|
|
|
6364
6859
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
6365
6860
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
6366
6861
|
color: rgba(108, 117, 125, 0.65);
|
|
6862
|
+
background: #5a6268;
|
|
6863
|
+
border-color: unset;
|
|
6367
6864
|
}
|
|
6368
6865
|
.e-tab .e-tab-header .e-hor-nav,
|
|
6369
6866
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -6388,7 +6885,10 @@
|
|
|
6388
6885
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
6389
6886
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
6390
6887
|
color: #fff;
|
|
6391
|
-
|
|
6888
|
+
}
|
|
6889
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
6890
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
6891
|
+
background: transparent;
|
|
6392
6892
|
}
|
|
6393
6893
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6394
6894
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
@@ -6412,6 +6912,7 @@
|
|
|
6412
6912
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6413
6913
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
6414
6914
|
background: #5a6268;
|
|
6915
|
+
color: #fff;
|
|
6415
6916
|
border: 0;
|
|
6416
6917
|
border-radius: 4px;
|
|
6417
6918
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -6419,32 +6920,59 @@
|
|
|
6419
6920
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6420
6921
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
6421
6922
|
border: 0;
|
|
6923
|
+
background: transparent;
|
|
6422
6924
|
}
|
|
6423
6925
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
6424
6926
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
6425
6927
|
background: transparent;
|
|
6426
6928
|
}
|
|
6929
|
+
.e-tab .e-tab-header .e-hor-nav:active,
|
|
6930
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
6931
|
+
box-shadow: none;
|
|
6932
|
+
background: transparent;
|
|
6933
|
+
}
|
|
6427
6934
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6428
6935
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6429
|
-
background: inherit;
|
|
6430
|
-
border: 0;
|
|
6431
|
-
box-shadow: none;
|
|
6432
6936
|
background: #6c757d;
|
|
6433
6937
|
border: 3px solid #adb5bd;
|
|
6938
|
+
box-shadow: none;
|
|
6434
6939
|
border-radius: 4px;
|
|
6435
6940
|
}
|
|
6941
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
6942
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
6943
|
+
color: #fff;
|
|
6944
|
+
}
|
|
6945
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
6946
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
6947
|
+
border: 3px solid #adb5bd;
|
|
6948
|
+
}
|
|
6949
|
+
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
6950
|
+
border-color: unset;
|
|
6951
|
+
border-style: solid;
|
|
6952
|
+
border-width: 0;
|
|
6953
|
+
}
|
|
6436
6954
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
6437
|
-
border:
|
|
6955
|
+
border-color: unset;
|
|
6956
|
+
border-style: solid;
|
|
6957
|
+
border-width: 0;
|
|
6438
6958
|
}
|
|
6439
6959
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
6440
|
-
border-
|
|
6441
|
-
border-
|
|
6960
|
+
border-color: #ddd;
|
|
6961
|
+
border-style: solid;
|
|
6962
|
+
border-width: 1px 0 0;
|
|
6963
|
+
}
|
|
6964
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
6965
|
+
border-radius: 0 0 4px 4px;
|
|
6442
6966
|
}
|
|
6443
6967
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6444
|
-
border-
|
|
6968
|
+
border-color: #fff #ddd #ddd;
|
|
6969
|
+
border-style: solid;
|
|
6970
|
+
border-width: 1px;
|
|
6971
|
+
margin-top: 0;
|
|
6445
6972
|
border-radius: 0 0 4px 4px;
|
|
6446
|
-
|
|
6447
|
-
|
|
6973
|
+
}
|
|
6974
|
+
.e-tab .e-tab-header.e-vertical {
|
|
6975
|
+
border-bottom: 0;
|
|
6448
6976
|
}
|
|
6449
6977
|
.e-tab .e-tab-header.e-vertical::before {
|
|
6450
6978
|
border-width: 0 1px 0 0;
|
|
@@ -6453,10 +6981,16 @@
|
|
|
6453
6981
|
border-bottom: 1px solid #ddd;
|
|
6454
6982
|
border-top: 1px solid #ddd;
|
|
6455
6983
|
}
|
|
6984
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
6985
|
+
border-radius: 4px 0 0 4px;
|
|
6986
|
+
}
|
|
6456
6987
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6457
6988
|
border-radius: 4px 0 0 4px;
|
|
6458
6989
|
border-right: 1px solid #fff;
|
|
6459
6990
|
}
|
|
6991
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
6992
|
+
border-radius: 0 4px 4px 0;
|
|
6993
|
+
}
|
|
6460
6994
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6461
6995
|
border-left: 1px solid #fff;
|
|
6462
6996
|
border-radius: 0 4px 4px 0;
|
|
@@ -6482,6 +7016,10 @@
|
|
|
6482
7016
|
}
|
|
6483
7017
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
6484
7018
|
background: #eee;
|
|
7019
|
+
border-color: #ddd transparent transparent;
|
|
7020
|
+
}
|
|
7021
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
7022
|
+
background: #eee;
|
|
6485
7023
|
}
|
|
6486
7024
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
6487
7025
|
color: #fff;
|
|
@@ -6492,6 +7030,9 @@
|
|
|
6492
7030
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
6493
7031
|
background: #eee;
|
|
6494
7032
|
}
|
|
7033
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
7034
|
+
color: none;
|
|
7035
|
+
}
|
|
6495
7036
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6496
7037
|
background: none;
|
|
6497
7038
|
}
|
|
@@ -6522,23 +7063,36 @@
|
|
|
6522
7063
|
border: 0;
|
|
6523
7064
|
box-shadow: none;
|
|
6524
7065
|
}
|
|
7066
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7067
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7068
|
+
color: #fff;
|
|
7069
|
+
}
|
|
6525
7070
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
6526
7071
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
6527
7072
|
border: 0;
|
|
6528
7073
|
}
|
|
6529
7074
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6530
7075
|
background: #eee;
|
|
7076
|
+
border: 1px solid transparent;
|
|
6531
7077
|
}
|
|
6532
7078
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6533
7079
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
6534
7080
|
color: #0056b3;
|
|
6535
7081
|
}
|
|
7082
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
7083
|
+
color: #0056b3;
|
|
7084
|
+
}
|
|
6536
7085
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6537
7086
|
color: #fff;
|
|
6538
7087
|
}
|
|
6539
7088
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6540
7089
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6541
7090
|
color: #fff;
|
|
7091
|
+
background: #6c757d;
|
|
7092
|
+
border: 0;
|
|
7093
|
+
}
|
|
7094
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
7095
|
+
border-color: #ddd transparent transparent;
|
|
6542
7096
|
}
|
|
6543
7097
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6544
7098
|
border: 0;
|
|
@@ -6584,6 +7138,9 @@
|
|
|
6584
7138
|
.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 {
|
|
6585
7139
|
color: #0056b3;
|
|
6586
7140
|
}
|
|
7141
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7142
|
+
color: #0056b3;
|
|
7143
|
+
}
|
|
6587
7144
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6588
7145
|
margin-top: 0;
|
|
6589
7146
|
}
|
|
@@ -6593,6 +7150,7 @@
|
|
|
6593
7150
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6594
7151
|
background: #007bff;
|
|
6595
7152
|
border-radius: 4px;
|
|
7153
|
+
border-color: unset;
|
|
6596
7154
|
}
|
|
6597
7155
|
.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 {
|
|
6598
7156
|
color: #fff;
|
|
@@ -6600,6 +7158,9 @@
|
|
|
6600
7158
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6601
7159
|
margin-top: 0;
|
|
6602
7160
|
}
|
|
7161
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7162
|
+
border: unset;
|
|
7163
|
+
}
|
|
6603
7164
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6604
7165
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6605
7166
|
color: #fff;
|
|
@@ -6610,11 +7171,19 @@
|
|
|
6610
7171
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
6611
7172
|
color: #fff;
|
|
6612
7173
|
}
|
|
7174
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
7175
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
7176
|
+
color: #212529;
|
|
7177
|
+
}
|
|
6613
7178
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
6614
7179
|
background: #007bff;
|
|
6615
7180
|
}
|
|
6616
|
-
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text
|
|
6617
|
-
|
|
7181
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
7182
|
+
color: #fff;
|
|
7183
|
+
}
|
|
7184
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
7185
|
+
color: #fff;
|
|
7186
|
+
}
|
|
6618
7187
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
6619
7188
|
color: #fff;
|
|
6620
7189
|
}
|
|
@@ -6670,8 +7239,11 @@
|
|
|
6670
7239
|
}
|
|
6671
7240
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6672
7241
|
background: #eee;
|
|
7242
|
+
border-color: unset;
|
|
7243
|
+
}
|
|
7244
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7245
|
+
color: #0056b3;
|
|
6673
7246
|
}
|
|
6674
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6675
7247
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6676
7248
|
color: #0056b3;
|
|
6677
7249
|
}
|
|
@@ -6691,6 +7263,7 @@
|
|
|
6691
7263
|
}
|
|
6692
7264
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
6693
7265
|
background: #dee2e6;
|
|
7266
|
+
bottom: 0;
|
|
6694
7267
|
}
|
|
6695
7268
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
6696
7269
|
border: 0;
|
|
@@ -6700,55 +7273,98 @@
|
|
|
6700
7273
|
}
|
|
6701
7274
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6702
7275
|
background: inherit;
|
|
7276
|
+
border-color: transparent;
|
|
6703
7277
|
}
|
|
6704
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6705
7278
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6706
7279
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6707
7280
|
color: #007bff;
|
|
6708
7281
|
}
|
|
7282
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
7283
|
+
color: #007bff;
|
|
7284
|
+
}
|
|
6709
7285
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
6710
7286
|
color: rgba(0, 0, 0, 0.5);
|
|
6711
7287
|
}
|
|
6712
7288
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6713
7289
|
background: transparent;
|
|
6714
|
-
|
|
6715
|
-
|
|
6716
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6717
|
-
color: #fff;
|
|
7290
|
+
background-color: transparent;
|
|
7291
|
+
border-color: #e9ecef;
|
|
6718
7292
|
}
|
|
6719
7293
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
6720
7294
|
color: #0056b3;
|
|
6721
7295
|
}
|
|
7296
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7297
|
+
color: #fff;
|
|
7298
|
+
}
|
|
6722
7299
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6723
7300
|
color: rgba(0, 0, 0, 0.5);
|
|
6724
7301
|
}
|
|
7302
|
+
.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 {
|
|
7303
|
+
color: rgba(0, 0, 0, 0.5);
|
|
7304
|
+
}
|
|
6725
7305
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
6726
7306
|
border: 0;
|
|
6727
7307
|
margin: 0;
|
|
7308
|
+
background: inherit;
|
|
6728
7309
|
}
|
|
6729
7310
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6730
7311
|
background: #007bff;
|
|
7312
|
+
border-color: unset;
|
|
6731
7313
|
border-radius: 4px;
|
|
7314
|
+
border-style: solid;
|
|
7315
|
+
border-width: 1px;
|
|
7316
|
+
}
|
|
7317
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
7318
|
+
color: #fff;
|
|
7319
|
+
}
|
|
7320
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
7321
|
+
color: #fff;
|
|
7322
|
+
}
|
|
7323
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
7324
|
+
color: #fff;
|
|
7325
|
+
}
|
|
7326
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7327
|
+
background: #007bff;
|
|
7328
|
+
border-color: unset;
|
|
7329
|
+
}
|
|
7330
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7331
|
+
color: #fff;
|
|
6732
7332
|
}
|
|
6733
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6734
7333
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6735
7334
|
color: #fff;
|
|
6736
7335
|
}
|
|
6737
7336
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6738
7337
|
color: #fff;
|
|
6739
7338
|
}
|
|
7339
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
7340
|
+
color: #fff;
|
|
7341
|
+
}
|
|
7342
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
7343
|
+
color: #fff;
|
|
7344
|
+
}
|
|
7345
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
7346
|
+
background: #007bff;
|
|
7347
|
+
}
|
|
7348
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
7349
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
7350
|
+
color: #fff;
|
|
7351
|
+
}
|
|
6740
7352
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6741
7353
|
background: #007bff;
|
|
6742
7354
|
}
|
|
6743
7355
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6744
7356
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6745
7357
|
color: #fff;
|
|
7358
|
+
}
|
|
7359
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
6746
7360
|
color: #fff;
|
|
6747
7361
|
}
|
|
6748
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text,
|
|
6749
7362
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6750
7363
|
color: #fff;
|
|
6751
7364
|
}
|
|
7365
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7366
|
+
border: unset;
|
|
7367
|
+
}
|
|
6752
7368
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6753
7369
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6754
7370
|
color: #fff;
|
|
@@ -6756,7 +7372,8 @@
|
|
|
6756
7372
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
6757
7373
|
color: #fff;
|
|
6758
7374
|
}
|
|
6759
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
7375
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
7376
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
6760
7377
|
color: #fff;
|
|
6761
7378
|
}
|
|
6762
7379
|
.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 {
|
|
@@ -6771,11 +7388,11 @@
|
|
|
6771
7388
|
background: inherit;
|
|
6772
7389
|
}
|
|
6773
7390
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6774
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
7391
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
7392
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6775
7393
|
color: #007bff;
|
|
6776
7394
|
}
|
|
6777
7395
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6778
|
-
background: #eee;
|
|
6779
7396
|
background: #007bff;
|
|
6780
7397
|
}
|
|
6781
7398
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
@@ -6783,52 +7400,103 @@
|
|
|
6783
7400
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6784
7401
|
color: #fff;
|
|
6785
7402
|
}
|
|
6786
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text
|
|
7403
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
7404
|
+
color: #fff;
|
|
7405
|
+
}
|
|
6787
7406
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
6788
7407
|
color: #fff;
|
|
6789
7408
|
}
|
|
7409
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
7410
|
+
color: #007bff;
|
|
7411
|
+
}
|
|
7412
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
7413
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
7414
|
+
background: inherit;
|
|
7415
|
+
}
|
|
6790
7416
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
6791
7417
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
6792
7418
|
color: #212529;
|
|
7419
|
+
border: 0;
|
|
6793
7420
|
}
|
|
6794
7421
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
6795
7422
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
6796
7423
|
background: inherit;
|
|
6797
7424
|
color: #fff;
|
|
7425
|
+
border-color: unset;
|
|
7426
|
+
}
|
|
7427
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
7428
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
7429
|
+
background: unset;
|
|
7430
|
+
color: #212529;
|
|
6798
7431
|
}
|
|
6799
7432
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
6800
7433
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6801
7434
|
color: #fff;
|
|
7435
|
+
border: 0;
|
|
7436
|
+
background: #6c757d;
|
|
6802
7437
|
}
|
|
6803
7438
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6804
7439
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6805
7440
|
background: inherit;
|
|
6806
7441
|
color: #fff;
|
|
6807
7442
|
}
|
|
7443
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
7444
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
7445
|
+
background: #6c757d;
|
|
7446
|
+
border-color: unset;
|
|
7447
|
+
color: #fff;
|
|
7448
|
+
}
|
|
6808
7449
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
6809
7450
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
6810
7451
|
animation: none;
|
|
6811
7452
|
}
|
|
7453
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7454
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
7455
|
+
background: transparent;
|
|
7456
|
+
}
|
|
6812
7457
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6813
7458
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
6814
7459
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
6815
7460
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
6816
7461
|
color: #212529;
|
|
7462
|
+
border: 0;
|
|
6817
7463
|
}
|
|
6818
7464
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
6819
7465
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
6820
7466
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6821
7467
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
6822
|
-
background:
|
|
7468
|
+
background: #5a6268;
|
|
7469
|
+
border-color: unset;
|
|
6823
7470
|
color: #fff;
|
|
6824
|
-
|
|
7471
|
+
}
|
|
7472
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
7473
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
7474
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
7475
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
6825
7476
|
background: #5a6268;
|
|
7477
|
+
color: #fff;
|
|
6826
7478
|
}
|
|
6827
7479
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
6828
7480
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
6829
7481
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6830
7482
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6831
7483
|
color: #fff;
|
|
7484
|
+
background: #6c757d;
|
|
7485
|
+
border: 0;
|
|
7486
|
+
}
|
|
7487
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
7488
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
7489
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
7490
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
7491
|
+
background: #5a6268;
|
|
7492
|
+
}
|
|
7493
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
7494
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
7495
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7496
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7497
|
+
background: #5a6268;
|
|
7498
|
+
border-color: unset;
|
|
7499
|
+
color: #fff;
|
|
6832
7500
|
}
|
|
6833
7501
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
6834
7502
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -6838,6 +7506,40 @@
|
|
|
6838
7506
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
6839
7507
|
color: #fff;
|
|
6840
7508
|
}
|
|
7509
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
7510
|
+
border: 0;
|
|
7511
|
+
margin: 0;
|
|
7512
|
+
}
|
|
7513
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
7514
|
+
border-color: unset;
|
|
7515
|
+
border-radius: 4px;
|
|
7516
|
+
border-style: solid;
|
|
7517
|
+
border-width: 0;
|
|
7518
|
+
}
|
|
7519
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
7520
|
+
border-color: #fff;
|
|
7521
|
+
border-style: solid;
|
|
7522
|
+
border-width: 0 1px 0 0;
|
|
7523
|
+
margin: 0;
|
|
7524
|
+
}
|
|
7525
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
7526
|
+
border-color: unset;
|
|
7527
|
+
border-radius: 4px;
|
|
7528
|
+
border-style: solid;
|
|
7529
|
+
border-width: 0;
|
|
7530
|
+
}
|
|
7531
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
7532
|
+
border-color: #fff;
|
|
7533
|
+
border-style: solid;
|
|
7534
|
+
border-width: 0 0 0 1px;
|
|
7535
|
+
margin: 0;
|
|
7536
|
+
}
|
|
7537
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
7538
|
+
border-color: unset;
|
|
7539
|
+
border-radius: 4px;
|
|
7540
|
+
border-style: solid;
|
|
7541
|
+
border-width: 0;
|
|
7542
|
+
}
|
|
6841
7543
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
6842
7544
|
border: 0;
|
|
6843
7545
|
}
|
|
@@ -6901,6 +7603,7 @@
|
|
|
6901
7603
|
}
|
|
6902
7604
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6903
7605
|
background: #007bff;
|
|
7606
|
+
border-color: transparent;
|
|
6904
7607
|
}
|
|
6905
7608
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6906
7609
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -6909,22 +7612,38 @@
|
|
|
6909
7612
|
}
|
|
6910
7613
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6911
7614
|
background: #eee;
|
|
7615
|
+
border-color: unset;
|
|
6912
7616
|
}
|
|
6913
7617
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6914
7618
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6915
7619
|
color: #fff;
|
|
6916
7620
|
}
|
|
6917
7621
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7622
|
+
background: #007bff;
|
|
6918
7623
|
border: 1px solid #e9ecef;
|
|
6919
7624
|
border-radius: 4px 4px 0 0;
|
|
6920
7625
|
}
|
|
6921
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text
|
|
6922
|
-
|
|
6923
|
-
|
|
7626
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7627
|
+
color: #0056b3;
|
|
7628
|
+
}
|
|
7629
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7630
|
+
color: #fff;
|
|
7631
|
+
}
|
|
7632
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7633
|
+
color: #0056b3;
|
|
7634
|
+
}
|
|
7635
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7636
|
+
color: #0056b3;
|
|
7637
|
+
}
|
|
7638
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7639
|
+
color: #fff;
|
|
7640
|
+
}
|
|
6924
7641
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6925
7642
|
color: #0056b3;
|
|
6926
7643
|
}
|
|
6927
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
7644
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7645
|
+
color: #0056b3;
|
|
7646
|
+
}
|
|
6928
7647
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6929
7648
|
color: #0056b3;
|
|
6930
7649
|
}
|
|
@@ -6950,6 +7669,8 @@
|
|
|
6950
7669
|
.e-tab .e-content .e-item {
|
|
6951
7670
|
background: inherit;
|
|
6952
7671
|
color: #000;
|
|
7672
|
+
font-size: 12px;
|
|
7673
|
+
line-height: 18px;
|
|
6953
7674
|
}
|
|
6954
7675
|
|
|
6955
7676
|
.e-tab-clone-element {
|