| 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 #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"); } |
| 49 | #catDownloadsButton { list-style-image: url("chrome://browser/skin/pref/downloads.gif"); } |
| 50 | #catThemesButton { list-style-image: url("chrome://browser/skin/pref/themes.gif"); } |
| 51 | #catExtButton { list-style-image: url("chrome://browser/skin/pref/extensions.gif"); } |
| 52 | #catAdvancedButton { list-style-image: url("chrome://browser/skin/pref/advanced.gif"); } |
| 53 | |
| 54 | expander { |
| 55 | margin: 2px; |
| 56 | border: 1px solid transparent; |
| 57 | } |
| 58 | |
| 59 | #privacyCategories > expander[open="true"] { |
| 60 | background-color: #E7ADE7; |
| 61 | color: #000000; |
| 62 | border: 1px solid #9C9CFF; |
| 63 | border-radius: 3px; |
| 64 | } |
| 65 | |
| 66 | .themesLink { |
| 67 | -moz-margin-start: 0px; |
| 68 | text-decoration: underline; |
| 69 | color: blue; |
| 70 | cursor: pointer; |
| 71 | } |
| 72 | |
| 73 | .themesLink:active { |
| 74 | color: red; |
| 75 | } |