Update OOjs UI to v0.18.1
[lhc/web/wiklou.git] / resources / lib / oojs-ui / oojs-ui-toolbars-apex.css
1 /*!
2 * OOjs UI v0.18.1
3 * https://www.mediawiki.org/wiki/OOjs_UI
4 *
5 * Copyright 2011–2016 OOjs UI Team and other contributors.
6 * Released under the MIT license
7 * http://oojs.mit-license.org
8 *
9 * Date: 2016-11-29T22:57:42Z
10 */
11 .oo-ui-popupTool .oo-ui-popupWidget-popup,
12 .oo-ui-popupTool .oo-ui-popupWidget-anchor {
13 z-index: 4;
14 }
15 .oo-ui-popupTool .oo-ui-popupWidget {
16 /* @noflip */
17 margin-left: 1.25em;
18 }
19 .oo-ui-toolGroupTool > .oo-ui-popupToolGroup {
20 border: 0;
21 border-radius: 0;
22 margin: 0;
23 }
24 .oo-ui-toolGroupTool:first-child > .oo-ui-popupToolGroup {
25 border-top-left-radius: 0.3125em;
26 border-bottom-left-radius: 0.3125em;
27 }
28 .oo-ui-toolGroupTool:last-child > .oo-ui-popupToolGroup {
29 border-top-right-radius: 0.3125em;
30 border-bottom-right-radius: 0.3125em;
31 }
32 .oo-ui-toolGroupTool > .oo-ui-popupToolGroup > .oo-ui-popupToolGroup-handle {
33 height: 1.875em;
34 padding: 0.3125em;
35 }
36 .oo-ui-toolGroupTool > .oo-ui-popupToolGroup > .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
37 height: 1.875em;
38 width: 1.875em;
39 }
40 .oo-ui-toolGroupTool > .oo-ui-popupToolGroup.oo-ui-labelElement > .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
41 line-height: 2.1em;
42 }
43 .oo-ui-toolGroup {
44 display: inline-block;
45 vertical-align: middle;
46 margin: 0.375em;
47 border-radius: 0.3125em;
48 border: 1px solid transparent;
49 -webkit-transition: border-color 250ms ease;
50 -moz-transition: border-color 250ms ease;
51 transition: border-color 250ms ease;
52 }
53 .oo-ui-toolGroup-empty {
54 display: none;
55 }
56 .oo-ui-toolGroup .oo-ui-tool-link {
57 text-decoration: none;
58 cursor: pointer;
59 }
60 .oo-ui-toolGroup.oo-ui-widget-disabled .oo-ui-tool-link,
61 .oo-ui-toolGroup .oo-ui-widget-disabled > .oo-ui-tool-link {
62 outline: 0;
63 cursor: default;
64 }
65 .oo-ui-toolbar-narrow .oo-ui-toolGroup + .oo-ui-toolGroup {
66 margin-left: 0;
67 }
68 .oo-ui-toolGroup.oo-ui-widget-enabled:hover {
69 border-color: rgba(0, 0, 0, 0.1);
70 }
71 .oo-ui-toolGroup.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
72 color: #000;
73 }
74 .oo-ui-barToolGroup > .oo-ui-iconElement-icon,
75 .oo-ui-barToolGroup > .oo-ui-labelElement-label {
76 display: none;
77 }
78 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool {
79 display: inline-block;
80 position: relative;
81 vertical-align: top;
82 }
83 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link {
84 display: block;
85 }
86 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-accel {
87 display: none;
88 }
89 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-iconElement-icon {
90 display: inline-block;
91 vertical-align: top;
92 }
93 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-tool-title {
94 display: none;
95 }
96 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement.oo-ui-tool-with-label > .oo-ui-tool-link .oo-ui-tool-title {
97 display: inline;
98 }
99 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool {
100 margin: -1px 0 -1px -1px;
101 border: 1px solid transparent;
102 }
103 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool:first-child {
104 border-top-left-radius: 0.3125em;
105 border-bottom-left-radius: 0.3125em;
106 }
107 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool:last-child {
108 margin-right: -1px;
109 border-top-right-radius: 0.3125em;
110 border-bottom-right-radius: 0.3125em;
111 }
112 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link {
113 height: 1.875em;
114 padding: 0.3125em;
115 }
116 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-iconElement-icon {
117 height: 1.875em;
118 width: 1.875em;
119 }
120 .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-title {
121 line-height: 2.1em;
122 }
123 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover {
124 border-color: rgba(0, 0, 0, 0.2);
125 }
126 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-tool-active.oo-ui-widget-enabled {
127 border-color: rgba(0, 0, 0, 0.2);
128 box-shadow: inset 0 0.0875em 0.0875em 0 rgba(0, 0, 0, 0.07);
129 background-color: #f8fbfd;
130 background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #F1F7FB), color-stop(100%, #fff));
131 background-image: -webkit-linear-gradient(top, #F1F7FB 0, #fff 100%);
132 background-image: -moz-linear-gradient(top, #F1F7FB 0, #fff 100%);
133 background-image: linear-gradient(to bottom, #F1F7FB 0, #fff 100%);
134 -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1f7fb', endColorstr='#ffffffff' )";
135 }
136 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-tool-active.oo-ui-widget-enabled + .oo-ui-tool-active.oo-ui-widget-enabled {
137 border-left-color: rgba(0, 0, 0, 0.1);
138 }
139 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link:focus {
140 outline: 0;
141 }
142 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link .oo-ui-tool-title {
143 color: #ccc;
144 }
145 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link .oo-ui-iconElement-icon {
146 opacity: 0.2;
147 }
148 .oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover > .oo-ui-tool-link .oo-ui-iconElement-icon {
149 opacity: 1;
150 }
151 .oo-ui-barToolGroup.oo-ui-widget-disabled > .oo-ui-toolGroup-tools > .oo-ui-tool:focus {
152 outline: 0;
153 }
154 .oo-ui-barToolGroup.oo-ui-widget-disabled > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link:focus {
155 outline: 0;
156 }
157 .oo-ui-barToolGroup.oo-ui-widget-disabled > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-title {
158 color: #ccc;
159 }
160 .oo-ui-barToolGroup.oo-ui-widget-disabled > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-iconElement-icon {
161 opacity: 0.2;
162 }
163 .oo-ui-popupToolGroup {
164 position: relative;
165 height: 2.5em;
166 min-width: 2.5em;
167 }
168 .oo-ui-popupToolGroup-handle {
169 display: block;
170 cursor: pointer;
171 }
172 .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator,
173 .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
174 position: absolute;
175 }
176 .oo-ui-popupToolGroup.oo-ui-widget-disabled .oo-ui-popupToolGroup-handle {
177 outline: 0;
178 cursor: default;
179 }
180 .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
181 display: none;
182 position: absolute;
183 z-index: 4;
184 }
185 .oo-ui-popupToolGroup-active.oo-ui-widget-enabled > .oo-ui-toolGroup-tools {
186 display: block;
187 }
188 .oo-ui-popupToolGroup-left > .oo-ui-toolGroup-tools {
189 left: 0;
190 }
191 .oo-ui-popupToolGroup-right > .oo-ui-toolGroup-tools {
192 right: 0;
193 }
194 .oo-ui-popupToolGroup .oo-ui-tool-link {
195 display: table;
196 width: 100%;
197 vertical-align: middle;
198 white-space: nowrap;
199 }
200 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-iconElement-icon,
201 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel,
202 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
203 display: table-cell;
204 vertical-align: middle;
205 }
206 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel {
207 text-align: right;
208 }
209 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel:not( :empty ) {
210 padding-left: 3em;
211 }
212 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup {
213 min-width: 1.875em;
214 }
215 .oo-ui-popupToolGroup.oo-ui-iconElement {
216 min-width: 3.125em;
217 }
218 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-iconElement {
219 min-width: 2.5em;
220 }
221 .oo-ui-popupToolGroup.oo-ui-indicatorElement.oo-ui-iconElement {
222 min-width: 4.375em;
223 }
224 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-indicatorElement.oo-ui-iconElement {
225 min-width: 3.75em;
226 }
227 .oo-ui-popupToolGroup.oo-ui-labelElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
228 line-height: 2.6em;
229 margin: 0 1em;
230 }
231 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
232 margin: 0 0.5em;
233 }
234 .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-iconElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
235 margin-left: 3em;
236 }
237 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-iconElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
238 margin-left: 2.5em;
239 }
240 .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
241 margin-right: 2.25em;
242 }
243 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
244 margin-right: 1.75em;
245 }
246 .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
247 width: 0.9375em;
248 height: 0.9375em;
249 margin: 0.78125em;
250 top: 0;
251 right: 0;
252 }
253 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
254 right: -0.3125em;
255 }
256 .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
257 width: 1.875em;
258 height: 1.875em;
259 margin: 0.3125em;
260 top: 0;
261 left: 0.3125em;
262 }
263 .oo-ui-toolbar-narrow .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
264 left: 0;
265 }
266 .oo-ui-popupToolGroup-header {
267 line-height: 2.6em;
268 margin: 0 0.6em;
269 font-weight: bold;
270 }
271 .oo-ui-popupToolGroup-active.oo-ui-widget-enabled {
272 border-bottom-left-radius: 0;
273 border-bottom-right-radius: 0;
274 box-shadow: inset 0 0.0875em 0.0875em 0 rgba(0, 0, 0, 0.07);
275 background-color: #f8fbfd;
276 background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #F1F7FB), color-stop(100%, #fff));
277 background-image: -webkit-linear-gradient(top, #F1F7FB 0, #fff 100%);
278 background-image: -moz-linear-gradient(top, #F1F7FB 0, #fff 100%);
279 background-image: linear-gradient(to bottom, #F1F7FB 0, #fff 100%);
280 -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1f7fb', endColorstr='#ffffffff' )";
281 }
282 .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
283 top: 2.5em;
284 margin: 0 -1px;
285 border: 1px solid #ccc;
286 background-color: #fff;
287 box-shadow: 0 0.3125em 1.25em rgba(0, 0, 0, 0.25);
288 }
289 .oo-ui-popupToolGroup .oo-ui-tool-link {
290 padding: 0.3125em 0 0.3125em 0.3125em;
291 }
292 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-iconElement-icon {
293 height: 1.875em;
294 width: 1.875em;
295 min-width: 1.875em;
296 }
297 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
298 padding-left: 0.5em;
299 }
300 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel,
301 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
302 line-height: 2em;
303 }
304 .oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel {
305 color: #888;
306 }
307 .oo-ui-listToolGroup .oo-ui-tool {
308 display: block;
309 -webkit-box-sizing: border-box;
310 -moz-box-sizing: border-box;
311 box-sizing: border-box;
312 }
313 .oo-ui-listToolGroup .oo-ui-toolGroup-tools {
314 padding: 0.3125em;
315 }
316 .oo-ui-listToolGroup.oo-ui-popupToolGroup-active {
317 border-color: rgba(0, 0, 0, 0.2);
318 }
319 .oo-ui-listToolGroup .oo-ui-tool {
320 border: 1px solid transparent;
321 margin: -1px 0;
322 padding: 0 0.625em 0 0;
323 }
324 .oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled {
325 border-color: rgba(0, 0, 0, 0.1);
326 box-shadow: inset 0 0.0875em 0.0875em 0 rgba(0, 0, 0, 0.07);
327 background-color: #f8fbfd;
328 background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #F1F7FB), color-stop(100%, #fff));
329 background-image: -webkit-linear-gradient(top, #F1F7FB 0, #fff 100%);
330 background-image: -moz-linear-gradient(top, #F1F7FB 0, #fff 100%);
331 background-image: linear-gradient(to bottom, #F1F7FB 0, #fff 100%);
332 -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1f7fb', endColorstr='#ffffffff' )";
333 }
334 .oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled + .oo-ui-tool-active.oo-ui-widget-enabled {
335 border-top-color: rgba(0, 0, 0, 0.1);
336 }
337 .oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled:hover {
338 border-color: rgba(0, 0, 0, 0.2);
339 }
340 .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover {
341 border-color: rgba(0, 0, 0, 0.2);
342 }
343 .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover .oo-ui-tool-link .oo-ui-iconElement-icon {
344 opacity: 1;
345 }
346 .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-tool-title {
347 color: #ccc;
348 }
349 .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-tool-accel {
350 color: #ddd;
351 }
352 .oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-iconElement-icon {
353 opacity: 0.2;
354 }
355 .oo-ui-listToolGroup.oo-ui-widget-disabled {
356 color: #ccc;
357 }
358 .oo-ui-listToolGroup.oo-ui-widget-disabled .oo-ui-indicatorElement-indicator,
359 .oo-ui-listToolGroup.oo-ui-widget-disabled .oo-ui-iconElement-icon {
360 opacity: 0.2;
361 }
362 .oo-ui-menuToolGroup {
363 border-color: rgba(0, 0, 0, 0.1);
364 }
365 .oo-ui-menuToolGroup .oo-ui-tool {
366 display: block;
367 }
368 .oo-ui-menuToolGroup .oo-ui-popupToolGroup-handle {
369 min-width: 10em;
370 }
371 .oo-ui-toolbar-narrow .oo-ui-menuToolGroup .oo-ui-popupToolGroup-handle {
372 min-width: 8.125em;
373 }
374 .oo-ui-menuToolGroup .oo-ui-toolGroup-tools {
375 padding: 0.3125em 0 0.3125em 0;
376 }
377 .oo-ui-menuToolGroup.oo-ui-widget-enabled:hover {
378 border-color: rgba(0, 0, 0, 0.2);
379 }
380 .oo-ui-menuToolGroup.oo-ui-popupToolGroup-active {
381 border-color: rgba(0, 0, 0, 0.25);
382 }
383 .oo-ui-menuToolGroup .oo-ui-tool {
384 padding: 0 1.25em 0 0.3125em;
385 }
386 .oo-ui-menuToolGroup .oo-ui-tool-link .oo-ui-iconElement-icon {
387 background-image: none;
388 }
389 .oo-ui-menuToolGroup .oo-ui-tool-active .oo-ui-tool-link .oo-ui-iconElement-icon {
390 background-image: url('themes/apex/images/icons/check.png');
391 background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/apex/images/icons/check.svg');
392 background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/apex/images/icons/check.svg');
393 background-image: -o-linear-gradient(transparent, transparent), url('themes/apex/images/icons/check.png');
394 background-size: contain;
395 background-position: center center;
396 background-repeat: no-repeat;
397 }
398 .oo-ui-menuToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover {
399 background-color: #e1f3ff;
400 }
401 .oo-ui-menuToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-tool-title {
402 color: #ccc;
403 }
404 .oo-ui-menuToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-iconElement-icon {
405 opacity: 0.2;
406 }
407 .oo-ui-menuToolGroup.oo-ui-widget-disabled {
408 color: #ccc;
409 border-color: rgba(0, 0, 0, 0.05);
410 }
411 .oo-ui-menuToolGroup.oo-ui-widget-disabled .oo-ui-indicatorElement-indicator,
412 .oo-ui-menuToolGroup.oo-ui-widget-disabled .oo-ui-iconElement-icon {
413 opacity: 0.2;
414 }
415 .oo-ui-toolbar {
416 clear: both;
417 }
418 .oo-ui-toolbar-bar {
419 line-height: 1;
420 position: relative;
421 }
422 .oo-ui-toolbar-tools,
423 .oo-ui-toolbar-actions,
424 .oo-ui-toolbar-shadow {
425 -webkit-touch-callout: none;
426 -webkit-user-select: none;
427 -moz-user-select: none;
428 -ms-user-select: none;
429 user-select: none;
430 }
431 .oo-ui-toolbar-tools {
432 display: inline;
433 white-space: nowrap;
434 }
435 .oo-ui-toolbar-narrow .oo-ui-toolbar-tools {
436 white-space: normal;
437 }
438 .oo-ui-toolbar-tools .oo-ui-tool {
439 white-space: normal;
440 }
441 .oo-ui-toolbar-actions {
442 float: right;
443 }
444 .oo-ui-toolbar-actions .oo-ui-toolbar {
445 display: inline-block;
446 }
447 .oo-ui-toolbar-actions .oo-ui-popupWidget {
448 -webkit-touch-callout: default;
449 -webkit-user-select: all;
450 -moz-user-select: all;
451 -ms-user-select: all;
452 user-select: all;
453 }
454 .oo-ui-toolbar-shadow {
455 background-position: left top;
456 background-repeat: repeat-x;
457 position: absolute;
458 width: 100%;
459 pointer-events: none;
460 }
461 .oo-ui-toolbar-bar {
462 border-bottom: 1px solid #ccc;
463 background-color: #f8fbfd;
464 background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #fff), color-stop(100%, #F1F7FB));
465 background-image: -webkit-linear-gradient(top, #fff 0, #F1F7FB 100%);
466 background-image: -moz-linear-gradient(top, #fff 0, #F1F7FB 100%);
467 background-image: linear-gradient(to bottom, #fff 0, #F1F7FB 100%);
468 -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#fff1f7fb' )";
469 }
470 .oo-ui-toolbar-bar .oo-ui-toolbar-bar {
471 border: 0;
472 background: none;
473 }
474 .oo-ui-toolbar-actions > .oo-ui-buttonElement-framed,
475 .oo-ui-toolbar-actions > .oo-ui-buttonElement-framed:last-child {
476 margin-top: 0.4em;
477 margin-bottom: 0.4em;
478 margin-right: 0.5em;
479 }
480 .oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless.oo-ui-labelElement,
481 .oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless:last-child.oo-ui-labelElement {
482 margin: 0;
483 }
484 .oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless.oo-ui-labelElement > .oo-ui-buttonElement-button,
485 .oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless:last-child.oo-ui-labelElement > .oo-ui-buttonElement-button {
486 margin: 0;
487 padding: 0 0.3125em;
488 }
489 .oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label,
490 .oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless:last-child.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
491 margin: 0 1em;
492 line-height: 3.40625em;
493 }
494 .oo-ui-toolbar-shadow {
495 background-image: /* @embed */ url(themes/apex/images/toolbar-shadow.png);
496 bottom: -9px;
497 height: 9px;
498 opacity: 0.5;
499 -webkit-transition: opacity 500ms ease;
500 -moz-transition: opacity 500ms ease;
501 transition: opacity 500ms ease;
502 }