first part of syncing LCARStrek with Firefox 37 windows theme changes
[themes.git] / LCARStrek / browser / devtools / layoutview.css
... / ...
CommitLineData
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: #FF9F00;
11 border-color: #A09090;
12 border-style: dotted;
13 color: var(--theme-selection-color);
14}
15
16.margin,
17.size {
18 color: var(--theme-selection-color);
19}
20
21#content {
22 background-color: #008484;
23}
24
25#padding,
26#margins {
27}
28
29#padding {
30 background-color: #9C9CFF;
31 border-color: #9C9CFF;
32}
33
34#borders {
35 background-color: #FFCF00;
36 border-color: #FFCF00;
37}
38
39#margins {
40 background-color: #A09090;
41 border-color: #A09090;
42}
43
44.editable {
45 border-bottom: 1px dashed transparent;
46}
47
48.editable:hover {
49 border-bottom-color: #E7ADE7;
50}
51
52.styleinspector-propertyeditor {
53 border: 1px solid #008484;
54 padding: 0;
55}