EE wrote on 4/10/2015 3:29 PM:
Ed Mullen wrote:
Ronnie wrote on 4/9/2015 9:31 PM:
UI enhancements

Perhaps the active tab text should be bold since its at time hard to
disguish which tab is open.

Here's a bit from my userChrome.css file:

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


Find bar relocation to the bottom like firefox

statusbar thinned to provide more screenspace

Hardly an issue with my 1920 x 1080 res display.

You could also change the background colour of the selected tab.  That
way, it really stands out.


Err, that's what my userContent.css code does!


--
Ed Mullen
http://edmullen.net/
The trouble with doing something right the first time is that nobody appreciates how difficult it was.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to