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