second and last part of syncing LCARStrek with Firefox 49/50 windows theme changes
[themes.git] / EarlyBlue / x-browser-old / pref / pref.css
CommitLineData
55cca60c 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/.
55cca60c 6#
9099c61d
RK
7# This Source Code Form is "Incompatible With Secondary Licenses", as
8# defined by the Mozilla Public License, v. 2.0.
55cca60c 9*/
10
55cca60c 11.buttonBox {
02920d2b 12 margin: 0 !important;
dae45075 13 margin-inline-end: 3px !important;
55cca60c 14}
15
16.buttonBoxButton {
17 border: 1px solid transparent;
18 background-color: transparent;
19 margin: 1px;
20 margin-bottom: 0px;
21 padding: 1px;
22 list-style-image: url("chrome://browser/skin/pref/Options.png")
23}
24
25.buttonBoxButton > .button-box {
26 border: none !important;
27}
28
29.buttonBoxButton > .button-box > .button-icon {
30 width: 32px;
31 height: 32px;
32}
33
34.buttonBoxButton:hover, .buttonBoxButton:focus {
35 border: 1px solid #666699;
36 background-color: #CCD0DD;
37}
38
39.buttonBoxButton[checked="true"] {
40 border: 1px solid #9999CC;
41 background-color: #336699;
42 color: #FFFFFF;
43}
44
45#catGeneralButton { list-style-image: url("chrome://browser/skin/pref/general.gif"); }
46#catPrivacyButton { list-style-image: url("chrome://browser/skin/pref/privacy.gif"); }
47#catFeaturesbutton { list-style-image: url("chrome://browser/skin/pref/features.gif"); }
0697ec23 48#catDownloadsButton { list-style-image: url("chrome://browser/skin/pref/downloads.gif"); }
55cca60c 49#catThemesButton { list-style-image: url("chrome://browser/skin/pref/themes.gif"); }
50#catExtButton { list-style-image: url("chrome://browser/skin/pref/extensions.gif"); }
0697ec23 51#catAdvancedButton { list-style-image: url("chrome://browser/skin/pref/advanced.gif"); }
55cca60c 52
0697ec23 53expander {
55cca60c 54 margin: 2px;
0697ec23 55 border: 1px solid transparent;
55cca60c 56}
57
0697ec23 58#privacyCategories > expander[open="true"] {
59 background-color: #CCD0DD;
60 border: 1px solid #9999CC;
55cca60c 61}
62
55cca60c 63.themesLink {
dae45075 64 margin-inline-start: 0px;
55cca60c 65 text-decoration: underline;
66 color: blue;
67 cursor: pointer;
68}
69
70.themesLink:active {
71 color: red;
72}