second part of syncing LCARStrek with Firefox 38 windows theme changes
[themes.git] / LCARStrek / browser / devtools / layoutview.css
CommitLineData
a40f6a79
RK
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
cae267ab 5.theme-sidebar {
1783ea50 6 box-sizing: border-box;
a40f6a79
RK
7}
8
9#main {
cae267ab 10 background-color: #FF9F00;
fff8097b 11 border-color: #A09090;
a40f6a79 12 border-style: dotted;
b3bf08b1
RK
13 color: var(--theme-selection-color);
14}
15
16.margin,
17.size {
18 color: var(--theme-selection-color);
a40f6a79
RK
19}
20
cae267ab
RK
21#content {
22 background-color: #008484;
fff8097b
RK
23}
24
cae267ab
RK
25#padding,
26#margins {
a40f6a79
RK
27}
28
29#padding {
cae267ab 30 background-color: #9C9CFF;
fff8097b 31 border-color: #9C9CFF;
a40f6a79
RK
32}
33
34#borders {
cae267ab
RK
35 background-color: #FFCF00;
36 border-color: #FFCF00;
37}
38
39#margins {
40 background-color: #A09090;
41 border-color: #A09090;
a40f6a79 42}
bb9362a9
RK
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}