@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
|
@@ -26,10 +26,18 @@
|
|
|
26
26
|
height: 48px;
|
|
27
27
|
min-height: 48px;
|
|
28
28
|
}
|
|
29
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
30
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text {
|
|
31
|
+
font-size: 14px;
|
|
32
|
+
}
|
|
29
33
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
30
34
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
31
35
|
font-size: 20px;
|
|
32
36
|
}
|
|
37
|
+
.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon,
|
|
38
|
+
.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon {
|
|
39
|
+
font-size: 18px;
|
|
40
|
+
}
|
|
33
41
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
34
42
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
35
43
|
border-bottom: 0;
|
|
@@ -105,6 +113,10 @@
|
|
|
105
113
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
106
114
|
line-height: inherit;
|
|
107
115
|
}
|
|
116
|
+
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
|
|
117
|
+
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
|
|
118
|
+
height: auto;
|
|
119
|
+
}
|
|
108
120
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
109
121
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
110
122
|
min-width: 48px;
|
|
@@ -113,11 +125,13 @@
|
|
|
113
125
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
114
126
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
115
127
|
min-width: 13px;
|
|
128
|
+
font-size: 18px;
|
|
116
129
|
}
|
|
117
130
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
118
131
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
119
132
|
min-height: 48px;
|
|
120
133
|
padding: 8px 18px;
|
|
134
|
+
line-height: 24px;
|
|
121
135
|
}
|
|
122
136
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
123
137
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -127,6 +141,7 @@
|
|
|
127
141
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
128
142
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
129
143
|
padding: 4px;
|
|
144
|
+
font-size: 14px;
|
|
130
145
|
}
|
|
131
146
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
132
147
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
@@ -138,6 +153,10 @@
|
|
|
138
153
|
margin-right: 12.5px;
|
|
139
154
|
white-space: normal;
|
|
140
155
|
}
|
|
156
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator),
|
|
157
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
158
|
+
margin: 0;
|
|
159
|
+
}
|
|
141
160
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
142
161
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
143
162
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
@@ -188,6 +207,7 @@
|
|
|
188
207
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
189
208
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
190
209
|
min-width: 49px;
|
|
210
|
+
padding: 0;
|
|
191
211
|
}
|
|
192
212
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
193
213
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
|
|
@@ -210,6 +230,19 @@
|
|
|
210
230
|
min-height: 48px;
|
|
211
231
|
min-width: 48px;
|
|
212
232
|
padding: 0 8px;
|
|
233
|
+
line-height: 24px;
|
|
234
|
+
}
|
|
235
|
+
.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,
|
|
236
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
237
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
238
|
+
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
239
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
240
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
241
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
242
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
243
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
244
|
+
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
245
|
+
padding: 0 8px;
|
|
213
246
|
}
|
|
214
247
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
215
248
|
.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,
|
|
@@ -236,7 +269,6 @@
|
|
|
236
269
|
padding-left: 10px;
|
|
237
270
|
padding-right: 10px;
|
|
238
271
|
padding-top: 0;
|
|
239
|
-
margin-left: -1px;
|
|
240
272
|
}
|
|
241
273
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
242
274
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
@@ -258,7 +290,9 @@
|
|
|
258
290
|
}
|
|
259
291
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
260
292
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
293
|
+
margin: 0;
|
|
261
294
|
min-width: 49px;
|
|
295
|
+
padding: 0;
|
|
262
296
|
}
|
|
263
297
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
|
|
264
298
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
|
|
@@ -298,6 +332,18 @@
|
|
|
298
332
|
min-width: 48px;
|
|
299
333
|
padding: 0 8px;
|
|
300
334
|
}
|
|
335
|
+
.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,
|
|
336
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
337
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
338
|
+
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active,
|
|
339
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
340
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
341
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
342
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
343
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
344
|
+
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
345
|
+
padding: 0 8px;
|
|
346
|
+
}
|
|
301
347
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
302
348
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
303
349
|
line-height: 24px;
|
|
@@ -322,7 +368,6 @@
|
|
|
322
368
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
323
369
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
324
370
|
padding-right: 10px;
|
|
325
|
-
margin-left: 0;
|
|
326
371
|
}
|
|
327
372
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
328
373
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
@@ -419,8 +464,10 @@
|
|
|
419
464
|
white-space: normal;
|
|
420
465
|
}
|
|
421
466
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
467
|
+
margin: 0;
|
|
422
468
|
height: 100%;
|
|
423
469
|
min-width: 28px;
|
|
470
|
+
padding: 0;
|
|
424
471
|
}
|
|
425
472
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
|
|
426
473
|
display: none;
|
|
@@ -464,6 +511,9 @@
|
|
|
464
511
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
465
512
|
line-height: 22px;
|
|
466
513
|
}
|
|
514
|
+
.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 {
|
|
515
|
+
padding: 0 4px;
|
|
516
|
+
}
|
|
467
517
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
468
518
|
margin: 4px;
|
|
469
519
|
min-height: 16px;
|
|
@@ -475,6 +525,7 @@
|
|
|
475
525
|
min-height: 16px;
|
|
476
526
|
min-width: 12px;
|
|
477
527
|
padding: 0;
|
|
528
|
+
font-size: 14px;
|
|
478
529
|
}
|
|
479
530
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
480
531
|
display: -ms-inline-flexbox;
|
|
@@ -547,6 +598,9 @@
|
|
|
547
598
|
justify-content: flex-start;
|
|
548
599
|
min-height: 38px;
|
|
549
600
|
padding: 6px 12px;
|
|
601
|
+
border: none;
|
|
602
|
+
border-radius: 2px;
|
|
603
|
+
margin: 0;
|
|
550
604
|
}
|
|
551
605
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
552
606
|
margin: 0;
|
|
@@ -694,6 +748,7 @@
|
|
|
694
748
|
text-align: center;
|
|
695
749
|
vertical-align: middle;
|
|
696
750
|
width: 100%;
|
|
751
|
+
font-size: 12px;
|
|
697
752
|
}
|
|
698
753
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
699
754
|
line-height: 22px;
|
|
@@ -715,6 +770,9 @@
|
|
|
715
770
|
margin-right: 10px;
|
|
716
771
|
white-space: normal;
|
|
717
772
|
}
|
|
773
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) {
|
|
774
|
+
margin: 0;
|
|
775
|
+
}
|
|
718
776
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
719
777
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
720
778
|
display: none;
|
|
@@ -825,6 +883,7 @@
|
|
|
825
883
|
.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
826
884
|
height: inherit;
|
|
827
885
|
min-width: 28px;
|
|
886
|
+
padding: 0;
|
|
828
887
|
}
|
|
829
888
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
830
889
|
margin: 4px;
|
|
@@ -843,6 +902,11 @@
|
|
|
843
902
|
min-height: 40px;
|
|
844
903
|
min-width: 40px;
|
|
845
904
|
padding: 0 4px;
|
|
905
|
+
border-radius: 2px;
|
|
906
|
+
line-height: 22px;
|
|
907
|
+
}
|
|
908
|
+
.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 {
|
|
909
|
+
padding: 0 4px;
|
|
846
910
|
}
|
|
847
911
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
848
912
|
outline: none;
|
|
@@ -857,6 +921,7 @@
|
|
|
857
921
|
margin: 0;
|
|
858
922
|
min-width: 12px;
|
|
859
923
|
width: auto;
|
|
924
|
+
padding-bottom: 0;
|
|
860
925
|
}
|
|
861
926
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
862
927
|
-ms-flex-item-align: center;
|
|
@@ -1003,28 +1068,60 @@
|
|
|
1003
1068
|
background: #f3f2f1;
|
|
1004
1069
|
box-shadow: none;
|
|
1005
1070
|
color: #201f1e;
|
|
1071
|
+
border: none;
|
|
1006
1072
|
}
|
|
1007
1073
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
1008
1074
|
color: #201f1e;
|
|
1009
1075
|
}
|
|
1010
1076
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1011
1077
|
background: #e1dfdd;
|
|
1012
|
-
border-color: #605e5c;
|
|
1013
1078
|
border-radius: 0;
|
|
1014
1079
|
color: #201f1e;
|
|
1080
|
+
border-color: #605e5c;
|
|
1081
|
+
border-style: solid;
|
|
1082
|
+
border-width: 0;
|
|
1083
|
+
box-shadow: none;
|
|
1084
|
+
}
|
|
1085
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1086
|
+
color: #605e5c;
|
|
1087
|
+
}
|
|
1088
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1089
|
+
color: #201f1e;
|
|
1015
1090
|
}
|
|
1016
1091
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1017
1092
|
background: #edebe9;
|
|
1018
|
-
border-color: #605e5c;
|
|
1019
1093
|
border-radius: 0;
|
|
1020
1094
|
color: #201f1e;
|
|
1095
|
+
border-color: #605e5c;
|
|
1096
|
+
border-style: solid;
|
|
1097
|
+
border-width: 0;
|
|
1098
|
+
}
|
|
1099
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
1100
|
+
color: #605e5c;
|
|
1101
|
+
}
|
|
1102
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
1103
|
+
color: #201f1e;
|
|
1104
|
+
}
|
|
1105
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1106
|
+
color: #605e5c;
|
|
1107
|
+
}
|
|
1108
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1109
|
+
color: #201f1e;
|
|
1021
1110
|
}
|
|
1022
1111
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1023
1112
|
background: #e1dfdd;
|
|
1024
|
-
border-color: #e1dfdd;
|
|
1025
1113
|
border-radius: 0;
|
|
1026
1114
|
box-shadow: none;
|
|
1027
1115
|
color: #201f1e;
|
|
1116
|
+
border-color: #e1dfdd;
|
|
1117
|
+
border-style: solid;
|
|
1118
|
+
border-width: 0;
|
|
1119
|
+
}
|
|
1120
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1121
|
+
color: #605e5c;
|
|
1122
|
+
}
|
|
1123
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1124
|
+
color: #201f1e;
|
|
1028
1125
|
}
|
|
1029
1126
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
1030
1127
|
color: #605e5c;
|
|
@@ -1034,6 +1131,51 @@
|
|
|
1034
1131
|
border: 0 solid #edebe9;
|
|
1035
1132
|
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
1036
1133
|
}
|
|
1134
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1135
|
+
background: transparent;
|
|
1136
|
+
}
|
|
1137
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
1138
|
+
background: #edebe9;
|
|
1139
|
+
box-shadow: none;
|
|
1140
|
+
color: #201f1e;
|
|
1141
|
+
border-color: #605e5c;
|
|
1142
|
+
border-style: solid;
|
|
1143
|
+
border-width: 0;
|
|
1144
|
+
}
|
|
1145
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1146
|
+
color: #605e5c;
|
|
1147
|
+
}
|
|
1148
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1149
|
+
color: #201f1e;
|
|
1150
|
+
}
|
|
1151
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
1152
|
+
background: #e1dfdd;
|
|
1153
|
+
box-shadow: none;
|
|
1154
|
+
color: #201f1e;
|
|
1155
|
+
border-color: #e1dfdd;
|
|
1156
|
+
border-style: solid;
|
|
1157
|
+
border-width: 0;
|
|
1158
|
+
}
|
|
1159
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1160
|
+
color: #605e5c;
|
|
1161
|
+
}
|
|
1162
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1163
|
+
color: #201f1e;
|
|
1164
|
+
}
|
|
1165
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
1166
|
+
background: #e1dfdd;
|
|
1167
|
+
box-shadow: none;
|
|
1168
|
+
color: #201f1e;
|
|
1169
|
+
border-color: #605e5c;
|
|
1170
|
+
border-style: solid;
|
|
1171
|
+
border-width: 0;
|
|
1172
|
+
}
|
|
1173
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1174
|
+
color: #605e5c;
|
|
1175
|
+
}
|
|
1176
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1177
|
+
color: #201f1e;
|
|
1178
|
+
}
|
|
1037
1179
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
1038
1180
|
outline: none;
|
|
1039
1181
|
}
|
|
@@ -1046,28 +1188,51 @@
|
|
|
1046
1188
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1047
1189
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1048
1190
|
background: #f3f2f1;
|
|
1049
|
-
border: 0;
|
|
1050
1191
|
box-shadow: none;
|
|
1051
|
-
border-
|
|
1192
|
+
border-color: #f3f2f1;
|
|
1193
|
+
border-style: solid;
|
|
1194
|
+
border-width: 0;
|
|
1195
|
+
}
|
|
1196
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
1197
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
1198
|
+
border-color: #f3f2f1;
|
|
1199
|
+
border-style: solid;
|
|
1200
|
+
border-width: 0;
|
|
1052
1201
|
}
|
|
1053
1202
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
1054
1203
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
1055
1204
|
color: #201f1e;
|
|
1056
1205
|
}
|
|
1206
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active,
|
|
1207
|
+
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active {
|
|
1208
|
+
color: #201f1e;
|
|
1209
|
+
}
|
|
1057
1210
|
.e-toolbar .e-tbar-btn {
|
|
1058
1211
|
background: transparent;
|
|
1059
1212
|
box-shadow: none;
|
|
1060
1213
|
color: #201f1e;
|
|
1214
|
+
border: none;
|
|
1061
1215
|
}
|
|
1062
1216
|
.e-toolbar .e-tbar-btn:focus {
|
|
1063
1217
|
background: #e1dfdd;
|
|
1064
|
-
border-color: #605e5c;
|
|
1065
1218
|
border-radius: 0;
|
|
1066
1219
|
color: #201f1e;
|
|
1220
|
+
border-color: #605e5c;
|
|
1221
|
+
border-style: solid;
|
|
1222
|
+
border-width: 0;
|
|
1223
|
+
box-shadow: none;
|
|
1224
|
+
}
|
|
1225
|
+
.e-toolbar .e-tbar-btn:focus .e-icons {
|
|
1226
|
+
color: #605e5c;
|
|
1227
|
+
}
|
|
1228
|
+
.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1229
|
+
color: #201f1e;
|
|
1067
1230
|
}
|
|
1068
1231
|
.e-toolbar .e-tbar-btn:hover {
|
|
1069
1232
|
background: #edebe9;
|
|
1070
1233
|
border-color: #605e5c;
|
|
1234
|
+
border-style: solid;
|
|
1235
|
+
border-width: 0;
|
|
1071
1236
|
border-radius: 0;
|
|
1072
1237
|
color: #201f1e;
|
|
1073
1238
|
}
|
|
@@ -1076,6 +1241,7 @@
|
|
|
1076
1241
|
}
|
|
1077
1242
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
1078
1243
|
background: #f3f2f1;
|
|
1244
|
+
opacity: 0.5;
|
|
1079
1245
|
}
|
|
1080
1246
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
1081
1247
|
color: #201f1e;
|
|
@@ -1086,6 +1252,30 @@
|
|
|
1086
1252
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1087
1253
|
color: #201f1e;
|
|
1088
1254
|
}
|
|
1255
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
1256
|
+
color: #323130;
|
|
1257
|
+
}
|
|
1258
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
1259
|
+
box-shadow: none;
|
|
1260
|
+
}
|
|
1261
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1262
|
+
color: #605e5c;
|
|
1263
|
+
}
|
|
1264
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
1265
|
+
color: #201f1e;
|
|
1266
|
+
}
|
|
1267
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
1268
|
+
color: #605e5c;
|
|
1269
|
+
}
|
|
1270
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
1271
|
+
color: #201f1e;
|
|
1272
|
+
}
|
|
1273
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1274
|
+
color: #605e5c;
|
|
1275
|
+
}
|
|
1276
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1277
|
+
color: #201f1e;
|
|
1278
|
+
}
|
|
1089
1279
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1090
1280
|
border: solid #c8c6c4;
|
|
1091
1281
|
border-width: 0 1px 0 0;
|
|
@@ -1108,10 +1298,17 @@
|
|
|
1108
1298
|
.e-toolbar .e-hor-nav::after {
|
|
1109
1299
|
content: "";
|
|
1110
1300
|
}
|
|
1301
|
+
.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 {
|
|
1302
|
+
border-bottom-right-radius: 0;
|
|
1303
|
+
}
|
|
1111
1304
|
.e-toolbar .e-hor-nav:active {
|
|
1112
1305
|
border: 0;
|
|
1113
1306
|
box-shadow: none;
|
|
1114
1307
|
color: #201f1e;
|
|
1308
|
+
background: #f3f2f1;
|
|
1309
|
+
}
|
|
1310
|
+
.e-toolbar .e-hor-nav:active .e-icons {
|
|
1311
|
+
color: #605e5c;
|
|
1115
1312
|
}
|
|
1116
1313
|
.e-toolbar .e-hor-nav:active::after {
|
|
1117
1314
|
content: "";
|
|
@@ -1121,16 +1318,42 @@
|
|
|
1121
1318
|
border-left: 0;
|
|
1122
1319
|
color: #201f1e;
|
|
1123
1320
|
}
|
|
1321
|
+
.e-toolbar .e-hor-nav:hover .e-icons {
|
|
1322
|
+
color: #605e5c;
|
|
1323
|
+
}
|
|
1324
|
+
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
1325
|
+
border-color: #edebe9;
|
|
1326
|
+
border-style: solid;
|
|
1327
|
+
border-width: 0;
|
|
1328
|
+
}
|
|
1329
|
+
.e-toolbar .e-hor-nav:hover:active {
|
|
1330
|
+
background: #edebe9;
|
|
1331
|
+
border-color: #edebe9;
|
|
1332
|
+
border-style: solid;
|
|
1333
|
+
border-width: 0;
|
|
1334
|
+
}
|
|
1124
1335
|
.e-toolbar .e-hor-nav:focus {
|
|
1125
1336
|
background: #edebe9;
|
|
1126
|
-
border-left: 0;
|
|
1127
|
-
border-color: #605e5c;
|
|
1128
1337
|
color: #201f1e;
|
|
1338
|
+
border-color: #605e5c;
|
|
1339
|
+
border-style: solid;
|
|
1340
|
+
border-width: 0;
|
|
1341
|
+
}
|
|
1342
|
+
.e-toolbar .e-hor-nav:focus .e-icons {
|
|
1343
|
+
color: #605e5c;
|
|
1129
1344
|
}
|
|
1130
1345
|
.e-toolbar .e-tbar-btn:active {
|
|
1131
1346
|
background: #e1dfdd;
|
|
1132
1347
|
border-color: #e1dfdd;
|
|
1348
|
+
border-style: solid;
|
|
1349
|
+
border-width: 0;
|
|
1133
1350
|
border-radius: 0;
|
|
1134
1351
|
box-shadow: none;
|
|
1135
1352
|
color: #201f1e;
|
|
1353
|
+
}
|
|
1354
|
+
.e-toolbar .e-tbar-btn:active .e-icons {
|
|
1355
|
+
color: #605e5c;
|
|
1356
|
+
}
|
|
1357
|
+
.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
|
|
1358
|
+
color: #201f1e;
|
|
1136
1359
|
}
|