rest of LCARStrek sync to browser windows theme changes in Firefox 25
[themes.git] / LCARStrek / browser / devtools / markup-view.css
CommitLineData
c29b709d
RK
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
c29b709d
RK
10.tagname {
11 color: #FFCF00;
12}
13
14.attrname {
15 color: #9C9CFF;
16}
17
18.attrvalue {
19 color: #E7ADE7;
20}
21
22.newattr {
23 cursor: pointer;
24}
25
26.comment {
27 color: #8050B0;
28}
29
30.selected {
31 background-color: #008484;
32}
33
34/* Give some padding to focusable elements to match the editor input
35 * that will replace them. */
36span[tabindex] {
37 display: inline-block;
38 padding: 1px 0;
39}
40
41li.container {
c29b709d
RK
42 padding: 2px 0 0 2px;
43}
44
45.codebox {
46 padding-left: 14px;
47}
48
fe524e0c
RK
49.codebox > * {
50 vertical-align: middle;
51}
52
c29b709d 53.expander {
fe524e0c
RK
54 display: inline-block;
55 margin-left: -14px;
c29b709d
RK
56}
57
0142a07b
RK
58.more-nodes {
59 padding-left: 16px;
60}
61
c29b709d
RK
62.styleinspector-propertyeditor {
63 border: 1px solid #9C9CFF;
64}