@syncfusion/ej2-navigations 20.3.60 → 20.4.40
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 +26 -0
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +263 -212
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +260 -209
- 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 +12 -12
- 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 +19 -12
- package/src/menu/menu.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +6 -2
- package/src/tab/tab-model.d.ts +9 -0
- package/src/tab/tab.d.ts +9 -0
- package/src/tab/tab.js +28 -18
- package/src/toolbar/toolbar-model.d.ts +9 -0
- package/src/toolbar/toolbar.d.ts +11 -0
- package/src/toolbar/toolbar.js +132 -123
- package/src/treeview/treeview-model.d.ts +133 -45
- package/src/treeview/treeview.d.ts +135 -48
- package/src/treeview/treeview.js +30 -14
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +999 -145
- package/styles/bootstrap.css +986 -132
- package/styles/bootstrap4.css +888 -167
- package/styles/bootstrap5-dark.css +949 -179
- package/styles/bootstrap5.css +949 -179
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1068 -232
- package/styles/fabric.css +1067 -231
- package/styles/fluent-dark.css +1014 -123
- package/styles/fluent.css +1012 -121
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +918 -369
- package/styles/highcontrast.css +925 -370
- package/styles/material-dark.css +1184 -114
- package/styles/material.css +1162 -92
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +295 -988
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +587 -109
- package/styles/tab/bootstrap.css +574 -96
- package/styles/tab/bootstrap4.css +546 -114
- package/styles/tab/bootstrap5-dark.css +523 -134
- package/styles/tab/bootstrap5.css +523 -134
- package/styles/tab/fabric-dark.css +614 -199
- package/styles/tab/fabric.css +612 -197
- package/styles/tab/fluent-dark.css +546 -102
- package/styles/tab/fluent.css +546 -102
- package/styles/tab/highcontrast-light.css +520 -250
- package/styles/tab/highcontrast.css +520 -244
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +705 -54
- package/styles/tab/material.css +705 -54
- package/styles/tab/tailwind-dark.css +706 -71
- package/styles/tab/tailwind.css +706 -71
- package/styles/tailwind-dark.css +1145 -99
- package/styles/tailwind.css +1144 -98
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
|
@@ -27,10 +27,18 @@
|
|
|
27
27
|
height: 46px;
|
|
28
28
|
min-height: 46px;
|
|
29
29
|
}
|
|
30
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
31
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
|
|
32
|
+
font-size: 16px;
|
|
33
|
+
}
|
|
30
34
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
31
35
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
32
36
|
font-size: 20px;
|
|
33
37
|
}
|
|
38
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
|
|
39
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
|
|
40
|
+
font-size: 18px;
|
|
41
|
+
}
|
|
34
42
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
35
43
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
36
44
|
border-bottom: 0;
|
|
@@ -101,12 +109,14 @@
|
|
|
101
109
|
line-height: 18px;
|
|
102
110
|
min-height: 18px;
|
|
103
111
|
min-width: 13px;
|
|
104
|
-
padding-bottom: 4px;
|
|
105
112
|
}
|
|
106
113
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
107
114
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
108
115
|
line-height: inherit;
|
|
109
|
-
|
|
116
|
+
}
|
|
117
|
+
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
118
|
+
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
119
|
+
height: 38px;
|
|
110
120
|
}
|
|
111
121
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
112
122
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
@@ -122,6 +132,7 @@
|
|
|
122
132
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
123
133
|
min-height: 46px;
|
|
124
134
|
padding: 8px 18px;
|
|
135
|
+
line-height: 24px;
|
|
125
136
|
}
|
|
126
137
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
127
138
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -143,6 +154,10 @@
|
|
|
143
154
|
margin-right: 12.5px;
|
|
144
155
|
white-space: normal;
|
|
145
156
|
}
|
|
157
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
158
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
159
|
+
margin: 0;
|
|
160
|
+
}
|
|
146
161
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
147
162
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
148
163
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -205,7 +220,7 @@
|
|
|
205
220
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
|
|
206
221
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
207
222
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
|
|
208
|
-
padding
|
|
223
|
+
padding: 4px 6px 3px 6px;
|
|
209
224
|
}
|
|
210
225
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
211
226
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
|
|
@@ -216,6 +231,19 @@
|
|
|
216
231
|
min-height: 38px;
|
|
217
232
|
min-width: 38px;
|
|
218
233
|
padding: 0 8px;
|
|
234
|
+
line-height: 24px;
|
|
235
|
+
}
|
|
236
|
+
.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,
|
|
237
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
238
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
239
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
240
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
241
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
242
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
243
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
244
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
245
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
246
|
+
padding: 0 8px;
|
|
219
247
|
}
|
|
220
248
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
221
249
|
.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,
|
|
@@ -242,7 +270,6 @@
|
|
|
242
270
|
padding-left: 12px;
|
|
243
271
|
padding-right: 12px;
|
|
244
272
|
padding-top: 0;
|
|
245
|
-
margin-left: -1px;
|
|
246
273
|
}
|
|
247
274
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
248
275
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -264,6 +291,7 @@
|
|
|
264
291
|
}
|
|
265
292
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
266
293
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
294
|
+
margin: 0;
|
|
267
295
|
min-width: 49px;
|
|
268
296
|
padding: 4px;
|
|
269
297
|
}
|
|
@@ -305,6 +333,18 @@
|
|
|
305
333
|
min-width: 38px;
|
|
306
334
|
padding: 0 8px;
|
|
307
335
|
}
|
|
336
|
+
.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,
|
|
337
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
338
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
339
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
340
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
341
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
342
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
343
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
344
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
345
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
346
|
+
padding: 0 8px;
|
|
347
|
+
}
|
|
308
348
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
309
349
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
310
350
|
line-height: 24px;
|
|
@@ -329,7 +369,6 @@
|
|
|
329
369
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
330
370
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
331
371
|
padding-right: 12px;
|
|
332
|
-
margin-left: 0;
|
|
333
372
|
}
|
|
334
373
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
335
374
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -426,6 +465,7 @@
|
|
|
426
465
|
white-space: normal;
|
|
427
466
|
}
|
|
428
467
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
468
|
+
margin: 0;
|
|
429
469
|
height: 100%;
|
|
430
470
|
min-width: 28px;
|
|
431
471
|
padding: 4px;
|
|
@@ -472,6 +512,9 @@
|
|
|
472
512
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
473
513
|
line-height: 22px;
|
|
474
514
|
}
|
|
515
|
+
.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 {
|
|
516
|
+
padding: 0 4px;
|
|
517
|
+
}
|
|
475
518
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
476
519
|
margin: 5px 10px;
|
|
477
520
|
min-height: 16px;
|
|
@@ -482,9 +525,8 @@
|
|
|
482
525
|
line-height: 16px;
|
|
483
526
|
min-height: 16px;
|
|
484
527
|
min-width: 12px;
|
|
485
|
-
padding: 0;
|
|
486
|
-
font-size: 16px;
|
|
487
528
|
padding: 5px 6px;
|
|
529
|
+
font-size: 16px;
|
|
488
530
|
}
|
|
489
531
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
490
532
|
display: -ms-inline-flexbox;
|
|
@@ -557,6 +599,9 @@
|
|
|
557
599
|
justify-content: flex-start;
|
|
558
600
|
min-height: 38px;
|
|
559
601
|
padding: 6px 12px;
|
|
602
|
+
border: none;
|
|
603
|
+
border-radius: 4px;
|
|
604
|
+
margin: 0;
|
|
560
605
|
}
|
|
561
606
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
562
607
|
margin: 0;
|
|
@@ -726,6 +771,9 @@
|
|
|
726
771
|
margin-right: 10px;
|
|
727
772
|
white-space: normal;
|
|
728
773
|
}
|
|
774
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
775
|
+
margin: 0;
|
|
776
|
+
}
|
|
729
777
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
730
778
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
731
779
|
display: none;
|
|
@@ -847,7 +895,7 @@
|
|
|
847
895
|
height: auto;
|
|
848
896
|
}
|
|
849
897
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
850
|
-
padding
|
|
898
|
+
padding: 4px 4px 5px 4px;
|
|
851
899
|
}
|
|
852
900
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
853
901
|
height: calc(100% - 10px);
|
|
@@ -856,6 +904,13 @@
|
|
|
856
904
|
min-width: 32px;
|
|
857
905
|
padding: 0 4px;
|
|
858
906
|
border-radius: 4px;
|
|
907
|
+
line-height: 22px;
|
|
908
|
+
}
|
|
909
|
+
.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 {
|
|
910
|
+
padding: 0 4px;
|
|
911
|
+
}
|
|
912
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
913
|
+
outline: 0;
|
|
859
914
|
}
|
|
860
915
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
861
916
|
padding: 4px;
|
|
@@ -1014,43 +1069,63 @@
|
|
|
1014
1069
|
background: #282d31;
|
|
1015
1070
|
box-shadow: none;
|
|
1016
1071
|
color: #fff;
|
|
1072
|
+
border: none;
|
|
1017
1073
|
}
|
|
1018
1074
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
1019
1075
|
color: #fff;
|
|
1020
1076
|
}
|
|
1021
1077
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1022
1078
|
background: #5c636a;
|
|
1023
|
-
border-color: #adb5bd;
|
|
1024
1079
|
border-radius: 0;
|
|
1025
1080
|
color: #adb5bd;
|
|
1081
|
+
border-color: #adb5bd;
|
|
1082
|
+
border-style: solid;
|
|
1083
|
+
border-width: 0;
|
|
1084
|
+
box-shadow: none;
|
|
1026
1085
|
}
|
|
1027
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-toolbar-item .e-tbar-btn-text,
|
|
1028
1086
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1029
1087
|
color: #fff;
|
|
1030
1088
|
}
|
|
1089
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1090
|
+
color: #fff;
|
|
1091
|
+
}
|
|
1031
1092
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1032
1093
|
background: #5c636a;
|
|
1033
|
-
border-color: #adb5bd;
|
|
1034
1094
|
border-radius: 0;
|
|
1035
1095
|
color: #adb5bd;
|
|
1096
|
+
border-color: #adb5bd;
|
|
1097
|
+
border-style: solid;
|
|
1098
|
+
border-width: 0;
|
|
1099
|
+
}
|
|
1100
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
1101
|
+
color: #fff;
|
|
1102
|
+
}
|
|
1103
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
1104
|
+
color: #fff;
|
|
1036
1105
|
}
|
|
1037
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-toolbar-item .e-tbar-btn-text,
|
|
1038
1106
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1039
1107
|
color: #fff;
|
|
1040
1108
|
}
|
|
1109
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1110
|
+
color: #fff;
|
|
1111
|
+
}
|
|
1041
1112
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1042
1113
|
background: #565e64;
|
|
1043
|
-
border-color: #444c54;
|
|
1044
1114
|
border-radius: 0;
|
|
1045
1115
|
box-shadow: none;
|
|
1046
1116
|
color: #ced4da;
|
|
1117
|
+
border-color: #444c54;
|
|
1118
|
+
border-style: solid;
|
|
1119
|
+
border-width: 0;
|
|
1047
1120
|
}
|
|
1048
1121
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1049
1122
|
color: #fff;
|
|
1050
1123
|
}
|
|
1124
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1125
|
+
color: #ced4da;
|
|
1126
|
+
}
|
|
1051
1127
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
1052
1128
|
color: #adb5bd;
|
|
1053
|
-
padding-bottom: 4px;
|
|
1054
1129
|
}
|
|
1055
1130
|
.e-toolbar .e-toolbar-pop {
|
|
1056
1131
|
background: #343a40;
|
|
@@ -1060,11 +1135,50 @@
|
|
|
1060
1135
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1061
1136
|
background: transparent;
|
|
1062
1137
|
}
|
|
1063
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:
|
|
1138
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
1064
1139
|
background: #5c636a;
|
|
1140
|
+
box-shadow: none;
|
|
1141
|
+
color: #adb5bd;
|
|
1142
|
+
border-color: #adb5bd;
|
|
1143
|
+
border-style: solid;
|
|
1144
|
+
border-width: 0;
|
|
1065
1145
|
}
|
|
1066
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
1146
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1147
|
+
color: #fff;
|
|
1148
|
+
}
|
|
1149
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1150
|
+
color: #fff;
|
|
1151
|
+
}
|
|
1152
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
1153
|
+
background: transparent;
|
|
1154
|
+
box-shadow: none;
|
|
1155
|
+
color: #ced4da;
|
|
1156
|
+
border-color: #444c54;
|
|
1157
|
+
border-style: solid;
|
|
1158
|
+
border-width: 0;
|
|
1159
|
+
}
|
|
1160
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1161
|
+
color: #adb5bd;
|
|
1162
|
+
}
|
|
1163
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1164
|
+
color: #ced4da;
|
|
1165
|
+
}
|
|
1166
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
1067
1167
|
background: #5c636a;
|
|
1168
|
+
box-shadow: none;
|
|
1169
|
+
color: #adb5bd;
|
|
1170
|
+
border-color: #adb5bd;
|
|
1171
|
+
border-style: solid;
|
|
1172
|
+
border-width: 0;
|
|
1173
|
+
}
|
|
1174
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1175
|
+
color: #fff;
|
|
1176
|
+
}
|
|
1177
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1178
|
+
color: #fff;
|
|
1179
|
+
}
|
|
1180
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
1181
|
+
outline: 0;
|
|
1068
1182
|
}
|
|
1069
1183
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1070
1184
|
background: transparent;
|
|
@@ -1075,46 +1189,60 @@
|
|
|
1075
1189
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1076
1190
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1077
1191
|
background: #5c636a;
|
|
1078
|
-
border: 0;
|
|
1079
1192
|
box-shadow: none;
|
|
1080
|
-
border-
|
|
1193
|
+
border-color: #5c636a;
|
|
1194
|
+
border-style: solid;
|
|
1195
|
+
border-width: 0;
|
|
1196
|
+
}
|
|
1197
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
1198
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
1199
|
+
border-color: #5c636a;
|
|
1200
|
+
border-style: solid;
|
|
1201
|
+
border-width: 0;
|
|
1081
1202
|
}
|
|
1082
1203
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
1083
1204
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
1084
1205
|
color: #fff;
|
|
1085
1206
|
}
|
|
1207
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
1208
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
1209
|
+
color: #fff;
|
|
1210
|
+
}
|
|
1086
1211
|
.e-toolbar .e-tbar-btn {
|
|
1087
1212
|
background: #282d31;
|
|
1088
1213
|
box-shadow: none;
|
|
1089
1214
|
color: #fff;
|
|
1215
|
+
border: none;
|
|
1090
1216
|
}
|
|
1091
1217
|
.e-toolbar .e-tbar-btn:focus {
|
|
1092
1218
|
background: #5c636a;
|
|
1093
|
-
border-color: #adb5bd;
|
|
1094
1219
|
border-radius: 0;
|
|
1095
1220
|
color: #adb5bd;
|
|
1221
|
+
border-color: #adb5bd;
|
|
1222
|
+
border-style: solid;
|
|
1223
|
+
border-width: 0;
|
|
1224
|
+
box-shadow: none;
|
|
1225
|
+
}
|
|
1226
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
1227
|
+
color: #fff;
|
|
1096
1228
|
}
|
|
1097
|
-
.e-toolbar .e-tbar-btn:focus .e-icons,
|
|
1098
1229
|
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1099
1230
|
color: #fff;
|
|
1100
|
-
padding-bottom: 4px;
|
|
1101
1231
|
}
|
|
1102
1232
|
.e-toolbar .e-tbar-btn:hover {
|
|
1103
1233
|
background: #5c636a;
|
|
1104
1234
|
border-color: #adb5bd;
|
|
1235
|
+
border-style: solid;
|
|
1236
|
+
border-width: 0;
|
|
1105
1237
|
border-radius: 0;
|
|
1106
1238
|
color: #adb5bd;
|
|
1107
1239
|
}
|
|
1108
|
-
.e-toolbar .e-tbar-btn:hover .e-icons,
|
|
1109
|
-
.e-toolbar .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1110
|
-
color: #fff;
|
|
1111
|
-
padding-bottom: 4px;
|
|
1112
|
-
}
|
|
1113
1240
|
.e-toolbar .e-toolbar-items {
|
|
1114
1241
|
background: #282d31;
|
|
1115
1242
|
}
|
|
1116
1243
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
1117
1244
|
background: #282d31;
|
|
1245
|
+
opacity: 0.5;
|
|
1118
1246
|
}
|
|
1119
1247
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
1120
1248
|
color: #ced4da;
|
|
@@ -1122,6 +1250,33 @@
|
|
|
1122
1250
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
1123
1251
|
color: #ced4da;
|
|
1124
1252
|
}
|
|
1253
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1254
|
+
color: #fff;
|
|
1255
|
+
}
|
|
1256
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
1257
|
+
color: #fff;
|
|
1258
|
+
}
|
|
1259
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
1260
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1261
|
+
}
|
|
1262
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1263
|
+
color: #fff;
|
|
1264
|
+
}
|
|
1265
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1266
|
+
color: #fff;
|
|
1267
|
+
}
|
|
1268
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
1269
|
+
color: #fff;
|
|
1270
|
+
}
|
|
1271
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
1272
|
+
color: #fff;
|
|
1273
|
+
}
|
|
1274
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1275
|
+
color: #fff;
|
|
1276
|
+
}
|
|
1277
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1278
|
+
color: #fff;
|
|
1279
|
+
}
|
|
1125
1280
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1126
1281
|
border: solid #444c54;
|
|
1127
1282
|
border-width: 0 1px 0 0;
|
|
@@ -1144,10 +1299,17 @@
|
|
|
1144
1299
|
.e-toolbar .e-hor-nav::after {
|
|
1145
1300
|
content: "";
|
|
1146
1301
|
}
|
|
1302
|
+
.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 {
|
|
1303
|
+
border-bottom-right-radius: 0;
|
|
1304
|
+
}
|
|
1147
1305
|
.e-toolbar .e-hor-nav:active {
|
|
1148
1306
|
border: 0;
|
|
1149
1307
|
box-shadow: none;
|
|
1150
1308
|
color: #ced4da;
|
|
1309
|
+
background: #282d31;
|
|
1310
|
+
}
|
|
1311
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
1312
|
+
color: #adb5bd;
|
|
1151
1313
|
}
|
|
1152
1314
|
.e-toolbar .e-hor-nav:active::after {
|
|
1153
1315
|
content: "";
|
|
@@ -1160,20 +1322,39 @@
|
|
|
1160
1322
|
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
1161
1323
|
color: inherit;
|
|
1162
1324
|
}
|
|
1325
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
1326
|
+
border-color: #444c54;
|
|
1327
|
+
border-style: solid;
|
|
1328
|
+
border-width: 0;
|
|
1329
|
+
}
|
|
1330
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
1331
|
+
background: #5c636a;
|
|
1332
|
+
border-color: #444c54;
|
|
1333
|
+
border-style: solid;
|
|
1334
|
+
border-width: 0;
|
|
1335
|
+
}
|
|
1163
1336
|
.e-toolbar .e-hor-nav:focus {
|
|
1164
1337
|
background: #5c636a;
|
|
1165
|
-
border-left: 0;
|
|
1166
|
-
border-color: #adb5bd;
|
|
1167
1338
|
color: #fff;
|
|
1339
|
+
border-color: #adb5bd;
|
|
1340
|
+
border-style: solid;
|
|
1341
|
+
border-width: 0;
|
|
1168
1342
|
}
|
|
1169
1343
|
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
1170
1344
|
color: inherit;
|
|
1171
1345
|
}
|
|
1172
1346
|
.e-toolbar .e-tbar-btn:active {
|
|
1173
|
-
background: #343a40;
|
|
1174
1347
|
background: #565e64;
|
|
1175
1348
|
border-color: #444c54;
|
|
1349
|
+
border-style: solid;
|
|
1350
|
+
border-width: 0;
|
|
1176
1351
|
border-radius: 0;
|
|
1177
1352
|
box-shadow: none;
|
|
1178
1353
|
color: #ced4da;
|
|
1354
|
+
}
|
|
1355
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
1356
|
+
color: #adb5bd;
|
|
1357
|
+
}
|
|
1358
|
+
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
1359
|
+
color: #ced4da;
|
|
1179
1360
|
}
|