first part of sync for LCARStrek with browser windows/shared theme changes in Firefox...
[themes.git] / LCARStrek / browser / devtools / app-manager / manifest-editor.inc.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 /* Manifest Editor overrides */
6
7 .variables-view-container.manifest-editor {
8   background-color: #F5F5F5;
9   padding: 20px 13px;
10 }
11
12 .manifest-editor .variable-or-property:focus > .title {
13   background-color: #EDEDED;
14   color: #000;
15   border-radius: 4px;
16 }
17
18 .manifest-editor .variables-view-property > .title > .name {
19   color: #27406A;
20 }
21
22 .manifest-editor .variable-or-property > .title > label {
23   font-family: monospace;
24 }
25
26 .manifest-editor .variable-or-property > .title > .token-string {
27   color: #54BC6A;
28   font-weight: bold;
29 }
30
31 .manifest-editor .variable-or-property > .title > .token-boolean,
32 .manifest-editor .variable-or-property > .title > .token-number {
33   color: #009BD4;
34   font-weight: bold;
35 }
36
37 .manifest-editor .variable-or-property > .title > .token-undefined {
38   color: #bbb;
39 }
40
41 .manifest-editor .variable-or-property > .title > .token-null {
42   color: #999;
43 }
44
45 .manifest-editor .variable-or-property > .title > .token-other {
46   color: #333;
47 }
48
49 .manifest-editor .variables-view-variable {
50   border-bottom: none;
51 }
52
53 .manifest-editor .variables-view-delete,
54 .manifest-editor .variables-view-delete:hover,
55 .manifest-editor .variables-view-delete:active {
56   list-style-image: none;
57   -moz-image-region: initial;
58 }
59
60 .manifest-editor .variables-view-delete::before {
61   width: 12px;
62   height: 12px;
63   content: "";
64   display: inline-block;
65   background-image: url("app-manager/remove.svg");
66   background-size: 12px auto;
67 }