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