second part of sync for LCARStrek with browser windows/shared theme changes in Firefo...
[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[with-arrows=true]:-moz-locale-dir(ltr) {
310 }
311
312 .side-menu-widget-container[with-arrows=true]:-moz-locale-dir(rtl) {
313 }
314
315 .side-menu-widget-container[with-arrows=true] .side-menu-widget-group {
316   /* To allow visibility of the dark margin shadow. */
317 /*  -moz-margin-end: 1px; */
318 }
319
320 .side-menu-widget-container[with-arrows=true] .side-menu-widget-item {
321   /* To compensate for the arrow image's dark margin. */
322 /*  -moz-margin-end: -1px; */
323 }
324
325 /* SideMenuWidget groups */
326
327 .side-menu-widget-group-title {
328   padding: 4px;
329
330   background-color: #A09090;
331   color: #000000;
332 }
333
334 .side-menu-widget-group-checkbox {
335   margin: 0;
336   padding: 0;
337 }
338
339 /* SideMenuWidget items */
340
341 .side-menu-widget-item {
342   border-top: 1px solid #9C9CFF;
343   margin-top: -1px;
344   margin-bottom: -1px;
345 }
346
347 .side-menu-widget-item:last-of-type {
348   border-bottom: 1px solid #9C9CFF;
349 }
350
351 .side-menu-widget-item.selected {
352   background-color: #008484 !important;
353   color: #000000;
354 }
355
356 .side-menu-widget-item.selected > .side-menu-widget-item-arrow {
357   background-size: auto, 1px 100%;
358   background-repeat: no-repeat;
359 }
360
361 .side-menu-widget-item.selected > .side-menu-widget-item-arrow:-moz-locale-dir(ltr) {
362   background-image: url("itemArrow-ltr.png"), linear-gradient(to right, #000000, #000000);
363   background-position: center right, top right;
364 }
365
366 .side-menu-widget-item.selected > .side-menu-widget-item-arrow:-moz-locale-dir(rtl) {
367   background-image: url("itemArrow-rtl.png"), linear-gradient(to right, #000000, #000000);
368   background-position: center left, top left;
369 }
370
371 /* SideMenuWidget items contents */
372
373 .side-menu-widget-item-label {
374   padding: 4px 0px;
375 }
376
377 .side-menu-widget-item-arrow {
378   -moz-margin-start: -8px;
379   width: 8px;
380 }
381
382 .side-menu-widget-item-checkbox {
383   -moz-margin-start: 4px;
384   -moz-margin-end: -6px;
385 }
386
387 .side-menu-widget-item-other {
388   background-color: #000000;
389   margin: 0 -4px;
390   -moz-padding-start: 5px;
391 }
392
393 .side-menu-widget-item-other.selected {
394   background-color: #008484;
395   color: #000000;
396 }
397
398 .side-menu-widget-item-other:first-of-type {
399 /*  border-top-left-radius: 4px; */
400 }
401
402 .side-menu-widget-item-other:not(.selected) > label {
403   color: #9C9CFF;
404 }
405
406 /* SideMenuWidget misc */
407
408 .side-menu-widget-empty-notice-container {
409   padding: 12px;
410
411   background-color: #000000;
412   font-weight: 600;
413   color: #A09090;
414 }
415
416 /* VariablesView */
417
418 .variables-view-container {
419   background: #000000;
420 }
421
422 .variables-view-empty-notice {
423   color: #A09090;
424   padding: 2px;
425 }
426
427 .variables-view-scope > .title {
428   background-color: #A09090;
429   color: #000000;
430 }
431
432 .variables-view-scope:focus > .title {
433   background-color: #008484;
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;
446   color: #FF9F00;
447 }
448
449 .variable-or-property[changed] {
450   background: rgba(255, 207, 0, 0.3);
451   transition-duration: 0.4s;
452 }
453
454 .variable-or-property > .title > .value {
455   -moz-padding-start: 6px;
456   -moz-padding-end: 4px;
457 }
458
459 .variable-or-property:focus > .title {
460   background-color: #008484;
461   color: #000000;
462   border-radius: 5px;
463 }
464
465 .variable-or-property[editable] > .title > .value {
466   cursor: text;
467 }
468
469 .variable-or-property:not([non-header]) > .variables-view-element-details {
470   -moz-margin-start: 10px;
471 }
472
473 /* Custom variables and properties traits */
474
475 .variables-view-variable {
476   -moz-margin-start: 1px;
477   -moz-margin-end: 1px;
478   border-bottom: 1px solid #A09090;
479 }
480
481 .variables-view-variable > .title > .name {
482   font-weight: 600;
483 }
484
485 .variables-view-variable:not(:focus) > .title > .name {
486   color: #FF9F00;
487 }
488
489 .variables-view-property:not(:focus) > .title > .name {
490   color: #E7ADE7;
491 }
492
493 /* Token value colors */
494
495 .variable-or-property:not(:focus) > .title > .token-undefined {
496   color: #8050B0;
497 }
498
499 .variable-or-property:not(:focus) > .title > .token-null {
500   color: #008484;
501 }
502
503 .variable-or-property:not(:focus) > .title > .token-boolean {
504   color: #FFCF00;
505 }
506
507 .variable-or-property:not(:focus) > .title > .token-number {
508   color: #E7ADE7;
509 }
510
511 .variable-or-property:not(:focus) > .title > .token-string {
512   color: #9C9CFF;
513 }
514
515 .variable-or-property:not(:focus) > .title > .token-other {
516   color: #FF9F00;
517 }
518
519 /* Custom configurable/enumerable/writable or frozen/sealed/extensible
520  * variables and properties */
521
522 .variable-or-property[non-enumerable]:not([self]):not([exception]):not([return]):not([scope]) > .title > .name {
523   opacity: 0.5;
524 }
525
526 .variable-or-property[non-configurable] > .title > .name {
527   border-bottom: 1px dashed #9C9CFF;
528 }
529
530 .variable-or-property[non-writable] > .title > .name {
531   border-bottom: 1px dashed #FF0000;
532 }
533
534 .variable-or-property-non-writable-icon {
535   background: url("chrome://browser/skin/identity-icons-https.png") no-repeat;
536   width: 16px;
537   height: 16px;
538   opacity: 0.5;
539 }
540
541 @media (min-resolution: 2dppx) {
542   .variable-or-property-non-writable-icon > .title:after {
543     background-image: url("chrome://browser/skin/identity-icons-https@2x.png");
544     background-size: 32px;
545   }
546 }
547
548 .variable-or-property-frozen-label,
549 .variable-or-property-sealed-label,
550 .variable-or-property-non-extensible-label {
551   -moz-padding-end: 4px;
552 }
553
554 .variable-or-property:not(:focus) > .title > .variable-or-property-frozen-label,
555 .variable-or-property:not(:focus) > .title > .variable-or-property-sealed-label,
556 .variable-or-property:not(:focus) > .title > .variable-or-property-non-extensible-label {
557   color: #A09090;
558 }
559
560 /* Special variables and properties */
561
562 .variable-or-property[safe-getter] > .title > .name {
563   border-bottom: 1px dashed #A09090;
564 }
565
566 .variable-or-property[exception]:not(:focus) > .title > .name {
567   color: #FF0000;
568 }
569
570 .variable-or-property[return]:not(:focus) > .title > .name {
571   color: #008484;
572 }
573
574 .variable-or-property[scope]:not(:focus) > .title > .name {
575   color: #9C9CFF;
576 }
577
578 /* Aligned values */
579
580 .variables-view-container[aligned-values] .title > .separator {
581   -moz-box-flex: 1;
582 }
583
584 .variables-view-container[aligned-values] .title > .value {
585   width: 70vw;
586 }
587
588 .variables-view-container[aligned-values] .title > .element-value-input {
589   width: calc(70vw - 10px);
590 }
591
592 /* Actions first */
593
594 .variables-view-container[actions-first] .variables-view-delete {
595   -moz-box-ordinal-group: 0;
596 }
597
598 /* Variables and properties tooltips */
599
600 .variable-or-property > tooltip > label {
601   margin: 0 2px 0 2px;
602 }
603
604 .variable-or-property[non-enumerable] > tooltip > label[value=enumerable],
605 .variable-or-property[non-configurable] > tooltip > label[value=configurable],
606 .variable-or-property[non-writable] > tooltip > label[value=writable]
607 .variable-or-property[non-extensible] > tooltip > label[value=extensible] {
608   color: #A09090;
609   text-decoration: line-through;
610 }
611
612 .variable-or-property[safe-getter] > tooltip > label[value=WebIDL] {
613   -moz-padding-start: 4px;
614   -moz-border-start: 1px dotted #9C9CFF;
615   color: #008484;
616 }
617
618 /* Variables and properties editing */
619
620 .variables-view-delete {
621   list-style-image: url("chrome://browser/skin/devtools/vview-delete.png");
622   -moz-image-region: rect(0, 16px, 16px, 0);
623 }
624
625 .variables-view-delete:hover {
626   -moz-image-region: rect(0, 32px, 16px, 16px);
627 }
628
629 .variables-view-delete:active {
630   -moz-image-region: rect(0, 48px, 16px, 32px);
631 }
632
633 .variables-view-delete > .toolbarbutton-text {
634   display: none;
635 }
636
637 .variables-view-edit {
638   background: url("chrome://browser/skin/devtools/vview-edit.png") center no-repeat;
639   width: 20px;
640   height: 16px;
641   cursor: pointer;
642 }
643
644 .variables-view-throbber {
645   background: url("chrome://global/skin/icons/loading_16.png") center no-repeat;
646   width: 16px;
647   height: 16px;
648 }
649
650 .element-value-input {
651   -moz-margin-start: 4px !important;
652   -moz-margin-end: 2px !important;
653 }
654
655 .element-name-input {
656   -moz-margin-start: -2px !important;
657   -moz-margin-end: 2px !important;
658   color: #E7ADE7;
659   font-weight: 600;
660 }
661
662 .element-value-input,
663 .element-name-input {
664   border: 1px solid #008484 !important;
665 }
666
667 /* Variables and properties searching */
668
669 .variables-view-searchinput {
670   min-height: 24px;
671 }
672
673 .variable-or-property[non-match] {
674   border: none;
675   margin: 0;
676 }
677
678 /* Expand/collapse arrow */
679
680 .arrow {
681   background: url("chrome://global/skin/tree/twisty-closed.gif") center center no-repeat;
682   width: 9px;
683   height: 20px;
684   -moz-margin-start: 5px;
685   -moz-margin-end: 5px;
686 }
687
688 .variables-view-scope > .title > .arrow {
689   background-image: url("chrome://global/skin/tree/twisty-closed-selected.gif");
690 }
691
692 .arrow[open] {
693   background-image: url("chrome://global/skin/tree/twisty-open.png");
694 }
695
696 .variables-view-scope > .title > .arrow[open] {
697   background-image: url("chrome://global/skin/tree/twisty-open-selected.gif");
698 }
699
700 .arrow[invisible] {
701   visibility: hidden;
702 }
703
704 /* === BEGIN manifest-editor.inc.css === */
705
706 /* Manifest Editor overrides */
707
708 .variables-view-container.manifest-editor {
709   background-color: #000000;
710   padding: 20px 13px;
711 }
712
713 .manifest-editor .variable-or-property:focus > .title {
714 /*  background-color: #EDEDED;
715   color: #000; */
716   border-radius: 4px;
717 }
718
719 .manifest-editor .variables-view-property > .title > .name {
720 /*  color: #27406A; */
721 }
722
723 .manifest-editor .variable-or-property > .title > label {
724   font-family: monospace;
725 }
726
727 .manifest-editor .variable-or-property > .title > .token-string {
728 /*  color: #54BC6A; */
729   font-weight: bold;
730 }
731
732 .manifest-editor .variable-or-property > .title > .token-boolean,
733 .manifest-editor .variable-or-property > .title > .token-number {
734 /*  color: #009BD4; */
735   font-weight: bold;
736 }
737
738 .manifest-editor .variable-or-property > .title > .token-undefined {
739 /*  color: #bbb; */
740 }
741
742 .manifest-editor .variable-or-property > .title > .token-null {
743 /*  color: #999; */
744 }
745
746 .manifest-editor .variable-or-property > .title > .token-other {
747 /*  color: #333; */
748 }
749
750 .manifest-editor .variables-view-variable {
751   border-bottom: none;
752 }
753
754 .manifest-editor .variables-view-delete,
755 .manifest-editor .variables-view-delete:hover,
756 .manifest-editor .variables-view-delete:active {
757   list-style-image: none;
758   -moz-image-region: initial;
759 }
760
761 .manifest-editor .variables-view-delete::before {
762   width: 12px;
763   height: 12px;
764   content: "";
765   display: inline-block;
766   background-image: url("app-manager/remove.svg");
767   background-size: 12px auto;
768 }
769
770 /* === END manifest-editor.inc.css === */