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/.
9 #BrowserPreferences radio[pane] {
10 list-style-image: url("chrome://browser/skin/preferences/Options.png");
14 radio[pane=paneMain] {
15 -moz-image-region: rect(0, 32px, 32px, 0);
18 radio[pane=paneMain]:not([selected="true"]):hover {
19 -moz-image-region: rect(32px, 32px, 64px, 0);
22 radio[pane=paneTabs] {
23 -moz-image-region: rect(0, 64px, 32px, 32px);
26 radio[pane=paneTabs]:not([selected="true"]):hover {
27 -moz-image-region: rect(32px, 64px, 64px, 32px);
30 radio[pane=paneContent] {
31 -moz-image-region: rect(0, 96px, 32px, 64px);
34 radio[pane=paneContent]:not([selected="true"]):hover {
35 -moz-image-region: rect(32px, 96px, 64px, 64px);
38 radio[pane=paneApplications] {
39 -moz-image-region: rect(0, 128px, 32px, 96px);
42 radio[pane=paneApplications]:not([selected="true"]):hover {
43 -moz-image-region: rect(32px, 128px, 64px, 96px);
46 radio[pane=panePrivacy] {
47 -moz-image-region: rect(0, 160px, 32px, 128px);
50 radio[pane=panePrivacy]:not([selected="true"]):hover {
51 -moz-image-region: rect(32px, 160px, 64px, 128px);
54 radio[pane=paneSecurity] {
55 -moz-image-region: rect(0, 192px, 32px, 160px);
58 radio[pane=paneSecurity]:not([selected="true"]):hover {
59 -moz-image-region: rect(32px, 192px, 64px, 160px);
62 radio[pane=paneAdvanced] {
63 -moz-image-region: rect(0, 224px, 32px, 192px);
66 radio[pane=paneAdvanced]:not([selected="true"]):hover {
67 -moz-image-region: rect(32px, 224px, 64px, 192px);
70 radio[pane=paneSync] {
71 list-style-image: url("chrome://browser/skin/preferences/Options-sync.png") !important;
74 /* Applications Pane */
75 #BrowserPreferences[animated="true"] #handlersView {
79 #BrowserPreferences[animated="false"] #handlersView {
85 /* styles for the link elements copied from .text-link in global.css */
88 text-decoration: none;
93 text-decoration: underline;
96 .inline-link:-moz-focusring {
97 /* Don't specify the outline-color, we should always use initial value. */
101 /* Modeless Window Dialogs */
103 .windowDialog prefpane {
112 margin: 0 3px 6px !important;
115 /* Cookies Manager */
116 #cookiesChildren::-moz-tree-image(domainCol) {
120 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
123 #cookiesChildren::-moz-tree-image(domainCol, container) {
124 list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
127 #cookiesChildren::-moz-tree-image(domainCol, container, open) {
128 list-style-image: url("chrome://global/skin/filepicker/dir-open.gif");
132 border: 1px solid #9C9CFF;
138 /* Adding padding-bottom prevents the bottom of the tabpanel from being cutoff
139 when browser.preferences.animateFadeIn = true */
144 /* bottom-most box containing a groupbox in a prefpane. Prevents the bottom
145 of the groupbox from being cutoff */
160 #accountCaptionImage {
161 list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
164 #syncAddDeviceLabel {