David E. Ross wrote:
On 4/2/2017 1:53 PM, DoctorBill wrote:
New Question - SM 2.46 in Windows 7

I have tabbed Browsing working, but I find it difficult to finger out
which Tab is the one currently open !

When I ran Tabbed Browsing in my old SM 1.1 (?), the open tab had a
colored bar running across the top of the tab.

I do not see a toggle to do this in this newer 2.46.

Am I missing it somewhere ?

DoctorBill


1.  Locate the SeaMonkey profile where you want to fix this.

2.  Open the folder named chrome.

3.  If you do not have a file named userChrome.css in that folder, make
a copy of the file named userChrome-example.css and rename the copy
userChrome.css.

4.  Open the file userChrome.css in a plain-text editor (e.g., Notepad,
Wordpad, but NOT Word).

5.  At the end of the file, insert the following:

/* 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 }

6.  Save userChrome.css in place.

The first line -- bracketed with /* and */ -- is a comment.  The block
immediately after that comment makes the currently active tab dark blue
with white text.  The second block makes a tab light blue with black
text if you hover your cursor over the active tab.


OK....I copied your message into WordPad and printed it out.

I will attempt this.....Complex !  ...at least to me !

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

Reply via email to