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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/themes/shared/devtools/markup-view.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,35 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +* {
     1.9 +  padding: 0;
    1.10 +  margin: 0;
    1.11 +}
    1.12 +
    1.13 +.more-nodes {
    1.14 +  padding-left: 16px;
    1.15 +}
    1.16 +
    1.17 +.styleinspector-propertyeditor {
    1.18 +  border: 1px solid #CCC;
    1.19 +}
    1.20 +
    1.21 +
    1.22 +/* Selected nodes in the tree should have light selected text.
    1.23 +   theme-selected doesn't work in this case since the text is a
    1.24 +   sibling of the class, not a child. */
    1.25 +.theme-selected ~ .editor,
    1.26 +.theme-selected ~ .editor .theme-fg-color1,
    1.27 +.theme-selected ~ .editor .theme-fg-color2,
    1.28 +.theme-selected ~ .editor .theme-fg-color3,
    1.29 +.theme-selected ~ .editor .theme-fg-color4,
    1.30 +.theme-selected ~ .editor .theme-fg-color5,
    1.31 +.theme-selected ~ .editor .theme-fg-color6,
    1.32 +.theme-selected ~ .editor .theme-fg-color7 {
    1.33 +  color: #f5f7fa; /* Light foreground text */
    1.34 +}
    1.35 +
    1.36 +.tag-line {
    1.37 +  padding-left: 2px;
    1.38 +}

mercurial