michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: * { michael@0: padding: 0; michael@0: margin: 0; michael@0: } michael@0: michael@0: .more-nodes { michael@0: padding-left: 16px; michael@0: } michael@0: michael@0: .styleinspector-propertyeditor { michael@0: border: 1px solid #CCC; michael@0: } michael@0: michael@0: michael@0: /* Selected nodes in the tree should have light selected text. michael@0: theme-selected doesn't work in this case since the text is a michael@0: sibling of the class, not a child. */ michael@0: .theme-selected ~ .editor, michael@0: .theme-selected ~ .editor .theme-fg-color1, michael@0: .theme-selected ~ .editor .theme-fg-color2, michael@0: .theme-selected ~ .editor .theme-fg-color3, michael@0: .theme-selected ~ .editor .theme-fg-color4, michael@0: .theme-selected ~ .editor .theme-fg-color5, michael@0: .theme-selected ~ .editor .theme-fg-color6, michael@0: .theme-selected ~ .editor .theme-fg-color7 { michael@0: color: #f5f7fa; /* Light foreground text */ michael@0: } michael@0: michael@0: .tag-line { michael@0: padding-left: 2px; michael@0: }