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