On 11/04/15 13:04, Ed Mullen wrote:
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!


Don't know if I've got any extra .css doing stuff, but my selected tab is black writing on a light grey background and the de-selected tabs are black writing on a dark grey background.

Easily distinguishable!!

(Just checked ... 1 have a userChrome.css but the only active code is to do with the @namespace url and bookmarks max-width!!)

--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 SeaMonkey/2.32 Build identifier: 20141218225909
or
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 SeaMonkey/2.33 Build identifier: 20150215202114
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to