| 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 | * { |
| 6 | padding: 0; |
| 7 | margin: 0; |
| 8 | } |
| 9 | |
| 10 | .tagname { |
| 11 | color: #FFCF00; |
| 12 | } |
| 13 | |
| 14 | .attrname { |
| 15 | color: #9C9CFF; |
| 16 | } |
| 17 | |
| 18 | .attrvalue { |
| 19 | color: #E7ADE7; |
| 20 | } |
| 21 | |
| 22 | .comment { |
| 23 | color: #8050B0; |
| 24 | } |
| 25 | |
| 26 | .selected { |
| 27 | background-color: #008484; |
| 28 | } |
| 29 | |
| 30 | .more-nodes { |
| 31 | padding-left: 16px; |
| 32 | } |
| 33 | |
| 34 | .styleinspector-propertyeditor { |
| 35 | border: 1px solid #9C9CFF; |
| 36 | } |