seventh part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / x-browser-old / pref / pref.css
CommitLineData
acb0e9b8 1/*
2# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
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/.
acb0e9b8 6#
9099c61d
RK
7# This Source Code Form is "Incompatible With Secondary Licenses", as
8# defined by the Mozilla Public License, v. 2.0.
acb0e9b8 9*/
10
acb0e9b8 11.buttonBox {
02920d2b
RK
12 margin: 0 !important;
13 -moz-margin-end: 3px !important;
acb0e9b8 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 #008484;
36/* background-color: #008484; */
37 color: #FFCF00;
38}
39
40.buttonBoxButton[checked="true"] {
41 border: 1px solid #9C9CFF;
42 background-color: #008484;
43 color: #FFCF00;
44}
45
46#catGeneralButton { list-style-image: url("chrome://browser/skin/pref/general.gif"); }
47#catPrivacyButton { list-style-image: url("chrome://browser/skin/pref/privacy.gif"); }
48#catFeaturesbutton { list-style-image: url("chrome://browser/skin/pref/features.gif"); }
613daf44 49#catDownloadsButton { list-style-image: url("chrome://browser/skin/pref/downloads.gif"); }
acb0e9b8 50#catThemesButton { list-style-image: url("chrome://browser/skin/pref/themes.gif"); }
51#catExtButton { list-style-image: url("chrome://browser/skin/pref/extensions.gif"); }
613daf44 52#catAdvancedButton { list-style-image: url("chrome://browser/skin/pref/advanced.gif"); }
acb0e9b8 53
613daf44 54expander {
acb0e9b8 55 margin: 2px;
613daf44 56 border: 1px solid transparent;
acb0e9b8 57}
58
613daf44 59#privacyCategories > expander[open="true"] {
60 background-color: #E7ADE7;
61 color: #000000;
62 border: 1px solid #9C9CFF;
569543b3 63 border-radius: 3px;
acb0e9b8 64}
65
acb0e9b8 66.themesLink {
8caa872d 67 -moz-margin-start: 0px;
acb0e9b8 68 text-decoration: underline;
69 color: blue;
70 cursor: pointer;
71}
72
73.themesLink:active {
74 color: red;
75}