Re: Active Tab Stopped being Indicated

2020-12-29 Thread Lee
On 12/29/20, David E. Ross  wrote:
> On 12/29/2020 5:37 AM, DoctorBill wrote:
>> When I have multiple TABS working in My SeaMonkey, it would
>> indicated which tab was active on screen with a colored tag in one
>> corner of the Tab.
>>
>> For some reason, it stopped doing that.
>>
>> Can someone tell me how to get that feature back ?
>>
>> DoctorBill
>>
>
> My active tab is dark blue with white text.  If I hover my cursor on
> that tab, it turns light blue with black text.  Note, however, this is
> in SeaMonkey 2.49.5.

Mine is white with a thin orangee stripe on the bottom & rounded
corners on all the tabs

/* Curve the tabs at the upper left and right corners */
.tabbrowser-tab {
  border-radius: 10px 10px 0px 0px / 15px 15px 0px 0px !important;
}

.tabbrowser-tab[selected="true"],
.tabbrowser-tab[selected="true"] > hbox {
   margin-left:  0px;
   margin-right: 0px;
   background-color: white !important;
   color: black !important;
   border-bottom: 2px solid #cc6600 !important;
   border-top-left-radius:  12px !important;
   border-top-right-radius: 12px !important;
   }

/* Shorten the tab line along the tops of tabs */
.tab-line {
  margin-left:  10px !important;
  margin-right: 10px !important;
/* it's ugly, so give it the same color as the background */
  background-color: white !important;
}


>
> In each of my profiles, the file \chrome\userChrome.css contains the
> following:
>
> /* Font size on tabs */
> .tabbrowser-tab
> { font-size: 105% !important }
>
> /* Highlight active tab */
> .tabbrowser-tab[selected="true"] > hbox,
> .tabbrowser-tab[selected="true"] > .tab-close-button
> { background-color: #7799FF !important;
>   color: #ff !important }
>
> .tabbrowser-tab[selected="true"]:hover > hbox,
> .tabbrowser-tab[selected="true"]:hover > .tab-close-button
> { background-color: #CCDDFF !important;
>   color: #00 !important }
>
>
> --
> David E. Ross
> 
>
> I just do not understand why so many people think
> a sore loser makes a great President.
> ___
> support-seamonkey mailing list
> support-seamonkey@lists.mozilla.org
> https://lists.mozilla.org/listinfo/support-seamonkey
>
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Active Tab Stopped being Indicated

2020-12-29 Thread WaltS48

On 12/29/20 12:37 PM, DoctorBill wrote:

WaltS48 wrote:

DoctorBill wrote:

WaltS48 wrote:

On 12/29/20 10:04 AM, DoctorBill wrote:

WaltS48 wrote:

DoctorBill wrote:

When I have multiple TABS working in My SeaMonkey, it would
indicated which tab was active on screen with a colored tag in one
corner of the Tab.

For some reason, it stopped doing that.

Can someone tell me how to get that feature back ?

DoctorBill


Are you using CSS or an extension that provided the indicator?

I see a Tab Numbers extension when I do a search in the Add-ons 
Manager.




Nothing for an active tab.

.
I don't remember what made my Tabs indicate the current, in use 
tab.sorry.


It had a bright colored number that showed which tab I was IN at 
the moment.
Now it is hard to tell in a string of many tabs.   I find some 
feature and install
it back somewhere in the past (days to years) and then forget 
how/where I

got it.


The extension I linked to in my previous response adds a bright 
colored number to the tabs. I don't know if it shows which tab you 
are in at the moment.



.
I installed it.  No bright colored numbers show up (?) - after 
exiting windows

and restarting my compuker.

Is there a toggle that I need to throw ?

DB




Not that I can find.

I installed it and a new tab opened with a number, the Firefox logo, 
and "Congratulations! Tab Numbers installed successfully. You can 
right now start using your new add-on." as part of the tabs page.


I click a different tab and the number highlights in red while the 
others fade.


It even works in the Mail & Newsgroups window.

.
  I installed it AGAIN 2x even !

No Message of Congrats.   I am using SeaMonkey 2.49.1.

DB


I'm using SM 2.53.5.1.

My screenshot.



--
OS: Ubuntu Linux 18.04LTS - Gnome Desktop
https://www.thunderbird.net/en-US/get-involved/
https://give.thunderbird.net/en-US/


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


Re: Active Tab Stopped being Indicated

2020-12-29 Thread DoctorBill

DoctorBill wrote:

WaltS48 wrote:

DoctorBill wrote:

WaltS48 wrote:

On 12/29/20 10:04 AM, DoctorBill wrote:

WaltS48 wrote:

DoctorBill wrote:

When I have multiple TABS working in My SeaMonkey, it would
indicated which tab was active on screen with a colored tag in one
corner of the Tab.

For some reason, it stopped doing that.

Can someone tell me how to get that feature back ?

DoctorBill


Are you using CSS or an extension that provided the indicator?

I see a Tab Numbers extension when I do a search in the Add-ons 
Manager.




Nothing for an active tab.

.
I don't remember what made my Tabs indicate the current, in use 
tab.sorry.


It had a bright colored number that showed which tab I was IN at 
the moment.
Now it is hard to tell in a string of many tabs.   I find some 
feature and install
it back somewhere in the past (days to years) and then forget 
how/where I

got it.


The extension I linked to in my previous response adds a bright 
colored number to the tabs. I don't know if it shows which tab you 
are in at the moment.



.
I installed it.  No bright colored numbers show up (?) - after 
exiting windows

and restarting my compuker.

Is there a toggle that I need to throw ?

DB




Not that I can find.

I installed it and a new tab opened with a number, the Firefox logo, 
and "Congratulations! Tab Numbers installed successfully. You can 
right now start using your new add-on." as part of the tabs page.


I click a different tab and the number highlights in red while the 
others fade.


It even works in the Mail & Newsgroups window.

.
  I installed it AGAIN 2x even !

No Message of Congrats.   I am using SeaMonkey 2.49.1.

DB

.
.
Screenshot
https://i.postimg.cc/BQRFL3cD/Sea-Monkey-Screenshot-Tabs.jpg

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


Re: Active Tab Stopped being Indicated

2020-12-29 Thread DoctorBill

WaltS48 wrote:

DoctorBill wrote:

WaltS48 wrote:

On 12/29/20 10:04 AM, DoctorBill wrote:

WaltS48 wrote:

DoctorBill wrote:

When I have multiple TABS working in My SeaMonkey, it would
indicated which tab was active on screen with a colored tag in one
corner of the Tab.

For some reason, it stopped doing that.

Can someone tell me how to get that feature back ?

DoctorBill


Are you using CSS or an extension that provided the indicator?

I see a Tab Numbers extension when I do a search in the Add-ons 
Manager.




Nothing for an active tab.

.
I don't remember what made my Tabs indicate the current, in use 
tab.sorry.


It had a bright colored number that showed which tab I was IN at the 
moment.
Now it is hard to tell in a string of many tabs.   I find some 
feature and install
it back somewhere in the past (days to years) and then forget 
how/where I

got it.


The extension I linked to in my previous response adds a bright 
colored number to the tabs. I don't know if it shows which tab you 
are in at the moment.



.
I installed it.  No bright colored numbers show up (?) - after exiting 
windows

and restarting my compuker.

Is there a toggle that I need to throw ?

DB




Not that I can find.

I installed it and a new tab opened with a number, the Firefox logo, and 
"Congratulations! Tab Numbers installed successfully. You can right now 
start using your new add-on." as part of the tabs page.


I click a different tab and the number highlights in red while the 
others fade.


It even works in the Mail & Newsgroups window.

.
 I installed it AGAIN 2x even !

No Message of Congrats.   I am using SeaMonkey 2.49.1.

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


Re: Active Tab Stopped being Indicated

2020-12-29 Thread WaltS48

DoctorBill wrote:

WaltS48 wrote:

On 12/29/20 10:04 AM, DoctorBill wrote:

WaltS48 wrote:

DoctorBill wrote:

When I have multiple TABS working in My SeaMonkey, it would
indicated which tab was active on screen with a colored tag in one
corner of the Tab.

For some reason, it stopped doing that.

Can someone tell me how to get that feature back ?

DoctorBill


Are you using CSS or an extension that provided the indicator?

I see a Tab Numbers extension when I do a search in the Add-ons 
Manager.




Nothing for an active tab.

.
I don't remember what made my Tabs indicate the current, in use 
tab.sorry.


It had a bright colored number that showed which tab I was IN at the 
moment.
Now it is hard to tell in a string of many tabs.   I find some 
feature and install
it back somewhere in the past (days to years) and then forget 
how/where I

got it.


The extension I linked to in my previous response adds a bright 
colored number to the tabs. I don't know if it shows which tab you are 
in at the moment.



.
I installed it.  No bright colored numbers show up (?) - after exiting 
windows

and restarting my compuker.

Is there a toggle that I need to throw ?

DB




Not that I can find.

I installed it and a new tab opened with a number, the Firefox logo, and 
"Congratulations! Tab Numbers installed successfully. You can right now 
start using your new add-on." as part of the tabs page.


I click a different tab and the number highlights in red while the 
others fade.


It even works in the Mail & Newsgroups window.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Active Tab Stopped being Indicated

2020-12-29 Thread David E. Ross
On 12/29/2020 5:37 AM, DoctorBill wrote:
> When I have multiple TABS working in My SeaMonkey, it would
> indicated which tab was active on screen with a colored tag in one
> corner of the Tab.
> 
> For some reason, it stopped doing that.
> 
> Can someone tell me how to get that feature back ?
> 
> DoctorBill
> 

My active tab is dark blue with white text.  If I hover my cursor on
that tab, it turns light blue with black text.  Note, however, this is
in SeaMonkey 2.49.5.

In each of my profiles, the file \chrome\userChrome.css contains the
following:

/* Font size on tabs */
.tabbrowser-tab
{ font-size: 105% !important }

/* Highlight active tab */
.tabbrowser-tab[selected="true"] > hbox,
.tabbrowser-tab[selected="true"] > .tab-close-button
{   background-color: #7799FF !important;
color: #ff !important }

.tabbrowser-tab[selected="true"]:hover > hbox,
.tabbrowser-tab[selected="true"]:hover > .tab-close-button
{   background-color: #CCDDFF !important;
color: #00 !important }


-- 
David E. Ross


I just do not understand why so many people think
a sore loser makes a great President.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Active Tab Stopped being Indicated

2020-12-29 Thread DoctorBill

WaltS48 wrote:

On 12/29/20 10:04 AM, DoctorBill wrote:

WaltS48 wrote:

DoctorBill wrote:

When I have multiple TABS working in My SeaMonkey, it would
indicated which tab was active on screen with a colored tag in one
corner of the Tab.

For some reason, it stopped doing that.

Can someone tell me how to get that feature back ?

DoctorBill


Are you using CSS or an extension that provided the indicator?

I see a Tab Numbers extension when I do a search in the Add-ons Manager.



Nothing for an active tab.

.
I don't remember what made my Tabs indicate the current, in use 
tab.sorry.


It had a bright colored number that showed which tab I was IN at the 
moment.
Now it is hard to tell in a string of many tabs.   I find some feature 
and install

it back somewhere in the past (days to years) and then forget how/where I
got it.


The extension I linked to in my previous response adds a bright colored 
number to the tabs. I don't know if it shows which tab you are in at the 
moment.



.
I installed it.  No bright colored numbers show up (?) - after exiting 
windows

and restarting my compuker.

Is there a toggle that I need to throw ?

DB


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


Re: Active Tab Stopped being Indicated

2020-12-29 Thread WaltS48

On 12/29/20 10:04 AM, DoctorBill wrote:

WaltS48 wrote:

DoctorBill wrote:

When I have multiple TABS working in My SeaMonkey, it would
indicated which tab was active on screen with a colored tag in one
corner of the Tab.

For some reason, it stopped doing that.

Can someone tell me how to get that feature back ?

DoctorBill


Are you using CSS or an extension that provided the indicator?

I see a Tab Numbers extension when I do a search in the Add-ons Manager.



Nothing for an active tab.

.
I don't remember what made my Tabs indicate the current, in use 
tab.sorry.


It had a bright colored number that showed which tab I was IN at the 
moment.
Now it is hard to tell in a string of many tabs.   I find some feature 
and install

it back somewhere in the past (days to years) and then forget how/where I
got it.


The extension I linked to in my previous response adds a bright colored 
number to the tabs. I don't know if it shows which tab you are in at the 
moment.


--
OS: Ubuntu Linux 18.04LTS - Gnome Desktop
https://www.thunderbird.net/en-US/get-involved/
https://give.thunderbird.net/en-US/


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


Re: Active Tab Stopped being Indicated

2020-12-29 Thread DoctorBill

WaltS48 wrote:

DoctorBill wrote:

When I have multiple TABS working in My SeaMonkey, it would
indicated which tab was active on screen with a colored tag in one
corner of the Tab.

For some reason, it stopped doing that.

Can someone tell me how to get that feature back ?

DoctorBill


Are you using CSS or an extension that provided the indicator?

I see a Tab Numbers extension when I do a search in the Add-ons Manager.



Nothing for an active tab.

.
I don't remember what made my Tabs indicate the current, in use 
tab.sorry.


It had a bright colored number that showed which tab I was IN at the moment.
Now it is hard to tell in a string of many tabs.   I find some feature 
and install

it back somewhere in the past (days to years) and then forget how/where I
got it.  The Piss-Off is when some "site" changes my SeaMonkey setup 
unannounced

and unrequested...
If I am not having multiple TABS onscreen for a few days, I don't even 
know WHEN
it happened.   For an unwashed average user, all these "features" in 
complicated in the

extreme !

Anyway...Now, it is difficult to see which Tab is active - all I have is 
the slight 3-D effect

which is minimal at best.

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


Re: Active Tab Stopped being Indicated

2020-12-29 Thread WaltS48

DoctorBill wrote:

When I have multiple TABS working in My SeaMonkey, it would
indicated which tab was active on screen with a colored tag in one
corner of the Tab.

For some reason, it stopped doing that.

Can someone tell me how to get that feature back ?

DoctorBill


Are you using CSS or an extension that provided the indicator?

I see a Tab Numbers extension when I do a search in the Add-ons Manager.



Nothing for an active tab.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Active Tab Stopped being Indicated

2020-12-29 Thread DoctorBill

When I have multiple TABS working in My SeaMonkey, it would
indicated which tab was active on screen with a colored tag in one
corner of the Tab.

For some reason, it stopped doing that.

Can someone tell me how to get that feature back ?

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