keith_w wrote:
My Home Account list window does highlight the selected folder, such as Mail and other folders I have under Inbox, when selected, but...the selected folders show up with a VERY light pastel blue highlight!

Where can I change that to a darker color?

Try something like this in userChrome.css (file to be created in profile's chrome folder):

#folderTree treechildren::-moz-tree-row(selected) {
  background-color: #009 !important;
  color: white !important;
}

For more options see the middle part of <http://www.xulplanet.com/tutorials/xultu/treestyle.html>

HTH

Jens

--
Jens Hatlak <http://jens.hatlak.de/>
SeaMonkey Trunk Tracker <http://smtt.blogspot.com/>
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to