|
Home > Archive > Mozilla Browser > May 2007 > FF- Closing tabs
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I just downloaded the new FF, and I prefer the way my previous version
closed tabs. That is, one little "close tab" box on the far right,
instead of the newer syster, where each tab has a "close tab" spot to
click.
Which do you prefer, and
is there any way to change it back?
| |
| Miller 2007-05-08, 1:13 am |
| *P T* wrote on 08.05.07 02:26:
> I just downloaded the new FF, and I prefer the way my previous version
> closed tabs. That is, one little "close tab" box on the far right,
> instead of the newer syster, where each tab has a "close tab" spot to
> click.
> is there any way to change it back?
Try to add the following lines to your "userChrome.css":
.tabbrowser-tab > .tab-close-button {
display: none ! important;
}
If it doesn't work you could try this ones:
.tabs-closebutton {
display: none ! important;
}
HTH, Miller
| |
| Miller 2007-05-08, 1:13 am |
| *Miller* wrote on 08.05.07 03:44:
> *P T* wrote on 08.05.07 02:26:
>
>
> Try to add the following lines to your "userChrome.css":
[..snip..]
Another way is to type "about :config" into the browsers
addressbar and search for "browser.tabs.closeButtons".
Doubleclick that entry an change the value to 3.
cu, Miller
| |
| Leonidas Jones 2007-05-08, 1:13 am |
| Miller wrote:
> *Miller* wrote on 08.05.07 03:44:
> [..snip..]
>
> Another way is to type "about :config" into the browsers
> addressbar and search for "browser.tabs.closeButtons".
> Doubleclick that entry an change the value to 3.
>
> cu, Miller
This would be the better choice. One can also install the Tab Mix Plus
extension, which adds many options to improve tabbed browsing:
http://tmp.garyr.net/
Lee
|
|
|
|
|