first part of syncing LCARStrek with Firefox 31 windows theme changes
[themes.git] / LCARStrek / browser / devtools / layoutview.css
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: #000000;
14 }
15
16 #content {
17   background-color: #008484;
18 }
19
20 #padding,
21 #margins {
22 }
23
24 #padding {
25   background-color: #9C9CFF;
26   border-color: #9C9CFF;
27 }
28
29 #borders {
30   background-color: #FFCF00;
31   border-color: #FFCF00;
32 }
33
34 #margins {
35   background-color: #A09090;
36   border-color: #A09090;
37 }