sync both themes with toolkit windows theme changes in Mozilla 30 cycle
[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-body {
6   background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
7 }
8
9 .theme-body {
10   color: #FF9F00 !important;
11   box-sizing: border-box;
12 }
13
14 #main {
15   border-color: #A09090;
16   border-style: dotted;
17 }
18
19 #main > .margin,
20 #main > .padding {
21   color: #000000;
22 }
23
24 #main > .border {
25 }
26
27 .border > span {
28 }
29
30 #content {
31 }
32
33 #padding {
34   border-color: #9C9CFF;
35   border-style: solid;
36 }
37
38 #borders {
39 }