browser/themes/shared/devtools/layoutview.css

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:38ff9785f205
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 .theme-sidebar {
6 box-sizing: border-box;
7 }
8
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 }
15
16 #content {
17 background-color: #80d4ff;
18 border-color: hsl(210,100%,85%);
19 border-style: dotted;
20 }
21
22 #padding,
23 #margins {
24 border-color: hsla(210,100%,85%,0.2);
25 outline: dotted 1px hsl(210,100%,85%);
26 }
27
28 #padding {
29 background-color: #66cc52;
30 }
31
32 #borders {
33 background-color: #ffe431;
34 border-style: dotted;
35 border-color: hsl(210,100%,85%);
36 }
37
38 #margins {
39 background-color: #d89b28;
40 opacity: 0.6;
41 }
42
43 .editable {
44 border-bottom: 1px dashed transparent;
45 }
46
47 .editable:hover {
48 border-bottom-color: hsl(0,0%,50%);
49 }
50
51 .styleinspector-propertyeditor {
52 border: 1px solid #CCC;
53 padding: 0;
54 }

mercurial