Literature
Remove Firefox 4 transparency
Modding the "userChrome.css" to disable the transparency and blue color. window, page, dialog, wizard, prefwindow, toolbarspring, toolbar,
#personal-bookmarks, #TabsToolbar, #main-menubar, #unified-back-forward-button {
background-color: -moz-Dialog !important;
}
#go-button {
display: none !important;
}
#toolbar-menubar {
-moz-appearance: -moz-win-browsertabbar-toolbox !important;
}.tabbrowser-tab:not(:-moz-lwtheme):not([selected="true"]), .tabs-newtab-button:not(:-moz-lwtheme) {
background-image: -moz-linear-gradient(hsla(0,0%,90%,.8), hsla(0,0%,80%,.8) 50%) !important;
text-shadow: 0 1px 1px rgba...