first part of syncing LCARStrek with Firefox 33 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 }
38
39 .editable {
40   border-bottom: 1px dashed transparent;
41 }
42
43 .editable:hover {
44   border-bottom-color: #E7ADE7;
45 }
46
47 .styleinspector-propertyeditor {
48   border: 1px solid #008484;
49   padding: 0;
50 }