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