second and last part of syncing LCARStrek with Firefox 49/50 windows theme changes
[themes.git] / LCARStrek / browser / preferences / preferences.css
CommitLineData
50c0175b 1/*
db1c5db1 2# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
9099c61d
RK
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/.
50c0175b
RK
6*/
7
a21f2959
RK
8/* General Pane */
9
e548e22e
RK
10#useFirefoxSync,
11#getStarted {
12 font-size: 90%;
13}
14
a21f2959
RK
15#isNotDefaultLabel {
16 font-weight: bold;
17}
18
93c91f62
RK
19/* Content Pane */
20#translationAttributionImage {
21 width: 70px;
22 cursor: pointer;
23}
24
50c0175b
RK
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;
dce90fef 44 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
50c0175b
RK
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/* Adding padding-bottom prevents the bottom of the tabpanel from being cutoff
63 when browser.preferences.animateFadeIn = true */
64#advancedPrefs {
65 padding-bottom: 8px;
66}
67
68/* bottom-most box containing a groupbox in a prefpane. Prevents the bottom
69 of the groupbox from being cutoff */
70.bottomBox {
71 padding-bottom: 4px;
72}
73
74/* Sync Pane */
75
76#syncDesc {
8ad8bf83 77 padding: 0 8em;
50c0175b
RK
78}
79
80.syncGroupBox {
81 padding: 10px;
82}
83
84#accountCaptionImage {
85 list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
86}
87
88#syncAddDeviceLabel {
89 margin-top: 1em;
90 margin-bottom: 1em;
50c0175b 91}
46e71434
RK
92
93#noFxaAccount {
94 margin: 6px;
95 line-height: 1.2em;
96}
97
98#noFxaAccount > label:first-child {
99 margin-bottom: 0.6em;
100}