@syncfusion/ej2-navigations 20.3.58 → 20.4.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +16 -1
- package/CHANGELOG.md +25 -2
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +271 -216
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +269 -213
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/accordion/accordion.js +20 -19
- package/src/appbar/appbar-model.d.ts +15 -15
- package/src/appbar/appbar.d.ts +15 -15
- package/src/appbar/appbar.js +3 -3
- package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
- package/src/breadcrumb/breadcrumb.js +10 -5
- package/src/carousel/carousel.js +10 -10
- package/src/common/menu-base.js +9 -5
- package/src/menu/menu.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +6 -2
- package/src/tab/tab-model.d.ts +9 -0
- package/src/tab/tab.d.ts +9 -0
- package/src/tab/tab.js +28 -18
- package/src/toolbar/toolbar-model.d.ts +9 -0
- package/src/toolbar/toolbar.d.ts +11 -0
- package/src/toolbar/toolbar.js +132 -123
- package/src/treeview/treeview-model.d.ts +133 -45
- package/src/treeview/treeview.d.ts +135 -48
- package/src/treeview/treeview.js +49 -25
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +999 -145
- package/styles/bootstrap.css +986 -132
- package/styles/bootstrap4.css +888 -167
- package/styles/bootstrap5-dark.css +949 -179
- package/styles/bootstrap5.css +949 -179
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1068 -232
- package/styles/fabric.css +1067 -231
- package/styles/fluent-dark.css +1014 -123
- package/styles/fluent.css +1012 -121
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +918 -369
- package/styles/highcontrast.css +925 -370
- package/styles/material-dark.css +1184 -114
- package/styles/material.css +1162 -92
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +295 -988
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +587 -109
- package/styles/tab/bootstrap.css +574 -96
- package/styles/tab/bootstrap4.css +546 -114
- package/styles/tab/bootstrap5-dark.css +523 -134
- package/styles/tab/bootstrap5.css +523 -134
- package/styles/tab/fabric-dark.css +614 -199
- package/styles/tab/fabric.css +612 -197
- package/styles/tab/fluent-dark.css +546 -102
- package/styles/tab/fluent.css +546 -102
- package/styles/tab/highcontrast-light.css +520 -250
- package/styles/tab/highcontrast.css +520 -244
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +705 -54
- package/styles/tab/material.css +705 -54
- package/styles/tab/tailwind-dark.css +706 -71
- package/styles/tab/tailwind.css +706 -71
- package/styles/tailwind-dark.css +1145 -99
- package/styles/tailwind.css +1144 -98
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
|
@@ -46,10 +46,18 @@
|
|
|
46
46
|
height: 56px;
|
|
47
47
|
min-height: 56px;
|
|
48
48
|
}
|
|
49
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
50
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
|
|
51
|
+
font-size: 14px;
|
|
52
|
+
}
|
|
49
53
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
50
54
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
51
55
|
font-size: 14px;
|
|
52
56
|
}
|
|
57
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
|
|
58
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
|
|
59
|
+
font-size: 14px;
|
|
60
|
+
}
|
|
53
61
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
54
62
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
55
63
|
border-bottom: 0;
|
|
@@ -137,24 +145,23 @@
|
|
|
137
145
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
138
146
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
139
147
|
min-width: 27px;
|
|
148
|
+
font-size: 14px;
|
|
140
149
|
}
|
|
141
150
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
142
151
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
143
152
|
min-height: 30px;
|
|
144
153
|
padding: 0 16px;
|
|
154
|
+
line-height: 35px;
|
|
145
155
|
}
|
|
146
156
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
147
157
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
148
158
|
margin-left: 0;
|
|
149
159
|
padding: 0;
|
|
150
160
|
}
|
|
151
|
-
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left,
|
|
152
|
-
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
153
|
-
padding-right: 16px;
|
|
154
|
-
}
|
|
155
161
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
156
162
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
157
163
|
padding: 0;
|
|
164
|
+
font-size: 14px;
|
|
158
165
|
}
|
|
159
166
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
160
167
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -166,6 +173,10 @@
|
|
|
166
173
|
margin-right: 24px;
|
|
167
174
|
white-space: normal;
|
|
168
175
|
}
|
|
176
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
177
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
178
|
+
margin: 0;
|
|
179
|
+
}
|
|
169
180
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
170
181
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
171
182
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -239,6 +250,19 @@
|
|
|
239
250
|
min-height: 0;
|
|
240
251
|
min-width: 0;
|
|
241
252
|
padding: 0 6px;
|
|
253
|
+
line-height: 35px;
|
|
254
|
+
}
|
|
255
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
256
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
257
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
258
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
259
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
260
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
261
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
262
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
263
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
264
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
265
|
+
padding: 0 6px;
|
|
242
266
|
}
|
|
243
267
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
244
268
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
@@ -286,6 +310,7 @@
|
|
|
286
310
|
}
|
|
287
311
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
288
312
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
313
|
+
margin: 0;
|
|
289
314
|
min-width: 48px;
|
|
290
315
|
padding: 5px;
|
|
291
316
|
}
|
|
@@ -327,6 +352,18 @@
|
|
|
327
352
|
min-width: 0;
|
|
328
353
|
padding: 0 6px;
|
|
329
354
|
}
|
|
355
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
356
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
357
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
358
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
359
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
360
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
361
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
362
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
363
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
364
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
365
|
+
padding: 0 6px;
|
|
366
|
+
}
|
|
330
367
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
331
368
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
332
369
|
line-height: 35px;
|
|
@@ -402,6 +439,7 @@
|
|
|
402
439
|
}
|
|
403
440
|
.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
404
441
|
padding-right: 3px;
|
|
442
|
+
margin-left: 0;
|
|
405
443
|
}
|
|
406
444
|
.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
407
445
|
padding-left: 0;
|
|
@@ -426,6 +464,7 @@
|
|
|
426
464
|
padding-left: 3px;
|
|
427
465
|
padding-right: 3px;
|
|
428
466
|
padding-top: 0;
|
|
467
|
+
margin-left: -1px;
|
|
429
468
|
}
|
|
430
469
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
|
|
431
470
|
display: none;
|
|
@@ -445,6 +484,7 @@
|
|
|
445
484
|
white-space: normal;
|
|
446
485
|
}
|
|
447
486
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
487
|
+
margin: 0;
|
|
448
488
|
height: 100%;
|
|
449
489
|
min-width: 34px;
|
|
450
490
|
padding: 3.5px;
|
|
@@ -491,6 +531,9 @@
|
|
|
491
531
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
492
532
|
line-height: 25px;
|
|
493
533
|
}
|
|
534
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
535
|
+
padding: 0 1.5px;
|
|
536
|
+
}
|
|
494
537
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
495
538
|
margin: 7.5px 3px;
|
|
496
539
|
min-height: 25px;
|
|
@@ -502,6 +545,7 @@
|
|
|
502
545
|
min-height: 25px;
|
|
503
546
|
min-width: 24px;
|
|
504
547
|
padding: 0;
|
|
548
|
+
font-size: 14px;
|
|
505
549
|
}
|
|
506
550
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
507
551
|
display: -ms-inline-flexbox;
|
|
@@ -574,15 +618,15 @@
|
|
|
574
618
|
justify-content: flex-start;
|
|
575
619
|
min-height: 24px;
|
|
576
620
|
padding: 0 16px;
|
|
621
|
+
border: none;
|
|
622
|
+
border-radius: 2px;
|
|
623
|
+
margin: 0;
|
|
577
624
|
}
|
|
578
625
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
579
626
|
margin: 0;
|
|
580
627
|
padding: 0;
|
|
581
628
|
width: auto;
|
|
582
629
|
}
|
|
583
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
584
|
-
padding-right: 16px;
|
|
585
|
-
}
|
|
586
630
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
587
631
|
padding: 0;
|
|
588
632
|
}
|
|
@@ -694,10 +738,6 @@
|
|
|
694
738
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
695
739
|
margin-right: 3px;
|
|
696
740
|
}
|
|
697
|
-
.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
698
|
-
padding-left: 16px;
|
|
699
|
-
padding-right: 0;
|
|
700
|
-
}
|
|
701
741
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
702
742
|
left: 0;
|
|
703
743
|
right: auto;
|
|
@@ -728,6 +768,7 @@
|
|
|
728
768
|
text-align: center;
|
|
729
769
|
vertical-align: middle;
|
|
730
770
|
width: 100%;
|
|
771
|
+
font-size: 12px;
|
|
731
772
|
}
|
|
732
773
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
733
774
|
line-height: 25px;
|
|
@@ -749,6 +790,9 @@
|
|
|
749
790
|
margin-right: 18px;
|
|
750
791
|
white-space: normal;
|
|
751
792
|
}
|
|
793
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
794
|
+
margin: 0;
|
|
795
|
+
}
|
|
752
796
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
753
797
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
754
798
|
display: none;
|
|
@@ -878,6 +922,14 @@
|
|
|
878
922
|
min-height: 0;
|
|
879
923
|
min-width: 0;
|
|
880
924
|
padding: 0 1.5px;
|
|
925
|
+
border-radius: 2px;
|
|
926
|
+
line-height: 25px;
|
|
927
|
+
}
|
|
928
|
+
.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 {
|
|
929
|
+
padding: 0 1.5px;
|
|
930
|
+
}
|
|
931
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
932
|
+
outline: 0;
|
|
881
933
|
}
|
|
882
934
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
883
935
|
padding: 0;
|
|
@@ -889,6 +941,7 @@
|
|
|
889
941
|
margin: 0;
|
|
890
942
|
min-width: 24px;
|
|
891
943
|
width: auto;
|
|
944
|
+
padding-bottom: 0;
|
|
892
945
|
}
|
|
893
946
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
894
947
|
-ms-flex-item-align: center;
|
|
@@ -1035,28 +1088,60 @@
|
|
|
1035
1088
|
background: #fafafa;
|
|
1036
1089
|
box-shadow: none;
|
|
1037
1090
|
color: rgba(0, 0, 0, 0.87);
|
|
1091
|
+
border: none;
|
|
1038
1092
|
}
|
|
1039
1093
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
1040
1094
|
color: rgba(0, 0, 0, 0.87);
|
|
1041
1095
|
}
|
|
1042
1096
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1043
1097
|
background: rgba(0, 0, 0, 0.12);
|
|
1044
|
-
border-color: rgba(0, 0, 0, 0.12);
|
|
1045
1098
|
border-radius: 0;
|
|
1046
1099
|
color: rgba(0, 0, 0, 0.87);
|
|
1100
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
1101
|
+
border-style: solid;
|
|
1102
|
+
border-width: 0;
|
|
1103
|
+
box-shadow: none;
|
|
1104
|
+
}
|
|
1105
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1106
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1107
|
+
}
|
|
1108
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1109
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1047
1110
|
}
|
|
1048
1111
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1049
1112
|
background: rgba(0, 0, 0, 0.12);
|
|
1050
|
-
border-color: rgba(0, 0, 0, 0.12);
|
|
1051
1113
|
border-radius: 0;
|
|
1052
1114
|
color: rgba(0, 0, 0, 0.87);
|
|
1115
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
1116
|
+
border-style: solid;
|
|
1117
|
+
border-width: 0;
|
|
1118
|
+
}
|
|
1119
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
1120
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1121
|
+
}
|
|
1122
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
1123
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1124
|
+
}
|
|
1125
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1126
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1127
|
+
}
|
|
1128
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1129
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1053
1130
|
}
|
|
1054
1131
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1055
1132
|
background: #bdbdbd;
|
|
1056
|
-
border-color: #bdbdbd;
|
|
1057
1133
|
border-radius: 0;
|
|
1058
1134
|
box-shadow: none;
|
|
1059
1135
|
color: rgba(0, 0, 0, 0.87);
|
|
1136
|
+
border-color: #bdbdbd;
|
|
1137
|
+
border-style: solid;
|
|
1138
|
+
border-width: 0;
|
|
1139
|
+
}
|
|
1140
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1141
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1142
|
+
}
|
|
1143
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1144
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1060
1145
|
}
|
|
1061
1146
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
1062
1147
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -1066,6 +1151,54 @@
|
|
|
1066
1151
|
border: 1px none rgba(0, 0, 0, 0.12);
|
|
1067
1152
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1068
1153
|
}
|
|
1154
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1155
|
+
background: #fafafa;
|
|
1156
|
+
}
|
|
1157
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
1158
|
+
background: rgba(0, 0, 0, 0.12);
|
|
1159
|
+
box-shadow: none;
|
|
1160
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1161
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
1162
|
+
border-style: solid;
|
|
1163
|
+
border-width: 0;
|
|
1164
|
+
}
|
|
1165
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1166
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1167
|
+
}
|
|
1168
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1169
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1170
|
+
}
|
|
1171
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
1172
|
+
background: #bdbdbd;
|
|
1173
|
+
box-shadow: none;
|
|
1174
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1175
|
+
border-color: #bdbdbd;
|
|
1176
|
+
border-style: solid;
|
|
1177
|
+
border-width: 0;
|
|
1178
|
+
}
|
|
1179
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1180
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1181
|
+
}
|
|
1182
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1183
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1184
|
+
}
|
|
1185
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
1186
|
+
background: rgba(0, 0, 0, 0.12);
|
|
1187
|
+
box-shadow: none;
|
|
1188
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1189
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
1190
|
+
border-style: solid;
|
|
1191
|
+
border-width: 0;
|
|
1192
|
+
}
|
|
1193
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1194
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1195
|
+
}
|
|
1196
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1197
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1198
|
+
}
|
|
1199
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
1200
|
+
outline: 0;
|
|
1201
|
+
}
|
|
1069
1202
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1070
1203
|
background: transparent;
|
|
1071
1204
|
}
|
|
@@ -1075,28 +1208,51 @@
|
|
|
1075
1208
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1076
1209
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1077
1210
|
background: rgba(0, 0, 0, 0.12);
|
|
1078
|
-
border: 0;
|
|
1079
1211
|
box-shadow: none;
|
|
1080
|
-
border-
|
|
1212
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
1213
|
+
border-style: solid;
|
|
1214
|
+
border-width: 0;
|
|
1215
|
+
}
|
|
1216
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
1217
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
1218
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
1219
|
+
border-style: solid;
|
|
1220
|
+
border-width: 0;
|
|
1081
1221
|
}
|
|
1082
1222
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
1083
1223
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
1084
1224
|
color: rgba(0, 0, 0, 0.87);
|
|
1085
1225
|
}
|
|
1226
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
1227
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
1228
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1229
|
+
}
|
|
1086
1230
|
.e-toolbar .e-tbar-btn {
|
|
1087
1231
|
background: #fafafa;
|
|
1088
1232
|
box-shadow: none;
|
|
1089
1233
|
color: rgba(0, 0, 0, 0.87);
|
|
1234
|
+
border: none;
|
|
1090
1235
|
}
|
|
1091
1236
|
.e-toolbar .e-tbar-btn:focus {
|
|
1092
1237
|
background: rgba(0, 0, 0, 0.12);
|
|
1093
|
-
border-color: rgba(0, 0, 0, 0.12);
|
|
1094
1238
|
border-radius: 0;
|
|
1095
1239
|
color: rgba(0, 0, 0, 0.87);
|
|
1240
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
1241
|
+
border-style: solid;
|
|
1242
|
+
border-width: 0;
|
|
1243
|
+
box-shadow: none;
|
|
1244
|
+
}
|
|
1245
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
1246
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1247
|
+
}
|
|
1248
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1249
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1096
1250
|
}
|
|
1097
1251
|
.e-toolbar .e-tbar-btn:hover {
|
|
1098
1252
|
background: rgba(0, 0, 0, 0.12);
|
|
1099
1253
|
border-color: rgba(0, 0, 0, 0.12);
|
|
1254
|
+
border-style: solid;
|
|
1255
|
+
border-width: 0;
|
|
1100
1256
|
border-radius: 0;
|
|
1101
1257
|
color: rgba(0, 0, 0, 0.87);
|
|
1102
1258
|
}
|
|
@@ -1105,6 +1261,7 @@
|
|
|
1105
1261
|
}
|
|
1106
1262
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
1107
1263
|
background: #fafafa;
|
|
1264
|
+
opacity: 0.5;
|
|
1108
1265
|
}
|
|
1109
1266
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
1110
1267
|
color: rgba(0, 0, 0, 0.38);
|
|
@@ -1115,6 +1272,30 @@
|
|
|
1115
1272
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1116
1273
|
color: rgba(0, 0, 0, 0.87);
|
|
1117
1274
|
}
|
|
1275
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
1276
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1277
|
+
}
|
|
1278
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
1279
|
+
box-shadow: none;
|
|
1280
|
+
}
|
|
1281
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1282
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1283
|
+
}
|
|
1284
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1285
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1286
|
+
}
|
|
1287
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
1288
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1289
|
+
}
|
|
1290
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
1291
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1292
|
+
}
|
|
1293
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1294
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1295
|
+
}
|
|
1296
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1297
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1298
|
+
}
|
|
1118
1299
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1119
1300
|
border: solid rgba(0, 0, 0, 0.12);
|
|
1120
1301
|
border-width: 0 0.5px 0 0;
|
|
@@ -1147,10 +1328,17 @@
|
|
|
1147
1328
|
visibility: hidden;
|
|
1148
1329
|
width: 1px;
|
|
1149
1330
|
}
|
|
1331
|
+
.e-toolbar .e-hor-nav.e-nav-active:active, .e-toolbar .e-hor-nav.e-nav-active:focus, .e-toolbar .e-hor-nav.e-nav-active:hover {
|
|
1332
|
+
border-bottom-right-radius: 0;
|
|
1333
|
+
}
|
|
1150
1334
|
.e-toolbar .e-hor-nav:active {
|
|
1151
1335
|
border: 0;
|
|
1152
1336
|
box-shadow: none;
|
|
1153
1337
|
color: rgba(0, 0, 0, 0.87);
|
|
1338
|
+
background: #fafafa;
|
|
1339
|
+
}
|
|
1340
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
1341
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1154
1342
|
}
|
|
1155
1343
|
.e-toolbar .e-hor-nav:active::after {
|
|
1156
1344
|
animation: tbar-popup-shadow 0.6s ease-out 0ms;
|
|
@@ -1161,16 +1349,42 @@
|
|
|
1161
1349
|
border-left: 0;
|
|
1162
1350
|
color: rgba(0, 0, 0, 0.87);
|
|
1163
1351
|
}
|
|
1164
|
-
.e-toolbar .e-hor-nav:
|
|
1352
|
+
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
1353
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1354
|
+
}
|
|
1355
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
1356
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
1357
|
+
border-style: solid;
|
|
1358
|
+
border-width: 0;
|
|
1359
|
+
}
|
|
1360
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
1165
1361
|
background: rgba(0, 0, 0, 0.12);
|
|
1166
|
-
border-left: 0;
|
|
1167
1362
|
border-color: rgba(0, 0, 0, 0.12);
|
|
1363
|
+
border-style: solid;
|
|
1364
|
+
border-width: 0;
|
|
1365
|
+
}
|
|
1366
|
+
.e-toolbar .e-hor-nav:focus {
|
|
1367
|
+
background: rgba(0, 0, 0, 0.12);
|
|
1168
1368
|
color: rgba(0, 0, 0, 0.87);
|
|
1369
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
1370
|
+
border-style: solid;
|
|
1371
|
+
border-width: 0;
|
|
1372
|
+
}
|
|
1373
|
+
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
1374
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1169
1375
|
}
|
|
1170
1376
|
.e-toolbar .e-tbar-btn:active {
|
|
1171
1377
|
background: #bdbdbd;
|
|
1172
1378
|
border-color: #bdbdbd;
|
|
1379
|
+
border-style: solid;
|
|
1380
|
+
border-width: 0;
|
|
1173
1381
|
border-radius: 0;
|
|
1174
1382
|
box-shadow: none;
|
|
1175
1383
|
color: rgba(0, 0, 0, 0.87);
|
|
1384
|
+
}
|
|
1385
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
1386
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1387
|
+
}
|
|
1388
|
+
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
1389
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1176
1390
|
}
|