Jonathan N. Little schrieb am 23.08.2016 um 15:23:
Jonathan N. Little wrote:
Frank Häusler wrote:


This is too Firefox-only.

This will also help:

<http://kb.mozillazine.org/UserChrome.css_Element_Names/IDs>


I cannot find where I squirreled way the reference for SeaMonkey's
chrome elements. You can research what you want with DOM Inspector

CTRL+SHIFT+I

And in the inspect URL box enter:

chrome://messenger/content/messenger.xul


And for those, who want to change the color like me, here ist the complete code to put into userChrome.css.

#folderTree {
  background-color: #c6c5ce !important;
}
#folderTree > treechildren::-moz-tree-row(odd) {
  background-color: #c6c5ce !important;
}


And to set the Font-Color use:

#folderTree {
  color: #000000 !important;
}

Now the challenge ist to find the solution, to set the Font-Color for the highlighted text in the folderTree.

......

Frank


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

Reply via email to