Closed Bug 345472 Opened 18 years ago Closed 18 years ago

Options/Preferences Window Icon Replacement

Categories

(Firefox :: General, defect)

2.0 Branch
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 2 beta2

People

(Reporter: mglenn, Assigned: jgoldman)

References

()

Details

(Keywords: fixed1.8.1, Whiteboard: [Fx2 theme change])

Attachments

(1 file)

Update of the icon set for the options/preferences window.
Flags: blocking-firefox2+
Status: NEW → ASSIGNED
Whiteboard: [Fx2 theme change]
Assignee: mglenn → jgoldman
Status: ASSIGNED → NEW
This is fixed now.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Keywords: fixed1.8.1
The screenshot doesn't show the Advanced icon but this is an issue on Windows builds!

~B
This is a careless mistake.

1.8 branch
chrome://browser/skin/preferences/preferences.css

radio[pane=panePrivacy] {
-	 -moz-image-region: rect(0px, 196px,  32px, 160px)
+ 	-moz-image-region: rect(0px, 192px,  32px, 160px)
}
radio[pane=panePrivacy]:hover, 
radio[pane=panePrivacy][selected="true"]  {
-	-moz-image-region: rect(32px, 196px,  64px, 160px)
+	-moz-image-region: rect(32px, 192px,  64px, 160px)
}

radio[pane=paneAdvanced] {
-	-moz-image-region: rect(0px, 228px, 32px, 196px)
+	-moz-image-region: rect(0px, 224px, 32px, 192px)
}
radio[pane=paneAdvanced]:hover, 
radio[pane=paneAdvanced][selected="true"] {
-	-moz-image-region: rect(32px, 228px, 64px, 196px)
+	-moz-image-region: rect(32px, 224px, 64px, 192px)
}
Its even worse than you think, but that's bug 347406 (which has a patch)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: