Groups | Search | Server Info | Login | Register
Groups > alt.comp.software.seamonkey > #8542
| From | Geoff Welsh <GeeDubya@some.rr.com> |
|---|---|
| Newsgroups | alt.comp.software.seamonkey |
| Subject | Re: How can I move the "open new tab" Button? |
| Date | 2026-04-28 10:54 -1000 |
| Organization | A noiseless patient Spider |
| Message-ID | <10sr6q4$3ejhe$1@dont-email.me> (permalink) |
| References | (1 earlier) <10s2h1m$ihgk$1@solani.org> <10sgki2$bu9u$1@dont-email.me> <10sjjnt$17uri$1@dont-email.me> <10sochi$2kftb$1@dont-email.me> <10sode8$2kpo7$1@dont-email.me> |
Hank Rogers wrote on 4/27/26 9:29 AM:
> Geoff Welsh wrote on 4/27/2026 2:13 PM:
>> Hank Rogers wrote on 4/25/26 1:46 PM:
>>> Geoff Welsh wrote on 4/24/2026 3:41 PM:
>>>> Dirk Fieldhouse wrote on 4/19/26 2:15 AM:
>>>>> On 18/04/2026 21:36, Hank Rogers wrote:
>>>>>> The open new tab button is at the left end of my tabs bar.
>>>>>> I want it to be at the right side like most other browsers, or a
>>>>>> duplicate button would be OK.
>>>>>> ...
>>>>>
>>>>> With the StyleM add-on or by editing userCSS, add this CSS that moves
>>>>> the New Tab button:
>>>>>
>>>>> /* preamble for a StyleM entry - presumably already active in
>>>>> userCSS */
>>>>> @namespace
>>>>> url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
>>>>>
>>>>>
>>>>> .tabs-stack vbox hbox stack { -moz-box-ordinal-group:2!important; }
>>>>>
>>>>>
>>>>> To make the button appear before the tab-list pull-down, change 2
>>>>> to 3.
>>>>>
>>>>>
>>>>> HTH
>>>>> /df
>>>>>
>>>>
>>>> This looks really neat, but the last time I messed with menu stuff
>>>> like this it was done in userchrome.css
>>>>
>>>> Did that change?
>>>>
>>>> I don't have a user.css or I don't know where it is.
>>>
>>> For me, I added it to userchrome.css. Look in the chrome directory
>>> of your seamonkey profile.
>>>
>>
>> Thank you Hank. And you only copied the line starting with,
>> ".tabs-stack", is that correct?
>
> Here's the first section of my userChrome.css file, including a comment
> I added:
>
> @namespace
> url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /*
> set default namespace to XUL */
>
> /* Move new tab button. To make the button appear before the tab-list
> pull-down, change 2 to 3.
> */
>
> .tabs-stack vbox hbox stack { -moz-box-ordinal-group:2!important; }
>
>
Thank you, Hank. Since I already knew my user.css was working, I first
tried /only/ adding the;
.tabs-stack vbox hbox stack { -moz-box-ordinal-group:2!important; }
at the very end of it, and that worked fine.
I wonder how long it will be before I hit the Close Tab button
accidentally, when aiming at the New Tab button...lol
Back to alt.comp.software.seamonkey | Previous | Next — Previous in thread | Find similar
How can I move the "open new tab" Button? Hank Rogers <Hank@nospam.invalid> - 2026-04-18 15:36 -0500
Re: How can I move the "open new tab" Button? "Paul B. Gallagher" <mozilla@pbg-translations.com> - 2026-04-18 18:33 -0400
Re: How can I move the "open new tab" Button? Dirk Fieldhouse <surname@gmx.net.plusremovethisandtherest.invalid> - 2026-04-19 13:15 +0100
Re: How can I move the "open new tab" Button? Hank Rogers <invalid@nospam.com> - 2026-04-19 17:53 +0000
Re: How can I move the "open new tab" Button? Geoff Welsh <GeeDubya@some.rr.com> - 2026-04-24 10:41 -1000
Re: How can I move the "open new tab" Button? Hank Rogers <Hank@nospam.invalid> - 2026-04-25 18:46 -0500
Re: How can I move the "open new tab" Button? Geoff Welsh <GeeDubya@some.rr.com> - 2026-04-27 09:13 -1000
Re: How can I move the "open new tab" Button? Hank Rogers <Hank@nospam.invalid> - 2026-04-27 14:29 -0500
Re: How can I move the "open new tab" Button? Hank Rogers <Hank@nospam.invalid> - 2026-04-27 14:31 -0500
Re: How can I move the "open new tab" Button? Dirk Fieldhouse <surname@gmx.net.plusremovethisandtherest.invalid> - 2026-04-28 16:14 +0100
Re: How can I move the "open new tab" Button? Hank Rogers <Hank@nospam.invalid> - 2026-04-28 12:35 -0500
Re: How can I move the "open new tab" Button? Dirk Fieldhouse <surname@gmx.net.plusremovethisandtherest.invalid> - 2026-04-29 19:20 +0100
Re: How can I move the "open new tab" Button? Hank Rogers <Hank@nospam.invalid> - 2026-04-29 13:57 -0500
Re: How can I move the "open new tab" Button? Dirk Fieldhouse <surname@gmx.net.plusremovethisandtherest.invalid> - 2026-04-30 14:18 +0100
Re: How can I move the "open new tab" Button? Geoff Welsh <GeeDubya@some.rr.com> - 2026-04-28 10:54 -1000
csiph-web