@syncfusion/ej2-angular-navigations 19.3.57 → 19.4.47
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 +4 -4
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +4 -4
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +58 -0
- package/dist/ej2-angular-navigations.umd.js +5 -5
- 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/breadcrumb/items.directive.d.ts +5 -0
- package/styles/accordion/bootstrap4.css +1 -2
- package/styles/accordion/bootstrap5-dark.css +11 -2
- package/styles/accordion/bootstrap5.css +11 -2
- package/styles/accordion/highcontrast-light.css +0 -4
- package/styles/accordion/highcontrast.css +1 -5
- package/styles/bootstrap-dark.css +319 -85
- package/styles/bootstrap.css +318 -84
- package/styles/bootstrap4.css +319 -77
- package/styles/bootstrap5-dark.css +341 -76
- package/styles/bootstrap5.css +343 -78
- package/styles/breadcrumb/bootstrap-dark.css +194 -17
- package/styles/breadcrumb/bootstrap.css +194 -17
- package/styles/breadcrumb/bootstrap4.css +194 -17
- package/styles/breadcrumb/bootstrap5-dark.css +198 -24
- package/styles/breadcrumb/bootstrap5.css +198 -24
- package/styles/breadcrumb/fabric-dark.css +197 -20
- package/styles/breadcrumb/fabric.css +197 -20
- package/styles/breadcrumb/highcontrast-light.css +200 -22
- package/styles/breadcrumb/highcontrast.css +200 -22
- package/styles/breadcrumb/material-dark.css +186 -13
- package/styles/breadcrumb/material.css +186 -13
- package/styles/breadcrumb/tailwind-dark.css +195 -22
- package/styles/breadcrumb/tailwind.css +195 -22
- package/styles/context-menu/bootstrap-dark.css +1 -1
- package/styles/context-menu/bootstrap.css +1 -1
- package/styles/context-menu/bootstrap4.css +1 -1
- package/styles/context-menu/bootstrap5-dark.css +5 -5
- package/styles/context-menu/bootstrap5.css +6 -6
- package/styles/context-menu/material-dark.css +1 -1
- package/styles/context-menu/material.css +1 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/fabric-dark.css +307 -42
- package/styles/fabric.css +310 -45
- package/styles/h-scroll/bootstrap-dark.css +1 -1
- package/styles/h-scroll/bootstrap.css +1 -1
- package/styles/h-scroll/bootstrap4.css +1 -1
- package/styles/h-scroll/bootstrap5-dark.css +1 -1
- package/styles/h-scroll/bootstrap5.css +1 -1
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/h-scroll/highcontrast-light.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/h-scroll/material-dark.css +1 -1
- package/styles/h-scroll/material.css +1 -1
- package/styles/h-scroll/tailwind-dark.css +1 -1
- package/styles/h-scroll/tailwind.css +1 -1
- package/styles/highcontrast-light.css +319 -48
- package/styles/highcontrast.css +324 -53
- package/styles/material-dark.css +297 -33
- package/styles/material.css +298 -34
- package/styles/menu/bootstrap-dark.css +3 -2
- package/styles/menu/bootstrap.css +3 -2
- package/styles/menu/bootstrap4.css +3 -2
- package/styles/menu/bootstrap5-dark.css +6 -5
- package/styles/menu/bootstrap5.css +7 -6
- package/styles/menu/fabric-dark.css +2 -1
- package/styles/menu/fabric.css +2 -1
- package/styles/menu/highcontrast-light.css +2 -1
- package/styles/menu/highcontrast.css +2 -1
- package/styles/menu/material-dark.css +3 -2
- package/styles/menu/material.css +3 -2
- package/styles/menu/tailwind-dark.css +3 -2
- package/styles/menu/tailwind.css +3 -2
- package/styles/sidebar/bootstrap5-dark.css +0 -1
- package/styles/sidebar/bootstrap5.css +0 -1
- package/styles/sidebar/tailwind-dark.css +0 -1
- package/styles/sidebar/tailwind.css +0 -1
- package/styles/tab/bootstrap-dark.css +43 -18
- package/styles/tab/bootstrap.css +42 -17
- package/styles/tab/bootstrap4.css +47 -28
- package/styles/tab/bootstrap5-dark.css +53 -30
- package/styles/tab/bootstrap5.css +53 -30
- package/styles/tab/fabric-dark.css +43 -20
- package/styles/tab/fabric.css +46 -23
- package/styles/tab/highcontrast-light.css +52 -19
- package/styles/tab/highcontrast.css +56 -23
- package/styles/tab/material-dark.css +42 -15
- package/styles/tab/material.css +42 -15
- package/styles/tab/tailwind-dark.css +42 -17
- package/styles/tab/tailwind.css +42 -17
- package/styles/tailwind-dark.css +315 -51
- package/styles/tailwind.css +315 -51
- package/styles/toolbar/bootstrap-dark.css +17 -46
- package/styles/toolbar/bootstrap.css +17 -46
- package/styles/toolbar/bootstrap4.css +12 -26
- package/styles/toolbar/bootstrap5-dark.css +6 -7
- package/styles/toolbar/bootstrap5.css +6 -7
- package/styles/toolbar/fabric-dark.css +4 -0
- package/styles/toolbar/fabric.css +4 -0
- package/styles/toolbar/highcontrast-light.css +4 -1
- package/styles/toolbar/highcontrast.css +4 -1
- package/styles/toolbar/material-dark.css +4 -1
- package/styles/toolbar/material.css +5 -2
- package/styles/toolbar/tailwind-dark.css +8 -6
- package/styles/toolbar/tailwind.css +8 -6
- package/styles/treeview/bootstrap-dark.css +60 -0
- package/styles/treeview/bootstrap.css +60 -0
- package/styles/treeview/bootstrap4.css +60 -0
- package/styles/treeview/bootstrap5-dark.css +61 -1
- package/styles/treeview/bootstrap5.css +61 -1
- package/styles/treeview/fabric-dark.css +60 -0
- package/styles/treeview/fabric.css +60 -0
- package/styles/treeview/highcontrast-light.css +60 -0
- package/styles/treeview/highcontrast.css +60 -0
- package/styles/treeview/material-dark.css +60 -0
- package/styles/treeview/material.css +60 -0
- package/styles/treeview/tailwind-dark.css +65 -1
- package/styles/treeview/tailwind.css +65 -1
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
-webkit-user-select: none;
|
|
119
119
|
-ms-user-select: none;
|
|
120
120
|
user-select: none;
|
|
121
|
-
font-size:
|
|
121
|
+
font-size: 0;
|
|
122
122
|
padding: 0;
|
|
123
123
|
text-align: left;
|
|
124
124
|
white-space: nowrap;
|
|
@@ -183,6 +183,7 @@
|
|
|
183
183
|
position: relative;
|
|
184
184
|
display: -ms-inline-flexbox;
|
|
185
185
|
display: inline-flex;
|
|
186
|
+
font-size: 14px;
|
|
186
187
|
height: 50px;
|
|
187
188
|
line-height: 50px;
|
|
188
189
|
padding: 0 12px;
|
|
@@ -254,7 +255,7 @@
|
|
|
254
255
|
.e-menu-wrapper .e-ul,
|
|
255
256
|
.e-menu-container .e-ul {
|
|
256
257
|
font-size: 14px;
|
|
257
|
-
padding:
|
|
258
|
+
padding: 0;
|
|
258
259
|
min-width: 120px;
|
|
259
260
|
}
|
|
260
261
|
|
|
@@ -1167,9 +1168,9 @@
|
|
|
1167
1168
|
|
|
1168
1169
|
.e-menu-wrapper .e-ul .e-menu-item.e-selected,
|
|
1169
1170
|
.e-menu-container .e-ul .e-menu-item.e-selected {
|
|
1170
|
-
background-color: #
|
|
1171
|
-
color: #
|
|
1172
|
-
outline: 0 solid #
|
|
1171
|
+
background-color: #0d6efd;
|
|
1172
|
+
color: #fff;
|
|
1173
|
+
outline: 0 solid #0d6efd;
|
|
1173
1174
|
outline-offset: 0;
|
|
1174
1175
|
}
|
|
1175
1176
|
|
|
@@ -1232,7 +1233,7 @@
|
|
|
1232
1233
|
|
|
1233
1234
|
.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active,
|
|
1234
1235
|
.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active {
|
|
1235
|
-
background: #
|
|
1236
|
+
background: #0d6efd;
|
|
1236
1237
|
}
|
|
1237
1238
|
|
|
1238
1239
|
.e-menu-wrapper.e-hamburger .e-menu-header,
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
-webkit-user-select: none;
|
|
107
107
|
-ms-user-select: none;
|
|
108
108
|
user-select: none;
|
|
109
|
-
font-size:
|
|
109
|
+
font-size: 0;
|
|
110
110
|
padding: 0;
|
|
111
111
|
text-align: left;
|
|
112
112
|
white-space: nowrap;
|
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
position: relative;
|
|
172
172
|
display: -ms-inline-flexbox;
|
|
173
173
|
display: inline-flex;
|
|
174
|
+
font-size: 13px;
|
|
174
175
|
height: 42px;
|
|
175
176
|
line-height: 42px;
|
|
176
177
|
padding: 0 8px;
|
package/styles/menu/fabric.css
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
-webkit-user-select: none;
|
|
108
108
|
-ms-user-select: none;
|
|
109
109
|
user-select: none;
|
|
110
|
-
font-size:
|
|
110
|
+
font-size: 0;
|
|
111
111
|
padding: 0;
|
|
112
112
|
text-align: left;
|
|
113
113
|
white-space: nowrap;
|
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
position: relative;
|
|
173
173
|
display: -ms-inline-flexbox;
|
|
174
174
|
display: inline-flex;
|
|
175
|
+
font-size: 13px;
|
|
175
176
|
height: 42px;
|
|
176
177
|
line-height: 42px;
|
|
177
178
|
padding: 0 8px;
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
-webkit-user-select: none;
|
|
107
107
|
-ms-user-select: none;
|
|
108
108
|
user-select: none;
|
|
109
|
-
font-size:
|
|
109
|
+
font-size: 0;
|
|
110
110
|
padding: 0;
|
|
111
111
|
text-align: left;
|
|
112
112
|
white-space: nowrap;
|
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
position: relative;
|
|
172
172
|
display: -ms-inline-flexbox;
|
|
173
173
|
display: inline-flex;
|
|
174
|
+
font-size: 14px;
|
|
174
175
|
height: 36px;
|
|
175
176
|
line-height: 36px;
|
|
176
177
|
padding: 0 16px;
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
-webkit-user-select: none;
|
|
108
108
|
-ms-user-select: none;
|
|
109
109
|
user-select: none;
|
|
110
|
-
font-size:
|
|
110
|
+
font-size: 0;
|
|
111
111
|
padding: 0;
|
|
112
112
|
text-align: left;
|
|
113
113
|
white-space: nowrap;
|
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
position: relative;
|
|
173
173
|
display: -ms-inline-flexbox;
|
|
174
174
|
display: inline-flex;
|
|
175
|
+
font-size: 13px;
|
|
175
176
|
height: 40px;
|
|
176
177
|
line-height: 40px;
|
|
177
178
|
padding: 0 8px;
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
-webkit-user-select: none;
|
|
128
128
|
-ms-user-select: none;
|
|
129
129
|
user-select: none;
|
|
130
|
-
font-size:
|
|
130
|
+
font-size: 0;
|
|
131
131
|
padding: 0;
|
|
132
132
|
text-align: left;
|
|
133
133
|
white-space: nowrap;
|
|
@@ -192,6 +192,7 @@
|
|
|
192
192
|
position: relative;
|
|
193
193
|
display: -ms-inline-flexbox;
|
|
194
194
|
display: inline-flex;
|
|
195
|
+
font-size: 13px;
|
|
195
196
|
height: 42px;
|
|
196
197
|
line-height: 42px;
|
|
197
198
|
padding: 0 12px;
|
|
@@ -263,7 +264,7 @@
|
|
|
263
264
|
.e-menu-wrapper .e-ul,
|
|
264
265
|
.e-menu-container .e-ul {
|
|
265
266
|
font-size: 14px;
|
|
266
|
-
padding:
|
|
267
|
+
padding: 0;
|
|
267
268
|
min-width: 120px;
|
|
268
269
|
}
|
|
269
270
|
|
package/styles/menu/material.css
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
-webkit-user-select: none;
|
|
130
130
|
-ms-user-select: none;
|
|
131
131
|
user-select: none;
|
|
132
|
-
font-size:
|
|
132
|
+
font-size: 0;
|
|
133
133
|
padding: 0;
|
|
134
134
|
text-align: left;
|
|
135
135
|
white-space: nowrap;
|
|
@@ -194,6 +194,7 @@
|
|
|
194
194
|
position: relative;
|
|
195
195
|
display: -ms-inline-flexbox;
|
|
196
196
|
display: inline-flex;
|
|
197
|
+
font-size: 13px;
|
|
197
198
|
height: 42px;
|
|
198
199
|
line-height: 42px;
|
|
199
200
|
padding: 0 12px;
|
|
@@ -265,7 +266,7 @@
|
|
|
265
266
|
.e-menu-wrapper .e-ul,
|
|
266
267
|
.e-menu-container .e-ul {
|
|
267
268
|
font-size: 14px;
|
|
268
|
-
padding:
|
|
269
|
+
padding: 0;
|
|
269
270
|
min-width: 120px;
|
|
270
271
|
}
|
|
271
272
|
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
-webkit-user-select: none;
|
|
120
120
|
-ms-user-select: none;
|
|
121
121
|
user-select: none;
|
|
122
|
-
font-size:
|
|
122
|
+
font-size: 0;
|
|
123
123
|
padding: 0;
|
|
124
124
|
text-align: left;
|
|
125
125
|
white-space: nowrap;
|
|
@@ -184,6 +184,7 @@
|
|
|
184
184
|
position: relative;
|
|
185
185
|
display: -ms-inline-flexbox;
|
|
186
186
|
display: inline-flex;
|
|
187
|
+
font-size: 14px;
|
|
187
188
|
height: 38px;
|
|
188
189
|
line-height: 38px;
|
|
189
190
|
padding: 0 12px;
|
|
@@ -255,7 +256,7 @@
|
|
|
255
256
|
.e-menu-wrapper .e-ul,
|
|
256
257
|
.e-menu-container .e-ul {
|
|
257
258
|
font-size: 14px;
|
|
258
|
-
padding:
|
|
259
|
+
padding: 0;
|
|
259
260
|
min-width: 120px;
|
|
260
261
|
}
|
|
261
262
|
|
package/styles/menu/tailwind.css
CHANGED
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
-webkit-user-select: none;
|
|
120
120
|
-ms-user-select: none;
|
|
121
121
|
user-select: none;
|
|
122
|
-
font-size:
|
|
122
|
+
font-size: 0;
|
|
123
123
|
padding: 0;
|
|
124
124
|
text-align: left;
|
|
125
125
|
white-space: nowrap;
|
|
@@ -184,6 +184,7 @@
|
|
|
184
184
|
position: relative;
|
|
185
185
|
display: -ms-inline-flexbox;
|
|
186
186
|
display: inline-flex;
|
|
187
|
+
font-size: 14px;
|
|
187
188
|
height: 38px;
|
|
188
189
|
line-height: 38px;
|
|
189
190
|
padding: 0 12px;
|
|
@@ -255,7 +256,7 @@
|
|
|
255
256
|
.e-menu-wrapper .e-ul,
|
|
256
257
|
.e-menu-container .e-ul {
|
|
257
258
|
font-size: 14px;
|
|
258
|
-
padding:
|
|
259
|
+
padding: 0;
|
|
259
260
|
min-width: 120px;
|
|
260
261
|
}
|
|
261
262
|
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::after {
|
|
65
|
-
content: '\
|
|
65
|
+
content: '\eb04';
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::before {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::after {
|
|
73
|
-
content: '\
|
|
73
|
+
content: '\eb05';
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::before {
|
|
@@ -2172,6 +2172,10 @@
|
|
|
2172
2172
|
top: 0;
|
|
2173
2173
|
}
|
|
2174
2174
|
|
|
2175
|
+
.e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
|
|
2176
|
+
display: none;
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2175
2179
|
.e-tab .e-tab-header.e-vertical {
|
|
2176
2180
|
max-width: 150px;
|
|
2177
2181
|
z-index: 1;
|
|
@@ -2429,6 +2433,11 @@
|
|
|
2429
2433
|
min-height: 62px;
|
|
2430
2434
|
}
|
|
2431
2435
|
|
|
2436
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2437
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2438
|
+
display: none;
|
|
2439
|
+
}
|
|
2440
|
+
|
|
2432
2441
|
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
2433
2442
|
height: 62px;
|
|
2434
2443
|
}
|
|
@@ -3527,6 +3536,10 @@
|
|
|
3527
3536
|
color: #393939;
|
|
3528
3537
|
}
|
|
3529
3538
|
|
|
3539
|
+
.e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
|
|
3540
|
+
border: 1px solid #fff;
|
|
3541
|
+
}
|
|
3542
|
+
|
|
3530
3543
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
3531
3544
|
background: #2a2a2a;
|
|
3532
3545
|
border: 1px solid #1a1a1a;
|
|
@@ -3564,6 +3577,11 @@
|
|
|
3564
3577
|
background: #313131;
|
|
3565
3578
|
}
|
|
3566
3579
|
|
|
3580
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
3581
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3582
|
+
color: #f0f0f0;
|
|
3583
|
+
}
|
|
3584
|
+
|
|
3567
3585
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
|
|
3568
3586
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
|
|
3569
3587
|
color: #393939;
|
|
@@ -3653,7 +3671,6 @@
|
|
|
3653
3671
|
border: 1px solid none;
|
|
3654
3672
|
border-radius: 4px;
|
|
3655
3673
|
color: #f0f0f0;
|
|
3656
|
-
background: #2a2a2a;
|
|
3657
3674
|
}
|
|
3658
3675
|
|
|
3659
3676
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
@@ -3711,7 +3728,6 @@
|
|
|
3711
3728
|
border-radius: 0 0 4px 4px;
|
|
3712
3729
|
border-top: 1px solid #fff;
|
|
3713
3730
|
border-top-color: #505050;
|
|
3714
|
-
border-bottom: 1px solid #9c9c9c;
|
|
3715
3731
|
}
|
|
3716
3732
|
|
|
3717
3733
|
.e-tab .e-tab-header.e-vertical::before {
|
|
@@ -4033,6 +4049,16 @@
|
|
|
4033
4049
|
background: inherit;
|
|
4034
4050
|
}
|
|
4035
4051
|
|
|
4052
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
4053
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
4054
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
4055
|
+
color: #3e98ff;
|
|
4056
|
+
}
|
|
4057
|
+
|
|
4058
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
4059
|
+
color: #fff;
|
|
4060
|
+
}
|
|
4061
|
+
|
|
4036
4062
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
4037
4063
|
background: #313131;
|
|
4038
4064
|
}
|
|
@@ -4047,20 +4073,6 @@
|
|
|
4047
4073
|
color: #fff;
|
|
4048
4074
|
}
|
|
4049
4075
|
|
|
4050
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
|
|
4051
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4052
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
4053
|
-
color: #3e98ff;
|
|
4054
|
-
}
|
|
4055
|
-
|
|
4056
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
4057
|
-
color: #fff;
|
|
4058
|
-
}
|
|
4059
|
-
|
|
4060
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
4061
|
-
color: #248aff;
|
|
4062
|
-
}
|
|
4063
|
-
|
|
4064
4076
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
4065
4077
|
border: 0;
|
|
4066
4078
|
margin: 0;
|
|
@@ -4138,33 +4150,42 @@
|
|
|
4138
4150
|
color: #0070f0;
|
|
4139
4151
|
}
|
|
4140
4152
|
|
|
4153
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
4141
4154
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4142
4155
|
color: #f0f0f0;
|
|
4143
4156
|
}
|
|
4144
4157
|
|
|
4158
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
4145
4159
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
4146
4160
|
background: inherit;
|
|
4147
4161
|
color: #f0f0f0;
|
|
4148
4162
|
}
|
|
4149
4163
|
|
|
4164
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
4150
4165
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
4151
4166
|
color: #f0f0f0;
|
|
4152
4167
|
}
|
|
4153
4168
|
|
|
4169
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
4154
4170
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
4155
4171
|
background: inherit;
|
|
4156
4172
|
color: #f0f0f0;
|
|
4157
4173
|
}
|
|
4158
4174
|
|
|
4175
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
4159
4176
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
4160
4177
|
animation: none;
|
|
4161
4178
|
}
|
|
4162
4179
|
|
|
4180
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
4181
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
4163
4182
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4164
4183
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4165
4184
|
color: #f0f0f0;
|
|
4166
4185
|
}
|
|
4167
4186
|
|
|
4187
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
4188
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
4168
4189
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4169
4190
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
4170
4191
|
background: inherit;
|
|
@@ -4172,15 +4193,19 @@
|
|
|
4172
4193
|
background: #959595;
|
|
4173
4194
|
}
|
|
4174
4195
|
|
|
4196
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
4197
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
4175
4198
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4176
4199
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
4177
4200
|
color: #f0f0f0;
|
|
4178
4201
|
}
|
|
4179
4202
|
|
|
4203
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
4180
4204
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
4181
4205
|
animation: none;
|
|
4182
4206
|
}
|
|
4183
4207
|
|
|
4208
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
4184
4209
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
4185
4210
|
color: #f0f0f0;
|
|
4186
4211
|
}
|
package/styles/tab/bootstrap.css
CHANGED
|
@@ -2178,6 +2178,10 @@
|
|
|
2178
2178
|
top: 0;
|
|
2179
2179
|
}
|
|
2180
2180
|
|
|
2181
|
+
.e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
|
|
2182
|
+
display: none;
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2181
2185
|
.e-tab .e-tab-header.e-vertical {
|
|
2182
2186
|
max-width: 150px;
|
|
2183
2187
|
z-index: 1;
|
|
@@ -2435,6 +2439,11 @@
|
|
|
2435
2439
|
min-height: 62px;
|
|
2436
2440
|
}
|
|
2437
2441
|
|
|
2442
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
|
|
2443
|
+
.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
|
|
2444
|
+
display: none;
|
|
2445
|
+
}
|
|
2446
|
+
|
|
2438
2447
|
.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
|
|
2439
2448
|
height: 62px;
|
|
2440
2449
|
}
|
|
@@ -3533,6 +3542,10 @@
|
|
|
3533
3542
|
color: #777;
|
|
3534
3543
|
}
|
|
3535
3544
|
|
|
3545
|
+
.e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
|
|
3546
|
+
border: 1px solid #fff;
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3536
3549
|
.e-tab .e-tab-header .e-toolbar-pop {
|
|
3537
3550
|
background: #fff;
|
|
3538
3551
|
border: 1px solid #ccc;
|
|
@@ -3570,6 +3583,11 @@
|
|
|
3570
3583
|
background: #f5f5f5;
|
|
3571
3584
|
}
|
|
3572
3585
|
|
|
3586
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
|
|
3587
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
|
|
3588
|
+
color: #555;
|
|
3589
|
+
}
|
|
3590
|
+
|
|
3573
3591
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
|
|
3574
3592
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
|
|
3575
3593
|
color: #777;
|
|
@@ -3659,7 +3677,6 @@
|
|
|
3659
3677
|
border: 1px solid #8c8c8c;
|
|
3660
3678
|
border-radius: 4px;
|
|
3661
3679
|
color: #333;
|
|
3662
|
-
background: inherit;
|
|
3663
3680
|
}
|
|
3664
3681
|
|
|
3665
3682
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
@@ -3713,11 +3730,10 @@
|
|
|
3713
3730
|
}
|
|
3714
3731
|
|
|
3715
3732
|
.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
|
|
3716
|
-
border-bottom:
|
|
3733
|
+
border-bottom: 1px solid #ddd;
|
|
3717
3734
|
border-radius: 0 0 4px 4px;
|
|
3718
3735
|
border-top: 1px solid #fff;
|
|
3719
3736
|
border-top-color: #fff;
|
|
3720
|
-
border-bottom: 1px solid #ddd;
|
|
3721
3737
|
}
|
|
3722
3738
|
|
|
3723
3739
|
.e-tab .e-tab-header.e-vertical::before {
|
|
@@ -4039,6 +4055,16 @@
|
|
|
4039
4055
|
background: inherit;
|
|
4040
4056
|
}
|
|
4041
4057
|
|
|
4058
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
4059
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
4060
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
4061
|
+
color: #317ab9;
|
|
4062
|
+
}
|
|
4063
|
+
|
|
4064
|
+
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
4065
|
+
color: #777;
|
|
4066
|
+
}
|
|
4067
|
+
|
|
4042
4068
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
4043
4069
|
background: #eee;
|
|
4044
4070
|
}
|
|
@@ -4053,20 +4079,6 @@
|
|
|
4053
4079
|
color: #1f496e;
|
|
4054
4080
|
}
|
|
4055
4081
|
|
|
4056
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
|
|
4057
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4058
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
4059
|
-
color: #317ab9;
|
|
4060
|
-
}
|
|
4061
|
-
|
|
4062
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
|
|
4063
|
-
color: #777;
|
|
4064
|
-
}
|
|
4065
|
-
|
|
4066
|
-
.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
|
|
4067
|
-
color: #1f496e;
|
|
4068
|
-
}
|
|
4069
|
-
|
|
4070
4082
|
.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
|
|
4071
4083
|
border: 0;
|
|
4072
4084
|
margin: 0;
|
|
@@ -4144,33 +4156,42 @@
|
|
|
4144
4156
|
color: #317ab9;
|
|
4145
4157
|
}
|
|
4146
4158
|
|
|
4159
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
|
|
4147
4160
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
|
|
4148
4161
|
color: #777;
|
|
4149
4162
|
}
|
|
4150
4163
|
|
|
4164
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
|
|
4151
4165
|
.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
|
|
4152
4166
|
background: inherit;
|
|
4153
4167
|
color: #333;
|
|
4154
4168
|
}
|
|
4155
4169
|
|
|
4170
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
|
|
4156
4171
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
4157
4172
|
color: #333;
|
|
4158
4173
|
}
|
|
4159
4174
|
|
|
4175
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
4160
4176
|
.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
|
|
4161
4177
|
background: inherit;
|
|
4162
4178
|
color: #333;
|
|
4163
4179
|
}
|
|
4164
4180
|
|
|
4181
|
+
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
|
|
4165
4182
|
.e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
|
|
4166
4183
|
animation: none;
|
|
4167
4184
|
}
|
|
4168
4185
|
|
|
4186
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
|
|
4187
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
|
|
4169
4188
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
|
|
4170
4189
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
|
|
4171
4190
|
color: #777;
|
|
4172
4191
|
}
|
|
4173
4192
|
|
|
4193
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
|
|
4194
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
|
|
4174
4195
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
|
|
4175
4196
|
.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
|
|
4176
4197
|
background: inherit;
|
|
@@ -4178,15 +4199,19 @@
|
|
|
4178
4199
|
background: #e6e6e6;
|
|
4179
4200
|
}
|
|
4180
4201
|
|
|
4202
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
|
|
4203
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
|
|
4181
4204
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
4182
4205
|
.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
4183
4206
|
color: #333;
|
|
4184
4207
|
}
|
|
4185
4208
|
|
|
4209
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
|
|
4186
4210
|
.e-tab.e-background .e-tab-header .e-hor-nav:active::after {
|
|
4187
4211
|
animation: none;
|
|
4188
4212
|
}
|
|
4189
4213
|
|
|
4214
|
+
.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
|
|
4190
4215
|
.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
|
|
4191
4216
|
color: #333;
|
|
4192
4217
|
}
|