Re: Removing M & N Tabs bar SM 2.53.5.1 Win7

2020-12-28 Thread Daniel

Dirk Fieldhouse wrote on 29/12/20 11:53:

On 28/12/2020 05:42, Daniel wrote:

Dirk Fieldhouse wrote on 28/12/2020 6:10 am:

...
If you never want the mail tab bar to be shown, or you want it to be 
disabled independently of the browser tab bar, you can apply a user 
style like this:


@namespace 
url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


@-moz-document url-prefix('chrome://') {

.tabmail-tabs {display: none;}

}

The StyleM extension makes it easy to do this.

/df


Thank you, Dirk, your logic seems infallible!

I guess this means an addition to my UserChrome.js file, that addition 
being everything from your "@namespace" to your "display: none;)" right??


The @namespace line would already be in the *userChrome.css* (in the 
chrome profile subdirectory) if you had already edited it. You don't 
need the @-moz-document line because putting the style in userChrome.css 
means the same. You can check the -example files in the same directory 
for usage (userChrome -> internal browser styles; userContent -> website 
styles).


With StyleM, and its predecessors, the presence of the line 
"@-moz-document url-prefix('chrome://')" identifies a user style 
("affects the user interface"), vs "affects ".


HTH
/df


I'm sure it will help, thanks again, Dirk
--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 
SeaMonkey/2.53.5.1 Build identifier: 20201115194905


Linux User agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) 
Gecko/20100101 SeaMonkey/2.49.1 Build identifier: 20171015235623

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Removing M & N Tabs bar SM 2.53.5.1 Win7

2020-12-28 Thread Dirk Fieldhouse

On 28/12/2020 05:42, Daniel wrote:

Dirk Fieldhouse wrote on 28/12/2020 6:10 am:

...
If you never want the mail tab bar to be shown, or you want it to be 
disabled independently of the browser tab bar, you can apply a user 
style like this:


@namespace 
url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


@-moz-document url-prefix('chrome://') {

.tabmail-tabs {display: none;}

}

The StyleM extension makes it easy to do this.

/df


Thank you, Dirk, your logic seems infallible!

I guess this means an addition to my UserChrome.js file, that addition 
being everything from your "@namespace" to your "display: none;)" right??


The @namespace line would already be in the *userChrome.css* (in the 
chrome profile subdirectory) if you had already edited it. You don't 
need the @-moz-document line because putting the style in userChrome.css 
means the same. You can check the -example files in the same directory 
for usage (userChrome -> internal browser styles; userContent -> website 
styles).


With StyleM, and its predecessors, the presence of the line 
"@-moz-document url-prefix('chrome://')" identifies a user style 
("affects the user interface"), vs "affects ".


HTH
/df

--
London
UK
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Removing M & N Tabs bar SM 2.53.5.1 Win7

2020-12-27 Thread Daniel

Dirk Fieldhouse wrote on 28/12/2020 6:10 am:

On 27/12/2020 13:16, Daniel wrote:


...
But I just want to get rid of the bar, so how do I achieve that, 
please?? I've looked through the Prefs and M & N Account Settings but 
can't find anything that seems appropriate.


I don't think this issue is OS-specific.

Logically you'd expect View>Show/Hide>Tabs Toolbar to do the job, but 
this seems to be a no-op.


The setting below, despite being under "Browser", affects both Navigator 
and Communicator windows, so that the tab bar is not shown when there is 
only one tab pane:


Edit>Preferences>Browser>Tabbed Browsing "Hide the tab bar when only one 
tab is open"


If you never want the mail tab bar to be shown, or you want it to be 
disabled independently of the browser tab bar, you can apply a user 
style like this:


@namespace 
url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


@-moz-document url-prefix('chrome://') {

.tabmail-tabs {display: none;}

}

The StyleM extension makes it easy to do this.

/df


Thank you, Dirk, your logic seems infallible!

I guess this means an addition to my UserChrome.js file, that addition 
being everything from your "@namespace" to your "display: none;)" right??

--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 
SeaMonkey/2.53.5.1 Build identifier: 20201115194905


Linux User agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) 
Gecko/20100101 SeaMonkey/2.49.1 Build identifier: 20171015235623

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Removing M & N Tabs bar SM 2.53.5.1 Win7

2020-12-27 Thread Dirk Fieldhouse

On 27/12/2020 13:16, Daniel wrote:


...
But I just want to get rid of the bar, so how do I achieve that, 
please?? I've looked through the Prefs and M & N Account Settings but 
can't find anything that seems appropriate.


I don't think this issue is OS-specific.

Logically you'd expect View>Show/Hide>Tabs Toolbar to do the job, but 
this seems to be a no-op.


The setting below, despite being under "Browser", affects both Navigator 
and Communicator windows, so that the tab bar is not shown when there is 
only one tab pane:


Edit>Preferences>Browser>Tabbed Browsing "Hide the tab bar when only one 
tab is open"


If you never want the mail tab bar to be shown, or you want it to be 
disabled independently of the browser tab bar, you can apply a user 
style like this:


@namespace 
url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


@-moz-document url-prefix('chrome://') {

.tabmail-tabs {display: none;}

}

The StyleM extension makes it easy to do this.

/df

--
London
UK
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Removing M & N Tabs bar SM 2.53.5.1 Win7

2020-12-27 Thread Daniel
As shown in my sig file, I'm using SM 2.53.5.1 on my Win7 installation. 
Chazilla is not starting, and I'm getting an error message for that, 
which I think I have posted elsewhere.


Today's problem is that, when I start the Mail & News screen, there is a 
bar on the M & N screen where, apparently, I can have several tabs for 
multiple M & N accounts.


On the left of this bar, I can click the thingee to "Duplicate the 
current tab" and on the right of the bar, I can click the "X" to "Close 
Current Tab".


But I just want to get rid of the bar, so how do I achieve that, 
please?? I've looked through the Prefs and M & N Account Settings but 
can't find anything that seems appropriate.


TIA.
--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 
SeaMonkey/2.53.5.1 Build identifier: 20201115194905


Linux User agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) 
Gecko/20100101 SeaMonkey/2.49.1 Build identifier: 20171015235623

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey