third part of syncing LCARStrek with Firefox 30 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
fff8097b 5.theme-body {
68989a96 6 background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
a40f6a79
RK
7}
8
82b4252f 9.theme-body {
fe524e0c 10 color: #FF9F00 !important;
1783ea50 11 box-sizing: border-box;
a40f6a79
RK
12}
13
14#main {
fff8097b 15 border-color: #A09090;
a40f6a79
RK
16 border-style: dotted;
17}
18
fff8097b
RK
19#main > .margin,
20#main > .padding {
a40f6a79
RK
21 color: #000000;
22}
23
fff8097b
RK
24#main > .border {
25}
26
a40f6a79 27.border > span {
a40f6a79
RK
28}
29
30#content {
a40f6a79
RK
31}
32
33#padding {
fff8097b 34 border-color: #9C9CFF;
a40f6a79
RK
35 border-style: solid;
36}
37
38#borders {
a40f6a79 39}