DoctorBill wrote:
I am using SM 2.46 right now.  I just lately installed it on my wife's
desktop.
We both are using Windows 7 Pro.
I do not know why, but on my computer, when there are multiple Tabs, the
Tab in use at the moment is light colored.  In Pref's, appearance,
colors, active is set to Red.

On my wife's computer, all the (Multiple) tabs in use are ALL the same
color, which makes it difficult to tell which tab you are in at any
moment.  Underline links is checked.

I have looked in preferences to see why my Tabs act that way in order to
fix my wife's system.

Is this current tab thing a SM thing or a Windows 7 thing ?

Can someone tell me what to toggle in SM (or Windows 7) to make the
current Tab (when there are multiple tabs) different (light, colored,
something to identify it) ?

DoctorBill


If you use the same theme all the time, you could add code to a userChrome.css file in a chrome subdirectory in the profile for SeaMonkey to change the background of the selected tab. The code:

/* Do not remove the @namespace line -- it's required for correct functioning */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";);

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

More info about userChrome.css:
http://kb.mozillazine.org/UserChrome.css


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

Reply via email to