On 7/8/17 at 11:39 AM, Ed Mullen's prodigious digits fired off with great aplomb:
On 7/8/17 at 10:08 AM, DoctorBill's prodigious digits fired off with great aplomb:
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



Jonathan's reply is good.  You can also go further.

<http://edmullen.net/temp/cap0708.jpg>

What you see there is done by this code in userChrome.css:

/* Change color of active tab */
tab[selected="true"] {
    background: #383 url(tab05.jpg);
    color: white !important;
}

/* Make the active tab bold */
tab[selected="true"] {
    font-weight: bold !important;
}

/* Change color of normal/unselected tabs */
tab:not([selected="true"]) {
    background: #383 url(tab03.jpg);
    color: blue !important;
}




I should have mentioned (the obvious) that you'll have to create the jpg files referred to in the above. ;-) It's those files that make the active tab a blue pattern and inactive the yellow pattern.

--
Ed Mullen
http://edmullen.net/
"I don't think I handle the notes much differently from other pianists. But the pauses between the notes - ah, there is where the artistry lies!" - Artur Schnabel
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to