Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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/. */
5 * {
6 padding: 0;
7 margin: 0;
8 }
10 .more-nodes {
11 padding-left: 16px;
12 }
14 .styleinspector-propertyeditor {
15 border: 1px solid #CCC;
16 }
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 }
33 .tag-line {
34 padding-left: 2px;
35 }