Frank Häusler wrote:
Hello !
How is the easiest way to change the background-colors in the
folderlist-area.

I'm using SM 2.4 Linux


Well the same way on any OS with a userChrome.css file. The OS-dependent part is where the profile is located:

<http://kb.mozillazine.org/Profile_folder_-_SeaMonkey#Navigating_to_the_profile_folder>

In you profile DIR in the SUBDIR 'chrome' either edit or create css file userChrome.css

/* userChrome.css example */

/*
 * In the pink
 */
#folderTree {
  background-color: #ffdddd !important;
}


This will also help:

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



--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to