@syncfusion/ej2-angular-ribbon 22.1.34 → 22.1.39
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/license +10 -0
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +79 -13
- package/styles/bootstrap.css +79 -13
- package/styles/bootstrap4.css +79 -13
- package/styles/bootstrap5-dark.css +79 -13
- package/styles/bootstrap5.css +79 -13
- package/styles/fabric-dark.css +79 -13
- package/styles/fabric.css +79 -13
- package/styles/fluent-dark.css +79 -13
- package/styles/fluent.css +79 -13
- package/styles/highcontrast-light.css +79 -13
- package/styles/highcontrast.css +83 -17
- package/styles/material-dark.css +79 -13
- package/styles/material.css +79 -13
- package/styles/material3-dark.css +1672 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +1728 -0
- package/styles/material3.scss +3 -0
- package/styles/ribbon/_bootstrap-dark-definition.scss +4 -0
- package/styles/ribbon/_bootstrap-definition.scss +4 -0
- package/styles/ribbon/_bootstrap4-definition.scss +4 -0
- package/styles/ribbon/_bootstrap5-definition.scss +4 -0
- package/styles/ribbon/_fabric-dark-definition.scss +4 -0
- package/styles/ribbon/_fabric-definition.scss +4 -0
- package/styles/ribbon/_fluent-definition.scss +4 -0
- package/styles/ribbon/_fusionnew-definition.scss +4 -0
- package/styles/ribbon/_highcontrast-definition.scss +6 -2
- package/styles/ribbon/_highcontrast-light-definition.scss +4 -0
- package/styles/ribbon/_layout.scss +110 -19
- package/styles/ribbon/_material-dark-definition.scss +4 -0
- package/styles/ribbon/_material-definition.scss +4 -0
- package/styles/ribbon/_material3-dark-definition.scss +1 -0
- package/styles/ribbon/_material3-definition.scss +210 -0
- package/styles/ribbon/_tailwind-definition.scss +4 -0
- package/styles/ribbon/bootstrap-dark.css +79 -13
- package/styles/ribbon/bootstrap.css +79 -13
- package/styles/ribbon/bootstrap4.css +79 -13
- package/styles/ribbon/bootstrap5-dark.css +79 -13
- package/styles/ribbon/bootstrap5.css +79 -13
- package/styles/ribbon/fabric-dark.css +79 -13
- package/styles/ribbon/fabric.css +79 -13
- package/styles/ribbon/fluent-dark.css +79 -13
- package/styles/ribbon/fluent.css +79 -13
- package/styles/ribbon/highcontrast-light.css +79 -13
- package/styles/ribbon/highcontrast.css +83 -17
- package/styles/ribbon/icons/_material3-dark.scss +1 -0
- package/styles/ribbon/material-dark.css +79 -13
- package/styles/ribbon/material.css +79 -13
- package/styles/ribbon/material3-dark.css +1672 -0
- package/styles/ribbon/material3-dark.scss +18 -0
- package/styles/ribbon/material3.css +1728 -0
- package/styles/ribbon/material3.scss +18 -0
- package/styles/ribbon/tailwind-dark.css +79 -13
- package/styles/ribbon/tailwind.css +79 -13
- package/styles/tailwind-dark.css +79 -13
- package/styles/tailwind.css +79 -13
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
$ribbon-border: none !default;
|
|
2
|
+
$ribbon-file-menu-border: none !default;
|
|
3
|
+
$ribbon-file-menu-border-width: unset !default;
|
|
4
|
+
$ribbon-file-menu-weight: $font-weight-normal !default;
|
|
5
|
+
$ribbon-file-menu-size: $text-sm !default;
|
|
6
|
+
$ribbon-file-menu-padding: 10px 15px !default;
|
|
7
|
+
$ribbon-file-menu-height: 18px !default;
|
|
8
|
+
$ribbon-file-menu-border-radius: unset !default;
|
|
9
|
+
$ribbon-help-template-padding: 16px !default;
|
|
10
|
+
$ribbon-help-template-height: 38px !default;
|
|
11
|
+
$ribbon-help-template-border: none !default;
|
|
12
|
+
$ribbon-toolbar-items-height: 38px !default;
|
|
13
|
+
$ribbon-horizontal-nav-height: 38px !default;
|
|
14
|
+
$ribbon-group-header-padding: 6px 11px 1px 11px !default;
|
|
15
|
+
$ribbon-group-header-height: 12px !default;
|
|
16
|
+
$ribbon-group-header-font-size: $text-xxs !default;
|
|
17
|
+
$ribbon-group-overflow-padding: 2px 10px !default;
|
|
18
|
+
$ribbon-group-content-padding: 0 10px !default;
|
|
19
|
+
$ribbon-group-content-height: 84px !default;
|
|
20
|
+
$ribbon-group-overflow-height: 84px !default;
|
|
21
|
+
$ribbon-group-header-margin: 16px !default;
|
|
22
|
+
$ribbon-group-content-margin: 16px !default;
|
|
23
|
+
$ribbon-group-padding: 4px !default;
|
|
24
|
+
$ribbon-group-height: 107px !default;
|
|
25
|
+
$ribbon-simplified-group-padding: 3px !default;
|
|
26
|
+
$ribbon-simplified-group-content-padding: 0 4px 0 !default;
|
|
27
|
+
$ribbon-simplified-group-content-height: 32px !default;
|
|
28
|
+
$ribbon-collapse-btn-padding: 2px !default;
|
|
29
|
+
$ribbon-collapse-btn-height: 12px !default;
|
|
30
|
+
$ribbon-collapse-btn-font-weight: $font-weight-normal !default;
|
|
31
|
+
$ribbon-collapsible-content-width: 20px !default;
|
|
32
|
+
$ribbon-overflow-btn-content-width: 40px !default;
|
|
33
|
+
$ribbon-overflow-btn-font-weight: $font-weight-normal !default;
|
|
34
|
+
$ribbon-overflow-btn-icon-padding: 5px !default;
|
|
35
|
+
$ribbon-overflow-btn-padding: 0 !default;
|
|
36
|
+
$ribbon-overflow-btn-margin: 0 !default;
|
|
37
|
+
$ribbon-overflow-collapse-btn-right: 25px !default;
|
|
38
|
+
$ribbon-overflow-item-padding: 0 !default;
|
|
39
|
+
$ribbon-overflow-wrapper-item-margin: 3px 4px !default;
|
|
40
|
+
$ribbon-overflow-item-btn-height: 18px !default;
|
|
41
|
+
$ribbon-overflow-item-btn-margin: 0 8px 0 0 !default;
|
|
42
|
+
$ribbon-overflow-btn-height: 24px !default;
|
|
43
|
+
$ribbon-rtl-overflow-item-btn-margin: 0 0 0 8px !default;
|
|
44
|
+
$ribbon-overflow-btn-border-radius: 4px !default;
|
|
45
|
+
$ribbon-overflow-header-height: 18px !default;
|
|
46
|
+
$ribbon-overflow-header-padding: 3px 8px !default;
|
|
47
|
+
$ribbon-overflow-header-weight: 500 !default;
|
|
48
|
+
$ribbon-overflow-dropdown-btn-padding: 0 5px !default;
|
|
49
|
+
$ribbon-overall-overflow-btn-position: 4px !default;
|
|
50
|
+
$ribbon-dropdown-btn-padding: 0 5px !default;
|
|
51
|
+
$ribbon-dropdown-caret-btn-size: $text-xs !default;
|
|
52
|
+
$ribbon-dropdown-caret-btn-height: 12px !default;
|
|
53
|
+
$ribbon-dropdown-caret-btn-padding: 2px 5px !default;
|
|
54
|
+
$ribbon-items-padding: 2px !default;
|
|
55
|
+
$ribbon-large-items-btn-padding: 0 2px !default;
|
|
56
|
+
$ribbon-large-items-btn-height: 15px !default;
|
|
57
|
+
$ribbon-large-items-icon-size: $text-4xl !default;
|
|
58
|
+
$ribbon-large-items-max-width: 10ch !default;
|
|
59
|
+
$ribbon-large-items-icon-padding: 4px 3px !default;
|
|
60
|
+
$ribbon-items-border: none !default;
|
|
61
|
+
$ribbon-items-border-radius: 4px !default;
|
|
62
|
+
$ribbon-items-font-weight: $font-weight-normal !default;
|
|
63
|
+
$ribbon-items-btn-size: $text-xs !default;
|
|
64
|
+
$ribbon-items-btn-padding: 0 !default;
|
|
65
|
+
$ribbon-items-margin: 4px !default;
|
|
66
|
+
$ribbon-items-height: 15px !default;
|
|
67
|
+
$ribbon-items-checkbox-size: $text-xs !default;
|
|
68
|
+
$ribbon-items-checkbox-padding: 0 4px !default;
|
|
69
|
+
$ribbon-input-group-height: 24px !default;
|
|
70
|
+
$ribbon-input-padding: 4px 0 4px 8px !default;
|
|
71
|
+
$ribbon-input-size: $text-xs !default;
|
|
72
|
+
$ribbon-input-height: 16px !default;
|
|
73
|
+
$ribbon-input-weight: $font-weight-normal !default;
|
|
74
|
+
$ribbon-input-icon-size: $text-base !default;
|
|
75
|
+
$ribbon-input-icon-height: 16px !default;
|
|
76
|
+
$ribbon-input-icon-padding: 4px !default;
|
|
77
|
+
$ribbon-input-icon-weight: $font-weight-normal !default;
|
|
78
|
+
$ribbon-input-group-border-radius: unset !default;
|
|
79
|
+
$ribbon-input-group-margin: 4px !default;
|
|
80
|
+
$ribbon-tab-border: none !default;
|
|
81
|
+
$ribbon-tab-text-size: $text-sm !default;
|
|
82
|
+
$ribbon-tab-text-padding: 10px 15px !default;
|
|
83
|
+
$ribbon-tab-text-height: 18px !default;
|
|
84
|
+
$ribbon-tab-text-weight: $font-weight-normal !default;
|
|
85
|
+
$ribbon-nav-arrow-size: $text-sm !default;
|
|
86
|
+
$ribbon-nav-arrow-height: 14px !default;
|
|
87
|
+
$ribbon-hscroll-padding: 0 !default;
|
|
88
|
+
$ribbon-hscroll-nav-arrow-padding: 0 5px !default;
|
|
89
|
+
$ribbon-hscroll-nav-arrow-weight: $font-weight-normal !default;
|
|
90
|
+
$ribbon-hscroll-nav-border-width: 0 0 1px 0 !default;
|
|
91
|
+
$ribbon-hscroll-nav-border-radius: unset !default;
|
|
92
|
+
$ribbon-menu-border: 1px solid !default;
|
|
93
|
+
$ribbon-menu-border-radius: 4px !default;
|
|
94
|
+
$ribbon-menu-blank-icon-padding: 38px !default;
|
|
95
|
+
$ribbon-launcher-icon-margin: 0 2px 2px 0 !default;
|
|
96
|
+
$ribbon-rtl-launcher-icon-margin: 0 2px 2px 0 !default;
|
|
97
|
+
$ribbon-ddb-popup-font-size: 12px;
|
|
98
|
+
$ribbon-ddb-popup-height: 24px;
|
|
99
|
+
|
|
100
|
+
$ribbon-bigger-content-height: 120px !default;
|
|
101
|
+
$ribbon-bigger-group-overflow-content-height: 120px !default;
|
|
102
|
+
$ribbon-bigger-group-height: 149px !default;
|
|
103
|
+
$ribbon-bigger-file-menu-height: 20px !default;
|
|
104
|
+
$ribbon-bigger-file-menu-padding: 14px 15px !default;
|
|
105
|
+
$ribbon-bigger-file-menu-size: $text-base !default;
|
|
106
|
+
$ribbon-bigger-help-template-padding: 16px !default;
|
|
107
|
+
$ribbon-bigger-help-template-height: 48px !default;
|
|
108
|
+
$ribbon-bigger-toolbar-items-height: 48px !default;
|
|
109
|
+
$ribbon-bigger-horizontal-nav-height: 48px !default;
|
|
110
|
+
$ribbon-bigger-collapse-btn-padding: 5px !default;
|
|
111
|
+
$ribbon-bigger-collapse-btn-height: 14px !default;
|
|
112
|
+
$ribbon-bigger-collapse-btn-font-size: $text-sm !default;
|
|
113
|
+
$ribbon-bigger-collapsible-content-width: 24px !default;
|
|
114
|
+
$ribbon-bigger-overflow-btn-content-width: 40px !default;
|
|
115
|
+
$ribbon-bigger-overflow-btn-font-size: $text-xl !default;
|
|
116
|
+
$ribbon-bigger-overflow-btn-height: 20px !default;
|
|
117
|
+
$ribbon-bigger-overflow-btn-icon-padding: 7px !default;
|
|
118
|
+
$ribbon-bigger-overflow-collapse-btn-right: 28px !default;
|
|
119
|
+
$ribbon-bigger-overall-overflow-btn-height: 36px !default;
|
|
120
|
+
$ribbon-bigger-overall-overflow-btn-position: 2px !default;
|
|
121
|
+
$ribbon-bigger-overflow-wrapper-item-margin: 3px 8px !default;
|
|
122
|
+
$ribbon-bigger-group-header-padding: 12px 11px 1px !default;
|
|
123
|
+
$ribbon-bigger-group-header-height: 12px !default;
|
|
124
|
+
$ribbon-bigger-group-header-font-size: $text-xxs !default;
|
|
125
|
+
$ribbon-bigger-simplified-group-content-height: 40px !default;
|
|
126
|
+
$ribbon-bigger-tab-text-size: $text-base !default;
|
|
127
|
+
$ribbon-bigger-tab-text-padding: 14px 15px !default;
|
|
128
|
+
$ribbon-bigger-tab-text-height: 20px !default;
|
|
129
|
+
$ribbon-bigger-large-items-icon-padding: 8px 3px 4px !default;
|
|
130
|
+
$ribbon-bigger-large-items-icon-size: 36px !default;
|
|
131
|
+
$ribbon-bigger-large-items-btn-padding: 0 3px !default;
|
|
132
|
+
$ribbon-bigger-large-items-btn-size: $text-sm !default;
|
|
133
|
+
$ribbon-bigger-large-items-btn-height: 18px !default;
|
|
134
|
+
$ribbon-bigger-items-padding: 2px !default;
|
|
135
|
+
$ribbon-bigger-items-btn-size: $text-sm !default;
|
|
136
|
+
$ribbon-bigger-items-height: 18px !default;
|
|
137
|
+
$ribbon-bigger-items-icon-height: 20px !default;
|
|
138
|
+
$ribbon-bigger-items-icon-size: $text-xl !default;
|
|
139
|
+
$ribbon-bigger-items-margin: 8px !default;
|
|
140
|
+
$ribbon-bigger-items-checkbox-size: $text-sm !default;
|
|
141
|
+
$ribbon-bigger-items-checkbox-padding: 0 8px !default;
|
|
142
|
+
$ribbon-bigger-input-group-height: 36px !default;
|
|
143
|
+
$ribbon-bigger-input-items-size: $text-sm !default;
|
|
144
|
+
$ribbon-bigger-input-items-height: 18px !default;
|
|
145
|
+
$ribbon-bigger-input-items-btn-size: $text-base !default;
|
|
146
|
+
$ribbon-bigger-input-items-btn-height: 16px !default;
|
|
147
|
+
$ribbon-bigger-input-padding: 9px 0 9px 8px !default;
|
|
148
|
+
$ribbon-bigger-input-icon-padding: 10px 10px 10px 2px !default;
|
|
149
|
+
$ribbon-bigger-input-group-margin: 4px !default;
|
|
150
|
+
$ribbon-bigger-dropdown-btn-padding: 0 6px !default;
|
|
151
|
+
$ribbon-bigger-menu-blank-icon-padding: 50px !default;
|
|
152
|
+
$ribbon-bigger-dropdown-btn-size: $text-xs !default;
|
|
153
|
+
$ribbon-bigger-dropdown-btn-line-height: 12px !default;
|
|
154
|
+
$ribbon-bigger-dropdown-caret-btn-padding: 2px 4px !default;
|
|
155
|
+
$ribbon-bigger-dropdown-caret-btn-size: $text-xs !default;
|
|
156
|
+
$ribbon-bigger-dropdown-caret-btn-height: 12px !default;
|
|
157
|
+
$ribbon-bigger-caret-dropdown-btn-padding: 0 6px !default;
|
|
158
|
+
$ribbon-bigger-color-picker-height: 20px !default;
|
|
159
|
+
$ribbon-bigger-color-picker-width: 20px !default;
|
|
160
|
+
$ribbon-bigger-launcher-icon-margin: 0 2px 2px 0 !default;
|
|
161
|
+
$ribbon-bigger-rtl-launcher-icon-margin: 0 2px 2px 0 !default;
|
|
162
|
+
$ribbon-bigger-ddb-popup-font-size: 14px;
|
|
163
|
+
$ribbon-bigger-ddb-popup-height: 32px;
|
|
164
|
+
|
|
165
|
+
$ribbon-header-bg-color: $content-bg-color-alt2 !default;
|
|
166
|
+
$ribbon-border-color: unset !default;
|
|
167
|
+
$ribbon-group-seperator-color: rgba($border-light) !default;
|
|
168
|
+
$ribbon-group-border-color: rgba($border-light) !default;
|
|
169
|
+
$ribbon-input-group-border-color: rgba($border) !default;
|
|
170
|
+
$ribbon-input-group-background-color: $transparent !default;
|
|
171
|
+
$ribbon-items-icon-color: rgba($icon-color) !default;
|
|
172
|
+
$ribbon-items-background-color: $content-bg-color-alt2 !default;
|
|
173
|
+
$ribbon-items-hover-background-color: $content-bg-color-hover !default;
|
|
174
|
+
$ribbon-items-focus-background-color: $content-bg-color-hover !default;
|
|
175
|
+
$ribbon-items-hover-color: rgba($icon-color) !default;
|
|
176
|
+
$ribbon-items-active-color: rgba($icon-color) !default;
|
|
177
|
+
$ribbon-items-focus-color: rgba($icon-color) !default;
|
|
178
|
+
$ribbon-items-active-background-color: $content-bg-color-hover !default;
|
|
179
|
+
$ribbon-items-hover-border-color: unset !default;
|
|
180
|
+
$ribbon-items-focus-border-color: unset !default;
|
|
181
|
+
$ribbon-items-disabled-color: $content-bg-color-alt6 !default;
|
|
182
|
+
$ribbon-collapse-btn-background: $content-bg-color-alt2 !default;
|
|
183
|
+
$ribbon-text-color: rgba($content-text-color) !default;
|
|
184
|
+
$ribbon-tab-text-focus-color: rgba($primary) !default;
|
|
185
|
+
$ribbon-tab-text-hover-color: rgba($primary) !default;
|
|
186
|
+
$ribbon-active-tab-color: rgba($primary) !default;
|
|
187
|
+
$ribbon-active-tab-indicator-color: rgba($primary) !default;
|
|
188
|
+
$ribbon-active-file-menu-color: rgba($surface) !default;
|
|
189
|
+
$ribbon-active-file-menu-background: rgba($primary) !default;
|
|
190
|
+
$ribbon-menu-border-color: rgba($border-light) !default;
|
|
191
|
+
$ribbon-menu-hover-background-color: $content-bg-color-alt2 !default;
|
|
192
|
+
$ribbon-menu-items-color: rgba($content-text-color) !default;
|
|
193
|
+
$ribbon-menu-items-icon-color: rgba($icon-color) !default;
|
|
194
|
+
$ribbon-menu-background-color: rgba($surface) !default;
|
|
195
|
+
$ribbon-menu-items-background-color: rgba($surface) !default;
|
|
196
|
+
$ribbon-hscroll-border-color: rgba($border) !default;
|
|
197
|
+
$ribbon-hscroll-color: rgba($icon-color) !default;
|
|
198
|
+
$ribbon-hscroll-background-color: rgba($surface) !default;
|
|
199
|
+
$ribbon-hscroll-hover-border-color: rgba($border) !default;
|
|
200
|
+
$ribbon-hscroll-hover-background-color: rgba($surface) !default;
|
|
201
|
+
$ribbon-hscroll-hover-color: rgba($icon-color) !default;
|
|
202
|
+
$ribbon-hscroll-active-border-color: rgba($border) !default;
|
|
203
|
+
$ribbon-hscroll-active-background-color: rgba($surface) !default;
|
|
204
|
+
$ribbon-hscroll-active-color: rgba($icon-color) !default;
|
|
205
|
+
$ribbon-hscroll-focus-border-color: rgba($border) !default;
|
|
206
|
+
$ribbon-hscroll-focus-background-color: rgba($surface) !default;
|
|
207
|
+
$ribbon-hscroll-focus-color: rgba($icon-color) !default;
|
|
208
|
+
$ribbon-tooltip-background-color: rgba($tooltip-bg-color) !default;
|
|
209
|
+
$ribbon-tooltip-text-color: rgba($tooltip-text-color) !default;
|
|
210
|
+
$ribbon-overflow-box-shadow: $shadow-md !default;
|
|
@@ -94,6 +94,8 @@ $ribbon-menu-border-radius: 2px !default;
|
|
|
94
94
|
$ribbon-menu-blank-icon-padding: 38px !default;
|
|
95
95
|
$ribbon-launcher-icon-margin: 0 8px 4px 0 !default;
|
|
96
96
|
$ribbon-rtl-launcher-icon-margin: 0 0 4px 8px !default;
|
|
97
|
+
$ribbon-ddb-popup-font-size: 12px;
|
|
98
|
+
$ribbon-ddb-popup-height: 24px;
|
|
97
99
|
|
|
98
100
|
$ribbon-bigger-content-height: 114px !default;
|
|
99
101
|
$ribbon-bigger-group-overflow-content-height: 114px !default;
|
|
@@ -157,6 +159,8 @@ $ribbon-bigger-color-picker-height: 20px !default;
|
|
|
157
159
|
$ribbon-bigger-color-picker-width: 20px !default;
|
|
158
160
|
$ribbon-bigger-launcher-icon-margin: 0 8px 4px 0 !default;
|
|
159
161
|
$ribbon-bigger-rtl-launcher-icon-margin: 0 0 4px 8px !default;
|
|
162
|
+
$ribbon-bigger-ddb-popup-font-size: 14px;
|
|
163
|
+
$ribbon-bigger-ddb-popup-height: 32px;
|
|
160
164
|
|
|
161
165
|
$ribbon-header-bg-color: $content-bg-color-alt2 !default;
|
|
162
166
|
$ribbon-border-color: unset !default;
|
|
@@ -130,9 +130,6 @@
|
|
|
130
130
|
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll-content > .e-item:not(.e-active) {
|
|
131
131
|
display: none;
|
|
132
132
|
}
|
|
133
|
-
.e-ribbon.e-rbn .e-ribbon-tab .e-item {
|
|
134
|
-
width: fit-content;
|
|
135
|
-
}
|
|
136
133
|
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu {
|
|
137
134
|
position: absolute;
|
|
138
135
|
line-height: 22px;
|
|
@@ -141,6 +138,7 @@
|
|
|
141
138
|
border-width: unset;
|
|
142
139
|
font-size: 14px;
|
|
143
140
|
font-weight: 400;
|
|
141
|
+
box-shadow: none;
|
|
144
142
|
}
|
|
145
143
|
.e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu.e-active {
|
|
146
144
|
border-radius: unset;
|
|
@@ -216,6 +214,9 @@
|
|
|
216
214
|
height: auto;
|
|
217
215
|
min-height: auto;
|
|
218
216
|
}
|
|
217
|
+
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
218
|
+
box-shadow: none;
|
|
219
|
+
}
|
|
219
220
|
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
|
|
220
221
|
padding: 0;
|
|
221
222
|
}
|
|
@@ -225,9 +226,10 @@
|
|
|
225
226
|
min-width: auto;
|
|
226
227
|
width: auto;
|
|
227
228
|
border-style: solid;
|
|
229
|
+
transform: none;
|
|
228
230
|
border-width: 1px;
|
|
229
231
|
border-radius: 2px;
|
|
230
|
-
z-index:
|
|
232
|
+
z-index: 3;
|
|
231
233
|
}
|
|
232
234
|
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav.e-overlay {
|
|
233
235
|
display: none;
|
|
@@ -235,6 +237,7 @@
|
|
|
235
237
|
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
|
|
236
238
|
font-size: 16px;
|
|
237
239
|
height: auto;
|
|
240
|
+
transform: none;
|
|
238
241
|
line-height: 16px;
|
|
239
242
|
padding: 0 4px;
|
|
240
243
|
width: auto;
|
|
@@ -273,6 +276,7 @@
|
|
|
273
276
|
border: none;
|
|
274
277
|
height: 32px;
|
|
275
278
|
margin: auto;
|
|
279
|
+
box-shadow: none;
|
|
276
280
|
}
|
|
277
281
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn .e-btn-icon,
|
|
278
282
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn .e-btn-icon {
|
|
@@ -303,6 +307,9 @@
|
|
|
303
307
|
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-tab .e-hscroll-bar {
|
|
304
308
|
overflow-y: hidden;
|
|
305
309
|
}
|
|
310
|
+
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-input-group {
|
|
311
|
+
margin-bottom: 0;
|
|
312
|
+
}
|
|
306
313
|
.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group {
|
|
307
314
|
padding-top: 2px;
|
|
308
315
|
height: auto;
|
|
@@ -352,6 +359,9 @@
|
|
|
352
359
|
.e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
|
|
353
360
|
left: var(--fileMenuWidth);
|
|
354
361
|
}
|
|
362
|
+
.e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
363
|
+
padding-right: 30px;
|
|
364
|
+
}
|
|
355
365
|
.e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
|
|
356
366
|
.e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
|
|
357
367
|
.e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
|
|
@@ -363,6 +373,9 @@
|
|
|
363
373
|
.e-ribbon.e-rbn.e-rtl .e-tab-header {
|
|
364
374
|
right: var(--fileMenuWidth);
|
|
365
375
|
}
|
|
376
|
+
.e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
377
|
+
padding-left: 30px;
|
|
378
|
+
}
|
|
366
379
|
|
|
367
380
|
.e-ribbon.e-rbn,
|
|
368
381
|
.e-ribbon-group-overflow-ddb {
|
|
@@ -403,6 +416,8 @@
|
|
|
403
416
|
.e-ribbon.e-rbn .e-input-group.e-control-wrapper .e-clear-icon,
|
|
404
417
|
.e-ribbon-group-overflow-ddb .e-input-group.e-control-wrapper .e-clear-icon {
|
|
405
418
|
min-width: auto;
|
|
419
|
+
min-height: auto;
|
|
420
|
+
border-radius: unset;
|
|
406
421
|
}
|
|
407
422
|
.e-ribbon.e-rbn .e-input-group .e-clear-icon,
|
|
408
423
|
.e-ribbon-group-overflow-ddb .e-input-group .e-clear-icon {
|
|
@@ -486,6 +501,7 @@
|
|
|
486
501
|
font-weight: 400;
|
|
487
502
|
font-size: 12px;
|
|
488
503
|
text-transform: none;
|
|
504
|
+
box-shadow: none;
|
|
489
505
|
}
|
|
490
506
|
.e-ribbon.e-rbn .e-ribbon-group-overflow .e-btn:focus,
|
|
491
507
|
.e-ribbon.e-rbn .e-ribbon-item .e-btn:focus,
|
|
@@ -584,6 +600,7 @@
|
|
|
584
600
|
.e-ribbon.e-rbn .e-ribbon-item .e-colorpicker-wrapper,
|
|
585
601
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-colorpicker-wrapper {
|
|
586
602
|
border: 1px solid transparent;
|
|
603
|
+
border-radius: 2px;
|
|
587
604
|
}
|
|
588
605
|
.e-ribbon.e-rbn .e-ribbon-item .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
|
|
589
606
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
@@ -593,6 +610,7 @@
|
|
|
593
610
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper {
|
|
594
611
|
border: 1px solid transparent;
|
|
595
612
|
border-radius: 2px;
|
|
613
|
+
box-shadow: none;
|
|
596
614
|
}
|
|
597
615
|
.e-ribbon.e-rbn .e-ribbon-item .e-split-btn-wrapper .e-btn,
|
|
598
616
|
.e-ribbon-group-overflow-ddb .e-ribbon-item .e-split-btn-wrapper .e-btn {
|
|
@@ -702,7 +720,8 @@
|
|
|
702
720
|
.e-ribbon-group-overflow-ddb .e-ribbon-of-tab:not(.e-ribbon-active) {
|
|
703
721
|
display: none;
|
|
704
722
|
}
|
|
705
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group
|
|
723
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group,
|
|
724
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item .e-ribbon-template {
|
|
706
725
|
margin: 2px 8px;
|
|
707
726
|
}
|
|
708
727
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -716,6 +735,7 @@
|
|
|
716
735
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item > .e-split-btn-wrapper .e-btn,
|
|
717
736
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item > .e-btn {
|
|
718
737
|
line-height: 22px;
|
|
738
|
+
overflow: hidden;
|
|
719
739
|
}
|
|
720
740
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item > .e-split-btn-wrapper {
|
|
721
741
|
width: inherit;
|
|
@@ -726,22 +746,24 @@
|
|
|
726
746
|
-ms-flex-pack: start;
|
|
727
747
|
justify-content: flex-start;
|
|
728
748
|
}
|
|
729
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item > .e-split-btn-wrapper .e-icons.e-caret,
|
|
730
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item > .e-dropdown-btn .e-icons.e-caret {
|
|
731
|
-
transform: rotate(-90deg);
|
|
732
|
-
margin-left: auto;
|
|
733
|
-
}
|
|
734
749
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-overflow-header {
|
|
735
750
|
padding: 2px 8px;
|
|
736
751
|
font-weight: 400;
|
|
737
752
|
line-height: 22px;
|
|
738
753
|
}
|
|
739
754
|
|
|
755
|
+
.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
|
|
756
|
+
.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret {
|
|
757
|
+
transform: rotate(-90deg);
|
|
758
|
+
padding: 8px;
|
|
759
|
+
margin: 0 0 0 auto;
|
|
760
|
+
}
|
|
761
|
+
|
|
740
762
|
.e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
|
|
741
763
|
.e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret {
|
|
742
764
|
transform: rotate(90deg);
|
|
743
|
-
|
|
744
|
-
margin
|
|
765
|
+
padding: 8px;
|
|
766
|
+
margin: 0 auto 0 0;
|
|
745
767
|
}
|
|
746
768
|
|
|
747
769
|
.e-ribbon-menu {
|
|
@@ -761,6 +783,17 @@
|
|
|
761
783
|
padding-left: 37px !important; /* stylelint-disable-line declaration-no-important */
|
|
762
784
|
}
|
|
763
785
|
|
|
786
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
787
|
+
font-size: 14px;
|
|
788
|
+
height: 26px;
|
|
789
|
+
-ms-flex-align: center;
|
|
790
|
+
align-items: center;
|
|
791
|
+
}
|
|
792
|
+
.e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
793
|
+
font-size: 16px;
|
|
794
|
+
line-height: 16px;
|
|
795
|
+
}
|
|
796
|
+
|
|
764
797
|
.e-ribbon-tooltip .e-tip-content {
|
|
765
798
|
padding: 4px;
|
|
766
799
|
}
|
|
@@ -799,6 +832,10 @@
|
|
|
799
832
|
padding-right: 16px;
|
|
800
833
|
height: 50px;
|
|
801
834
|
}
|
|
835
|
+
.e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll,
|
|
836
|
+
.e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
|
|
837
|
+
min-height: auto;
|
|
838
|
+
}
|
|
802
839
|
.e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav,
|
|
803
840
|
.e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav {
|
|
804
841
|
height: 50px;
|
|
@@ -890,6 +927,12 @@
|
|
|
890
927
|
.e-bigger.e-ribbon-group-overflow-ddb.e-ribbon-simplified-mode .e-ribbon-group {
|
|
891
928
|
height: auto;
|
|
892
929
|
}
|
|
930
|
+
.e-bigger.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-input-group,
|
|
931
|
+
.e-bigger .e-ribbon.e-rbn.e-ribbon-simplified-mode .e-input-group,
|
|
932
|
+
.e-bigger .e-ribbon-group-overflow-ddb.e-ribbon-simplified-mode .e-input-group,
|
|
933
|
+
.e-bigger.e-ribbon-group-overflow-ddb.e-ribbon-simplified-mode .e-input-group {
|
|
934
|
+
margin-bottom: 0;
|
|
935
|
+
}
|
|
893
936
|
.e-bigger.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group-content,
|
|
894
937
|
.e-bigger .e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group-content,
|
|
895
938
|
.e-bigger .e-ribbon-group-overflow-ddb.e-ribbon-simplified-mode .e-ribbon-group-content,
|
|
@@ -1104,7 +1147,9 @@
|
|
|
1104
1147
|
}
|
|
1105
1148
|
|
|
1106
1149
|
.e-bigger .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group,
|
|
1107
|
-
.e-bigger.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item
|
|
1150
|
+
.e-bigger .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item .e-ribbon-template,
|
|
1151
|
+
.e-bigger.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group,
|
|
1152
|
+
.e-bigger.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item .e-ribbon-template {
|
|
1108
1153
|
margin: 2px 10px;
|
|
1109
1154
|
}
|
|
1110
1155
|
.e-bigger .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-checkbox-wrapper,
|
|
@@ -1112,6 +1157,27 @@
|
|
|
1112
1157
|
margin: 10px;
|
|
1113
1158
|
padding: 0;
|
|
1114
1159
|
}
|
|
1160
|
+
.e-bigger .e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
|
|
1161
|
+
.e-bigger .e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret,
|
|
1162
|
+
.e-bigger.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
|
|
1163
|
+
.e-bigger.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret {
|
|
1164
|
+
padding: 10px;
|
|
1165
|
+
}
|
|
1166
|
+
.e-bigger .e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
|
|
1167
|
+
.e-bigger .e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret,
|
|
1168
|
+
.e-bigger.e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
|
|
1169
|
+
.e-bigger.e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret {
|
|
1170
|
+
padding: 10px;
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item {
|
|
1174
|
+
font-size: 14px;
|
|
1175
|
+
height: 32px;
|
|
1176
|
+
}
|
|
1177
|
+
.e-bigger .e-ribbon-control.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
1178
|
+
font-size: 20px;
|
|
1179
|
+
line-height: 20px;
|
|
1180
|
+
}
|
|
1115
1181
|
|
|
1116
1182
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|
|
1117
1183
|
.e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
|