fix 2.30 review comments, hamburger button display, some overridden icons, and checkb...
[themes.git] / EarlyBlue / x-browser-old / pref / pref.css
1 /*
2 # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
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 # This Source Code Form is "Incompatible With Secondary Licenses", as
8 # defined by the Mozilla Public License, v. 2.0.
9 */
10
11 .buttonBox {
12   margin: 0 !important;
13   -moz-margin-end: 3px !important;
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"); }
48 #catDownloadsButton { list-style-image: url("chrome://browser/skin/pref/downloads.gif"); }
49 #catThemesButton { list-style-image: url("chrome://browser/skin/pref/themes.gif"); }
50 #catExtButton { list-style-image: url("chrome://browser/skin/pref/extensions.gif"); }
51 #catAdvancedButton { list-style-image: url("chrome://browser/skin/pref/advanced.gif"); }
52
53 expander {
54   margin: 2px;
55   border: 1px solid transparent;
56 }
57
58 #privacyCategories > expander[open="true"] {
59   background-color: #CCD0DD;
60   border: 1px solid #9999CC;
61 }
62
63 .themesLink {
64   -moz-margin-start: 0px;
65   text-decoration: underline;
66   color: blue;
67   cursor: pointer;
68 }
69
70 .themesLink:active {
71   color: red;
72 }