second and last part of syncing LCARStrek with Firefox 53 browser windows theme changes
[themes.git] / LCARStrek / browser / preferences / preferences.css
1 /*
2 # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 */
7
8 /* General Pane */
9
10 #useFirefoxSync,
11 #getStarted {
12   font-size: 90%;
13 }
14
15 #isNotDefaultLabel {
16   font-weight: bold;
17 }
18
19 /* Content Pane */
20 #translationAttributionImage {
21   width: 70px;
22   cursor: pointer;
23 }
24
25 /* Modeless Window Dialogs */
26 .windowDialog,
27 .windowDialog prefpane {
28   padding: 0;
29 }
30
31 .contentPane {
32   margin: 9px 8px 5px;
33 }
34
35 .actionButtons {
36   margin: 0 3px 6px !important;
37 }
38
39 /* Cookies Manager */
40 #cookiesChildren::-moz-tree-image(domainCol) {
41   width: 16px;
42   height: 16px;
43   margin: 0 2px;
44   list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
45 }
46
47 #cookiesChildren::-moz-tree-image(domainCol, container) {
48   list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
49 }
50
51 #cookiesChildren::-moz-tree-image(domainCol, container, open) {
52   list-style-image: url("chrome://global/skin/filepicker/dir-open.gif");
53 }
54
55 #cookieInfoBox {
56   border: 1px solid #9C9CFF;
57   border-radius: 3px;
58 }
59
60 /* Advanced Pane */
61
62 /* bottom-most box containing a groupbox in a prefpane. Prevents the bottom
63    of the groupbox from being cutoff */
64 .bottomBox {
65   padding-bottom: 4px;
66 }
67
68 /* Sync Pane */
69
70 #syncDesc {
71   padding: 0 8em;
72 }
73
74 .syncGroupBox {
75   padding: 10px;
76 }
77
78 #accountCaptionImage {
79   list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
80 }
81
82 #syncAddDeviceLabel {
83   margin-top: 1em;
84   margin-bottom: 1em;
85 }
86
87 #noFxaAccount {
88   line-height: 1.2em;
89 }
90
91 #noFxaAccount > label:first-child {
92   margin-bottom: 0.6em;
93 }