browser/themes/shared/devtools/markup-view.css

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:933152dceb1d
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 .more-nodes {
11 padding-left: 16px;
12 }
13
14 .styleinspector-propertyeditor {
15 border: 1px solid #CCC;
16 }
17
18
19 /* Selected nodes in the tree should have light selected text.
20 theme-selected doesn't work in this case since the text is a
21 sibling of the class, not a child. */
22 .theme-selected ~ .editor,
23 .theme-selected ~ .editor .theme-fg-color1,
24 .theme-selected ~ .editor .theme-fg-color2,
25 .theme-selected ~ .editor .theme-fg-color3,
26 .theme-selected ~ .editor .theme-fg-color4,
27 .theme-selected ~ .editor .theme-fg-color5,
28 .theme-selected ~ .editor .theme-fg-color6,
29 .theme-selected ~ .editor .theme-fg-color7 {
30 color: #f5f7fa; /* Light foreground text */
31 }
32
33 .tag-line {
34 padding-left: 2px;
35 }

mercurial