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