stopmotion wrote:
Thanks for letting me know. Sounds like it's going to work for me. I may try that Classic Theme Restorer as well that you mentioned earlier.
CTR is definitely a must have for undoing the atrocity that Mozilla has turned Firefox into. Also if you want to get back the old buttons and icons that were stupidly removed with FF 29/Australis, get the addon Stylish (another indispensable one.) Instead of everything floating around in the FF menubar and addon bar, this will get back the old look.
With Stylish installed, simply hit the Write New Style button, paste in the code below (courtesy Aris, the developer of CTR, with a very few tweaks of my own) give it a title, and hit Save. (If you don't like it, just use disable or remove.)
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
toolbar .toolbarbutton-1:not(:-moz-any([type="menu-button"],[disabled],[open],#back-but ton,#forward-button)),
toolbar .toolbarbutton-1[type="menu-button"]:not([open]) > .toolbarbutton-menubutton-button,
toolbar .toolbarbutton-1[type="menu-button"]:not([open]) > .toolbarbutton-menubutton-dropmarker,
toolbar .toolbaritem-combined-buttons > .toolbarbutton-combined {
border-color: hsla(0,0%,0%,1.0) !important;
box-shadow: 0 1px 0 hsla(0,0%,100%,.5),
0 1px 0 hsla(0,0%,100%,.5) inset !important;
}
toolbar .toolbarbutton-1:not(:-moz-any([type="menu-button"],[disabled],[open],#back-but ton,#forward-button)):not(:hover),
toolbar .toolbarbutton-1[type="menu-button"]:not(:-moz-any([disabled],[open]))[buttonov er] > .toolbarbutton-menubutton-button,
toolbar .toolbarbutton-1[type="menu-button"]:not(:-moz-any([disabled],[open],[buttonove r])):not(:hover) > .toolbarbutton-menubutton-dropmarker {
background: hsla(0,0%,100%,.1) linear-gradient(hsla(0,0%,100%,.3), hsla(0,0%,100%,.5)) padding-box !important;
}
toolbar .toolbarbutton-1:not(:-moz-any([type="menu-button"],[disabled],#back-button,#fo rward-button)):-moz-any(:not(:hover):active,[open],[checked]),
toolbar .toolbarbutton-1[type="menu-button"]:not(:-moz-any([disabled],[open]))[buttonov er]:active > .toolbarbutton-menubutton-button,
toolbar .toolbarbutton-1[type="menu-button"]:not(:-moz-any([disabled],[open],[buttonove r])):not(:hover):active > .toolbarbutton-menubutton-dropmarker,
toolbar .toolbarbutton-1[type="menu-button"][open]:not([disabled]) > .toolbarbutton-menubutton-dropmarker {
background: hsla(0,0%,0%,.02) linear-gradient(hsla(0,0%,0%,.12), hsla(0,0%,0%,0)) border-box !important;
border-color: hsla(0,0%,0%,.3) !important;
box-shadow: 0 1px 0 hsla(0,0%,100%,.5),
0 1px 0 hsla(0,0%,0%,.05) inset,
0 1px 1px hsla(0,0%,0%,.2) inset !important;
transition-duration: 10ms !important;
}
toolbar .toolbarbutton-1[checked]:not(:active):not(:hover) {
background-color: hsla(0,0%,0%,.09) !important;
transition: background-color 250ms !important;
}
Re. the Flash Player min. requirements of 10.9, someone I know who is pretty knowledgeable about this stuff thinks that it may or may not continue working in 10.6, with future Flash versions. Seems to be OK for the time being though.