@syncfusion/ej2-navigations 20.1.51 → 20.1.57
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/CHANGELOG.md +22 -0
- 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 +38 -13
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +38 -13
- 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/carousel/carousel.js +18 -6
- package/src/common/menu-base.js +11 -1
- package/src/tab/tab.js +7 -4
- package/src/treeview/treeview.js +2 -2
- package/styles/accordion/bootstrap-dark.css +6 -94
- package/styles/accordion/bootstrap.css +6 -94
- package/styles/accordion/bootstrap4.css +9 -109
- package/styles/accordion/bootstrap5-dark.css +3 -88
- package/styles/accordion/bootstrap5.css +3 -88
- package/styles/accordion/fabric-dark.css +6 -90
- package/styles/accordion/fabric.css +6 -90
- package/styles/accordion/fluent-dark.css +6 -87
- package/styles/accordion/fluent.css +6 -87
- package/styles/accordion/highcontrast-light.css +10 -116
- package/styles/accordion/highcontrast.css +10 -116
- package/styles/accordion/material-dark.css +6 -93
- package/styles/accordion/material.css +6 -93
- package/styles/accordion/tailwind-dark.css +6 -93
- package/styles/accordion/tailwind.css +6 -93
- package/styles/bootstrap-dark.css +271 -2022
- package/styles/bootstrap.css +271 -2022
- package/styles/bootstrap4.css +277 -2085
- package/styles/bootstrap5-dark.css +267 -2063
- package/styles/bootstrap5.css +267 -2063
- package/styles/breadcrumb/bootstrap-dark.css +8 -90
- package/styles/breadcrumb/bootstrap.css +8 -90
- package/styles/breadcrumb/bootstrap4.css +8 -90
- package/styles/breadcrumb/bootstrap5-dark.css +8 -94
- package/styles/breadcrumb/bootstrap5.css +8 -94
- package/styles/breadcrumb/fabric-dark.css +8 -89
- package/styles/breadcrumb/fabric.css +8 -89
- package/styles/breadcrumb/fluent-dark.css +8 -82
- package/styles/breadcrumb/fluent.css +8 -82
- package/styles/breadcrumb/highcontrast-light.css +8 -91
- package/styles/breadcrumb/highcontrast.css +8 -91
- package/styles/breadcrumb/material-dark.css +8 -85
- package/styles/breadcrumb/material.css +8 -85
- package/styles/breadcrumb/tailwind-dark.css +8 -92
- package/styles/breadcrumb/tailwind.css +8 -92
- package/styles/carousel/_layout.scss +19 -1
- package/styles/carousel/bootstrap-dark.css +24 -43
- package/styles/carousel/bootstrap.css +24 -43
- package/styles/carousel/bootstrap4.css +24 -43
- package/styles/carousel/bootstrap5-dark.css +24 -43
- package/styles/carousel/bootstrap5.css +24 -43
- package/styles/carousel/fabric-dark.css +24 -43
- package/styles/carousel/fabric.css +24 -43
- package/styles/carousel/fluent-dark.css +24 -43
- package/styles/carousel/fluent.css +24 -43
- package/styles/carousel/highcontrast-light.css +24 -43
- package/styles/carousel/highcontrast.css +24 -43
- package/styles/carousel/material-dark.css +24 -43
- package/styles/carousel/material.css +24 -43
- package/styles/carousel/tailwind-dark.css +24 -43
- package/styles/carousel/tailwind.css +24 -43
- package/styles/context-menu/bootstrap-dark.css +6 -60
- package/styles/context-menu/bootstrap.css +6 -60
- package/styles/context-menu/bootstrap4.css +6 -60
- package/styles/context-menu/bootstrap5-dark.css +6 -60
- package/styles/context-menu/bootstrap5.css +6 -60
- package/styles/context-menu/fabric-dark.css +6 -60
- package/styles/context-menu/fabric.css +6 -60
- package/styles/context-menu/fluent-dark.css +6 -60
- package/styles/context-menu/fluent.css +6 -60
- package/styles/context-menu/highcontrast-light.css +6 -60
- package/styles/context-menu/highcontrast.css +6 -60
- package/styles/context-menu/material-dark.css +6 -60
- package/styles/context-menu/material.css +6 -60
- package/styles/context-menu/tailwind-dark.css +6 -60
- package/styles/context-menu/tailwind.css +6 -60
- package/styles/fabric-dark.css +262 -2007
- package/styles/fabric.css +262 -2007
- package/styles/fluent-dark.css +262 -2018
- package/styles/fluent.css +262 -2018
- package/styles/h-scroll/bootstrap-dark.css +11 -67
- package/styles/h-scroll/bootstrap.css +11 -67
- package/styles/h-scroll/bootstrap4.css +11 -69
- package/styles/h-scroll/bootstrap5-dark.css +11 -68
- package/styles/h-scroll/bootstrap5.css +11 -68
- package/styles/h-scroll/fabric-dark.css +11 -67
- package/styles/h-scroll/fabric.css +11 -67
- package/styles/h-scroll/fluent-dark.css +11 -68
- package/styles/h-scroll/fluent.css +11 -68
- package/styles/h-scroll/highcontrast-light.css +11 -70
- package/styles/h-scroll/highcontrast.css +11 -70
- package/styles/h-scroll/material-dark.css +11 -68
- package/styles/h-scroll/material.css +11 -68
- package/styles/h-scroll/tailwind-dark.css +11 -68
- package/styles/h-scroll/tailwind.css +11 -68
- package/styles/highcontrast-light.css +267 -2079
- package/styles/highcontrast.css +267 -2082
- package/styles/material-dark.css +265 -1976
- package/styles/material.css +258 -1968
- package/styles/menu/bootstrap-dark.css +27 -201
- package/styles/menu/bootstrap.css +27 -201
- package/styles/menu/bootstrap4.css +28 -211
- package/styles/menu/bootstrap5-dark.css +27 -202
- package/styles/menu/bootstrap5.css +27 -202
- package/styles/menu/fabric-dark.css +27 -201
- package/styles/menu/fabric.css +27 -201
- package/styles/menu/fluent-dark.css +27 -204
- package/styles/menu/fluent.css +27 -204
- package/styles/menu/highcontrast-light.css +27 -201
- package/styles/menu/highcontrast.css +27 -201
- package/styles/menu/material-dark.css +27 -203
- package/styles/menu/material.css +27 -203
- package/styles/menu/tailwind-dark.css +27 -202
- package/styles/menu/tailwind.css +27 -202
- package/styles/sidebar/bootstrap-dark.css +12 -27
- package/styles/sidebar/bootstrap.css +12 -27
- package/styles/sidebar/bootstrap4.css +12 -27
- package/styles/sidebar/bootstrap5-dark.css +10 -25
- package/styles/sidebar/bootstrap5.css +10 -25
- package/styles/sidebar/fabric-dark.css +12 -27
- package/styles/sidebar/fabric.css +12 -27
- package/styles/sidebar/fluent-dark.css +10 -25
- package/styles/sidebar/fluent.css +10 -25
- package/styles/sidebar/highcontrast-light.css +12 -27
- package/styles/sidebar/highcontrast.css +12 -27
- package/styles/sidebar/material-dark.css +12 -27
- package/styles/sidebar/material.css +12 -27
- package/styles/sidebar/tailwind-dark.css +10 -25
- package/styles/sidebar/tailwind.css +10 -25
- package/styles/tab/bootstrap-dark.css +150 -963
- package/styles/tab/bootstrap.css +150 -963
- package/styles/tab/bootstrap4.css +150 -970
- package/styles/tab/bootstrap5-dark.css +150 -975
- package/styles/tab/bootstrap5.css +150 -975
- package/styles/tab/fabric-dark.css +141 -954
- package/styles/tab/fabric.css +141 -954
- package/styles/tab/fluent-dark.css +143 -949
- package/styles/tab/fluent.css +143 -949
- package/styles/tab/highcontrast-light.css +142 -980
- package/styles/tab/highcontrast.css +142 -980
- package/styles/tab/material-dark.css +144 -916
- package/styles/tab/material.css +137 -909
- package/styles/tab/tailwind-dark.css +137 -907
- package/styles/tab/tailwind.css +137 -907
- package/styles/tailwind-dark.css +256 -1988
- package/styles/tailwind.css +256 -1988
- package/styles/toolbar/bootstrap-dark.css +7 -246
- package/styles/toolbar/bootstrap.css +7 -246
- package/styles/toolbar/bootstrap4.css +8 -258
- package/styles/toolbar/bootstrap5-dark.css +7 -251
- package/styles/toolbar/bootstrap5.css +7 -251
- package/styles/toolbar/fabric-dark.css +7 -245
- package/styles/toolbar/fabric.css +7 -245
- package/styles/toolbar/fluent-dark.css +7 -244
- package/styles/toolbar/fluent.css +7 -244
- package/styles/toolbar/highcontrast-light.css +7 -257
- package/styles/toolbar/highcontrast.css +7 -257
- package/styles/toolbar/material-dark.css +7 -248
- package/styles/toolbar/material.css +7 -248
- package/styles/toolbar/tailwind-dark.css +7 -245
- package/styles/toolbar/tailwind.css +7 -245
- package/styles/treeview/bootstrap-dark.css +23 -191
- package/styles/treeview/bootstrap.css +23 -191
- package/styles/treeview/bootstrap4.css +24 -208
- package/styles/treeview/bootstrap5-dark.css +24 -217
- package/styles/treeview/bootstrap5.css +24 -217
- package/styles/treeview/fabric-dark.css +23 -191
- package/styles/treeview/fabric.css +23 -191
- package/styles/treeview/fluent-dark.css +23 -216
- package/styles/treeview/fluent.css +23 -216
- package/styles/treeview/highcontrast-light.css +23 -191
- package/styles/treeview/highcontrast.css +23 -194
- package/styles/treeview/material-dark.css +23 -192
- package/styles/treeview/material.css +23 -191
- package/styles/treeview/tailwind-dark.css +23 -213
- package/styles/treeview/tailwind.css +23 -213
- package/styles/v-scroll/bootstrap-dark.css +7 -50
- package/styles/v-scroll/bootstrap.css +7 -50
- package/styles/v-scroll/bootstrap4.css +7 -50
- package/styles/v-scroll/bootstrap5-dark.css +7 -50
- package/styles/v-scroll/bootstrap5.css +7 -50
- package/styles/v-scroll/fabric-dark.css +7 -50
- package/styles/v-scroll/fabric.css +7 -50
- package/styles/v-scroll/fluent-dark.css +7 -50
- package/styles/v-scroll/fluent.css +7 -50
- package/styles/v-scroll/highcontrast-light.css +7 -53
- package/styles/v-scroll/highcontrast.css +7 -53
- package/styles/v-scroll/material-dark.css +7 -51
- package/styles/v-scroll/material.css +7 -51
- package/styles/v-scroll/tailwind-dark.css +7 -50
- package/styles/v-scroll/tailwind.css +7 -50
|
@@ -9,16 +9,14 @@
|
|
|
9
9
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
|
|
13
12
|
/*! component's theme wise override definitions and variables */
|
|
14
13
|
/*! toolbar icons */
|
|
15
14
|
.e-toolbar .e-popup-down-icon::before {
|
|
16
|
-
content:
|
|
15
|
+
content: "\e729";
|
|
17
16
|
line-height: normal;
|
|
18
17
|
}
|
|
19
|
-
|
|
20
18
|
.e-toolbar .e-popup-up-icon::before {
|
|
21
|
-
content:
|
|
19
|
+
content: "\e776";
|
|
22
20
|
line-height: normal;
|
|
23
21
|
}
|
|
24
22
|
|
|
@@ -28,224 +26,185 @@
|
|
|
28
26
|
height: 48px;
|
|
29
27
|
min-height: 48px;
|
|
30
28
|
}
|
|
31
|
-
|
|
32
29
|
.e-bigger .e-toolbar .e-tbar-btn .e-icons,
|
|
33
30
|
.e-toolbar.e-bigger .e-tbar-btn .e-icons {
|
|
34
31
|
font-size: 20px;
|
|
35
32
|
}
|
|
36
|
-
|
|
37
33
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
|
|
38
34
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
|
|
39
35
|
border-bottom: 0;
|
|
40
36
|
border-bottom-left-radius: 0;
|
|
41
37
|
border-bottom-right-radius: 0;
|
|
42
38
|
}
|
|
43
|
-
|
|
44
39
|
.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
|
|
45
40
|
.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
|
|
46
41
|
border-top: 0;
|
|
47
42
|
border-top-left-radius: 0;
|
|
48
43
|
border-top-right-radius: 0;
|
|
49
44
|
}
|
|
50
|
-
|
|
51
45
|
.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
|
|
52
46
|
.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
|
|
53
47
|
margin: 0;
|
|
54
48
|
}
|
|
55
|
-
|
|
56
49
|
.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child,
|
|
57
50
|
.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
|
|
58
51
|
margin: 0;
|
|
59
52
|
margin-left: 8px;
|
|
60
53
|
}
|
|
61
|
-
|
|
62
54
|
.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item,
|
|
63
55
|
.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
|
|
64
56
|
margin: 0;
|
|
65
57
|
}
|
|
66
|
-
|
|
67
58
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
68
59
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
69
60
|
margin-left: 10px;
|
|
70
61
|
margin-right: initial;
|
|
71
62
|
}
|
|
72
|
-
|
|
73
63
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
74
64
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
75
65
|
margin: 0;
|
|
76
66
|
}
|
|
77
|
-
|
|
78
67
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
|
|
79
68
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
80
69
|
margin-left: 10px;
|
|
81
70
|
margin-right: 0;
|
|
82
71
|
}
|
|
83
|
-
|
|
84
72
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
85
73
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
86
74
|
margin: 0;
|
|
87
75
|
}
|
|
88
|
-
|
|
89
76
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
|
|
90
77
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
91
78
|
margin-left: 0;
|
|
92
79
|
}
|
|
93
|
-
|
|
94
80
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child,
|
|
95
81
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
96
82
|
margin-left: 8px;
|
|
97
83
|
}
|
|
98
|
-
|
|
99
84
|
.e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
100
85
|
.e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
101
86
|
margin-left: 0;
|
|
102
87
|
margin-right: 10px;
|
|
103
88
|
}
|
|
104
|
-
|
|
105
89
|
.e-bigger .e-toolbar .e-hor-nav,
|
|
106
90
|
.e-toolbar.e-bigger .e-hor-nav {
|
|
107
91
|
min-height: 48px;
|
|
108
92
|
min-width: 36px;
|
|
109
93
|
}
|
|
110
|
-
|
|
111
94
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
|
|
112
95
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn {
|
|
113
96
|
line-height: 24px;
|
|
114
97
|
}
|
|
115
|
-
|
|
116
98
|
.e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
|
|
117
99
|
.e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
|
|
118
100
|
line-height: 18px;
|
|
119
101
|
min-height: 18px;
|
|
120
102
|
min-width: 13px;
|
|
121
103
|
}
|
|
122
|
-
|
|
123
104
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
124
105
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
125
106
|
line-height: inherit;
|
|
126
107
|
font-size: 16px;
|
|
127
108
|
}
|
|
128
|
-
|
|
129
109
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
|
|
130
110
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
131
111
|
min-width: 48px;
|
|
132
112
|
padding: 0;
|
|
133
113
|
}
|
|
134
|
-
|
|
135
114
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
|
|
136
115
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
137
116
|
min-width: 13px;
|
|
138
117
|
font-size: 16px;
|
|
139
118
|
}
|
|
140
|
-
|
|
141
119
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
|
|
142
120
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
143
121
|
min-height: 48px;
|
|
144
122
|
padding: 8px 18px;
|
|
145
123
|
}
|
|
146
|
-
|
|
147
124
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
148
125
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
149
126
|
margin-left: 0;
|
|
150
127
|
padding: 0 6px 0 0;
|
|
151
128
|
}
|
|
152
|
-
|
|
153
129
|
.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
154
130
|
.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
155
131
|
padding: 0 0 0 6px;
|
|
156
132
|
font-size: 16px;
|
|
157
133
|
}
|
|
158
|
-
|
|
159
134
|
.e-bigger .e-toolbar .e-toolbar-items,
|
|
160
135
|
.e-toolbar.e-bigger .e-toolbar-items {
|
|
161
136
|
min-height: 48px;
|
|
162
137
|
}
|
|
163
|
-
|
|
164
138
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
|
|
165
139
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
|
|
166
140
|
margin-left: 12.5px;
|
|
167
141
|
margin-right: 12.5px;
|
|
168
142
|
white-space: normal;
|
|
169
143
|
}
|
|
170
|
-
|
|
171
144
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
172
145
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
173
146
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
174
147
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
175
148
|
display: none;
|
|
176
149
|
}
|
|
177
|
-
|
|
178
150
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator,
|
|
179
151
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
|
|
180
152
|
display: -ms-inline-flexbox;
|
|
181
153
|
display: inline-flex;
|
|
182
154
|
}
|
|
183
|
-
|
|
184
155
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
185
156
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
186
157
|
margin-left: 0;
|
|
187
158
|
}
|
|
188
|
-
|
|
189
159
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
190
160
|
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
191
161
|
margin-right: 0;
|
|
192
162
|
}
|
|
193
|
-
|
|
194
163
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child,
|
|
195
164
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
196
165
|
margin-right: 10px;
|
|
197
166
|
}
|
|
198
|
-
|
|
199
167
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
|
|
200
168
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
201
169
|
margin: 0;
|
|
202
170
|
}
|
|
203
|
-
|
|
204
171
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
|
|
205
172
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
206
173
|
margin-right: 10px;
|
|
207
174
|
}
|
|
208
|
-
|
|
209
175
|
.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
|
|
210
176
|
.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
211
177
|
margin: 0;
|
|
212
178
|
}
|
|
213
|
-
|
|
214
179
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
|
|
215
180
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
216
181
|
margin-left: 10px;
|
|
217
182
|
}
|
|
218
|
-
|
|
219
183
|
.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
220
184
|
.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
221
185
|
margin-left: 10px;
|
|
222
186
|
}
|
|
223
|
-
|
|
224
187
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
225
188
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
|
|
226
189
|
min-height: 48px;
|
|
227
190
|
}
|
|
228
|
-
|
|
229
191
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
230
192
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
231
193
|
min-width: 49px;
|
|
232
194
|
padding: 5px 6px;
|
|
233
195
|
}
|
|
234
|
-
|
|
235
196
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
236
197
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
|
|
237
198
|
height: 30px;
|
|
238
199
|
margin: 8px 6px;
|
|
239
200
|
min-height: 30px;
|
|
240
201
|
}
|
|
241
|
-
|
|
242
202
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
243
203
|
.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,
|
|
244
204
|
.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,
|
|
245
205
|
.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 {
|
|
246
206
|
padding: 0;
|
|
247
207
|
}
|
|
248
|
-
|
|
249
208
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
250
209
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
|
|
251
210
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
@@ -256,28 +215,24 @@
|
|
|
256
215
|
min-width: 38px;
|
|
257
216
|
padding: 0 8px;
|
|
258
217
|
}
|
|
259
|
-
|
|
260
218
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
261
219
|
.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,
|
|
262
220
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
263
221
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
|
|
264
222
|
padding: 4px 6px;
|
|
265
223
|
}
|
|
266
|
-
|
|
267
224
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
|
|
268
225
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
|
|
269
226
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
|
|
270
227
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
271
228
|
padding: 4px 6px;
|
|
272
229
|
}
|
|
273
|
-
|
|
274
230
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
275
231
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
276
232
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
277
233
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
|
|
278
234
|
padding: 4px;
|
|
279
235
|
}
|
|
280
|
-
|
|
281
236
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
|
|
282
237
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
|
|
283
238
|
min-height: 48px;
|
|
@@ -287,46 +242,38 @@
|
|
|
287
242
|
padding-top: 0;
|
|
288
243
|
margin-left: -1px;
|
|
289
244
|
}
|
|
290
|
-
|
|
291
245
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
|
|
292
246
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
293
247
|
display: none;
|
|
294
248
|
}
|
|
295
|
-
|
|
296
249
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open,
|
|
297
250
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open {
|
|
298
251
|
display: inline;
|
|
299
252
|
}
|
|
300
|
-
|
|
301
253
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended,
|
|
302
254
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
|
|
303
255
|
width: inherit;
|
|
304
256
|
}
|
|
305
|
-
|
|
306
257
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
|
|
307
258
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
|
|
308
259
|
box-shadow: none;
|
|
309
260
|
display: inline;
|
|
310
261
|
white-space: normal;
|
|
311
262
|
}
|
|
312
|
-
|
|
313
263
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
314
264
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
315
265
|
min-width: 49px;
|
|
316
266
|
padding: 5px 6px;
|
|
317
267
|
}
|
|
318
|
-
|
|
319
268
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
|
|
320
269
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
|
|
321
270
|
display: none;
|
|
322
271
|
}
|
|
323
|
-
|
|
324
272
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
|
|
325
273
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
326
274
|
display: -ms-inline-flexbox;
|
|
327
275
|
display: inline-flex;
|
|
328
276
|
}
|
|
329
|
-
|
|
330
277
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
|
|
331
278
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
332
279
|
-ms-flex-line-pack: center;
|
|
@@ -340,14 +287,12 @@
|
|
|
340
287
|
vertical-align: middle;
|
|
341
288
|
width: auto;
|
|
342
289
|
}
|
|
343
|
-
|
|
344
290
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
345
291
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
346
292
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
347
293
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
|
|
348
294
|
padding: 4px;
|
|
349
295
|
}
|
|
350
|
-
|
|
351
296
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
352
297
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,
|
|
353
298
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
@@ -358,65 +303,54 @@
|
|
|
358
303
|
min-width: 38px;
|
|
359
304
|
padding: 0 8px;
|
|
360
305
|
}
|
|
361
|
-
|
|
362
306
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
363
307
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
364
308
|
line-height: 24px;
|
|
365
309
|
}
|
|
366
|
-
|
|
367
310
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
|
|
368
311
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
369
312
|
height: 30px;
|
|
370
313
|
margin: 8px 6px;
|
|
371
314
|
min-height: 30px;
|
|
372
315
|
}
|
|
373
|
-
|
|
374
316
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
|
|
375
317
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
|
|
376
318
|
line-height: 18px;
|
|
377
319
|
min-height: 18px;
|
|
378
320
|
min-width: 13px;
|
|
379
321
|
}
|
|
380
|
-
|
|
381
322
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav,
|
|
382
323
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav {
|
|
383
324
|
left: 0;
|
|
384
325
|
right: auto;
|
|
385
326
|
}
|
|
386
|
-
|
|
387
327
|
.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
|
|
388
328
|
.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
389
329
|
padding-right: 10px;
|
|
390
330
|
margin-left: 0;
|
|
391
331
|
}
|
|
392
|
-
|
|
393
332
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
394
333
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
395
334
|
min-height: 38px;
|
|
396
335
|
}
|
|
397
|
-
|
|
398
336
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator,
|
|
399
337
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
|
|
400
338
|
height: auto;
|
|
401
339
|
margin: 5px 10px;
|
|
402
340
|
min-height: auto;
|
|
403
341
|
}
|
|
404
|
-
|
|
405
342
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
406
343
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
407
344
|
margin: 0;
|
|
408
345
|
}
|
|
409
|
-
|
|
410
346
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
|
|
411
347
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
412
348
|
margin-left: 0;
|
|
413
349
|
}
|
|
414
|
-
|
|
415
350
|
.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
|
|
416
351
|
.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
417
352
|
margin-right: 0;
|
|
418
353
|
}
|
|
419
|
-
|
|
420
354
|
.e-bigger .e-toolbar.e-vertical .e-hor-nav,
|
|
421
355
|
.e-toolbar.e-bigger.e-vertical .e-hor-nav {
|
|
422
356
|
min-height: 40px;
|
|
@@ -436,41 +370,33 @@
|
|
|
436
370
|
user-select: none;
|
|
437
371
|
white-space: nowrap;
|
|
438
372
|
}
|
|
439
|
-
|
|
440
373
|
.e-toolbar .e-blazor-toolbar-items {
|
|
441
374
|
position: absolute;
|
|
442
375
|
top: -9999px;
|
|
443
376
|
visibility: hidden;
|
|
444
377
|
}
|
|
445
|
-
|
|
446
378
|
.e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
|
|
447
379
|
left: 0;
|
|
448
380
|
right: auto;
|
|
449
381
|
}
|
|
450
|
-
|
|
451
382
|
.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
|
|
452
383
|
padding-right: 8px;
|
|
453
384
|
margin-left: 0;
|
|
454
385
|
}
|
|
455
|
-
|
|
456
386
|
.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
|
|
457
387
|
padding-left: 0;
|
|
458
388
|
}
|
|
459
|
-
|
|
460
389
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
|
|
461
390
|
display: none;
|
|
462
391
|
}
|
|
463
|
-
|
|
464
392
|
.e-toolbar.e-extended-toolbar.e-extended-toolbar.e-tbar-extended {
|
|
465
393
|
border-bottom: 0;
|
|
466
394
|
border-bottom-left-radius: 0;
|
|
467
395
|
border-bottom-right-radius: 0;
|
|
468
396
|
}
|
|
469
|
-
|
|
470
397
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
471
398
|
display: table;
|
|
472
399
|
}
|
|
473
|
-
|
|
474
400
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended {
|
|
475
401
|
border-top: 0;
|
|
476
402
|
border-top-left-radius: 0;
|
|
@@ -482,44 +408,35 @@
|
|
|
482
408
|
padding-top: 0;
|
|
483
409
|
margin-left: -1px;
|
|
484
410
|
}
|
|
485
|
-
|
|
486
411
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
|
|
487
412
|
display: none;
|
|
488
413
|
}
|
|
489
|
-
|
|
490
414
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
|
|
491
415
|
display: none;
|
|
492
416
|
}
|
|
493
|
-
|
|
494
417
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
|
|
495
418
|
display: inline;
|
|
496
419
|
}
|
|
497
|
-
|
|
498
420
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
|
|
499
421
|
width: inherit;
|
|
500
422
|
}
|
|
501
|
-
|
|
502
423
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended {
|
|
503
424
|
box-shadow: none;
|
|
504
425
|
display: inline;
|
|
505
426
|
white-space: normal;
|
|
506
427
|
}
|
|
507
|
-
|
|
508
428
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
509
429
|
height: 100%;
|
|
510
430
|
min-width: 28px;
|
|
511
431
|
padding: 4px;
|
|
512
432
|
}
|
|
513
|
-
|
|
514
433
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
|
|
515
434
|
display: none;
|
|
516
435
|
}
|
|
517
|
-
|
|
518
436
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
519
437
|
display: -ms-inline-flexbox;
|
|
520
438
|
display: inline-flex;
|
|
521
439
|
}
|
|
522
|
-
|
|
523
440
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
|
|
524
441
|
-ms-flex-line-pack: center;
|
|
525
442
|
align-content: center;
|
|
@@ -532,12 +449,10 @@
|
|
|
532
449
|
vertical-align: middle;
|
|
533
450
|
width: auto;
|
|
534
451
|
}
|
|
535
|
-
|
|
536
452
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
537
453
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
|
|
538
454
|
padding: 4px;
|
|
539
455
|
}
|
|
540
|
-
|
|
541
456
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
|
|
542
457
|
display: inline-block;
|
|
543
458
|
font-family: "Inter";
|
|
@@ -546,7 +461,6 @@
|
|
|
546
461
|
vertical-align: middle;
|
|
547
462
|
width: auto;
|
|
548
463
|
}
|
|
549
|
-
|
|
550
464
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
551
465
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
552
466
|
height: calc(100% - 10px);
|
|
@@ -555,18 +469,15 @@
|
|
|
555
469
|
min-width: 30px;
|
|
556
470
|
padding: 0 4px;
|
|
557
471
|
}
|
|
558
|
-
|
|
559
472
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
|
|
560
473
|
line-height: 22px;
|
|
561
474
|
}
|
|
562
|
-
|
|
563
475
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
564
476
|
margin: 7px 4px;
|
|
565
477
|
min-height: 16px;
|
|
566
478
|
min-width: 1px;
|
|
567
479
|
vertical-align: middle;
|
|
568
480
|
}
|
|
569
|
-
|
|
570
481
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) {
|
|
571
482
|
line-height: 16px;
|
|
572
483
|
min-height: 16px;
|
|
@@ -575,21 +486,17 @@
|
|
|
575
486
|
font-size: 16px;
|
|
576
487
|
padding: 5px 6px;
|
|
577
488
|
}
|
|
578
|
-
|
|
579
489
|
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
|
|
580
490
|
display: -ms-inline-flexbox;
|
|
581
491
|
display: inline-flex;
|
|
582
492
|
}
|
|
583
|
-
|
|
584
493
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
585
494
|
height: auto;
|
|
586
495
|
}
|
|
587
|
-
|
|
588
496
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
589
497
|
font-size: 14px;
|
|
590
498
|
vertical-align: middle;
|
|
591
499
|
}
|
|
592
|
-
|
|
593
500
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
594
501
|
cursor: pointer;
|
|
595
502
|
font-family: "Inter";
|
|
@@ -601,57 +508,46 @@
|
|
|
601
508
|
text-decoration: none;
|
|
602
509
|
text-transform: none;
|
|
603
510
|
}
|
|
604
|
-
|
|
605
511
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child {
|
|
606
512
|
display: inline-block;
|
|
607
513
|
}
|
|
608
|
-
|
|
609
514
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item > * {
|
|
610
515
|
-ms-flex-item-align: center;
|
|
611
516
|
-ms-grid-row-align: center;
|
|
612
517
|
align-self: center;
|
|
613
518
|
text-overflow: ellipsis;
|
|
614
519
|
}
|
|
615
|
-
|
|
616
|
-
.e-toolbar.e-control[class*='e-toolbar'] {
|
|
520
|
+
.e-toolbar.e-control[class*=e-toolbar] {
|
|
617
521
|
box-sizing: content-box;
|
|
618
522
|
}
|
|
619
|
-
|
|
620
523
|
.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
|
|
621
524
|
display: none;
|
|
622
525
|
}
|
|
623
|
-
|
|
624
526
|
.e-toolbar .e-tbar-btn-text,
|
|
625
527
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
626
528
|
display: inline-block;
|
|
627
529
|
padding: 4px;
|
|
628
530
|
}
|
|
629
|
-
|
|
630
531
|
.e-toolbar.e-hidden,
|
|
631
532
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
|
|
632
533
|
display: none;
|
|
633
534
|
}
|
|
634
|
-
|
|
635
535
|
.e-toolbar.e-corner {
|
|
636
536
|
border-radius: 4px;
|
|
637
537
|
}
|
|
638
|
-
|
|
639
538
|
.e-toolbar .e-toolbar-pop {
|
|
640
539
|
border-radius: 4px;
|
|
641
540
|
overflow: hidden;
|
|
642
541
|
padding: 0;
|
|
643
542
|
position: absolute;
|
|
644
543
|
}
|
|
645
|
-
|
|
646
544
|
.e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
647
545
|
margin: 0;
|
|
648
546
|
width: auto;
|
|
649
547
|
}
|
|
650
|
-
|
|
651
548
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
|
|
652
549
|
display: none;
|
|
653
550
|
}
|
|
654
|
-
|
|
655
551
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
656
552
|
-ms-flex-align: center;
|
|
657
553
|
align-items: center;
|
|
@@ -662,34 +558,27 @@
|
|
|
662
558
|
min-height: 38px;
|
|
663
559
|
padding: 6px 12px;
|
|
664
560
|
}
|
|
665
|
-
|
|
666
561
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
667
562
|
margin: 0;
|
|
668
563
|
padding: 0 4px 0 0;
|
|
669
564
|
width: auto;
|
|
670
565
|
}
|
|
671
|
-
|
|
672
566
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
673
567
|
padding: 0 0 0 4px;
|
|
674
568
|
}
|
|
675
|
-
|
|
676
569
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
|
|
677
570
|
min-width: 12px;
|
|
678
571
|
}
|
|
679
|
-
|
|
680
572
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
681
573
|
min-width: 34px;
|
|
682
574
|
padding: 0;
|
|
683
575
|
}
|
|
684
|
-
|
|
685
576
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control {
|
|
686
577
|
text-align: center;
|
|
687
578
|
}
|
|
688
|
-
|
|
689
579
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
690
580
|
min-width: 100%;
|
|
691
581
|
}
|
|
692
|
-
|
|
693
582
|
.e-toolbar .e-toolbar-pop .e-toolbar-item {
|
|
694
583
|
-ms-flex-line-pack: center;
|
|
695
584
|
align-content: center;
|
|
@@ -701,121 +590,95 @@
|
|
|
701
590
|
-ms-flex-pack: center;
|
|
702
591
|
justify-content: center;
|
|
703
592
|
}
|
|
704
|
-
|
|
705
593
|
.e-toolbar .e-toolbar-pop .e-toolbar-item > * {
|
|
706
594
|
height: 100%;
|
|
707
595
|
min-width: 100%;
|
|
708
596
|
text-overflow: ellipsis;
|
|
709
597
|
}
|
|
710
|
-
|
|
711
598
|
.e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
|
|
712
599
|
display: none;
|
|
713
600
|
}
|
|
714
|
-
|
|
715
601
|
.e-toolbar .e-toolbar-pop .e-toolpopup {
|
|
716
602
|
text-align: center;
|
|
717
603
|
}
|
|
718
|
-
|
|
719
604
|
.e-toolbar .e-toolbar-popup {
|
|
720
605
|
text-align: center;
|
|
721
606
|
}
|
|
722
|
-
|
|
723
607
|
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
|
|
724
608
|
margin: 0;
|
|
725
609
|
}
|
|
726
|
-
|
|
727
610
|
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
|
|
728
611
|
margin: 0;
|
|
729
612
|
margin-left: 8px;
|
|
730
613
|
}
|
|
731
|
-
|
|
732
614
|
.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
|
|
733
615
|
margin: 0;
|
|
734
616
|
}
|
|
735
|
-
|
|
736
617
|
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
737
618
|
margin-left: 8px;
|
|
738
619
|
margin-right: initial;
|
|
739
620
|
}
|
|
740
|
-
|
|
741
621
|
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
742
622
|
margin: 0;
|
|
743
623
|
}
|
|
744
|
-
|
|
745
624
|
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
746
625
|
margin-right: 8px;
|
|
747
626
|
}
|
|
748
|
-
|
|
749
627
|
.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
750
628
|
margin: 0;
|
|
751
629
|
}
|
|
752
|
-
|
|
753
630
|
.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
754
631
|
left: auto;
|
|
755
632
|
right: 0;
|
|
756
633
|
}
|
|
757
|
-
|
|
758
634
|
.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
759
635
|
left: 0;
|
|
760
636
|
right: auto;
|
|
761
637
|
}
|
|
762
|
-
|
|
763
638
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
764
639
|
margin-left: 0;
|
|
765
640
|
}
|
|
766
|
-
|
|
767
641
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
768
642
|
margin-left: 8px;
|
|
769
643
|
}
|
|
770
|
-
|
|
771
644
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
772
645
|
margin-left: 0;
|
|
773
646
|
margin-right: 8px;
|
|
774
647
|
}
|
|
775
|
-
|
|
776
648
|
.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
|
|
777
649
|
margin-left: 0;
|
|
778
650
|
}
|
|
779
|
-
|
|
780
651
|
.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
|
|
781
652
|
margin-left: 0;
|
|
782
653
|
margin-right: 8px;
|
|
783
654
|
}
|
|
784
|
-
|
|
785
655
|
.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
|
|
786
656
|
margin-right: 0;
|
|
787
657
|
}
|
|
788
|
-
|
|
789
658
|
.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
|
|
790
659
|
margin-left: 8px;
|
|
791
660
|
margin-right: 0;
|
|
792
661
|
}
|
|
793
|
-
|
|
794
662
|
.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
|
|
795
663
|
margin-right: 0;
|
|
796
664
|
}
|
|
797
|
-
|
|
798
665
|
.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
|
|
799
666
|
margin-left: 8px;
|
|
800
667
|
margin-right: 0;
|
|
801
668
|
}
|
|
802
|
-
|
|
803
669
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
804
670
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
805
671
|
margin-right: 0;
|
|
806
672
|
}
|
|
807
|
-
|
|
808
673
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
809
674
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
810
675
|
margin-right: 8px;
|
|
811
676
|
}
|
|
812
|
-
|
|
813
677
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
814
678
|
left: 0;
|
|
815
679
|
right: auto;
|
|
816
680
|
border-radius: 0 0 0 0;
|
|
817
681
|
}
|
|
818
|
-
|
|
819
682
|
.e-toolbar .e-hor-nav {
|
|
820
683
|
-ms-flex-align: center;
|
|
821
684
|
align-items: center;
|
|
@@ -831,11 +694,9 @@
|
|
|
831
694
|
top: 0;
|
|
832
695
|
width: 28px;
|
|
833
696
|
}
|
|
834
|
-
|
|
835
697
|
.e-toolbar .e-hor-nav.e-ie-align {
|
|
836
698
|
display: table;
|
|
837
699
|
}
|
|
838
|
-
|
|
839
700
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
840
701
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
841
702
|
color: #d1d5db;
|
|
@@ -845,16 +706,13 @@
|
|
|
845
706
|
width: 100%;
|
|
846
707
|
font-size: 18px;
|
|
847
708
|
}
|
|
848
|
-
|
|
849
709
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
850
710
|
line-height: 22px;
|
|
851
711
|
}
|
|
852
|
-
|
|
853
712
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
854
713
|
line-height: 16px;
|
|
855
714
|
min-height: 16px;
|
|
856
715
|
}
|
|
857
|
-
|
|
858
716
|
.e-toolbar .e-toolbar-items {
|
|
859
717
|
border-radius: 0 0 0 0;
|
|
860
718
|
display: inline-block;
|
|
@@ -862,42 +720,34 @@
|
|
|
862
720
|
min-height: 38px;
|
|
863
721
|
vertical-align: middle;
|
|
864
722
|
}
|
|
865
|
-
|
|
866
723
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow {
|
|
867
724
|
margin-bottom: 1px;
|
|
868
725
|
margin-left: 10px;
|
|
869
726
|
margin-right: 10px;
|
|
870
727
|
white-space: normal;
|
|
871
728
|
}
|
|
872
|
-
|
|
873
729
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
874
730
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
875
731
|
display: none;
|
|
876
732
|
}
|
|
877
|
-
|
|
878
733
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
|
|
879
734
|
display: -ms-inline-flexbox;
|
|
880
735
|
display: inline-flex;
|
|
881
736
|
}
|
|
882
|
-
|
|
883
737
|
.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
|
|
884
738
|
.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
|
|
885
739
|
.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
|
|
886
740
|
display: inline;
|
|
887
741
|
}
|
|
888
|
-
|
|
889
742
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
890
743
|
margin-left: 0;
|
|
891
744
|
}
|
|
892
|
-
|
|
893
745
|
.e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
894
746
|
margin-right: 0;
|
|
895
747
|
}
|
|
896
|
-
|
|
897
748
|
.e-toolbar .e-toolbar-items.e-tbar-pos {
|
|
898
749
|
display: block;
|
|
899
750
|
}
|
|
900
|
-
|
|
901
751
|
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
|
|
902
752
|
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
|
|
903
753
|
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
@@ -905,88 +755,68 @@
|
|
|
905
755
|
height: 100%;
|
|
906
756
|
top: 0;
|
|
907
757
|
}
|
|
908
|
-
|
|
909
758
|
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
|
|
910
759
|
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
911
760
|
position: absolute;
|
|
912
761
|
}
|
|
913
|
-
|
|
914
762
|
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
915
763
|
right: 0;
|
|
916
764
|
}
|
|
917
|
-
|
|
918
765
|
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
919
766
|
left: 0;
|
|
920
767
|
line-height: 35px;
|
|
921
768
|
}
|
|
922
|
-
|
|
923
769
|
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
|
|
924
770
|
margin: 0 auto;
|
|
925
771
|
}
|
|
926
|
-
|
|
927
772
|
.e-toolbar .e-toolbar-items .e-toolbar-left,
|
|
928
773
|
.e-toolbar .e-toolbar-items .e-toolbar-center,
|
|
929
774
|
.e-toolbar .e-toolbar-items .e-toolbar-right {
|
|
930
775
|
display: inline-block;
|
|
931
776
|
}
|
|
932
|
-
|
|
933
777
|
.e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
934
778
|
margin-left: 8px;
|
|
935
779
|
}
|
|
936
|
-
|
|
937
780
|
.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
938
781
|
margin-left: 8px;
|
|
939
782
|
}
|
|
940
|
-
|
|
941
783
|
.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child {
|
|
942
784
|
margin-left: 0;
|
|
943
785
|
}
|
|
944
|
-
|
|
945
786
|
.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
|
|
946
787
|
margin-right: 0;
|
|
947
788
|
}
|
|
948
|
-
|
|
949
789
|
.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
|
|
950
790
|
margin-left: 8px;
|
|
951
791
|
}
|
|
952
|
-
|
|
953
792
|
.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
|
|
954
793
|
margin-right: 0;
|
|
955
794
|
}
|
|
956
|
-
|
|
957
795
|
.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
|
|
958
796
|
margin-right: 8px;
|
|
959
797
|
}
|
|
960
|
-
|
|
961
798
|
.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
|
|
962
799
|
margin-left: 0;
|
|
963
800
|
}
|
|
964
|
-
|
|
965
801
|
.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
|
|
966
802
|
margin-right: 8px;
|
|
967
803
|
}
|
|
968
|
-
|
|
969
804
|
.e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child,
|
|
970
805
|
.e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
971
806
|
margin-right: 8px;
|
|
972
807
|
}
|
|
973
|
-
|
|
974
808
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
975
809
|
margin-right: 8px;
|
|
976
810
|
}
|
|
977
|
-
|
|
978
811
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
|
|
979
812
|
margin: 0;
|
|
980
813
|
}
|
|
981
|
-
|
|
982
814
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
|
|
983
815
|
margin-right: 8px;
|
|
984
816
|
}
|
|
985
|
-
|
|
986
817
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
|
|
987
818
|
margin: 0;
|
|
988
819
|
}
|
|
989
|
-
|
|
990
820
|
.e-toolbar .e-toolbar-items .e-toolbar-item {
|
|
991
821
|
-ms-flex-line-pack: center;
|
|
992
822
|
align-content: center;
|
|
@@ -999,27 +829,22 @@
|
|
|
999
829
|
vertical-align: middle;
|
|
1000
830
|
width: auto;
|
|
1001
831
|
}
|
|
1002
|
-
|
|
1003
832
|
.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
1004
833
|
height: inherit;
|
|
1005
834
|
min-width: 28px;
|
|
1006
835
|
padding: 4px;
|
|
1007
836
|
}
|
|
1008
|
-
|
|
1009
837
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1010
838
|
margin: 7px 4px;
|
|
1011
839
|
min-height: 24px;
|
|
1012
840
|
min-width: 1px;
|
|
1013
841
|
}
|
|
1014
|
-
|
|
1015
|
-
.e-toolbar .e-toolbar-items .e-toolbar-item input[type='checkbox'] {
|
|
842
|
+
.e-toolbar .e-toolbar-items .e-toolbar-item input[type=checkbox] {
|
|
1016
843
|
height: auto;
|
|
1017
844
|
}
|
|
1018
|
-
|
|
1019
845
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1020
846
|
padding: 0;
|
|
1021
847
|
}
|
|
1022
|
-
|
|
1023
848
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1024
849
|
height: calc(100% - 10px);
|
|
1025
850
|
margin: 0;
|
|
@@ -1028,45 +853,36 @@
|
|
|
1028
853
|
padding: 0 4px;
|
|
1029
854
|
border-radius: 4px;
|
|
1030
855
|
}
|
|
1031
|
-
|
|
1032
856
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1033
857
|
padding: 4px;
|
|
1034
858
|
}
|
|
1035
|
-
|
|
1036
859
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1037
860
|
padding: 4px;
|
|
1038
861
|
}
|
|
1039
|
-
|
|
1040
862
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
1041
863
|
margin: 0;
|
|
1042
864
|
min-width: 12px;
|
|
1043
865
|
width: auto;
|
|
1044
866
|
}
|
|
1045
|
-
|
|
1046
867
|
.e-toolbar .e-toolbar-items .e-toolbar-item > * {
|
|
1047
868
|
-ms-flex-item-align: center;
|
|
1048
869
|
-ms-grid-row-align: center;
|
|
1049
870
|
align-self: center;
|
|
1050
871
|
text-overflow: ellipsis;
|
|
1051
872
|
}
|
|
1052
|
-
|
|
1053
873
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1054
874
|
height: 24px;
|
|
1055
875
|
vertical-align: middle;
|
|
1056
876
|
}
|
|
1057
|
-
|
|
1058
877
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator + .e-separator {
|
|
1059
878
|
display: none;
|
|
1060
879
|
}
|
|
1061
|
-
|
|
1062
880
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type, .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:first-of-type {
|
|
1063
881
|
display: none;
|
|
1064
882
|
}
|
|
1065
|
-
|
|
1066
883
|
.e-toolbar .e-tbar-btn > :first-child {
|
|
1067
884
|
display: inline-block;
|
|
1068
885
|
}
|
|
1069
|
-
|
|
1070
886
|
.e-toolbar .e-tbar-btn {
|
|
1071
887
|
border: none;
|
|
1072
888
|
cursor: pointer;
|
|
@@ -1079,16 +895,13 @@
|
|
|
1079
895
|
text-decoration: none;
|
|
1080
896
|
text-transform: none;
|
|
1081
897
|
}
|
|
1082
|
-
|
|
1083
898
|
.e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
|
|
1084
899
|
font-size: 18px;
|
|
1085
900
|
vertical-align: middle;
|
|
1086
901
|
}
|
|
1087
|
-
|
|
1088
902
|
.e-toolbar .e-tbar-btn div {
|
|
1089
903
|
vertical-align: middle;
|
|
1090
904
|
}
|
|
1091
|
-
|
|
1092
905
|
.e-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
1093
906
|
display: inline-block;
|
|
1094
907
|
font-family: "Inter";
|
|
@@ -1097,70 +910,57 @@
|
|
|
1097
910
|
vertical-align: middle;
|
|
1098
911
|
width: auto;
|
|
1099
912
|
}
|
|
1100
|
-
|
|
1101
913
|
.e-toolbar.e-vertical {
|
|
1102
914
|
display: -ms-flexbox;
|
|
1103
915
|
display: flex;
|
|
1104
916
|
-ms-flex-direction: column;
|
|
1105
917
|
flex-direction: column;
|
|
1106
918
|
}
|
|
1107
|
-
|
|
1108
919
|
.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
|
|
1109
920
|
bottom: 0;
|
|
1110
921
|
top: auto;
|
|
1111
922
|
}
|
|
1112
|
-
|
|
1113
923
|
.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
|
|
1114
924
|
bottom: auto;
|
|
1115
925
|
top: 0;
|
|
1116
926
|
}
|
|
1117
|
-
|
|
1118
927
|
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
|
|
1119
928
|
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
|
|
1120
929
|
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
1121
930
|
height: auto;
|
|
1122
931
|
}
|
|
1123
|
-
|
|
1124
932
|
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
1125
933
|
left: auto;
|
|
1126
934
|
right: auto;
|
|
1127
935
|
top: 0;
|
|
1128
936
|
}
|
|
1129
|
-
|
|
1130
937
|
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
1131
938
|
bottom: 0;
|
|
1132
939
|
left: auto;
|
|
1133
940
|
right: auto;
|
|
1134
941
|
}
|
|
1135
|
-
|
|
1136
942
|
.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1137
943
|
margin-left: 0;
|
|
1138
944
|
}
|
|
1139
|
-
|
|
1140
945
|
.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1141
946
|
margin-right: 0;
|
|
1142
947
|
}
|
|
1143
|
-
|
|
1144
948
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
|
|
1145
949
|
display: -ms-flexbox;
|
|
1146
950
|
display: flex;
|
|
1147
951
|
height: auto;
|
|
1148
952
|
}
|
|
1149
|
-
|
|
1150
953
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
1151
954
|
min-width: 33px;
|
|
1152
955
|
}
|
|
1153
|
-
|
|
1154
956
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1155
957
|
height: auto;
|
|
1156
958
|
margin: 3px 7px;
|
|
1157
959
|
min-height: auto;
|
|
1158
960
|
}
|
|
1159
|
-
|
|
1160
961
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
1161
962
|
margin: 0;
|
|
1162
963
|
}
|
|
1163
|
-
|
|
1164
964
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
1165
965
|
bottom: 0;
|
|
1166
966
|
height: auto;
|
|
@@ -1179,58 +979,47 @@
|
|
|
1179
979
|
border: 0 solid #4b5563;
|
|
1180
980
|
box-shadow: none;
|
|
1181
981
|
}
|
|
1182
|
-
|
|
1183
982
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
1184
983
|
border: solid #4b5563;
|
|
1185
984
|
border-width: 0 0 0 0;
|
|
1186
985
|
}
|
|
1187
|
-
|
|
1188
986
|
.e-toolbar.e-vertical.e-rtl .e-hor-nav {
|
|
1189
987
|
border: solid #4b5563;
|
|
1190
988
|
border-width: 0 0 0 0;
|
|
1191
989
|
}
|
|
1192
|
-
|
|
1193
990
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1194
991
|
border-width: 0 0 1px 0;
|
|
1195
992
|
}
|
|
1196
|
-
|
|
1197
993
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
|
|
1198
994
|
background: #374151;
|
|
1199
995
|
}
|
|
1200
|
-
|
|
1201
996
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1202
997
|
border: solid #4b5563;
|
|
1203
998
|
border-width: 0 1px 0 0;
|
|
1204
999
|
}
|
|
1205
|
-
|
|
1206
1000
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
1207
1001
|
color: #d1d5db;
|
|
1208
1002
|
}
|
|
1209
|
-
|
|
1210
1003
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
1211
1004
|
background: #374151;
|
|
1212
1005
|
box-shadow: none;
|
|
1213
1006
|
color: #fff;
|
|
1214
1007
|
}
|
|
1215
|
-
|
|
1216
1008
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
|
|
1217
1009
|
color: #fff;
|
|
1218
1010
|
}
|
|
1219
|
-
|
|
1220
1011
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1221
1012
|
background: #4b5563;
|
|
1222
1013
|
border-color: #d1d5db;
|
|
1223
1014
|
border-radius: 0;
|
|
1224
1015
|
color: #fff;
|
|
1225
1016
|
}
|
|
1226
|
-
|
|
1227
1017
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
1228
1018
|
background: #4b5563;
|
|
1229
1019
|
border-color: #d1d5db;
|
|
1230
1020
|
border-radius: 0;
|
|
1231
1021
|
color: #fff;
|
|
1232
1022
|
}
|
|
1233
|
-
|
|
1234
1023
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1235
1024
|
background: #374151;
|
|
1236
1025
|
border-color: #4b5563;
|
|
@@ -1238,37 +1027,29 @@
|
|
|
1238
1027
|
box-shadow: none;
|
|
1239
1028
|
color: #fff;
|
|
1240
1029
|
}
|
|
1241
|
-
|
|
1242
1030
|
.e-toolbar .e-tbar-btn.e-btn .e-icons {
|
|
1243
1031
|
color: #d1d5db;
|
|
1244
1032
|
}
|
|
1245
|
-
|
|
1246
1033
|
.e-toolbar .e-toolbar-pop {
|
|
1247
1034
|
background: #374151;
|
|
1248
1035
|
border: 0 solid #4b5563;
|
|
1249
1036
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1250
1037
|
}
|
|
1251
|
-
|
|
1252
1038
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1253
1039
|
background: transparent;
|
|
1254
1040
|
}
|
|
1255
|
-
|
|
1256
1041
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
1257
1042
|
background: #4b5563;
|
|
1258
1043
|
}
|
|
1259
|
-
|
|
1260
1044
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
1261
1045
|
background: #4b5563;
|
|
1262
1046
|
}
|
|
1263
|
-
|
|
1264
1047
|
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1265
1048
|
background: transparent;
|
|
1266
1049
|
}
|
|
1267
|
-
|
|
1268
1050
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1269
1051
|
background: #374151;
|
|
1270
1052
|
}
|
|
1271
|
-
|
|
1272
1053
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
1273
1054
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
1274
1055
|
background: #374151;
|
|
@@ -1276,106 +1057,87 @@
|
|
|
1276
1057
|
box-shadow: none;
|
|
1277
1058
|
border-left: 0 #4b5563 #374151;
|
|
1278
1059
|
}
|
|
1279
|
-
|
|
1280
1060
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
|
|
1281
1061
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
|
|
1282
1062
|
color: #9ca3af;
|
|
1283
1063
|
}
|
|
1284
|
-
|
|
1285
1064
|
.e-toolbar .e-tbar-btn {
|
|
1286
1065
|
background: #374151;
|
|
1287
1066
|
box-shadow: none;
|
|
1288
1067
|
color: #fff;
|
|
1289
1068
|
}
|
|
1290
|
-
|
|
1291
1069
|
.e-toolbar .e-tbar-btn:focus {
|
|
1292
1070
|
background: #4b5563;
|
|
1293
1071
|
border-color: #d1d5db;
|
|
1294
1072
|
border-radius: 0;
|
|
1295
1073
|
color: #9ca3af;
|
|
1296
1074
|
}
|
|
1297
|
-
|
|
1298
1075
|
.e-toolbar .e-tbar-btn:hover {
|
|
1299
1076
|
background: #4b5563;
|
|
1300
1077
|
border-color: #d1d5db;
|
|
1301
1078
|
border-radius: 0;
|
|
1302
1079
|
color: #9ca3af;
|
|
1303
1080
|
}
|
|
1304
|
-
|
|
1305
1081
|
.e-toolbar .e-toolbar-items {
|
|
1306
1082
|
background: #374151;
|
|
1307
1083
|
}
|
|
1308
|
-
|
|
1309
1084
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
1310
1085
|
background: #374151;
|
|
1311
1086
|
}
|
|
1312
|
-
|
|
1313
1087
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
|
|
1314
1088
|
color: #9ca3af;
|
|
1315
1089
|
}
|
|
1316
|
-
|
|
1317
1090
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
|
|
1318
1091
|
color: #9ca3af;
|
|
1319
1092
|
}
|
|
1320
|
-
|
|
1321
1093
|
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1322
1094
|
color: #fff;
|
|
1323
1095
|
}
|
|
1324
|
-
|
|
1325
1096
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1326
1097
|
border: solid #4b5563;
|
|
1327
1098
|
border-width: 0 1px 0 0;
|
|
1328
1099
|
}
|
|
1329
|
-
|
|
1330
1100
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1331
1101
|
background: #374151;
|
|
1332
1102
|
border: solid #4b5563;
|
|
1333
1103
|
border-left: 0;
|
|
1334
1104
|
border-width: 0 0 0 0;
|
|
1335
1105
|
}
|
|
1336
|
-
|
|
1337
1106
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
1338
1107
|
background: #4b5563;
|
|
1339
1108
|
color: #9ca3af;
|
|
1340
1109
|
}
|
|
1341
|
-
|
|
1342
1110
|
.e-toolbar .e-hor-nav {
|
|
1343
1111
|
background: #374151;
|
|
1344
1112
|
border: solid #4b5563;
|
|
1345
1113
|
border-width: 0 0 0 1px;
|
|
1346
1114
|
}
|
|
1347
|
-
|
|
1348
1115
|
.e-toolbar .e-hor-nav::after {
|
|
1349
|
-
content:
|
|
1116
|
+
content: "";
|
|
1350
1117
|
}
|
|
1351
|
-
|
|
1352
1118
|
.e-toolbar .e-hor-nav:active {
|
|
1353
1119
|
border: 0;
|
|
1354
1120
|
box-shadow: none;
|
|
1355
1121
|
color: #9ca3af;
|
|
1356
1122
|
}
|
|
1357
|
-
|
|
1358
1123
|
.e-toolbar .e-hor-nav:active::after {
|
|
1359
|
-
content:
|
|
1124
|
+
content: "";
|
|
1360
1125
|
}
|
|
1361
|
-
|
|
1362
1126
|
.e-toolbar .e-hor-nav:hover {
|
|
1363
1127
|
background: #4b5563;
|
|
1364
1128
|
border-left: 0;
|
|
1365
1129
|
color: #9ca3af;
|
|
1366
1130
|
}
|
|
1367
|
-
|
|
1368
1131
|
.e-toolbar .e-hor-nav:focus {
|
|
1369
1132
|
background: #4b5563;
|
|
1370
1133
|
border-left: 0;
|
|
1371
1134
|
border-color: #d1d5db;
|
|
1372
1135
|
color: #9ca3af;
|
|
1373
1136
|
}
|
|
1374
|
-
|
|
1375
1137
|
.e-toolbar .e-tbar-btn:active {
|
|
1376
1138
|
background: #374151;
|
|
1377
1139
|
border-color: #4b5563;
|
|
1378
1140
|
border-radius: 0;
|
|
1379
1141
|
box-shadow: none;
|
|
1380
1142
|
color: #9ca3af;
|
|
1381
|
-
}
|
|
1143
|
+
}
|