Bug 340677 - update preferences panels (add anti-phishing, rationalize categories, simplify wording). We're slowly spiralling in on a final design... r=mconnor

This commit is contained in:
jwalden@mit.edu 2007-11-06 21:09:38 -08:00
parent f6912a96f2
commit fd300da970

View File

@ -64,6 +64,13 @@ radio[pane=paneContent]:hover, radio[pane=paneContent][selected="true"] {
-moz-image-region: rect(32px, 96px, 64px, 64px)
}
radio[pane=paneFeeds] {
-moz-image-region: rect(0px, 96px, 32px, 64px)
}
radio[pane=paneFeeds]:hover, radio[pane=paneFeeds][selected="true"] {
-moz-image-region: rect(32px, 96px, 64px, 64px)
}
radio[pane=paneSecurity] {
-moz-image-region: rect(0px, 128px, 32px, 96px)
}