seventh part of syncing LCARStrek with Firefox 29 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-dark .theme-body {
6   background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
7 }
8
9 .theme-light .theme-body {
10   background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
11 }
12
13 .theme-body {
14   color: #FF9F00 !important;
15   -moz-box-sizing: border-box;
16 }
17
18 #main {
19   border-color: #FF9F00;
20   border-style: dotted;
21 }
22
23 #main > .border {
24   color: #000000;
25 }
26
27 .border > span {
28   background-color: #9C9CFF;
29   border-radius: 2px;
30   padding: 0 4px;
31 }
32
33 #content {
34   border-color: #FF9F00;
35   border-style: dotted 
36 }
37
38 #padding {
39   border-color: hsla(240,100%,85%,0.1);
40   border-style: solid;
41 }
42
43 #borders {
44   border-style: solid;
45   border-color: #9C9CFF;
46 }