a few devtools fixes, bump maxversion to allow current nightly
[themes.git] / LCARStrek / browser / devtools / widgets.css
1 /* vim:set ts=2 sw=2 sts=2 et: */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3  * License, v. 2.0. If a copy of the MPL was not distributed with this
4  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5
6 /* Generic pane helpers */
7
8 .generic-toggled-side-pane {
9   min-width: 50px;
10   -moz-margin-start: 0px !important;
11   /* Unfortunately, transitions don't work properly with locale-aware properties,
12      so both the left and right margins are set via js, while the start margin
13      is always overridden here. */
14 }
15
16 .generic-toggled-side-pane[animated] {
17   transition: margin 0.25s ease-in-out;
18 }
19
20 /* BreacrumbsWidget */
21
22 .breadcrumbs-widget-container {
23   -moz-margin-end: 3px;
24   /* A fake 1px-shadow is included in the border-images of the
25      breadcrumbs-widget-items, to match toolbar-buttons style.
26      This negative margin compensates the extra row of pixels created
27      by the shadow.*/
28 /*  margin: -1px 0;*/
29 }
30
31 /* Preloading hack, LTR */
32
33 .breadcrumbs-widget-container:-moz-locale-dir(ltr)::after {
34   content: '';
35   display: block;
36   background-image:
37     url("breadcrumbs/ltr-start.png"),
38     url("breadcrumbs/ltr-start-selected.png"),
39     url("breadcrumbs/ltr-start-pressed.png"),
40     url("breadcrumbs/ltr-start-selected-pressed.png"),
41     url("breadcrumbs/ltr-middle.png"),
42     url("breadcrumbs/ltr-middle-selected.png"),
43     url("breadcrumbs/ltr-middle-pressed.png"),
44     url("breadcrumbs/ltr-middle-selected-pressed.png"),
45     url("breadcrumbs/ltr-end.png"),
46     url("breadcrumbs/ltr-end-selected.png"),
47     url("breadcrumbs/ltr-end-pressed.png"),
48     url("breadcrumbs/ltr-end-selected-pressed.png");
49 }
50
51 /* Preloading hack, RTL */
52
53 .breadcrumbs-widget-container:-moz-locale-dir(rtl)::after {
54   content: '';
55   display: block;
56   background-image:
57     url("breadcrumbs/rtl-start.png"),
58     url("breadcrumbs/rtl-start-selected.png"),
59     url("breadcrumbs/rtl-start-pressed.png"),
60     url("breadcrumbs/rtl-start-selected-pressed.png"),
61     url("breadcrumbs/rtl-middle.png"),
62     url("breadcrumbs/rtl-middle-selected.png"),
63     url("breadcrumbs/rtl-middle-pressed.png"),
64     url("breadcrumbs/rtl-middle-selected-pressed.png"),
65     url("breadcrumbs/rtl-end.png"),
66     url("breadcrumbs/rtl-end-selected.png"),
67     url("breadcrumbs/rtl-end-pressed.png"),
68     url("breadcrumbs/rtl-end-selected-pressed.png");
69 }
70
71 .scrollbutton-up,
72 .scrollbutton-down {
73   min-height: 25px;
74   margin-top: 0;
75   margin-bottom: 0;
76 }
77
78 .scrollbutton-up {
79   -moz-margin-end: 1px;
80 }
81
82 .scrollbutton-down {
83   -moz-margin-end: 0;
84 }
85
86 .scrollbutton-up:not([disabled]):active:hover,
87 .scrollbutton-down:not([disabled]):active:hover {
88 }
89
90 .scrollbutton-up > .toolbarbutton-icon,
91 .scrollbutton-down > .toolbarbutton-icon {
92   /* margin: 0 5px; */
93 }
94
95 .scrollbutton-up:not([disabled]):active:hover > .toolbarbutton-icon,
96 .scrollbutton-down:not([disabled]):active:hover > .toolbarbutton-icon {
97 }
98
99 .scrollbutton-up[disabled] > .toolbarbutton-icon,
100 .scrollbutton-down[disabled] > .toolbarbutton-icon {
101 }
102
103 .scrollbutton-up:-moz-locale-dir(ltr) {
104   border-top-right-radius: 0;
105   border-bottom-right-radius: 0;
106 }
107
108 .scrollbutton-down:-moz-locale-dir(ltr) {
109   border-top-left-radius: 0;
110   border-bottom-left-radius: 0;
111 }
112
113 .scrollbutton-up:-moz-locale-dir(rtl) {
114   border-top-left-radius: 0;
115   border-bottom-left-radius: 0;
116 }
117
118 .scrollbutton-down:-moz-locale-dir(rtl) {
119   border-top-right-radius: 0;
120   border-bottom-right-radius: 0;
121 }
122
123 .scrollbutton-up > .toolbarbutton-icon:-moz-locale-dir(rtl),
124 .scrollbutton-down > .toolbarbutton-icon:-moz-locale-dir(ltr) {
125 /*  transform: scaleX(-1); */
126 }
127
128 .breadcrumbs-widget-item {
129   background-color: #000000;
130   overflow: hidden;
131   min-width: 85px;
132   max-width: 250px;
133   min-height: 25px;
134   border-style: solid;
135   border-width: 2px 13px;
136   border-radius: 0;
137   margin: 0 -11px 0 0;
138   padding: 0 9px;
139   outline: none;
140   color: #FF9F00;
141 }
142
143 .breadcrumbs-widget-item:hover {
144   background-color: #FFCF00;
145   color: #000000;
146 }
147
148 .breadcrumbs-widget-item[checked]:not(:hover) {
149   background-color: #008484;
150   color: #000000;
151 }
152
153 .breadcrumbs-widget-item[siblings-menu-open],
154 .breadcrumbs-widget-item:active {
155   background-color: #FF9F00;
156   color: #000000;
157 }
158
159 .breadcrumbs-widget-item:-moz-focusring > label {
160   border-bottom: 1px dotted #008484;
161 }
162
163 .breadcrumbs-widget-item:-moz-focusring > .button-box {
164   border-width: 0;
165 }
166
167 .breadcrumbs-widget-item[checked] .breadcrumbs-widget-item-tag {
168   /* color: hsl(208,100%,60%); */
169 }
170
171 .breadcrumbs-widget-item[checked] .breadcrumbs-widget-item-id {
172   /* color: hsl(205,100%,70%); */
173 }
174
175 .breadcrumbs-widget-item[checked] .breadcrumbs-widget-item-pseudo-classes {
176   color: #FF9F00;
177 }
178
179 .breadcrumbs-widget-item-id,
180 .breadcrumbs-widget-item-classes {
181   /* color: #8d99a6; */
182 }
183
184 .breadcrumbs-widget-item-pseudo-classes {
185   color: #FFCF00;
186 }
187
188 /* Breadcrumbs LTR */
189
190 .breadcrumbs-widget-item:-moz-locale-dir(ltr) {
191   border-image: url("breadcrumbs/ltr-middle.png") 2 13 2 13 fill stretch;
192 }
193
194 .breadcrumbs-widget-item:not([checked]):hover:active:-moz-locale-dir(ltr) {
195   border-image: url("breadcrumbs/ltr-middle-pressed.png") 2 13 2 13 fill stretch;
196 }
197
198 .breadcrumbs-widget-item[checked]:-moz-locale-dir(ltr) {
199   border-image: url("breadcrumbs/ltr-middle-selected.png") 2 13 2 13 fill stretch;
200 }
201
202 .breadcrumbs-widget-item[checked]:hover:active:-moz-locale-dir(ltr) {
203   border-image: url("breadcrumbs/ltr-middle-selected-pressed.png") 2 13 2 13 fill stretch;
204 }
205
206 .breadcrumbs-widget-item:first-of-type:-moz-locale-dir(ltr) {
207   border-image: url("breadcrumbs/ltr-start.png") 2 13 2 13 fill stretch;
208 }
209
210 .breadcrumbs-widget-item:first-of-type:not([checked]):hover:active:-moz-locale-dir(ltr) {
211   border-image: url("breadcrumbs/ltr-start-pressed.png") 2 13 2 13 fill stretch;
212 }
213
214 .breadcrumbs-widget-item:first-of-type[checked]:-moz-locale-dir(ltr) {
215   border-image: url("breadcrumbs/ltr-start-selected.png") 2 13 2 13 fill stretch;
216 }
217
218 .breadcrumbs-widget-item:first-of-type[checked]:hover:active:-moz-locale-dir(ltr) {
219   border-image: url("breadcrumbs/ltr-start-selected-pressed.png") 2 13 2 13 fill stretch;
220 }
221
222 .breadcrumbs-widget-item:last-of-type:-moz-locale-dir(ltr) {
223   border-image: url("breadcrumbs/ltr-end.png") 2 13 2 13 fill stretch;
224 }
225
226 .breadcrumbs-widget-item:last-of-type:not([checked]):hover:active:-moz-locale-dir(ltr) {
227   border-image: url("breadcrumbs/ltr-end-pressed.png") 2 13 2 13 fill stretch;
228 }
229
230 .breadcrumbs-widget-item:last-of-type[checked]:-moz-locale-dir(ltr) {
231   border-image: url("breadcrumbs/ltr-end-selected.png") 2 13 2 13 fill stretch;
232 }
233
234 .breadcrumbs-widget-item:last-of-type[checked]:hover:active:-moz-locale-dir(ltr) {
235   border-image: url("breadcrumbs/ltr-end-selected-pressed.png") 2 13 2 13 fill stretch;
236 }
237
238 .breadcrumbs-widget-container[overflows] > .breadcrumbs-widget-item:first-of-type:-moz-locale-dir(ltr) {
239 }
240
241 .breadcrumbs-widget-container[overflows] > .breadcrumbs-widget-item:last-of-type:-moz-locale-dir(ltr) {
242 }
243
244 /* Breadcrumbs RTL */
245
246 .breadcrumbs-widget-item:-moz-locale-dir(rtl) {
247   border-image: url("breadcrumbs/rtl-middle.png") 2 13 2 13 fill stretch;
248 }
249
250 .breadcrumbs-widget-item:not([checked]):hover:active:-moz-locale-dir(rtl) {
251   border-image: url("breadcrumbs/rtl-middle-pressed.png") 2 13 2 13 fill stretch;
252 }
253
254 .breadcrumbs-widget-item[checked]:-moz-locale-dir(rtl) {
255   border-image: url("breadcrumbs/rtl-middle-selected.png") 2 13 2 13 fill stretch;
256 }
257
258 .breadcrumbs-widget-item[checked]:hover:active:-moz-locale-dir(rtl) {
259   border-image: url("breadcrumbs/rtl-middle-selected-pressed.png") 2 13 2 13 fill stretch;
260 }
261
262 .breadcrumbs-widget-item:first-of-type:-moz-locale-dir(rtl) {
263   border-image: url("breadcrumbs/rtl-start.png") 2 13 2 13 fill stretch;
264 }
265
266 .breadcrumbs-widget-item:first-of-type:not([checked]):hover:active:-moz-locale-dir(rtl) {
267   border-image: url("breadcrumbs/rtl-start-pressed.png") 2 13 2 13 fill stretch;
268 }
269
270 .breadcrumbs-widget-item:first-of-type[checked]:-moz-locale-dir(rtl) {
271   border-image: url("breadcrumbs/rtl-start-selected.png") 2 13 2 13 fill stretch;
272 }
273
274 .breadcrumbs-widget-item:first-of-type[checked]:hover:active:-moz-locale-dir(rtl) {
275   border-image: url("breadcrumbs/rtl-start-selected-pressed.png") 2 13 2 13 fill stretch;
276 }
277
278 .breadcrumbs-widget-item:last-of-type:-moz-locale-dir(rtl) {
279   border-image: url("breadcrumbs/rtl-end.png") 2 13 2 13 fill stretch;
280 }
281
282 .breadcrumbs-widget-item:last-of-type:not([checked]):hover:active:-moz-locale-dir(rtl) {
283   border-image: url("breadcrumbs/rtl-end-pressed.png") 2 13 2 13 fill stretch;
284 }
285
286 .breadcrumbs-widget-item:last-of-type[checked]:-moz-locale-dir(rtl) {
287   border-image: url("breadcrumbs/rtl-end-selected.png") 2 13 2 13 fill stretch;
288 }
289
290 .breadcrumbs-widget-item:last-of-type[checked]:hover:active:-moz-locale-dir(rtl) {
291   border-image: url("breadcrumbs/rtl-end-selected-pressed.png") 2 13 2 13 fill stretch;
292 }
293
294 .breadcrumbs-widget-container[overflows] > .breadcrumbs-widget-item:first-of-type:-moz-locale-dir(rtl) {
295 }
296
297 .breadcrumbs-widget-container[overflows] > .breadcrumbs-widget-item:last-of-type:-moz-locale-dir(rtl) {
298 }
299
300 /* SideMenuWidget */
301
302 .side-menu-widget-container {
303   background-color: #000000;
304   color: #FF9F00;
305 }
306
307 /* SideMenuWidget container */
308
309 .side-menu-widget-container:-moz-locale-dir(ltr),
310 .side-menu-widget-empty-notice-container:-moz-locale-dir(ltr) {
311 }
312
313 .side-menu-widget-container:-moz-locale-dir(rtl),
314 .side-menu-widget-empty-notice-container:-moz-locale-dir(rtl)[with-arrows=true]:-moz-locale-dir(rtl) {
315 }
316
317 .side-menu-widget-group {
318   /* To allow visibility of the dark margin shadow. */
319 /*  -moz-margin-end: 1px; */
320 }
321
322 .side-menu-widget-container[with-arrows=true] .side-menu-widget-item {
323   /* To compensate for the arrow image's dark margin. */
324 /*  -moz-margin-end: -1px; */
325 }
326
327 /* SideMenuWidget groups */
328
329 .side-menu-widget-group-title {
330   padding: 4px;
331
332   background-color: #A09090;
333   color: #000000;
334 }
335
336 /* SideMenuWidget items */
337
338 .side-menu-widget-item {
339   border-top: 1px solid #9C9CFF;
340   margin-top: -1px;
341   margin-bottom: -1px;
342 }
343
344 .side-menu-widget-item:last-of-type {
345   border-bottom: 1px solid #9C9CFF;
346 }
347
348 .side-menu-widget-item.selected {
349   background-color: #008484 !important;
350   color: #000000;
351 }
352
353 .side-menu-widget-item.selected > .side-menu-widget-item-arrow {
354   background-size: auto, 1px 100%;
355   background-repeat: no-repeat;
356 }
357
358 .side-menu-widget-item.selected > .side-menu-widget-item-arrow:-moz-locale-dir(ltr) {
359   background-image: url("itemArrow-ltr.png"), linear-gradient(to right, #000000, #000000);
360   background-position: center right, top right;
361 }
362
363 .side-menu-widget-item.selected > .side-menu-widget-item-arrow:-moz-locale-dir(rtl) {
364   background-image: url("itemArrow-rtl.png"), linear-gradient(to right, #000000, #000000);
365   background-position: center left, top left;
366 }
367
368 /* SideMenuWidget items contents */
369
370 .side-menu-widget-item-contents {
371   padding: 2px;
372 }
373
374 .side-menu-widget-item-label {
375   padding: 4px 0px;
376 }
377
378 .side-menu-widget-item-arrow {
379   -moz-margin-start: -8px;
380   width: 8px;
381 }
382
383 .side-menu-widget-item-other {
384   background-color: #000000;
385   margin: 0 -4px;
386   -moz-padding-start: 5px;
387 }
388
389 .side-menu-widget-item-other.selected {
390   background-color: #008484;
391   color: #000000;
392 }
393
394 .side-menu-widget-item-other:first-of-type {
395 /*  border-top-left-radius: 4px; */
396 }
397
398 .side-menu-widget-item-other:not(.selected) > label {
399   color: #9C9CFF;
400 }
401
402 /* SideMenuWidget checkboxes */
403
404 .side-menu-widget-group-checkbox {
405   margin: 0;
406   -moz-margin-end: 4px;
407 }
408
409 .side-menu-widget-item-checkbox {
410   margin: 0;
411   -moz-margin-start: 4px;
412   -moz-margin-end: -4px;
413 }
414
415 /* SideMenuWidget misc */
416
417 .side-menu-widget-empty-notice-container {
418   padding: 12px;
419
420   background-color: #000000;
421   font-weight: 600;
422   color: #A09090;
423 }
424
425 /* VariablesView */
426
427 .variables-view-empty-notice {
428   color: #A09090;
429   padding: 2px;
430 }
431
432 .variables-view-scope > .title {
433   background-color: #A09090;
434   color: #000000;
435 }
436
437 .variables-view-scope > .variables-view-element-details:not(:empty) {
438   -moz-margin-start: 2px;
439   -moz-margin-end: 1px;
440 }
441
442 /* Generic traits applied to both variables and properties */
443
444 .variable-or-property {
445   transition: background 1s ease-in-out, color 1s ease-in-out;
446 }
447
448 .variable-or-property[changed] {
449   color: #000000;
450   transition-duration: .4s;
451 }
452
453 .variable-or-property > .title > .value {
454   -moz-box-flex: 1;
455   -moz-padding-start: 6px;
456   -moz-padding-end: 4px;
457 }
458
459 .variable-or-property[editable] > .title > .value {
460   cursor: text;
461 }
462
463 .variable-or-property:not([non-header]) > .variables-view-element-details {
464   -moz-margin-start: 10px;
465 }
466
467 /* Custom variables and properties traits */
468
469 .variables-view-variable {
470   -moz-margin-start: 1px;
471   -moz-margin-end: 1px;
472 }
473
474 .variables-view-variable:not(:last-child) {
475   border-bottom: 1px solid #A09090;
476 }
477
478 .variables-view-variable > .title > .name {
479   font-weight: 600;
480 }
481
482 .variable-or-property:focus > .title > label {
483   color: inherit !important;
484 }
485
486
487 /* Custom configurable/enumerable/writable or frozen/sealed/extensible
488  * variables and properties */
489
490 .variable-or-property[non-enumerable]:not([self]):not([exception]):not([return]):not([scope]) > .title > .name {
491   opacity: 0.6;
492 }
493
494 .variable-or-property[non-configurable] > .title > .name {
495   border-bottom: 1px dashed #9C9CFF;
496 }
497
498 .variable-or-property[non-writable] > .title > .name {
499   border-bottom: 1px dashed #FF0000;
500 }
501
502 .variable-or-property[safe-getter] > .title > .name {
503   border-bottom: 1px dashed #A09090;
504 }
505
506 .variable-or-property-non-writable-icon {
507   background: url("chrome://browser/skin/identity-icons-https.png") no-repeat;
508   width: 16px;
509   height: 16px;
510   opacity: 0.5;
511 }
512
513 @media (min-resolution: 2dppx) {
514   .variable-or-property-non-writable-icon > .title:after {
515     background-image: url("chrome://browser/skin/identity-icons-https@2x.png");
516     background-size: 32px;
517   }
518 }
519
520 .variable-or-property-frozen-label,
521 .variable-or-property-sealed-label,
522 .variable-or-property-non-extensible-label {
523   -moz-padding-end: 4px;
524 }
525
526 .variable-or-property:not(:focus) > .title > .variable-or-property-frozen-label,
527 .variable-or-property:not(:focus) > .title > .variable-or-property-sealed-label,
528 .variable-or-property:not(:focus) > .title > .variable-or-property-non-extensible-label {
529   color: #A09090;
530 }
531
532 /* Aligned values */
533
534 .variables-view-container[aligned-values] .title > .separator {
535   -moz-box-flex: 1;
536 }
537
538 .variables-view-container[aligned-values] .title > .value {
539   -moz-box-flex: 0;
540   width: 70vw;
541 }
542
543 .variables-view-container[aligned-values] .title > .element-value-input {
544   width: calc(70vw - 10px);
545 }
546
547 /* Actions first */
548
549 .variables-view-container[actions-first] .variables-view-delete,
550 .variables-view-container[actions-first] .variables-view-add-property {
551   -moz-box-ordinal-group: 0;
552 }
553
554 .variables-view-container[actions-first] [invisible] {
555   visibility: hidden;
556 }
557
558 /* Variables and properties tooltips */
559
560 .variable-or-property > tooltip > label {
561   margin: 0 2px 0 2px;
562 }
563
564 .variable-or-property[non-enumerable] > tooltip > label[value=enumerable],
565 .variable-or-property[non-configurable] > tooltip > label[value=configurable],
566 .variable-or-property[non-writable] > tooltip > label[value=writable]
567 .variable-or-property[non-extensible] > tooltip > label[value=extensible] {
568   color: #A09090;
569   text-decoration: line-through;
570 }
571
572 .variable-or-property[safe-getter] > tooltip > label[value=WebIDL] {
573   -moz-padding-start: 4px;
574   -moz-border-start: 1px dotted #9C9CFF;
575   color: #008484;
576 }
577
578 /* Variables and properties editing */
579
580 .variables-view-delete {
581   list-style-image: url("chrome://browser/skin/devtools/vview-delete.png");
582   -moz-image-region: rect(0, 16px, 16px, 0);
583 }
584
585 .variables-view-delete:hover {
586   -moz-image-region: rect(0, 32px, 16px, 16px);
587 }
588
589 .variables-view-delete:active {
590   -moz-image-region: rect(0, 48px, 16px, 32px);
591 }
592
593 .variables-view-edit {
594   background: url("chrome://browser/skin/devtools/vview-edit.png") center no-repeat;
595   width: 20px;
596   height: 16px;
597   cursor: pointer;
598 }
599
600 .variables-view-throbber {
601   background: url("chrome://global/skin/icons/loading_16.png") center no-repeat;
602   width: 16px;
603   height: 16px;
604 }
605
606 .element-value-input {
607   -moz-margin-start: 4px !important;
608   -moz-margin-end: 2px !important;
609 }
610
611 .element-name-input {
612   -moz-margin-start: -2px !important;
613   -moz-margin-end: 2px !important;
614   font-weight: 600;
615 }
616
617 .element-value-input,
618 .element-name-input {
619   border: 1px solid #008484 !important;
620   color: inherit;
621 }
622
623 /* Variables and properties searching */
624
625 .variables-view-searchinput {
626   min-height: 24px;
627 }
628
629 .variable-or-property[non-match] {
630   border: none;
631   margin: 0;
632 }
633
634 /* Expand/collapse arrow */
635
636 .arrow {
637   background: url("chrome://global/skin/tree/twisty-closed.gif") center center no-repeat;
638   width: 9px;
639   height: 16px;
640   -moz-margin-start: 5px;
641   -moz-margin-end: 5px;
642 }
643
644 .variables-view-scope > .title > .arrow {
645   background-image: url("chrome://global/skin/tree/twisty-closed-selected.gif");
646 }
647
648 .arrow[open] {
649   background-image: url("chrome://global/skin/tree/twisty-open.gif");
650 }
651
652 .variables-view-scope > .title > .arrow[open] {
653   background-image: url("chrome://global/skin/tree/twisty-open-selected.gif");
654 }
655
656 .arrow[invisible] {
657   visibility: hidden;
658 }
659
660 /* === BEGIN manifest-editor.inc.css === */
661
662 /* Manifest Editor overrides */
663
664 .variables-view-container.manifest-editor {
665   background-color: #000000;
666   padding: 20px 2px;
667 }
668
669 .manifest-editor .variable-or-property:focus > .title {
670 /*  background-color: #EDEDED;
671   color: #000; */
672   border-radius: 4px;
673 }
674
675 .manifest-editor .variables-view-property > .title > .name {
676 /*  color: #27406A; */
677 }
678
679 .manifest-editor .variable-or-property > .title > label,
680 .manifest-editor textbox {
681   font-family: monospace;
682 }
683
684 .manifest-editor .variable-or-property > .title > .token-string {
685 /*  color: #54BC6A; */
686   font-weight: bold;
687 }
688
689 .manifest-editor .variable-or-property > .title > .token-boolean,
690 .manifest-editor .variable-or-property > .title > .token-number {
691 /*  color: #009BD4; */
692   font-weight: bold;
693 }
694
695 .manifest-editor .variable-or-property > .title > .token-undefined {
696 /*  color: #bbb; */
697 }
698
699 .manifest-editor .variable-or-property > .title > .token-null {
700 /*  color: #999; */
701 }
702
703 .manifest-editor .variable-or-property > .title > .token-other {
704 /*  color: #333; */
705 }
706
707 .manifest-editor .variables-view-variable {
708   border-bottom: none;
709 }
710
711 .manifest-editor .variables-view-delete,
712 .manifest-editor .variables-view-delete:hover,
713 .manifest-editor .variables-view-delete:active,
714 .manifest-editor .variables-view-add-property:hover,
715 .manifest-editor .variables-view-add-property:active {
716   list-style-image: none;
717   -moz-image-region: initial;
718 }
719
720 .manifest-editor .variables-view-delete::before,
721 .manifest-editor .variables-view-add-property::before {
722   width: 11px;
723   height: 11px;
724   content: "";
725   display: inline-block;
726   background-size: 11px auto;
727 }
728
729 .manifest-editor .variables-view-delete::before {
730   background-image: url("app-manager/remove.svg");
731   background-size: 12px auto;
732 }
733
734 .manifest-editor .variables-view-add-property::before {
735   background-image: url("app-manager/add.svg");
736   -moz-margin-end: 2px;
737 }
738
739 /* === END manifest-editor.inc.css === */