Thursday, December 4

How To Fix Firefox Themes For Mac

Mac users know that some themes, well most themes designed with only Windows in mind, have issues with the back/forward button breaking. I have been looking and looking for a way to fix it, or for those who make the themes to take into consideration the differences when making a theme.

Well I finally found the fix. It is a bit of code from the maker of Caminofox theme that I had to make a few changes in, and then dropped into my userchrome.css. And now now more extra padding and broken back/forward buttons. Here is the what I am using. Again, I didn't make this, just modified it. Thank you Falconer2!!!

/* unified back button with keyhole icons */

#unified-back-forward-button,
#unified-back-forward-button * {
border: 0 !important;
}

#back-button {
-moz-appearance: none;
padding: 0;
border: none !important;
margin: 2px 0 2px 2px !important;
}

#back-button *, #forward-button * {
padding: 0 !important;
margin: 0 !important;
}

#back-button .toolbarbutton-menubutton-dropmarker,
#forward-button .toolbarbutton-menubutton-dropmarker {
display: none !important;
}

/* unified forward button with keyhole icons */

#forward-button {
-moz-appearance: none;
padding: 0;
border: none;
margin: 2px 2px 2px 0 !important;
}
{{{{{{{CHANGE THESE VALUES FROM 2 to 0 TO HAVE DROPMARKER}}}}}}}

{{{{{{{REMOVE THIS PART BELOW TO HAVE THE DROPMARKER ON RIGHT}}}}}}}}
/* dropmarker for unified back and forward buttons with keyhole icons */

#back-forward-dropmarker {
display: none;
}


Now, if I can only figure out or find how to make the scrollbars complete in beta and minefield.