2 # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
3 # ***** BEGIN LICENSE BLOCK *****
4 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
6 # The contents of this file are subject to the Mozilla Public License Version
7 # 1.1 (the "License"); you may not use this file except in compliance with
8 # the License. You may obtain a copy of the License at
9 # http://www.mozilla.org/MPL/
11 # Software distributed under the License is distributed on an "AS IS" basis,
12 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 # for the specific language governing rights and limitations under the
16 # The Original Code is the Firefox Preferences System.
18 # The Initial Developer of the Original Code is
20 # Portions created by the Initial Developer are Copyright (C) 2005
21 # the Initial Developer. All Rights Reserved.
24 # Ben Goodger <ben@mozilla.org>
26 # Alternatively, the contents of this file may be used under the terms of
27 # either the GNU General Public License Version 2 or later (the "GPL"), or
28 # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29 # in which case the provisions of the GPL or the LGPL are applicable instead
30 # of those above. If you wish to allow use of your version of this file only
31 # under the terms of either the GPL or the LGPL, and not to allow others to
32 # use your version of this file under the terms of the MPL, indicate your
33 # decision by deleting the provisions above and replace them with the notice
34 # and other provisions required by the GPL or the LGPL. If you do not delete
35 # the provisions above, a recipient may use your version of this file under
36 # the terms of any one of the MPL, the GPL or the LGPL.
38 # ***** END LICENSE BLOCK *****
42 #BrowserPreferences radio[pane] {
43 list-style-image: url("chrome://browser/skin/preferences/Options.png");
47 radio[pane=paneMain] {
48 -moz-image-region: rect(0, 32px, 32px, 0);
51 radio[pane=paneMain]:not([selected="true"]):hover {
52 -moz-image-region: rect(32px, 32px, 64px, 0);
55 radio[pane=paneTabs] {
56 -moz-image-region: rect(0, 64px, 32px, 32px);
59 radio[pane=paneTabs]:not([selected="true"]):hover {
60 -moz-image-region: rect(32px, 64px, 64px, 32px);
63 radio[pane=paneContent] {
64 -moz-image-region: rect(0, 96px, 32px, 64px);
67 radio[pane=paneContent]:not([selected="true"]):hover {
68 -moz-image-region: rect(32px, 96px, 64px, 64px);
71 radio[pane=paneApplications] {
72 -moz-image-region: rect(0, 128px, 32px, 96px);
75 radio[pane=paneApplications]:not([selected="true"]):hover {
76 -moz-image-region: rect(32px, 128px, 64px, 96px);
79 radio[pane=panePrivacy] {
80 -moz-image-region: rect(0, 160px, 32px, 128px);
83 radio[pane=panePrivacy]:not([selected="true"]):hover {
84 -moz-image-region: rect(32px, 160px, 64px, 128px);
87 radio[pane=paneSecurity] {
88 -moz-image-region: rect(0, 192px, 32px, 160px);
91 radio[pane=paneSecurity]:not([selected="true"]):hover {
92 -moz-image-region: rect(32px, 192px, 64px, 160px);
95 radio[pane=paneAdvanced] {
96 -moz-image-region: rect(0, 224px, 32px, 192px);
99 radio[pane=paneAdvanced]:not([selected="true"]):hover {
100 -moz-image-region: rect(32px, 224px, 64px, 192px);
103 radio[pane=paneSync] {
104 list-style-image: url("chrome://browser/skin/preferences/Options-sync.png") !important;
107 /* Applications Pane */
108 #BrowserPreferences[animated="true"] #handlersView {
112 #BrowserPreferences[animated="false"] #handlersView {
118 /* styles for the link elements copied from .text-link in global.css */
121 text-decoration: underline;
125 .inline-link:-moz-focusring {
126 /* Don't specify the outline-color, we should always use initial value. */
130 /* Modeless Window Dialogs */
132 .windowDialog prefpane {
141 margin: 0 3px 6px !important;
144 /* Cookies Manager */
145 #cookiesChildren::-moz-tree-image(domainCol) {
149 list-style-image: url("chrome://global/skin/filepicker/file.gif");
152 #cookiesChildren::-moz-tree-image(domainCol, container) {
153 list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
156 #cookiesChildren::-moz-tree-image(domainCol, container, open) {
157 list-style-image: url("chrome://global/skin/filepicker/dir-open.gif");
161 border: 1px solid #9C9CFF;
167 /* Adding padding-bottom prevents the bottom of the tabpanel from being cutoff
168 when browser.preferences.animateFadeIn = true */
173 /* bottom-most box containing a groupbox in a prefpane. Prevents the bottom
174 of the groupbox from being cutoff */
189 #accountCaptionImage {
190 list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
193 #syncAddDeviceLabel {