Jens Hatlak wrote:
Bill Spikowski wrote:
Jens Hatlak wrote:
I posted the exact version you need to install:
<https://addons.mozilla.org/en-US/seamonkey/addon/colorfultabs/versions/#version-4.8.1.6.1>


I just installed this on SM 2.2; the Add-Ons Manager says it's not
compatible, but the tabs sure are colorful now!

All I really want is to highlight the current tab with any color that's
different than the other tabs. Can this extension do that?

I don't think so. What you want is this:

1. Install Stylish 1.2 (needs compatibility override for SM 2.2) or do
the below in your userChrome.css
2. add this style:

.tabbrowser-tab[selected="true"] > hbox {
background-color:#b7e490 !important;
}

The color is just an example (you can choose what you like), and you can
of course apply any CSS there, like color: for the foreground color etc.

HTH

Jens


That's what I was looking for. Thanks!

Now, how do I change the color to a light blue?

--
 JD..
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to