first part of syncing LCARStrek with Firefox 31 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;
a40f6a79
RK
13 color: #000000;
14}
15
cae267ab
RK
16#content {
17 background-color: #008484;
fff8097b
RK
18}
19
cae267ab
RK
20#padding,
21#margins {
a40f6a79
RK
22}
23
24#padding {
cae267ab 25 background-color: #9C9CFF;
fff8097b 26 border-color: #9C9CFF;
a40f6a79
RK
27}
28
29#borders {
cae267ab
RK
30 background-color: #FFCF00;
31 border-color: #FFCF00;
32}
33
34#margins {
35 background-color: #A09090;
36 border-color: #A09090;
a40f6a79 37}