Daniel wrote:
Rickles wrote:
Rickles wrote:
Are the commands and object references in the userChrome.css files the
same between the v1.x and v2.x generations of SM?

I just updated to SM v2.0.8 from 1.1.19, and everything appears to have
been migrated from the old to new profiles, including the old chrome
folder and contents. However, the view in the mail window I expect
hasn't made the change.

What I want is a non-white background for the mail folder and message
list (thread) panes. The previous SM setup had a pale green background
(color code #c5e2e2), but those settings aren't being picked up in SM2.
Duirng my searches for a solution, I've seen many different examples of
code suggested, usually to change fonts, but the structure of the code
in a lot of those examples has varied enough that I'm not happy with
making lots of arbitrary changes on my own just to see what happens.

There is a tool available called ChromEdit Plus, but it won't install
under SM 2.0.8 (compatibility error.) Some articles from the Moz pages
which talk about this sort of thing are 6 years old, and those
suggestions aren't working in my case.

Any suggestions?
Disregard. I spent another couple of hours searching, reading, going
blind on repeat links to the same places, etc., and finally stumbled on
one solution which worked. Now I just gotta decide which color hex code
I prefer.

....and the solution was................??

(for the benefit of others here that might want similar function.)

Daniel
Pasting the following into the userChrome.css file:

/* Folder and Message panes (color, very light green, c5e2e2) */
treechildren {
background-color: #c6e3e3 !important;
}

It does turn the mail folder and message thread panes background color green, but there's an unexpected side effect with the browser as well (to do with the location bar background color, but only under certain conditions.) Not what I wanted, but I haven't the time to learn enough about CSS code to sort it out right now. Cisco training takes up a lot of time.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to