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 .theme-sidebar {
6 box-sizing: border-box;
7 }
9 #main {
10 background-color: white;
11 border-color: hsla(210,100%,85%,0.7);
12 border-style: dotted;
13 color: hsl(210,53%,45%);
14 }
16 #content {
17 background-color: #80d4ff;
18 border-color: hsl(210,100%,85%);
19 border-style: dotted;
20 }
22 #padding,
23 #margins {
24 border-color: hsla(210,100%,85%,0.2);
25 outline: dotted 1px hsl(210,100%,85%);
26 }
28 #padding {
29 background-color: #66cc52;
30 }
32 #borders {
33 background-color: #ffe431;
34 border-style: dotted;
35 border-color: hsl(210,100%,85%);
36 }
38 #margins {
39 background-color: #d89b28;
40 opacity: 0.6;
41 }
43 .editable {
44 border-bottom: 1px dashed transparent;
45 }
47 .editable:hover {
48 border-bottom-color: hsl(0,0%,50%);
49 }
51 .styleinspector-propertyeditor {
52 border: 1px solid #CCC;
53 padding: 0;
54 }