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