| Author | mod_wastrel |
|---|---|
| Created | May 19, 2008 |
| Updated | Feb 3, 2009 |
| Installs (this week) | 1 |
| Installs (total) | 1,488 |
| Average rating |
|
My Firefox2 Tab Colors Plus (Blue) style updated for Firefox3.
For Firefox 3.5:
To colorize the newtab-button add this:
.tabbrowser-tabs .tabs-newtab-button { background-color: #C2D3EE !important; }
or, to hide the newtab-button altogether add this:
.tabbrowser-tabs .tabs-newtab-button { display: none !important; }
If you want a close button on the last tab, then add the following (but...
change browser.tabs.closeWindowWithLastTab to 'false' (in about:config) if you don't want to exit Firefox when using it :D):
.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-close-button {
display: -moz-box !important;
}
.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) >
.tabbrowser-tab[selected="true"] > .tab-close-button {
display: -moz-box !important;
}
Updated...
02Feb2009: Color the tab scrollbuttons and alltabs button the same as the tabs. (Sorry, fowl... I thought you meant the other scrollbars... my bad.)
For Firefox 3.5:
To colorize the newtab-button add this:
.tabbrowser-tabs .tabs-newtab-button { background-color: #C2D3EE !important; }
or, to hide the newtab-button altogether add this:
.tabbrowser-tabs .tabs-newtab-button { display: none !important; }
If you want a close button on the last tab, then add the following (but...
change browser.tabs.closeWindowWithLastTab to 'false' (in about:config) if you don't want to exit Firefox when using it :D):
.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-close-button {
display: -moz-box !important;
}
.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) >
.tabbrowser-tab[selected="true"] > .tab-close-button {
display: -moz-box !important;
}
Updated...
02Feb2009: Color the tab scrollbuttons and alltabs button the same as the tabs. (Sorry, fowl... I thought you meant the other scrollbars... my bad.)
More Info
Feedback
Discussions
Ask a new question or add a review for this style.
