Since Firefox 2 was officially released a few days ago I thought I'd make this thread. I just have the new default theme because I'm waiting on an update for Phoenity to work correctly with 2.0. So what are you working with?
Extensions:
Adblock Filterset.G Updater
Adblock Plus
Download Statusbar
FireFoxMenuButtons
FireFTP
Fission
Gmail Notifier
Screenshot:
My Userchrome:
Extensions:
Adblock Filterset.G Updater
Adblock Plus
Download Statusbar
FireFoxMenuButtons
FireFTP
Fission
Gmail Notifier
Screenshot:
My Userchrome:
Code:
/* Remove menus */
menu[label="File"],
menu[label="Tools"],
menu[label="Go"],
menu[label="Help"],
menu[label="Edit"],
menu[label="History"],
menu[label="Bookmarks"],
menu[label="View"] {
display: none !important;
}
/* Remove focus ring on tabs*/
.tab-text {
border: none !important;
}
/* Opacity of tabs */
#content tab:not([selected="true"]) {
-moz-opacity: 0.7 !important; }
/* Remove forward/back dropdown arrows */
#back-button .toolbarbutton-menubutton-dropmarker,
#forward-button .toolbarbutton-menubutton-dropmarker {
display: none !important;}
/* Adjust urlbar width/height */
#urlbar-container {max-width: 400px !important;}
#urlbar{ height: 22px !important; }
/*Hide web icons on tab*/
.tabbrowser-tabs .tab-icon { display: none; }
/* Toolbars without borders */
menubar, toolbox, toolbar {border-style: none !important; }
/* Hide the searchbar in Bookmark Sidebar */
#bookmarksPanel > hbox { display:none; }
/* Toolbars without borders */
menubar, toolbox, toolbar {
border-style: none !important;
}
/*Combine stop and reload*/
#stop-button[disabled="true"] { display:none; } #stop-button:not([disabled])
+ #reload-button { display:none; }
/* Hide rss feed and web icon*/
#feed-button {display: none !important;}
#page-proxy-deck {display: none !important;}