@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/bootstrap.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,22 +904,34 @@
|
|
|
903
904
|
border: 0;
|
|
904
905
|
color: #333;
|
|
905
906
|
}
|
|
907
|
+
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
|
|
908
|
+
background: #e6e6e6;
|
|
909
|
+
}
|
|
906
910
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
907
911
|
background: #e6e6e6;
|
|
908
912
|
border: 0;
|
|
909
913
|
color: #333;
|
|
910
914
|
}
|
|
915
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
|
|
916
|
+
color: #333;
|
|
917
|
+
}
|
|
911
918
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
912
919
|
background: #e6e6e6;
|
|
913
920
|
border: 0;
|
|
914
921
|
color: #333;
|
|
915
922
|
}
|
|
923
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
|
|
924
|
+
color: #333;
|
|
925
|
+
}
|
|
916
926
|
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
917
927
|
background: #e6e6e6;
|
|
918
928
|
border: 0;
|
|
919
929
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
920
930
|
color: #333;
|
|
921
931
|
}
|
|
932
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
933
|
+
color: #333;
|
|
934
|
+
}
|
|
922
935
|
.e-hscroll .e-scroll-nav {
|
|
923
936
|
background: #f8f8f8;
|
|
924
937
|
}
|
|
@@ -1156,10 +1169,18 @@
|
|
|
1156
1169
|
height: 50px;
|
|
1157
1170
|
min-height: 50px;
|
|
1158
1171
|
}
|
|
1172
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
1173
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
|
|
1174
|
+
font-size: 14px;
|
|
1175
|
+
}
|
|
1159
1176
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
1160
1177
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
1161
1178
|
font-size: 14px;
|
|
1162
1179
|
}
|
|
1180
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
|
|
1181
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
|
|
1182
|
+
font-size: 16px;
|
|
1183
|
+
}
|
|
1163
1184
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
1164
1185
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
1165
1186
|
border-bottom: 0;
|
|
@@ -1235,6 +1256,10 @@
|
|
|
1235
1256
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1236
1257
|
line-height: inherit;
|
|
1237
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
|
+
}
|
|
1238
1263
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
1239
1264
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1240
1265
|
min-width: 48px;
|
|
@@ -1243,6 +1268,7 @@
|
|
|
1243
1268
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
1244
1269
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
1245
1270
|
min-width: 24px;
|
|
1271
|
+
font-size: 16px;
|
|
1246
1272
|
}
|
|
1247
1273
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1248
1274
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
@@ -1258,6 +1284,7 @@
|
|
|
1258
1284
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1259
1285
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1260
1286
|
padding: 0 12px 0 15px;
|
|
1287
|
+
font-size: 14px;
|
|
1261
1288
|
}
|
|
1262
1289
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
1263
1290
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -1269,6 +1296,10 @@
|
|
|
1269
1296
|
margin-right: 15px;
|
|
1270
1297
|
white-space: normal;
|
|
1271
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
|
+
}
|
|
1272
1303
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1273
1304
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
1274
1305
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -1381,7 +1412,6 @@
|
|
|
1381
1412
|
padding-left: 3px;
|
|
1382
1413
|
padding-right: 3px;
|
|
1383
1414
|
padding-top: 0;
|
|
1384
|
-
margin-left: -1px;
|
|
1385
1415
|
}
|
|
1386
1416
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
1387
1417
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -1403,6 +1433,7 @@
|
|
|
1403
1433
|
}
|
|
1404
1434
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
1405
1435
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1436
|
+
margin: 0;
|
|
1406
1437
|
min-width: 0;
|
|
1407
1438
|
padding: 2.5px 5px;
|
|
1408
1439
|
}
|
|
@@ -1480,7 +1511,6 @@
|
|
|
1480
1511
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
1481
1512
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
1482
1513
|
padding-right: 3px;
|
|
1483
|
-
margin-left: 0;
|
|
1484
1514
|
}
|
|
1485
1515
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
1486
1516
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -1577,6 +1607,7 @@
|
|
|
1577
1607
|
white-space: normal;
|
|
1578
1608
|
}
|
|
1579
1609
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
1610
|
+
margin: 0;
|
|
1580
1611
|
height: 100%;
|
|
1581
1612
|
min-width: 30px;
|
|
1582
1613
|
padding: 4px 2.5px;
|
|
@@ -1637,6 +1668,7 @@
|
|
|
1637
1668
|
min-height: 25px;
|
|
1638
1669
|
min-width: 27px;
|
|
1639
1670
|
padding: 0;
|
|
1671
|
+
font-size: 14px;
|
|
1640
1672
|
}
|
|
1641
1673
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
1642
1674
|
display: -ms-inline-flexbox;
|
|
@@ -1859,6 +1891,7 @@
|
|
|
1859
1891
|
text-align: center;
|
|
1860
1892
|
vertical-align: middle;
|
|
1861
1893
|
width: 100%;
|
|
1894
|
+
font-size: 12px;
|
|
1862
1895
|
}
|
|
1863
1896
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1864
1897
|
line-height: 25px;
|
|
@@ -1880,6 +1913,9 @@
|
|
|
1880
1913
|
margin-right: 15px;
|
|
1881
1914
|
white-space: normal;
|
|
1882
1915
|
}
|
|
1916
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
1917
|
+
margin: 0;
|
|
1918
|
+
}
|
|
1883
1919
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1884
1920
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1885
1921
|
display: none;
|
|
@@ -2009,11 +2045,15 @@
|
|
|
2009
2045
|
min-height: 32px;
|
|
2010
2046
|
min-width: 0;
|
|
2011
2047
|
padding: 1px 2.5px;
|
|
2048
|
+
border-radius: 4px;
|
|
2012
2049
|
line-height: 27px;
|
|
2013
2050
|
}
|
|
2014
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 {
|
|
2015
2052
|
padding: 0 1.5px;
|
|
2016
2053
|
}
|
|
2054
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
2055
|
+
outline: 0;
|
|
2056
|
+
}
|
|
2017
2057
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2018
2058
|
padding: 0 0 0 12px;
|
|
2019
2059
|
}
|
|
@@ -2024,6 +2064,7 @@
|
|
|
2024
2064
|
margin: 0;
|
|
2025
2065
|
min-width: 27px;
|
|
2026
2066
|
width: auto;
|
|
2067
|
+
padding-bottom: 0;
|
|
2027
2068
|
}
|
|
2028
2069
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
2029
2070
|
-ms-flex-item-align: center;
|
|
@@ -2170,33 +2211,60 @@
|
|
|
2170
2211
|
background: #f8f8f8;
|
|
2171
2212
|
box-shadow: none;
|
|
2172
2213
|
color: #333;
|
|
2173
|
-
|
|
2214
|
+
border: 0;
|
|
2174
2215
|
}
|
|
2175
2216
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
2176
2217
|
color: #333;
|
|
2177
2218
|
}
|
|
2178
2219
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2179
2220
|
background: #e6e6e6;
|
|
2180
|
-
border-color: #8c8c8c;
|
|
2181
2221
|
border-radius: 4px;
|
|
2182
2222
|
color: #333;
|
|
2183
|
-
border:
|
|
2184
|
-
|
|
2223
|
+
border-color: #8c8c8c;
|
|
2224
|
+
border-style: solid;
|
|
2225
|
+
border-width: 1px;
|
|
2226
|
+
box-shadow: none;
|
|
2227
|
+
}
|
|
2228
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2229
|
+
color: #333;
|
|
2230
|
+
}
|
|
2231
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2232
|
+
color: #333;
|
|
2185
2233
|
}
|
|
2186
2234
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2187
2235
|
background: #e6e6e6;
|
|
2188
|
-
border-color: #adadad;
|
|
2189
2236
|
border-radius: 4px;
|
|
2190
2237
|
color: #333;
|
|
2191
|
-
border:
|
|
2238
|
+
border-color: #adadad;
|
|
2239
|
+
border-style: solid;
|
|
2240
|
+
border-width: 1px;
|
|
2241
|
+
}
|
|
2242
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2243
|
+
color: #333;
|
|
2244
|
+
}
|
|
2245
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2246
|
+
color: #333;
|
|
2247
|
+
}
|
|
2248
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2249
|
+
color: #333;
|
|
2250
|
+
}
|
|
2251
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2252
|
+
color: #333;
|
|
2192
2253
|
}
|
|
2193
2254
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
2194
2255
|
background: #e6e6e6;
|
|
2195
|
-
border-color: #adadad;
|
|
2196
2256
|
border-radius: 4px;
|
|
2197
2257
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2198
2258
|
color: #333;
|
|
2199
|
-
border-
|
|
2259
|
+
border-color: #adadad;
|
|
2260
|
+
border-style: solid;
|
|
2261
|
+
border-width: 0 0 0 1px;
|
|
2262
|
+
}
|
|
2263
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2264
|
+
color: #333;
|
|
2265
|
+
}
|
|
2266
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2267
|
+
color: #333;
|
|
2200
2268
|
}
|
|
2201
2269
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
2202
2270
|
color: #333;
|
|
@@ -2206,6 +2274,54 @@
|
|
|
2206
2274
|
border: 1px solid #ccc;
|
|
2207
2275
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
2208
2276
|
}
|
|
2277
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
2278
|
+
background: #f8f8f8;
|
|
2279
|
+
}
|
|
2280
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
2281
|
+
background: #e6e6e6;
|
|
2282
|
+
box-shadow: none;
|
|
2283
|
+
color: #333;
|
|
2284
|
+
border-color: #adadad;
|
|
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: #333;
|
|
2290
|
+
}
|
|
2291
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2292
|
+
color: #333;
|
|
2293
|
+
}
|
|
2294
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2295
|
+
background: #e6e6e6;
|
|
2296
|
+
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2297
|
+
color: #333;
|
|
2298
|
+
border-color: #adadad;
|
|
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: #333;
|
|
2304
|
+
}
|
|
2305
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2306
|
+
color: #333;
|
|
2307
|
+
}
|
|
2308
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
2309
|
+
background: #e6e6e6;
|
|
2310
|
+
box-shadow: none;
|
|
2311
|
+
color: #333;
|
|
2312
|
+
border-color: #8c8c8c;
|
|
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: #333;
|
|
2318
|
+
}
|
|
2319
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2320
|
+
color: #333;
|
|
2321
|
+
}
|
|
2322
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
2323
|
+
outline: 0;
|
|
2324
|
+
}
|
|
2209
2325
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
2210
2326
|
background: transparent;
|
|
2211
2327
|
}
|
|
@@ -2215,32 +2331,51 @@
|
|
|
2215
2331
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
2216
2332
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
2217
2333
|
background: #d4d4d4;
|
|
2218
|
-
border: 0;
|
|
2219
2334
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2220
|
-
border-
|
|
2335
|
+
border-color: #d4d4d4;
|
|
2336
|
+
border-style: solid;
|
|
2337
|
+
border-width: 0;
|
|
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: #d4d4d4;
|
|
2342
|
+
border-style: solid;
|
|
2343
|
+
border-width: 0;
|
|
2221
2344
|
}
|
|
2222
2345
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
2223
2346
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
2224
2347
|
color: #333;
|
|
2225
2348
|
}
|
|
2349
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
2350
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
2351
|
+
color: #333;
|
|
2352
|
+
}
|
|
2226
2353
|
.e-toolbar .e-tbar-btn {
|
|
2227
2354
|
background: #f8f8f8;
|
|
2228
2355
|
box-shadow: none;
|
|
2229
2356
|
color: #333;
|
|
2230
|
-
|
|
2357
|
+
border: none;
|
|
2231
2358
|
}
|
|
2232
2359
|
.e-toolbar .e-tbar-btn:focus {
|
|
2233
2360
|
background: #e6e6e6;
|
|
2234
|
-
border: 1px solid #8c8c8c;
|
|
2235
|
-
margin: 0;
|
|
2236
|
-
border-color: #8c8c8c;
|
|
2237
2361
|
border-radius: 4px;
|
|
2238
2362
|
color: #333;
|
|
2363
|
+
border-color: #8c8c8c;
|
|
2364
|
+
border-style: solid;
|
|
2365
|
+
border-width: 1px;
|
|
2366
|
+
box-shadow: none;
|
|
2367
|
+
}
|
|
2368
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
2369
|
+
color: #333;
|
|
2370
|
+
}
|
|
2371
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2372
|
+
color: #333;
|
|
2239
2373
|
}
|
|
2240
2374
|
.e-toolbar .e-tbar-btn:hover {
|
|
2241
2375
|
background: #e6e6e6;
|
|
2242
|
-
border: 1px solid #adadad;
|
|
2243
2376
|
border-color: #adadad;
|
|
2377
|
+
border-style: solid;
|
|
2378
|
+
border-width: 1px;
|
|
2244
2379
|
border-radius: 4px;
|
|
2245
2380
|
color: #333;
|
|
2246
2381
|
}
|
|
@@ -2249,6 +2384,7 @@
|
|
|
2249
2384
|
}
|
|
2250
2385
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
2251
2386
|
background: #f8f8f8;
|
|
2387
|
+
opacity: 0.5;
|
|
2252
2388
|
}
|
|
2253
2389
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
2254
2390
|
color: #333;
|
|
@@ -2259,6 +2395,30 @@
|
|
|
2259
2395
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
2260
2396
|
color: #333;
|
|
2261
2397
|
}
|
|
2398
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
2399
|
+
color: #333;
|
|
2400
|
+
}
|
|
2401
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
2402
|
+
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2403
|
+
}
|
|
2404
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2405
|
+
color: #333;
|
|
2406
|
+
}
|
|
2407
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2408
|
+
color: #333;
|
|
2409
|
+
}
|
|
2410
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2411
|
+
color: #333;
|
|
2412
|
+
}
|
|
2413
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2414
|
+
color: #333;
|
|
2415
|
+
}
|
|
2416
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2417
|
+
color: #333;
|
|
2418
|
+
}
|
|
2419
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2420
|
+
color: #333;
|
|
2421
|
+
}
|
|
2262
2422
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2263
2423
|
border: solid #ccc;
|
|
2264
2424
|
border-width: 0 1px 0 0;
|
|
@@ -2288,6 +2448,10 @@
|
|
|
2288
2448
|
border: 0;
|
|
2289
2449
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2290
2450
|
color: #333;
|
|
2451
|
+
background: #f8f8f8;
|
|
2452
|
+
}
|
|
2453
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
2454
|
+
color: #333;
|
|
2291
2455
|
}
|
|
2292
2456
|
.e-toolbar .e-hor-nav:active::after {
|
|
2293
2457
|
content: "";
|
|
@@ -2297,19 +2461,45 @@
|
|
|
2297
2461
|
border-left: 1px solid #adadad;
|
|
2298
2462
|
color: #333;
|
|
2299
2463
|
}
|
|
2464
|
+
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
2465
|
+
color: #333;
|
|
2466
|
+
}
|
|
2467
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
2468
|
+
border-color: #ccc #adadad;
|
|
2469
|
+
border-style: solid;
|
|
2470
|
+
border-width: 0 0 0 1px;
|
|
2471
|
+
}
|
|
2472
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
2473
|
+
background: #e6e6e6;
|
|
2474
|
+
border-color: #adadad;
|
|
2475
|
+
border-style: solid;
|
|
2476
|
+
border-width: 0 0 0 1px;
|
|
2477
|
+
}
|
|
2300
2478
|
.e-toolbar .e-hor-nav:focus {
|
|
2301
2479
|
background: #e6e6e6;
|
|
2302
|
-
|
|
2480
|
+
color: #333;
|
|
2481
|
+
border-color: #ccc;
|
|
2482
|
+
border-style: solid;
|
|
2483
|
+
border-width: 0;
|
|
2484
|
+
}
|
|
2485
|
+
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
2303
2486
|
color: #333;
|
|
2304
2487
|
}
|
|
2305
2488
|
.e-toolbar .e-tbar-btn:active {
|
|
2306
2489
|
background: #e6e6e6;
|
|
2307
|
-
border-left: 1px solid #adadad;
|
|
2308
2490
|
border-color: #adadad;
|
|
2491
|
+
border-style: solid;
|
|
2492
|
+
border-width: 0 0 0 1px;
|
|
2309
2493
|
border-radius: 4px;
|
|
2310
2494
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
2311
2495
|
color: #333;
|
|
2312
2496
|
}
|
|
2497
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
2498
|
+
color: #333;
|
|
2499
|
+
}
|
|
2500
|
+
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
2501
|
+
color: #333;
|
|
2502
|
+
}
|
|
2313
2503
|
|
|
2314
2504
|
/*! component's theme wise override fabric-definitions and variables */
|
|
2315
2505
|
/*! accordion icons */
|
|
@@ -2324,6 +2514,7 @@
|
|
|
2324
2514
|
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
|
|
2325
2515
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2326
2516
|
font-size: 16px;
|
|
2517
|
+
vertical-align: middle;
|
|
2327
2518
|
}
|
|
2328
2519
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
2329
2520
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel {
|
|
@@ -2369,15 +2560,21 @@
|
|
|
2369
2560
|
min-height: 50px;
|
|
2370
2561
|
min-width: 24px;
|
|
2371
2562
|
right: 15px;
|
|
2563
|
+
font-size: 12px;
|
|
2372
2564
|
}
|
|
2373
2565
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
2374
2566
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
2375
2567
|
display: inline-block;
|
|
2376
2568
|
padding: 0 10px 0 0;
|
|
2377
2569
|
}
|
|
2570
|
+
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
|
|
2571
|
+
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2572
|
+
font-size: 12px;
|
|
2573
|
+
}
|
|
2378
2574
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
2379
2575
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2380
2576
|
padding: 15px;
|
|
2577
|
+
font-size: 14px;
|
|
2381
2578
|
}
|
|
2382
2579
|
.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,
|
|
2383
2580
|
.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 {
|
|
@@ -2417,22 +2614,16 @@
|
|
|
2417
2614
|
border-radius: 4px;
|
|
2418
2615
|
margin-top: 5px;
|
|
2419
2616
|
}
|
|
2420
|
-
.e-accordion .e-acrdn-item
|
|
2421
|
-
|
|
2617
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:first-child {
|
|
2618
|
+
border-top: 1px solid #ddd;
|
|
2422
2619
|
}
|
|
2423
|
-
.e-accordion .e-acrdn-item
|
|
2424
|
-
|
|
2620
|
+
.e-accordion .e-acrdn-item.e-select.e-selected:last-child {
|
|
2621
|
+
border-bottom: 1px solid #ddd;
|
|
2425
2622
|
}
|
|
2426
2623
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
2427
2624
|
margin-bottom: 0;
|
|
2428
2625
|
margin-top: 0;
|
|
2429
2626
|
}
|
|
2430
|
-
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item.e-select {
|
|
2431
|
-
margin-top: 5px;
|
|
2432
|
-
}
|
|
2433
|
-
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header {
|
|
2434
|
-
border: 0;
|
|
2435
|
-
}
|
|
2436
2627
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
|
|
2437
2628
|
margin: 2px;
|
|
2438
2629
|
}
|
|
@@ -2474,10 +2665,14 @@
|
|
|
2474
2665
|
text-decoration: none;
|
|
2475
2666
|
text-overflow: ellipsis;
|
|
2476
2667
|
white-space: nowrap;
|
|
2668
|
+
margin-bottom: 0;
|
|
2477
2669
|
}
|
|
2478
2670
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
2479
2671
|
display: inline-block;
|
|
2480
2672
|
}
|
|
2673
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2674
|
+
line-height: 39px;
|
|
2675
|
+
}
|
|
2481
2676
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2482
2677
|
display: none;
|
|
2483
2678
|
font-size: 12px;
|
|
@@ -2500,6 +2695,9 @@
|
|
|
2500
2695
|
display: inline-block;
|
|
2501
2696
|
padding: 0 10px 0 0;
|
|
2502
2697
|
}
|
|
2698
|
+
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
|
|
2699
|
+
font-size: 12px;
|
|
2700
|
+
}
|
|
2503
2701
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
2504
2702
|
font-size: 14px;
|
|
2505
2703
|
overflow-y: hidden;
|
|
@@ -2578,25 +2776,118 @@
|
|
|
2578
2776
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2579
2777
|
background: #fff;
|
|
2580
2778
|
border: 1px none #ddd;
|
|
2779
|
+
border-radius: 0;
|
|
2581
2780
|
}
|
|
2582
2781
|
.e-accordion .e-active {
|
|
2583
2782
|
background: #fff;
|
|
2584
2783
|
}
|
|
2784
|
+
.e-accordion .e-acrdn-item {
|
|
2785
|
+
border-color: #ddd;
|
|
2786
|
+
border-style: solid;
|
|
2787
|
+
border-width: 0;
|
|
2788
|
+
border-radius: 4px;
|
|
2789
|
+
}
|
|
2790
|
+
.e-accordion .e-acrdn-item.e-select:last-child {
|
|
2791
|
+
border-bottom: 1px solid #ddd;
|
|
2792
|
+
border-radius: 4px;
|
|
2793
|
+
}
|
|
2794
|
+
.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus {
|
|
2795
|
+
border-radius: 4px;
|
|
2796
|
+
}
|
|
2797
|
+
.e-accordion .e-acrdn-item:last-child {
|
|
2798
|
+
border-bottom: 0;
|
|
2799
|
+
}
|
|
2800
|
+
.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus {
|
|
2801
|
+
border-radius: 4px;
|
|
2802
|
+
}
|
|
2803
|
+
.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus {
|
|
2804
|
+
border-radius: 4px;
|
|
2805
|
+
}
|
|
2806
|
+
.e-accordion .e-acrdn-item.e-item-focus {
|
|
2807
|
+
border-color: #ddd;
|
|
2808
|
+
border-style: solid;
|
|
2809
|
+
border-width: 0;
|
|
2810
|
+
}
|
|
2811
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
|
|
2812
|
+
border-top: 1px solid #ddd;
|
|
2813
|
+
}
|
|
2814
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus {
|
|
2815
|
+
border-color: #ddd;
|
|
2816
|
+
border-style: solid;
|
|
2817
|
+
border-width: 0 0 1px 0;
|
|
2818
|
+
}
|
|
2819
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus {
|
|
2820
|
+
background: transparent;
|
|
2821
|
+
}
|
|
2822
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
2823
|
+
color: #333;
|
|
2824
|
+
}
|
|
2825
|
+
.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
|
|
2826
|
+
color: #333;
|
|
2827
|
+
}
|
|
2828
|
+
.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 {
|
|
2829
|
+
color: #333;
|
|
2830
|
+
}
|
|
2831
|
+
.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 {
|
|
2832
|
+
border-color: #ddd;
|
|
2833
|
+
}
|
|
2834
|
+
.e-accordion .e-acrdn-item.e-expand-state.e-select {
|
|
2835
|
+
border-color: #ddd;
|
|
2836
|
+
border-style: solid;
|
|
2837
|
+
border-width: 1px;
|
|
2838
|
+
}
|
|
2839
|
+
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
2840
|
+
border: 0;
|
|
2841
|
+
}
|
|
2842
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons,
|
|
2843
|
+
.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2844
|
+
color: #333;
|
|
2845
|
+
}
|
|
2585
2846
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
2586
2847
|
background: #fff;
|
|
2848
|
+
opacity: 0.5;
|
|
2849
|
+
}
|
|
2850
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
2851
|
+
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
2852
|
+
color: #333;
|
|
2853
|
+
}
|
|
2854
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
2855
|
+
color: #333;
|
|
2856
|
+
}
|
|
2857
|
+
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content {
|
|
2858
|
+
color: #333;
|
|
2587
2859
|
}
|
|
2588
2860
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
2861
|
+
border-color: #ddd;
|
|
2862
|
+
border-style: solid;
|
|
2863
|
+
border-width: 0 0 1px 0;
|
|
2589
2864
|
background: transparent;
|
|
2590
2865
|
}
|
|
2866
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:hover {
|
|
2867
|
+
background: #f5f5f5;
|
|
2868
|
+
}
|
|
2869
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:active {
|
|
2870
|
+
background: #f5f5f5;
|
|
2871
|
+
}
|
|
2872
|
+
.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 {
|
|
2873
|
+
color: #333;
|
|
2874
|
+
}
|
|
2875
|
+
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child {
|
|
2876
|
+
border-bottom: 1px solid #ddd;
|
|
2877
|
+
}
|
|
2591
2878
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
2592
2879
|
color: #333;
|
|
2593
2880
|
}
|
|
2594
2881
|
.e-accordion .e-acrdn-item.e-select {
|
|
2595
2882
|
background: #f5f5f5;
|
|
2596
|
-
border:
|
|
2883
|
+
border-color: #ddd;
|
|
2884
|
+
border-style: solid;
|
|
2885
|
+
border-width: 1px;
|
|
2597
2886
|
}
|
|
2598
2887
|
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
2599
2888
|
color: #333;
|
|
2889
|
+
background: none;
|
|
2890
|
+
border-top: 0;
|
|
2600
2891
|
}
|
|
2601
2892
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
2602
2893
|
color: #333;
|
|
@@ -2606,19 +2897,65 @@
|
|
|
2606
2897
|
}
|
|
2607
2898
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
2608
2899
|
background: transparent;
|
|
2900
|
+
border: 0;
|
|
2901
|
+
border-color: initial;
|
|
2609
2902
|
}
|
|
2610
2903
|
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
2904
|
+
border: 0;
|
|
2611
2905
|
background: transparent;
|
|
2906
|
+
border-color: initial;
|
|
2612
2907
|
}
|
|
2613
2908
|
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
2909
|
+
border: 0;
|
|
2910
|
+
border-color: initial;
|
|
2614
2911
|
background: transparent;
|
|
2615
2912
|
}
|
|
2616
2913
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2617
|
-
|
|
2914
|
+
border: 0;
|
|
2915
|
+
box-shadow: none;
|
|
2916
|
+
background: transparent;
|
|
2917
|
+
}
|
|
2918
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2919
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
2920
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
2921
|
+
color: #333;
|
|
2922
|
+
}
|
|
2923
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
2924
|
+
color: #333;
|
|
2925
|
+
}
|
|
2926
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
2927
|
+
color: #333;
|
|
2928
|
+
}
|
|
2929
|
+
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
2930
|
+
color: #333;
|
|
2931
|
+
}
|
|
2932
|
+
.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 {
|
|
2933
|
+
color: #333;
|
|
2618
2934
|
}
|
|
2619
2935
|
.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 {
|
|
2936
|
+
border-color: #ddd;
|
|
2937
|
+
border-style: solid;
|
|
2938
|
+
border-width: 0 0 1px 0;
|
|
2620
2939
|
background: #f5f5f5;
|
|
2621
2940
|
}
|
|
2941
|
+
.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 {
|
|
2942
|
+
color: #333;
|
|
2943
|
+
}
|
|
2944
|
+
.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 {
|
|
2945
|
+
color: #333;
|
|
2946
|
+
}
|
|
2947
|
+
.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 {
|
|
2948
|
+
color: #333;
|
|
2949
|
+
}
|
|
2950
|
+
.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 {
|
|
2951
|
+
color: #333;
|
|
2952
|
+
}
|
|
2953
|
+
.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 {
|
|
2954
|
+
color: #333;
|
|
2955
|
+
}
|
|
2956
|
+
.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 {
|
|
2957
|
+
border-color: #ddd;
|
|
2958
|
+
}
|
|
2622
2959
|
.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 {
|
|
2623
2960
|
color: #333;
|
|
2624
2961
|
}
|
|
@@ -2627,18 +2964,57 @@
|
|
|
2627
2964
|
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
2628
2965
|
color: #333;
|
|
2629
2966
|
}
|
|
2967
|
+
.e-accordion .e-acrdn-item.e-select.e-item-focus {
|
|
2968
|
+
border-color: #ddd;
|
|
2969
|
+
}
|
|
2630
2970
|
.e-accordion .e-acrdn-item.e-selected {
|
|
2631
|
-
border:
|
|
2971
|
+
border-color: #ddd;
|
|
2972
|
+
border-style: solid;
|
|
2973
|
+
border-width: 1px;
|
|
2974
|
+
}
|
|
2975
|
+
.e-accordion .e-acrdn-item.e-selected.e-select {
|
|
2976
|
+
border-color: #ddd;
|
|
2977
|
+
border-style: solid;
|
|
2978
|
+
border-width: 1px 0 1px 0;
|
|
2979
|
+
}
|
|
2980
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-active {
|
|
2981
|
+
background: #f5f5f5;
|
|
2982
|
+
}
|
|
2983
|
+
.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
|
|
2984
|
+
border-bottom: 1px solid #ddd;
|
|
2985
|
+
}
|
|
2986
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
2987
|
+
color: #333;
|
|
2988
|
+
}
|
|
2989
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
2990
|
+
color: #333;
|
|
2991
|
+
}
|
|
2992
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2993
|
+
box-shadow: none;
|
|
2632
2994
|
}
|
|
2633
2995
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2634
|
-
border:
|
|
2635
|
-
border-
|
|
2996
|
+
border-color: #ddd;
|
|
2997
|
+
border-style: solid;
|
|
2998
|
+
border-width: 0 1px 1px 1px;
|
|
2999
|
+
}
|
|
3000
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
|
|
3001
|
+
color: #333;
|
|
3002
|
+
}
|
|
3003
|
+
.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
|
|
3004
|
+
color: #333;
|
|
2636
3005
|
}
|
|
2637
3006
|
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
2638
3007
|
background: #f5f5f5;
|
|
2639
|
-
border: 0;
|
|
2640
|
-
border-bottom: 1px solid #ddd;
|
|
2641
3008
|
border-radius: 0;
|
|
3009
|
+
border-color: #ddd;
|
|
3010
|
+
border-style: solid;
|
|
3011
|
+
border-width: 0 0 1px 0;
|
|
3012
|
+
}
|
|
3013
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus {
|
|
3014
|
+
background: transparent;
|
|
3015
|
+
}
|
|
3016
|
+
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover {
|
|
3017
|
+
border-color: #ddd;
|
|
2642
3018
|
}
|
|
2643
3019
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
2644
3020
|
color: #333;
|
|
@@ -3288,18 +3664,6 @@
|
|
|
3288
3664
|
/*! Bootstrap specific themes definition's */
|
|
3289
3665
|
/*! Vertical Tab */
|
|
3290
3666
|
/*! tab icons */
|
|
3291
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
3292
|
-
content: "\e219";
|
|
3293
|
-
}
|
|
3294
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
3295
|
-
content: "\e98f";
|
|
3296
|
-
}
|
|
3297
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
|
|
3298
|
-
content: "\e98f";
|
|
3299
|
-
}
|
|
3300
|
-
.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
3301
|
-
content: "\e219";
|
|
3302
|
-
}
|
|
3303
3667
|
.e-tab .e-tab-header .e-close-icon::before {
|
|
3304
3668
|
content: "\e7fc";
|
|
3305
3669
|
position: relative;
|
|
@@ -3328,12 +3692,6 @@
|
|
|
3328
3692
|
content: "\e968";
|
|
3329
3693
|
}
|
|
3330
3694
|
}
|
|
3331
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
|
|
3332
|
-
content: "\eb04";
|
|
3333
|
-
}
|
|
3334
|
-
.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
|
|
3335
|
-
content: "\eb05";
|
|
3336
|
-
}
|
|
3337
3695
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
|
|
3338
3696
|
content: "More";
|
|
3339
3697
|
}
|
|
@@ -3457,6 +3815,12 @@
|
|
|
3457
3815
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
|
|
3458
3816
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3459
3817
|
font-size: 15px;
|
|
3818
|
+
margin-bottom: 0;
|
|
3819
|
+
}
|
|
3820
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3821
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3822
|
+
position: relative;
|
|
3823
|
+
top: 2px;
|
|
3460
3824
|
}
|
|
3461
3825
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
|
|
3462
3826
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
|
|
@@ -3472,7 +3836,7 @@
|
|
|
3472
3836
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,
|
|
3473
3837
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before {
|
|
3474
3838
|
position: relative;
|
|
3475
|
-
top:
|
|
3839
|
+
top: 2px;
|
|
3476
3840
|
}
|
|
3477
3841
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
3478
3842
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
@@ -3484,10 +3848,6 @@
|
|
|
3484
3848
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
|
|
3485
3849
|
height: 50px;
|
|
3486
3850
|
}
|
|
3487
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
|
|
3488
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
|
|
3489
|
-
padding: 0;
|
|
3490
|
-
}
|
|
3491
3851
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
3492
3852
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
3493
3853
|
cursor: pointer;
|
|
@@ -3518,6 +3878,7 @@
|
|
|
3518
3878
|
height: 24px;
|
|
3519
3879
|
min-width: 24px;
|
|
3520
3880
|
width: 24px;
|
|
3881
|
+
line-height: 1;
|
|
3521
3882
|
}
|
|
3522
3883
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3523
3884
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
|
|
@@ -3529,6 +3890,16 @@
|
|
|
3529
3890
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
3530
3891
|
padding: 0 20px;
|
|
3531
3892
|
}
|
|
3893
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3894
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3895
|
+
margin: 0 0 0 12px;
|
|
3896
|
+
}
|
|
3897
|
+
@media screen and (max-width: 480px) {
|
|
3898
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-right,
|
|
3899
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-right {
|
|
3900
|
+
margin: 0;
|
|
3901
|
+
}
|
|
3902
|
+
}
|
|
3532
3903
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
3533
3904
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3534
3905
|
margin: 0 0 0 10px;
|
|
@@ -3774,7 +4145,6 @@
|
|
|
3774
4145
|
.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
|
|
3775
4146
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
3776
4147
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
3777
|
-
top: 0;
|
|
3778
4148
|
line-height: 42px;
|
|
3779
4149
|
top: 0.5px;
|
|
3780
4150
|
}
|
|
@@ -3788,8 +4158,8 @@
|
|
|
3788
4158
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
|
|
3789
4159
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
3790
4160
|
.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
3791
|
-
top: 0;
|
|
3792
4161
|
line-height: 42px;
|
|
4162
|
+
top: 0;
|
|
3793
4163
|
}
|
|
3794
4164
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3795
4165
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
@@ -3841,11 +4211,6 @@
|
|
|
3841
4211
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before {
|
|
3842
4212
|
top: 0.5px;
|
|
3843
4213
|
}
|
|
3844
|
-
.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,
|
|
3845
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3846
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3847
|
-
height: initial;
|
|
3848
|
-
}
|
|
3849
4214
|
.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,
|
|
3850
4215
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,
|
|
3851
4216
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before {
|
|
@@ -3885,16 +4250,15 @@
|
|
|
3885
4250
|
height: 50px;
|
|
3886
4251
|
padding: 0;
|
|
3887
4252
|
}
|
|
3888
|
-
.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,
|
|
3889
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
|
|
3890
|
-
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
|
|
3891
|
-
height: 50px;
|
|
3892
|
-
}
|
|
3893
4253
|
.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,
|
|
3894
4254
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
|
|
3895
4255
|
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
|
|
3896
4256
|
height: initial;
|
|
3897
4257
|
}
|
|
4258
|
+
.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active,
|
|
4259
|
+
.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active {
|
|
4260
|
+
height: 50px;
|
|
4261
|
+
}
|
|
3898
4262
|
.e-bigger .e-tab .e-tab-header.e-vertical,
|
|
3899
4263
|
.e-tab.e-bigger .e-tab-header.e-vertical {
|
|
3900
4264
|
max-width: 150px;
|
|
@@ -3932,6 +4296,11 @@
|
|
|
3932
4296
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
|
|
3933
4297
|
right: -20px;
|
|
3934
4298
|
}
|
|
4299
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon,
|
|
4300
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
4301
|
+
min-height: 38px;
|
|
4302
|
+
min-width: auto;
|
|
4303
|
+
}
|
|
3935
4304
|
.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
|
|
3936
4305
|
.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
|
|
3937
4306
|
height: 24px;
|
|
@@ -3991,10 +4360,6 @@
|
|
|
3991
4360
|
font-size: 12px;
|
|
3992
4361
|
}
|
|
3993
4362
|
}
|
|
3994
|
-
.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active,
|
|
3995
|
-
.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active {
|
|
3996
|
-
margin: 0 0 0 2px;
|
|
3997
|
-
}
|
|
3998
4363
|
.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
|
|
3999
4364
|
.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
4000
4365
|
height: inherit;
|
|
@@ -4044,6 +4409,10 @@
|
|
|
4044
4409
|
height: 50px;
|
|
4045
4410
|
padding: 0;
|
|
4046
4411
|
}
|
|
4412
|
+
.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft,
|
|
4413
|
+
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft {
|
|
4414
|
+
height: 50px;
|
|
4415
|
+
}
|
|
4047
4416
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
|
|
4048
4417
|
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
|
|
4049
4418
|
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
|
|
@@ -4108,10 +4477,6 @@
|
|
|
4108
4477
|
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
|
|
4109
4478
|
top: 0;
|
|
4110
4479
|
}
|
|
4111
|
-
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
|
|
4112
|
-
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
|
|
4113
|
-
margin: 0;
|
|
4114
|
-
}
|
|
4115
4480
|
.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),
|
|
4116
4481
|
.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) {
|
|
4117
4482
|
margin: 0 0 0 2px;
|
|
@@ -4155,6 +4520,7 @@
|
|
|
4155
4520
|
height: 50px;
|
|
4156
4521
|
margin: 0 2px 0 0;
|
|
4157
4522
|
min-height: 50px;
|
|
4523
|
+
padding: 0;
|
|
4158
4524
|
}
|
|
4159
4525
|
@media screen and (max-width: 480px) {
|
|
4160
4526
|
.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
@@ -4260,6 +4626,10 @@
|
|
|
4260
4626
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4261
4627
|
height: 50px;
|
|
4262
4628
|
}
|
|
4629
|
+
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
|
|
4630
|
+
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4631
|
+
height: 50px;
|
|
4632
|
+
}
|
|
4263
4633
|
.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,
|
|
4264
4634
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
|
|
4265
4635
|
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
@@ -4295,7 +4665,7 @@
|
|
|
4295
4665
|
}
|
|
4296
4666
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
4297
4667
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4298
|
-
|
|
4668
|
+
padding: 0;
|
|
4299
4669
|
}
|
|
4300
4670
|
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
4301
4671
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
@@ -4315,10 +4685,6 @@
|
|
|
4315
4685
|
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
4316
4686
|
margin-bottom: 0;
|
|
4317
4687
|
}
|
|
4318
|
-
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
4319
|
-
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
4320
|
-
height: 50px;
|
|
4321
|
-
}
|
|
4322
4688
|
.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
|
|
4323
4689
|
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
4324
4690
|
padding: 0 20px;
|
|
@@ -4337,6 +4703,10 @@
|
|
|
4337
4703
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
4338
4704
|
margin: 0;
|
|
4339
4705
|
}
|
|
4706
|
+
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right,
|
|
4707
|
+
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
4708
|
+
margin: 0;
|
|
4709
|
+
}
|
|
4340
4710
|
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
|
|
4341
4711
|
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
4342
4712
|
margin: 0 10px 0 0;
|
|
@@ -4494,17 +4864,44 @@
|
|
|
4494
4864
|
margin: 0 2px 0 0;
|
|
4495
4865
|
}
|
|
4496
4866
|
}
|
|
4867
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active {
|
|
4868
|
+
position: unset;
|
|
4869
|
+
}
|
|
4870
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
4871
|
+
left: unset;
|
|
4872
|
+
right: unset;
|
|
4873
|
+
}
|
|
4874
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
4875
|
+
background-color: unset;
|
|
4876
|
+
bottom: unset;
|
|
4877
|
+
content: unset;
|
|
4878
|
+
height: unset;
|
|
4879
|
+
left: unset;
|
|
4880
|
+
position: unset;
|
|
4881
|
+
right: unset;
|
|
4882
|
+
transition: unset;
|
|
4883
|
+
}
|
|
4884
|
+
.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
4885
|
+
color: unset;
|
|
4886
|
+
content: unset;
|
|
4887
|
+
display: unset;
|
|
4888
|
+
font-weight: unset;
|
|
4889
|
+
height: unset;
|
|
4890
|
+
overflow: unset;
|
|
4891
|
+
visibility: unset;
|
|
4892
|
+
}
|
|
4497
4893
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
|
|
4498
4894
|
padding: 0;
|
|
4499
4895
|
}
|
|
4500
4896
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
|
|
4501
4897
|
display: none;
|
|
4502
4898
|
}
|
|
4503
|
-
.e-tab .e-tab-header .e-toolbar-items.e-hscroll
|
|
4504
|
-
|
|
4899
|
+
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar {
|
|
4900
|
+
padding: 0;
|
|
4505
4901
|
}
|
|
4506
4902
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
|
|
4507
4903
|
width: 40px;
|
|
4904
|
+
border-radius: 0;
|
|
4508
4905
|
}
|
|
4509
4906
|
.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
4510
4907
|
margin: 0 2px 0 0;
|
|
@@ -4532,6 +4929,7 @@
|
|
|
4532
4929
|
height: 2px;
|
|
4533
4930
|
left: 0;
|
|
4534
4931
|
right: 0;
|
|
4932
|
+
border-radius: 0;
|
|
4535
4933
|
transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
|
|
4536
4934
|
}
|
|
4537
4935
|
.e-tab .e-tab-header .e-toolbar-item.e-hidden {
|
|
@@ -4581,6 +4979,10 @@
|
|
|
4581
4979
|
font-size: 14px;
|
|
4582
4980
|
font-weight: 400;
|
|
4583
4981
|
text-transform: capitalize;
|
|
4982
|
+
-ms-flex-item-align: auto;
|
|
4983
|
+
-ms-grid-row-align: auto;
|
|
4984
|
+
align-self: auto;
|
|
4985
|
+
margin-bottom: 0;
|
|
4584
4986
|
}
|
|
4585
4987
|
@media screen and (max-width: 480px) {
|
|
4586
4988
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
@@ -4612,7 +5014,12 @@
|
|
|
4612
5014
|
font-weight: 400;
|
|
4613
5015
|
}
|
|
4614
5016
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
|
|
4615
|
-
top:
|
|
5017
|
+
top: 2px;
|
|
5018
|
+
left: 2px;
|
|
5019
|
+
}
|
|
5020
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-top.e-tab-icon::before,
|
|
5021
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-icon-bottom.e-tab-icon::before {
|
|
5022
|
+
left: 0;
|
|
4616
5023
|
}
|
|
4617
5024
|
.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 {
|
|
4618
5025
|
height: 40px;
|
|
@@ -4644,7 +5051,7 @@
|
|
|
4644
5051
|
}
|
|
4645
5052
|
}
|
|
4646
5053
|
.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
|
|
4647
|
-
top:
|
|
5054
|
+
top: 1px;
|
|
4648
5055
|
}
|
|
4649
5056
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
4650
5057
|
display: -ms-inline-flexbox;
|
|
@@ -4652,6 +5059,7 @@
|
|
|
4652
5059
|
height: 20px;
|
|
4653
5060
|
min-width: 20px;
|
|
4654
5061
|
width: 20px;
|
|
5062
|
+
line-height: 1;
|
|
4655
5063
|
}
|
|
4656
5064
|
@media screen and (max-width: 480px) {
|
|
4657
5065
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4669,6 +5077,15 @@
|
|
|
4669
5077
|
font-size: 20px;
|
|
4670
5078
|
}
|
|
4671
5079
|
}
|
|
5080
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
5081
|
+
position: relative;
|
|
5082
|
+
top: 2px;
|
|
5083
|
+
left: 2px;
|
|
5084
|
+
}
|
|
5085
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-top.e-tab-icon::before,
|
|
5086
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-bottom.e-tab-icon::before {
|
|
5087
|
+
left: 0;
|
|
5088
|
+
}
|
|
4672
5089
|
.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
|
|
4673
5090
|
-ms-flex-pack: center;
|
|
4674
5091
|
justify-content: center;
|
|
@@ -4679,6 +5096,14 @@
|
|
|
4679
5096
|
padding: 0 20px;
|
|
4680
5097
|
}
|
|
4681
5098
|
}
|
|
5099
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5100
|
+
margin: 0 0 0 8px;
|
|
5101
|
+
}
|
|
5102
|
+
@media screen and (max-width: 480px) {
|
|
5103
|
+
.e-tab .e-tab-header .e-toolbar-item .e-icon-right {
|
|
5104
|
+
margin: 0;
|
|
5105
|
+
}
|
|
5106
|
+
}
|
|
4682
5107
|
.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4683
5108
|
margin: 0 0 0 8px;
|
|
4684
5109
|
}
|
|
@@ -4776,6 +5201,7 @@
|
|
|
4776
5201
|
}
|
|
4777
5202
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
4778
5203
|
margin: 0;
|
|
5204
|
+
padding: 0;
|
|
4779
5205
|
}
|
|
4780
5206
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
|
|
4781
5207
|
height: 26px;
|
|
@@ -4987,7 +5413,6 @@
|
|
|
4987
5413
|
}
|
|
4988
5414
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
4989
5415
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
4990
|
-
top: 0;
|
|
4991
5416
|
line-height: 34px;
|
|
4992
5417
|
top: 0;
|
|
4993
5418
|
}
|
|
@@ -5023,7 +5448,6 @@
|
|
|
5023
5448
|
}
|
|
5024
5449
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
5025
5450
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
5026
|
-
top: 0;
|
|
5027
5451
|
line-height: 32px;
|
|
5028
5452
|
top: 0;
|
|
5029
5453
|
}
|
|
@@ -5038,6 +5462,32 @@
|
|
|
5038
5462
|
line-height: 32px;
|
|
5039
5463
|
top: -0.5px;
|
|
5040
5464
|
}
|
|
5465
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active {
|
|
5466
|
+
position: unset;
|
|
5467
|
+
}
|
|
5468
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5469
|
+
left: unset;
|
|
5470
|
+
right: unset;
|
|
5471
|
+
}
|
|
5472
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5473
|
+
background-color: unset;
|
|
5474
|
+
content: unset;
|
|
5475
|
+
height: unset;
|
|
5476
|
+
left: unset;
|
|
5477
|
+
position: unset;
|
|
5478
|
+
right: unset;
|
|
5479
|
+
top: unset;
|
|
5480
|
+
transition: unset;
|
|
5481
|
+
}
|
|
5482
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5483
|
+
color: unset;
|
|
5484
|
+
content: unset;
|
|
5485
|
+
display: unset;
|
|
5486
|
+
font-weight: unset;
|
|
5487
|
+
height: unset;
|
|
5488
|
+
overflow: unset;
|
|
5489
|
+
visibility: unset;
|
|
5490
|
+
}
|
|
5041
5491
|
.e-tab .e-tab-header.e-horizontal-bottom::before {
|
|
5042
5492
|
bottom: auto;
|
|
5043
5493
|
}
|
|
@@ -5072,6 +5522,12 @@
|
|
|
5072
5522
|
height: 40px;
|
|
5073
5523
|
padding: 0;
|
|
5074
5524
|
}
|
|
5525
|
+
.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 {
|
|
5526
|
+
top: unset;
|
|
5527
|
+
}
|
|
5528
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before {
|
|
5529
|
+
top: 0;
|
|
5530
|
+
}
|
|
5075
5531
|
.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 {
|
|
5076
5532
|
height: initial;
|
|
5077
5533
|
}
|
|
@@ -5144,6 +5600,13 @@
|
|
|
5144
5600
|
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
|
|
5145
5601
|
display: none;
|
|
5146
5602
|
}
|
|
5603
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon {
|
|
5604
|
+
min-height: 40px;
|
|
5605
|
+
min-width: 33px;
|
|
5606
|
+
}
|
|
5607
|
+
.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon {
|
|
5608
|
+
margin: 0;
|
|
5609
|
+
}
|
|
5147
5610
|
.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 {
|
|
5148
5611
|
right: -15px;
|
|
5149
5612
|
}
|
|
@@ -5160,6 +5623,30 @@
|
|
|
5160
5623
|
left: auto;
|
|
5161
5624
|
right: 0;
|
|
5162
5625
|
}
|
|
5626
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5627
|
+
bottom: unset;
|
|
5628
|
+
height: unset;
|
|
5629
|
+
}
|
|
5630
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5631
|
+
background-color: unset;
|
|
5632
|
+
bottom: unset;
|
|
5633
|
+
content: unset;
|
|
5634
|
+
height: unset;
|
|
5635
|
+
left: unset;
|
|
5636
|
+
position: unset;
|
|
5637
|
+
right: unset;
|
|
5638
|
+
transition: unset;
|
|
5639
|
+
width: unset;
|
|
5640
|
+
}
|
|
5641
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5642
|
+
color: unset;
|
|
5643
|
+
content: unset;
|
|
5644
|
+
display: unset;
|
|
5645
|
+
font-weight: unset;
|
|
5646
|
+
height: unset;
|
|
5647
|
+
overflow: unset;
|
|
5648
|
+
visibility: unset;
|
|
5649
|
+
}
|
|
5163
5650
|
.e-tab .e-tab-header.e-vertical.e-vertical-right {
|
|
5164
5651
|
float: right;
|
|
5165
5652
|
}
|
|
@@ -5176,6 +5663,30 @@
|
|
|
5176
5663
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
|
|
5177
5664
|
width: auto;
|
|
5178
5665
|
}
|
|
5666
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active:hover::before {
|
|
5667
|
+
bottom: unset;
|
|
5668
|
+
height: unset;
|
|
5669
|
+
}
|
|
5670
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::before {
|
|
5671
|
+
background-color: unset;
|
|
5672
|
+
bottom: unset;
|
|
5673
|
+
content: unset;
|
|
5674
|
+
height: unset;
|
|
5675
|
+
left: unset;
|
|
5676
|
+
position: unset;
|
|
5677
|
+
right: unset;
|
|
5678
|
+
transition: unset;
|
|
5679
|
+
width: unset;
|
|
5680
|
+
}
|
|
5681
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-items .e-toolbar-item.e-active::after {
|
|
5682
|
+
color: unset;
|
|
5683
|
+
content: unset;
|
|
5684
|
+
display: unset;
|
|
5685
|
+
font-weight: unset;
|
|
5686
|
+
height: unset;
|
|
5687
|
+
overflow: unset;
|
|
5688
|
+
visibility: unset;
|
|
5689
|
+
}
|
|
5179
5690
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav {
|
|
5180
5691
|
height: 16px;
|
|
5181
5692
|
-ms-flex-pack: center;
|
|
@@ -5301,6 +5812,28 @@
|
|
|
5301
5812
|
.e-tab.e-vertical-icon > .e-tab-header > .e-toolbar-items {
|
|
5302
5813
|
height: 62px;
|
|
5303
5814
|
}
|
|
5815
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
|
|
5816
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
|
|
5817
|
+
position: unset;
|
|
5818
|
+
}
|
|
5819
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before,
|
|
5820
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before {
|
|
5821
|
+
border: unset;
|
|
5822
|
+
content: unset;
|
|
5823
|
+
display: none;
|
|
5824
|
+
position: unset;
|
|
5825
|
+
top: unset;
|
|
5826
|
+
width: unset;
|
|
5827
|
+
}
|
|
5828
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5829
|
+
.e-tab.e-vertical-icon > .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5830
|
+
content: unset;
|
|
5831
|
+
display: unset;
|
|
5832
|
+
position: unset;
|
|
5833
|
+
top: unset;
|
|
5834
|
+
width: unset;
|
|
5835
|
+
border: unset;
|
|
5836
|
+
}
|
|
5304
5837
|
.e-tab.e-vertical-icon > .e-tab-header .e-scroll-nav {
|
|
5305
5838
|
height: 62px;
|
|
5306
5839
|
}
|
|
@@ -5313,6 +5846,9 @@
|
|
|
5313
5846
|
font-size: 12px;
|
|
5314
5847
|
}
|
|
5315
5848
|
}
|
|
5849
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-indicator {
|
|
5850
|
+
width: 2px;
|
|
5851
|
+
}
|
|
5316
5852
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5317
5853
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
5318
5854
|
display: none;
|
|
@@ -5324,6 +5860,10 @@
|
|
|
5324
5860
|
.e-tab.e-vertical-icon > .e-tab-header.e-vertical .e-scroll-nav {
|
|
5325
5861
|
height: 16px;
|
|
5326
5862
|
}
|
|
5863
|
+
.e-tab.e-vertical-icon > .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
5864
|
+
.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 {
|
|
5865
|
+
top: unset;
|
|
5866
|
+
}
|
|
5327
5867
|
.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active {
|
|
5328
5868
|
margin: 0 0 0 2px;
|
|
5329
5869
|
}
|
|
@@ -5510,9 +6050,6 @@
|
|
|
5510
6050
|
min-height: 50px;
|
|
5511
6051
|
}
|
|
5512
6052
|
}
|
|
5513
|
-
.e-tab.e-fill .e-tab-header::before {
|
|
5514
|
-
display: none;
|
|
5515
|
-
}
|
|
5516
6053
|
.e-tab.e-fill .e-tab-header .e-indicator {
|
|
5517
6054
|
display: none;
|
|
5518
6055
|
}
|
|
@@ -5533,6 +6070,7 @@
|
|
|
5533
6070
|
height: 40px;
|
|
5534
6071
|
margin: 0 2px 0 0;
|
|
5535
6072
|
min-height: 40px;
|
|
6073
|
+
padding: 0;
|
|
5536
6074
|
}
|
|
5537
6075
|
@media screen and (max-width: 480px) {
|
|
5538
6076
|
.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
@@ -5633,6 +6171,9 @@
|
|
|
5633
6171
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5634
6172
|
height: 40px;
|
|
5635
6173
|
}
|
|
6174
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
6175
|
+
height: 40px;
|
|
6176
|
+
}
|
|
5636
6177
|
.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 {
|
|
5637
6178
|
height: 62px;
|
|
5638
6179
|
}
|
|
@@ -5651,16 +6192,14 @@
|
|
|
5651
6192
|
height: 60px;
|
|
5652
6193
|
min-height: 60px;
|
|
5653
6194
|
}
|
|
5654
|
-
.e-tab.e-background .e-tab-header::before {
|
|
5655
|
-
display: none;
|
|
5656
|
-
}
|
|
5657
6195
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
5658
6196
|
.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5659
6197
|
margin: 0;
|
|
5660
6198
|
padding: 0;
|
|
5661
6199
|
}
|
|
5662
6200
|
.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5663
|
-
margin: 0
|
|
6201
|
+
margin: 0;
|
|
6202
|
+
padding: 0;
|
|
5664
6203
|
}
|
|
5665
6204
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5666
6205
|
padding: 0 15px;
|
|
@@ -5676,12 +6215,12 @@
|
|
|
5676
6215
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
5677
6216
|
margin-bottom: 0;
|
|
5678
6217
|
}
|
|
5679
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
5680
|
-
height: 40px;
|
|
5681
|
-
}
|
|
5682
6218
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
|
|
5683
6219
|
font-weight: 400;
|
|
5684
6220
|
}
|
|
6221
|
+
.e-tab.e-background .e-tab-header.e-vertical .e-indicator {
|
|
6222
|
+
display: none;
|
|
6223
|
+
}
|
|
5685
6224
|
.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
|
|
5686
6225
|
padding: 0 15px;
|
|
5687
6226
|
}
|
|
@@ -5703,10 +6242,10 @@
|
|
|
5703
6242
|
.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
5704
6243
|
margin: 0;
|
|
5705
6244
|
}
|
|
5706
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-
|
|
6245
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
5707
6246
|
margin: 0;
|
|
5708
6247
|
}
|
|
5709
|
-
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
6248
|
+
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-right {
|
|
5710
6249
|
margin: 0;
|
|
5711
6250
|
}
|
|
5712
6251
|
.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
|
|
@@ -5727,12 +6266,6 @@
|
|
|
5727
6266
|
.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
|
|
5728
6267
|
margin: 0 0 0 2px;
|
|
5729
6268
|
}
|
|
5730
|
-
.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 {
|
|
5731
|
-
margin: 0 0 0 2px;
|
|
5732
|
-
}
|
|
5733
|
-
.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 {
|
|
5734
|
-
margin-bottom: 0;
|
|
5735
|
-
}
|
|
5736
6269
|
.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
|
|
5737
6270
|
margin: 0;
|
|
5738
6271
|
}
|
|
@@ -5833,6 +6366,9 @@
|
|
|
5833
6366
|
font-size: 14px;
|
|
5834
6367
|
font-weight: 400;
|
|
5835
6368
|
text-transform: capitalize;
|
|
6369
|
+
-ms-flex-item-align: auto;
|
|
6370
|
+
-ms-grid-row-align: auto;
|
|
6371
|
+
align-self: auto;
|
|
5836
6372
|
}
|
|
5837
6373
|
@media screen and (max-width: 480px) {
|
|
5838
6374
|
.e-tab-clone-element .e-tab-text {
|
|
@@ -5853,7 +6389,7 @@
|
|
|
5853
6389
|
}
|
|
5854
6390
|
}
|
|
5855
6391
|
.e-tab-clone-element .e-close-icon::before {
|
|
5856
|
-
top:
|
|
6392
|
+
top: 1px;
|
|
5857
6393
|
}
|
|
5858
6394
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
5859
6395
|
display: -ms-inline-flexbox;
|
|
@@ -5861,6 +6397,7 @@
|
|
|
5861
6397
|
height: 20px;
|
|
5862
6398
|
min-width: 20px;
|
|
5863
6399
|
width: 20px;
|
|
6400
|
+
line-height: 1;
|
|
5864
6401
|
}
|
|
5865
6402
|
@media screen and (max-width: 480px) {
|
|
5866
6403
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -5888,6 +6425,14 @@
|
|
|
5888
6425
|
padding: 0 20px;
|
|
5889
6426
|
}
|
|
5890
6427
|
}
|
|
6428
|
+
.e-tab-clone-element .e-icon-right {
|
|
6429
|
+
margin: 0 0 0 8px;
|
|
6430
|
+
}
|
|
6431
|
+
@media screen and (max-width: 480px) {
|
|
6432
|
+
.e-tab-clone-element .e-icon-right {
|
|
6433
|
+
margin: 0;
|
|
6434
|
+
}
|
|
6435
|
+
}
|
|
5891
6436
|
.e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
5892
6437
|
margin: 0 0 0 8px;
|
|
5893
6438
|
}
|
|
@@ -6010,6 +6555,9 @@
|
|
|
6010
6555
|
}
|
|
6011
6556
|
.e-bigger .e-tab-clone-element .e-tab-text {
|
|
6012
6557
|
font-size: 15px;
|
|
6558
|
+
-ms-flex-item-align: auto;
|
|
6559
|
+
-ms-grid-row-align: auto;
|
|
6560
|
+
align-self: auto;
|
|
6013
6561
|
}
|
|
6014
6562
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
6015
6563
|
cursor: pointer;
|
|
@@ -6034,6 +6582,7 @@
|
|
|
6034
6582
|
height: 24px;
|
|
6035
6583
|
min-width: 24px;
|
|
6036
6584
|
width: 24px;
|
|
6585
|
+
line-height: 1;
|
|
6037
6586
|
}
|
|
6038
6587
|
.e-bigger .e-tab-clone-element .e-tab-icon,
|
|
6039
6588
|
.e-bigger .e-tab-clone-element .e-tab-icon::before {
|
|
@@ -6042,6 +6591,14 @@
|
|
|
6042
6591
|
.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
|
|
6043
6592
|
padding: 0 20px;
|
|
6044
6593
|
}
|
|
6594
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6595
|
+
margin: 0 0 0 12px;
|
|
6596
|
+
}
|
|
6597
|
+
@media screen and (max-width: 480px) {
|
|
6598
|
+
.e-bigger .e-tab-clone-element .e-icon-right {
|
|
6599
|
+
margin: 0;
|
|
6600
|
+
}
|
|
6601
|
+
}
|
|
6045
6602
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
6046
6603
|
margin: 0 0 0 10px;
|
|
6047
6604
|
}
|
|
@@ -6084,6 +6641,9 @@
|
|
|
6084
6641
|
background: inherit;
|
|
6085
6642
|
border: 0;
|
|
6086
6643
|
border-radius: 0;
|
|
6644
|
+
box-shadow: none;
|
|
6645
|
+
font-weight: normal;
|
|
6646
|
+
border-bottom: 0;
|
|
6087
6647
|
}
|
|
6088
6648
|
.e-tab .e-tab-header::before {
|
|
6089
6649
|
border-color: #ddd;
|
|
@@ -6092,11 +6652,9 @@
|
|
|
6092
6652
|
.e-tab .e-tab-header:not(.e-vertical)::before {
|
|
6093
6653
|
border-width: 0 0 1px;
|
|
6094
6654
|
}
|
|
6095
|
-
.e-tab .e-tab-header[style*="overflow: hidden"] {
|
|
6096
|
-
border: 0;
|
|
6097
|
-
}
|
|
6098
6655
|
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
6099
6656
|
border-bottom: 1px solid #fff;
|
|
6657
|
+
margin-bottom: 0;
|
|
6100
6658
|
}
|
|
6101
6659
|
.e-tab .e-tab-header .e-toolbar-items {
|
|
6102
6660
|
background: inherit;
|
|
@@ -6108,12 +6666,16 @@
|
|
|
6108
6666
|
background: inherit;
|
|
6109
6667
|
border: 1px solid transparent;
|
|
6110
6668
|
}
|
|
6669
|
+
.e-tab .e-tab-header .e-toolbar-item:hover {
|
|
6670
|
+
background: inherit;
|
|
6671
|
+
}
|
|
6111
6672
|
.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
|
|
6112
6673
|
background: rgba(85, 85, 85, 0);
|
|
6113
6674
|
}
|
|
6114
6675
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6115
6676
|
border-radius: 4px;
|
|
6116
6677
|
color: #317ab9;
|
|
6678
|
+
border: 0;
|
|
6117
6679
|
}
|
|
6118
6680
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
6119
6681
|
color: #317ab9;
|
|
@@ -6131,6 +6693,8 @@
|
|
|
6131
6693
|
}
|
|
6132
6694
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6133
6695
|
background: #eee;
|
|
6696
|
+
border: 0;
|
|
6697
|
+
border-radius: 4px;
|
|
6134
6698
|
}
|
|
6135
6699
|
@media screen and (max-width: 480px) {
|
|
6136
6700
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6145,10 +6709,24 @@
|
|
|
6145
6709
|
border: 1px solid #ddd;
|
|
6146
6710
|
border-radius: 4px 4px 0 0;
|
|
6147
6711
|
}
|
|
6712
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6713
|
+
border: 0;
|
|
6714
|
+
}
|
|
6148
6715
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6149
6716
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6150
6717
|
color: #555;
|
|
6151
6718
|
}
|
|
6719
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6720
|
+
position: unset;
|
|
6721
|
+
}
|
|
6722
|
+
.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
6723
|
+
border: unset;
|
|
6724
|
+
content: unset;
|
|
6725
|
+
display: unset;
|
|
6726
|
+
position: unset;
|
|
6727
|
+
top: unset;
|
|
6728
|
+
width: unset;
|
|
6729
|
+
}
|
|
6152
6730
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6153
6731
|
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6154
6732
|
color: #555;
|
|
@@ -6201,14 +6779,25 @@
|
|
|
6201
6779
|
}
|
|
6202
6780
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
6203
6781
|
background: #f5f5f5;
|
|
6782
|
+
border: 0;
|
|
6783
|
+
border-radius: 4px;
|
|
6204
6784
|
}
|
|
6205
6785
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6206
6786
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6207
6787
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6208
6788
|
color: #1f496e;
|
|
6209
6789
|
}
|
|
6790
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6791
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6792
|
+
color: #1f496e;
|
|
6793
|
+
}
|
|
6210
6794
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
6211
6795
|
background: #f5f5f5;
|
|
6796
|
+
border-color: unset;
|
|
6797
|
+
}
|
|
6798
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,
|
|
6799
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
6800
|
+
color: #333;
|
|
6212
6801
|
}
|
|
6213
6802
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
6214
6803
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
@@ -6226,29 +6815,45 @@
|
|
|
6226
6815
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
|
|
6227
6816
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
|
|
6228
6817
|
color: #777;
|
|
6818
|
+
border: 0;
|
|
6229
6819
|
}
|
|
6230
6820
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
|
|
6231
6821
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
|
|
6232
6822
|
background: initial;
|
|
6233
6823
|
color: #333;
|
|
6824
|
+
border: 0;
|
|
6234
6825
|
}
|
|
6235
6826
|
.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
|
|
6236
6827
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
|
|
6237
6828
|
box-shadow: none;
|
|
6829
|
+
border: 0;
|
|
6830
|
+
}
|
|
6831
|
+
.e-tab .e-tab-header .e-scroll-nav:focus,
|
|
6832
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
6833
|
+
background: inherit;
|
|
6238
6834
|
}
|
|
6239
6835
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
6240
6836
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
6241
6837
|
background: inherit;
|
|
6242
6838
|
color: #333;
|
|
6839
|
+
border: 0;
|
|
6243
6840
|
}
|
|
6244
6841
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6245
6842
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6246
6843
|
background: initial;
|
|
6247
6844
|
color: #333;
|
|
6248
6845
|
}
|
|
6846
|
+
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active,
|
|
6847
|
+
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
6848
|
+
background: inherit;
|
|
6849
|
+
border-color: unset;
|
|
6850
|
+
color: #333;
|
|
6851
|
+
}
|
|
6249
6852
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
6250
6853
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
6251
6854
|
box-shadow: none;
|
|
6855
|
+
background: inherit;
|
|
6856
|
+
border: 0;
|
|
6252
6857
|
}
|
|
6253
6858
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
|
|
6254
6859
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
|
|
@@ -6257,6 +6862,8 @@
|
|
|
6257
6862
|
.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
|
|
6258
6863
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
|
|
6259
6864
|
color: rgba(119, 119, 119, 0.65);
|
|
6865
|
+
background: initial;
|
|
6866
|
+
border-color: unset;
|
|
6260
6867
|
}
|
|
6261
6868
|
.e-tab .e-tab-header .e-hor-nav,
|
|
6262
6869
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
|
|
@@ -6268,6 +6875,7 @@
|
|
|
6268
6875
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6269
6876
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon {
|
|
6270
6877
|
color: #333;
|
|
6878
|
+
border: 0;
|
|
6271
6879
|
}
|
|
6272
6880
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6273
6881
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
|
|
@@ -6281,6 +6889,10 @@
|
|
|
6281
6889
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
|
|
6282
6890
|
color: #333;
|
|
6283
6891
|
}
|
|
6892
|
+
.e-tab .e-tab-header .e-hor-nav:focus,
|
|
6893
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus {
|
|
6894
|
+
background: transparent;
|
|
6895
|
+
}
|
|
6284
6896
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6285
6897
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
6286
6898
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
@@ -6303,6 +6915,7 @@
|
|
|
6303
6915
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
6304
6916
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
6305
6917
|
background: #e6e6e6;
|
|
6918
|
+
color: #333;
|
|
6306
6919
|
border: 1px solid #adadad;
|
|
6307
6920
|
border-radius: 4px;
|
|
6308
6921
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -6310,6 +6923,7 @@
|
|
|
6310
6923
|
.e-tab .e-tab-header .e-hor-nav:hover,
|
|
6311
6924
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
|
|
6312
6925
|
border: 0;
|
|
6926
|
+
background: transparent;
|
|
6313
6927
|
}
|
|
6314
6928
|
.e-tab .e-tab-header .e-hor-nav:hover:active,
|
|
6315
6929
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
|
|
@@ -6318,25 +6932,50 @@
|
|
|
6318
6932
|
.e-tab .e-tab-header .e-hor-nav:active,
|
|
6319
6933
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active {
|
|
6320
6934
|
box-shadow: none;
|
|
6935
|
+
background: transparent;
|
|
6321
6936
|
}
|
|
6322
6937
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active,
|
|
6323
6938
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
|
|
6324
6939
|
background: inherit;
|
|
6325
6940
|
border: 0;
|
|
6326
6941
|
box-shadow: none;
|
|
6942
|
+
border-radius: 0 4px 0 0;
|
|
6327
6943
|
}
|
|
6328
|
-
.e-tab .e-tab-header.e-
|
|
6944
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
6945
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
6946
|
+
color: #333;
|
|
6947
|
+
}
|
|
6948
|
+
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
6949
|
+
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
6329
6950
|
border: 0;
|
|
6330
6951
|
}
|
|
6952
|
+
.e-tab .e-tab-header.e-horizontal-bottom {
|
|
6953
|
+
border-color: unset;
|
|
6954
|
+
border-style: solid;
|
|
6955
|
+
border-width: 0;
|
|
6956
|
+
}
|
|
6957
|
+
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] {
|
|
6958
|
+
border-color: unset;
|
|
6959
|
+
border-style: solid;
|
|
6960
|
+
border-width: 0;
|
|
6961
|
+
}
|
|
6331
6962
|
.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items {
|
|
6332
|
-
border-
|
|
6333
|
-
border-
|
|
6963
|
+
border-color: #ddd;
|
|
6964
|
+
border-style: solid;
|
|
6965
|
+
border-width: 1px 0 0;
|
|
6966
|
+
}
|
|
6967
|
+
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item .e-tab-wrap:hover {
|
|
6968
|
+
border-radius: 0 0 4px 4px;
|
|
6334
6969
|
}
|
|
6335
6970
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
6336
|
-
border-
|
|
6971
|
+
border-color: #fff #ddd #ddd;
|
|
6972
|
+
border-style: solid;
|
|
6973
|
+
border-width: 1px;
|
|
6974
|
+
margin-top: 0;
|
|
6337
6975
|
border-radius: 0 0 4px 4px;
|
|
6338
|
-
|
|
6339
|
-
|
|
6976
|
+
}
|
|
6977
|
+
.e-tab .e-tab-header.e-vertical {
|
|
6978
|
+
border-bottom: 0;
|
|
6340
6979
|
}
|
|
6341
6980
|
.e-tab .e-tab-header.e-vertical::before {
|
|
6342
6981
|
border-width: 0 1px 0 0;
|
|
@@ -6345,10 +6984,16 @@
|
|
|
6345
6984
|
border-bottom: 1px solid #ddd;
|
|
6346
6985
|
border-top: 1px solid #ddd;
|
|
6347
6986
|
}
|
|
6987
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item .e-tab-wrap:hover {
|
|
6988
|
+
border-radius: 4px 0 0 4px;
|
|
6989
|
+
}
|
|
6348
6990
|
.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
6349
6991
|
border-radius: 4px 0 0 4px;
|
|
6350
6992
|
border-right: 1px solid #fff;
|
|
6351
6993
|
}
|
|
6994
|
+
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item .e-tab-wrap:hover {
|
|
6995
|
+
border-radius: 0 4px 4px 0;
|
|
6996
|
+
}
|
|
6352
6997
|
.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
6353
6998
|
border-left: 1px solid #fff;
|
|
6354
6999
|
border-radius: 0 4px 4px 0;
|
|
@@ -6374,6 +7019,10 @@
|
|
|
6374
7019
|
}
|
|
6375
7020
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
|
|
6376
7021
|
background: #eee;
|
|
7022
|
+
border-color: #ddd transparent transparent;
|
|
7023
|
+
}
|
|
7024
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus {
|
|
7025
|
+
background: #eee;
|
|
6377
7026
|
}
|
|
6378
7027
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
|
|
6379
7028
|
color: #333;
|
|
@@ -6384,6 +7033,9 @@
|
|
|
6384
7033
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
6385
7034
|
background: #eee;
|
|
6386
7035
|
}
|
|
7036
|
+
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow {
|
|
7037
|
+
color: none;
|
|
7038
|
+
}
|
|
6387
7039
|
.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6388
7040
|
background: none;
|
|
6389
7041
|
}
|
|
@@ -6399,6 +7051,7 @@
|
|
|
6399
7051
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
6400
7052
|
background: inherit;
|
|
6401
7053
|
border: 0;
|
|
7054
|
+
color: #333;
|
|
6402
7055
|
}
|
|
6403
7056
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
6404
7057
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -6413,23 +7066,36 @@
|
|
|
6413
7066
|
border: 0;
|
|
6414
7067
|
box-shadow: none;
|
|
6415
7068
|
}
|
|
7069
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7070
|
+
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7071
|
+
color: #333;
|
|
7072
|
+
}
|
|
6416
7073
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
6417
7074
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
6418
7075
|
border: 0;
|
|
6419
7076
|
}
|
|
6420
7077
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6421
7078
|
background: #eee;
|
|
7079
|
+
border: 0;
|
|
6422
7080
|
}
|
|
6423
7081
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6424
7082
|
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
|
|
6425
7083
|
color: #1f496e;
|
|
6426
7084
|
}
|
|
7085
|
+
.e-tab.e-focused > .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
|
|
7086
|
+
color: #1f496e;
|
|
7087
|
+
}
|
|
6427
7088
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6428
7089
|
color: #333;
|
|
6429
7090
|
}
|
|
6430
7091
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6431
7092
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6432
7093
|
color: #333;
|
|
7094
|
+
background: inherit;
|
|
7095
|
+
border: 1px solid #8c8c8c;
|
|
7096
|
+
}
|
|
7097
|
+
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus {
|
|
7098
|
+
border-color: #ddd transparent transparent;
|
|
6433
7099
|
}
|
|
6434
7100
|
.e-tab.e-focused > .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
|
|
6435
7101
|
border: 0;
|
|
@@ -6475,6 +7141,9 @@
|
|
|
6475
7141
|
.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 {
|
|
6476
7142
|
color: #1f496e;
|
|
6477
7143
|
}
|
|
7144
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
7145
|
+
color: #1f496e;
|
|
7146
|
+
}
|
|
6478
7147
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
6479
7148
|
margin-top: 0;
|
|
6480
7149
|
}
|
|
@@ -6484,6 +7153,7 @@
|
|
|
6484
7153
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6485
7154
|
background: #317ab9;
|
|
6486
7155
|
border-radius: 4px;
|
|
7156
|
+
border-color: unset;
|
|
6487
7157
|
}
|
|
6488
7158
|
.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 {
|
|
6489
7159
|
color: #fff;
|
|
@@ -6491,6 +7161,9 @@
|
|
|
6491
7161
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
|
|
6492
7162
|
margin-top: 0;
|
|
6493
7163
|
}
|
|
7164
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7165
|
+
border: unset;
|
|
7166
|
+
}
|
|
6494
7167
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6495
7168
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6496
7169
|
color: #fff;
|
|
@@ -6501,6 +7174,22 @@
|
|
|
6501
7174
|
.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
|
|
6502
7175
|
color: #fff;
|
|
6503
7176
|
}
|
|
7177
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text,
|
|
7178
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon {
|
|
7179
|
+
color: #333;
|
|
7180
|
+
}
|
|
7181
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover {
|
|
7182
|
+
background: #f5f5f5;
|
|
7183
|
+
}
|
|
7184
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
7185
|
+
color: #1f496e;
|
|
7186
|
+
}
|
|
7187
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
7188
|
+
color: #1f496e;
|
|
7189
|
+
}
|
|
7190
|
+
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
7191
|
+
color: #1f496e;
|
|
7192
|
+
}
|
|
6504
7193
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
6505
7194
|
border-bottom: 0;
|
|
6506
7195
|
border-top: 0;
|
|
@@ -6553,8 +7242,11 @@
|
|
|
6553
7242
|
}
|
|
6554
7243
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6555
7244
|
background: #eee;
|
|
7245
|
+
border-color: unset;
|
|
7246
|
+
}
|
|
7247
|
+
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7248
|
+
color: #1f496e;
|
|
6556
7249
|
}
|
|
6557
|
-
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6558
7250
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6559
7251
|
color: #1f496e;
|
|
6560
7252
|
}
|
|
@@ -6574,6 +7266,7 @@
|
|
|
6574
7266
|
}
|
|
6575
7267
|
.e-tab.e-background .e-tab-header .e-indicator {
|
|
6576
7268
|
background: #555;
|
|
7269
|
+
bottom: 0;
|
|
6577
7270
|
}
|
|
6578
7271
|
.e-tab.e-background .e-tab-header .e-toolbar-item {
|
|
6579
7272
|
border: 0;
|
|
@@ -6583,41 +7276,82 @@
|
|
|
6583
7276
|
}
|
|
6584
7277
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6585
7278
|
background: inherit;
|
|
7279
|
+
border-color: unset;
|
|
6586
7280
|
}
|
|
6587
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6588
7281
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
6589
7282
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6590
7283
|
color: #317ab9;
|
|
6591
7284
|
}
|
|
7285
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
7286
|
+
color: #317ab9;
|
|
7287
|
+
}
|
|
6592
7288
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
6593
7289
|
color: #777;
|
|
6594
7290
|
}
|
|
6595
7291
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
6596
7292
|
background: #eee;
|
|
7293
|
+
background-color: #eee;
|
|
7294
|
+
border-color: unset;
|
|
7295
|
+
}
|
|
7296
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
|
|
7297
|
+
color: #1f496e;
|
|
6597
7298
|
}
|
|
6598
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6599
7299
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
6600
7300
|
color: #fff;
|
|
6601
7301
|
}
|
|
6602
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6603
7302
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6604
7303
|
color: #1f496e;
|
|
6605
7304
|
}
|
|
7305
|
+
.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 {
|
|
7306
|
+
color: #1f496e;
|
|
7307
|
+
}
|
|
6606
7308
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
6607
7309
|
border: 0;
|
|
6608
7310
|
margin: 0;
|
|
7311
|
+
background: inherit;
|
|
6609
7312
|
}
|
|
6610
7313
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
|
|
6611
7314
|
background: #317ab9;
|
|
7315
|
+
border-color: unset;
|
|
6612
7316
|
border-radius: 4px;
|
|
7317
|
+
border-style: solid;
|
|
7318
|
+
border-width: 0;
|
|
7319
|
+
}
|
|
7320
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
7321
|
+
color: #fff;
|
|
7322
|
+
}
|
|
7323
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
7324
|
+
color: #fff;
|
|
7325
|
+
}
|
|
7326
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-close-icon {
|
|
7327
|
+
color: #f5f5f5;
|
|
7328
|
+
}
|
|
7329
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7330
|
+
background: #317ab9;
|
|
7331
|
+
border-color: unset;
|
|
7332
|
+
}
|
|
7333
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7334
|
+
color: #fff;
|
|
6613
7335
|
}
|
|
6614
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
|
|
6615
7336
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
6616
7337
|
color: #fff;
|
|
6617
7338
|
}
|
|
6618
7339
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6619
7340
|
color: #fff;
|
|
6620
7341
|
}
|
|
7342
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover {
|
|
7343
|
+
color: #fff;
|
|
7344
|
+
}
|
|
7345
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active {
|
|
7346
|
+
color: #fff;
|
|
7347
|
+
}
|
|
7348
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus {
|
|
7349
|
+
background: #317ab9;
|
|
7350
|
+
}
|
|
7351
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon,
|
|
7352
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text {
|
|
7353
|
+
color: #fff;
|
|
7354
|
+
}
|
|
6621
7355
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6622
7356
|
background: #317ab9;
|
|
6623
7357
|
}
|
|
@@ -6625,10 +7359,15 @@
|
|
|
6625
7359
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6626
7360
|
color: #fff;
|
|
6627
7361
|
}
|
|
6628
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
7362
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7363
|
+
color: #fff;
|
|
7364
|
+
}
|
|
6629
7365
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6630
7366
|
color: #fff;
|
|
6631
7367
|
}
|
|
7368
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
7369
|
+
border: unset;
|
|
7370
|
+
}
|
|
6632
7371
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
|
|
6633
7372
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
|
|
6634
7373
|
color: #fff;
|
|
@@ -6636,7 +7375,8 @@
|
|
|
6636
7375
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
|
|
6637
7376
|
color: #f5f5f5;
|
|
6638
7377
|
}
|
|
6639
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover
|
|
7378
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,
|
|
7379
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover {
|
|
6640
7380
|
color: #fff;
|
|
6641
7381
|
}
|
|
6642
7382
|
.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 {
|
|
@@ -6651,7 +7391,8 @@
|
|
|
6651
7391
|
background: inherit;
|
|
6652
7392
|
}
|
|
6653
7393
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
6654
|
-
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon
|
|
7394
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
7395
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
6655
7396
|
color: #317ab9;
|
|
6656
7397
|
}
|
|
6657
7398
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
@@ -6660,50 +7401,105 @@
|
|
|
6660
7401
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
6661
7402
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
6662
7403
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
6663
|
-
color: #fff;
|
|
6664
7404
|
color: #317ab9;
|
|
6665
7405
|
}
|
|
7406
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
7407
|
+
color: #317ab9;
|
|
7408
|
+
}
|
|
7409
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
7410
|
+
color: #317ab9;
|
|
7411
|
+
}
|
|
7412
|
+
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
7413
|
+
color: #317ab9;
|
|
7414
|
+
}
|
|
7415
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
7416
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
7417
|
+
background: inherit;
|
|
7418
|
+
}
|
|
6666
7419
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
6667
7420
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
6668
7421
|
color: #777;
|
|
7422
|
+
border: 0;
|
|
6669
7423
|
}
|
|
6670
7424
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
6671
7425
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
6672
7426
|
background: inherit;
|
|
6673
7427
|
color: #333;
|
|
7428
|
+
border-color: unset;
|
|
7429
|
+
}
|
|
7430
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
|
|
7431
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
|
|
7432
|
+
background: unset;
|
|
7433
|
+
color: #777;
|
|
6674
7434
|
}
|
|
6675
7435
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
6676
7436
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
6677
7437
|
color: #333;
|
|
7438
|
+
border: 0;
|
|
7439
|
+
background: inherit;
|
|
6678
7440
|
}
|
|
6679
7441
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
6680
7442
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
6681
7443
|
background: inherit;
|
|
6682
7444
|
color: #333;
|
|
6683
7445
|
}
|
|
7446
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
|
|
7447
|
+
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
|
|
7448
|
+
background: inherit;
|
|
7449
|
+
border-color: unset;
|
|
7450
|
+
color: #333;
|
|
7451
|
+
}
|
|
6684
7452
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
6685
7453
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
6686
7454
|
animation: none;
|
|
6687
7455
|
}
|
|
7456
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav),
|
|
7457
|
+
.e-tab.e-background .e-tab-header .e-hor-nav {
|
|
7458
|
+
background: transparent;
|
|
7459
|
+
}
|
|
6688
7460
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
6689
7461
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
6690
7462
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
6691
7463
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
6692
7464
|
color: #777;
|
|
7465
|
+
border: 0;
|
|
6693
7466
|
}
|
|
6694
7467
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
6695
7468
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
6696
7469
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
6697
7470
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
6698
|
-
background:
|
|
7471
|
+
background: #e6e6e6;
|
|
7472
|
+
border-color: #adadad;
|
|
6699
7473
|
color: #333;
|
|
7474
|
+
}
|
|
7475
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
|
|
7476
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
|
|
7477
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
|
|
7478
|
+
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
|
|
6700
7479
|
background: #e6e6e6;
|
|
7480
|
+
color: #333;
|
|
6701
7481
|
}
|
|
6702
7482
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
6703
7483
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
6704
7484
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
6705
7485
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
6706
7486
|
color: #333;
|
|
7487
|
+
background: inherit;
|
|
7488
|
+
border: 1px solid #8c8c8c;
|
|
7489
|
+
}
|
|
7490
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
|
|
7491
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
|
|
7492
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
7493
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
|
|
7494
|
+
background: #e6e6e6;
|
|
7495
|
+
}
|
|
7496
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
7497
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
|
|
7498
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
|
|
7499
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
|
|
7500
|
+
background: #e6e6e6;
|
|
7501
|
+
border-color: #adadad;
|
|
7502
|
+
color: #333;
|
|
6707
7503
|
}
|
|
6708
7504
|
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
6709
7505
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
@@ -6713,6 +7509,40 @@
|
|
|
6713
7509
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
6714
7510
|
color: #333;
|
|
6715
7511
|
}
|
|
7512
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
7513
|
+
border: 0;
|
|
7514
|
+
margin: 0;
|
|
7515
|
+
}
|
|
7516
|
+
.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
|
|
7517
|
+
border-color: unset;
|
|
7518
|
+
border-radius: 4px;
|
|
7519
|
+
border-style: solid;
|
|
7520
|
+
border-width: 0;
|
|
7521
|
+
}
|
|
7522
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
|
|
7523
|
+
border-color: #fff;
|
|
7524
|
+
border-style: solid;
|
|
7525
|
+
border-width: 0 1px 0 0;
|
|
7526
|
+
margin: 0;
|
|
7527
|
+
}
|
|
7528
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap {
|
|
7529
|
+
border-color: unset;
|
|
7530
|
+
border-radius: 4px;
|
|
7531
|
+
border-style: solid;
|
|
7532
|
+
border-width: 0;
|
|
7533
|
+
}
|
|
7534
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
|
|
7535
|
+
border-color: #fff;
|
|
7536
|
+
border-style: solid;
|
|
7537
|
+
border-width: 0 0 0 1px;
|
|
7538
|
+
margin: 0;
|
|
7539
|
+
}
|
|
7540
|
+
.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap {
|
|
7541
|
+
border-color: unset;
|
|
7542
|
+
border-radius: 4px;
|
|
7543
|
+
border-style: solid;
|
|
7544
|
+
border-width: 0;
|
|
7545
|
+
}
|
|
6716
7546
|
.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
|
|
6717
7547
|
border: 0;
|
|
6718
7548
|
}
|
|
@@ -6776,6 +7606,7 @@
|
|
|
6776
7606
|
}
|
|
6777
7607
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
6778
7608
|
background: #eee;
|
|
7609
|
+
border-color: unset;
|
|
6779
7610
|
}
|
|
6780
7611
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
6781
7612
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
@@ -6784,18 +7615,38 @@
|
|
|
6784
7615
|
}
|
|
6785
7616
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6786
7617
|
background: #eee;
|
|
7618
|
+
border-color: unset;
|
|
6787
7619
|
}
|
|
6788
7620
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6789
7621
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6790
7622
|
color: #fff;
|
|
6791
7623
|
}
|
|
6792
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:
|
|
6793
|
-
|
|
6794
|
-
|
|
7624
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
7625
|
+
background: #317ab9;
|
|
7626
|
+
border: 0;
|
|
7627
|
+
border-radius: 4px;
|
|
7628
|
+
}
|
|
7629
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
7630
|
+
color: #1f496e;
|
|
7631
|
+
}
|
|
7632
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
7633
|
+
color: #fff;
|
|
7634
|
+
}
|
|
7635
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
7636
|
+
color: #1f496e;
|
|
7637
|
+
}
|
|
7638
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
7639
|
+
color: #1f496e;
|
|
7640
|
+
}
|
|
7641
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
7642
|
+
color: #fff;
|
|
7643
|
+
}
|
|
6795
7644
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
6796
7645
|
color: #1f496e;
|
|
6797
7646
|
}
|
|
6798
|
-
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text
|
|
7647
|
+
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
7648
|
+
color: #1f496e;
|
|
7649
|
+
}
|
|
6799
7650
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
6800
7651
|
color: #1f496e;
|
|
6801
7652
|
}
|
|
@@ -6821,6 +7672,8 @@
|
|
|
6821
7672
|
.e-tab .e-content .e-item {
|
|
6822
7673
|
background: inherit;
|
|
6823
7674
|
color: #000;
|
|
7675
|
+
font-size: 12px;
|
|
7676
|
+
line-height: 18px;
|
|
6824
7677
|
}
|
|
6825
7678
|
|
|
6826
7679
|
.e-tab-clone-element {
|
|
@@ -6830,6 +7683,7 @@
|
|
|
6830
7683
|
.e-tab-clone-element .e-tab-wrap {
|
|
6831
7684
|
border-radius: 4px;
|
|
6832
7685
|
color: #317ab9;
|
|
7686
|
+
border: 0;
|
|
6833
7687
|
}
|
|
6834
7688
|
.e-tab-clone-element .e-tab-wrap .e-tab-icon {
|
|
6835
7689
|
color: #317ab9;
|