second and final part of syncing LCARStrek with Firefox 49/50 devtools theme changes
[themes.git] / LCARStrek / x-browser-old / aboutDialog.css
1 #aboutDialog {
2   padding: 0px 0px 10px;
3 }
4
5 #clientBox {
6   background-color: #000000;
7   color: #FFCF00;
8 }
9
10 #brandName {
11   font-weight: bold; font-size: larger;
12
13
14 #detailsBox {
15   padding-top: 8px;
16   padding-bottom: 10px;
17   -moz-padding-start: 8px;
18   -moz-padding-end: 10px;
19 }
20
21 #userAgent {
22   margin: 3px 5px;
23   background-color: #000000;
24   color: #FF9F00;
25   padding-top: 1px;
26   padding-bottom: 1px;
27   -moz-padding-start: 2px;
28   -moz-padding-end: 0px;
29   -moz-appearance: none;
30   border: none;
31 }
32
33 #copyright {
34   color: #9C9CFF;
35   text-decoration: underline;
36 }
37
38 #groove {
39   margin-top: 0px;
40 }
41