Re: Chrome Colors

2009-02-05 Thread John Doue
Peter Potamus the Purple Hippo wrote: Rickles wrote: From previous posts, I started using the text below in my userContent.css file, and it works a treat for mail newsgroups: block quoting is different than what the OP wants. He wants the folders colored, and what you have displayed is

Re: Chrome Colors

2009-02-05 Thread Peter Potamus the Purple Hippo
John Doue wrote: After some tries, here is the content of my Userchrome.css. It integrates the tip from Peter about the Throbber. Feel free to experiment with this ... and improve! Thats great. You know, if I were you, I would separate each one so you can tell where one ends, and where

Re: Chrome Colors

2009-02-05 Thread John Doue
Peter Potamus the Purple Hippo wrote: John Doue wrote: After some tries, here is the content of my Userchrome.css. It integrates the tip from Peter about the Throbber. Feel free to experiment with this ... and improve! Thats great. You know, if I were you, I would separate each one so you

Chrome Colors

2009-02-04 Thread John Doue
Using SM 1.1.13: A post on the TB NG (Chrome Colors or Nothing) gave me the idea to customize my mail folders in UserChrome.css by adding: treechildren::-moz-tree-cell-text(folderNameCol, isServer-true, serverType-none) {color: blue !important;} which indeed works for the Local Folder

Re: Chrome Colors

2009-02-04 Thread Peter Potamus the Purple Hippo
John Doue wrote: Using SM 1.1.13: A post on the TB NG (Chrome Colors or Nothing) gave me the idea to customize my mail folders in UserChrome.css by adding: treechildren::-moz-tree-cell-text(folderNameCol, isServer-true, serverType-none) {color: blue !important;} which indeed works

Re: Chrome Colors

2009-02-04 Thread Peter Potamus the Purple Hippo
John Doue wrote: Peter, Peter Potamus the Purple Hippo wrote: John Doue wrote: Using SM 1.1.13: A post on the TB NG (Chrome Colors or Nothing) gave me the idea to customize my mail folders in UserChrome.css by adding: treechildren::-moz-tree-cell-text(folderNameCol, isServer-true, serverType

Re: Chrome Colors

2009-02-04 Thread Rickles
Peter Potamus the Purple Hippo wrote: John Doue wrote: Using SM 1.1.13: A post on the TB NG (Chrome Colors or Nothing) gave me the idea to customize my mail folders in UserChrome.css by adding: treechildren::-moz-tree-cell-text(folderNameCol, isServer-true, serverType-none) {color: blue