On 12/29/20, David E. Ross <not_me@not_there.invalid> 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: #ffffff !important }
>
> .tabbrowser-tab[selected="true"]:hover > hbox,
> .tabbrowser-tab[selected="true"]:hover > .tab-close-button
> {     background-color: #CCDDFF !important;
>       color: #000000 !important }
>
>
> --
> David E. Ross
> <http://www.rossde.com/>
>
> I just do not understand why so many people think
> a sore loser makes a great President.
> _______________________________________________
> support-seamonkey mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/support-seamonkey
>
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to