Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Alternate line shading

861 views
Skip to first unread message

Michael

unread,
Jan 27, 2012, 7:45:21 AM1/27/12
to
I seem to have lost my alternate line shading in Thunderbird 9; how do I
get it back please?

Mike Easter

unread,
Jan 27, 2012, 8:08:28 AM1/27/12
to
Michael wrote:
> I seem to have lost my alternate line shading in Thunderbird 9; how do I
> get it back please?

What add-ons?

What chrome?


--
Mike Easter

Michael

unread,
Jan 27, 2012, 8:21:39 AM1/27/12
to
On 27/01/2012 13:08, Mike Easter wrote:
> Michael wrote:
>> I seem to have lost my alternate line shading in Thunderbird 9; how do I
>> get it back please?
>
> What add-ons?
>
> What chrome?
>
>
Various add-on but they have not changed since before the problem occurred.

Not sure what you mean asking 'What chrome?'

Jay Garcia

unread,
Jan 27, 2012, 8:28:55 AM1/27/12
to
On 27.01.2012 06:45, Michael wrote:

--- Original Message ---

> I seem to have lost my alternate line shading in Thunderbird 9; how do I
> get it back please?

Are you speaking of a particular theme you had installed but is now not
selected? Can you be a little more specific about "line shading"? Thanks

--
Jay Garcia - www.ufaq.org - Netscape - Firefox - SeaMonkey - Thunderbird
Mozilla Contribute Coordinator Team - www.mozilla.org/contribute/
Mozilla Mozillian Member - www.mozillians.org
Mozilla Contributor Member - www.mozilla.org/credits/

Michael

unread,
Jan 27, 2012, 8:40:26 AM1/27/12
to
On 27/01/2012 13:28, Jay Garcia wrote:
> On 27.01.2012 06:45, Michael wrote:
>
> --- Original Message ---
>
>> I seem to have lost my alternate line shading in Thunderbird 9; how do I
>> get it back please?
>
> Are you speaking of a particular theme you had installed but is now not
> selected? Can you be a little more specific about "line shading"? Thanks
>

I 'personalised' my desktop in Windows 7 but didn't like it so reverted
to 'Windows Classic' which is what I had before.

The line shading in Thunderbird is the light shading of alternate lines
in the list of emails window that allows easier reading across the screen.

Mike Easter

unread,
Jan 27, 2012, 9:09:00 AM1/27/12
to
Michael wrote:
> Mike Easter wrote:
>> Michael wrote:

>>> I seem to have lost my alternate line shading in Thunderbird 9; how do I
>>> get it back please?
>>
>> What add-ons?
>>
>> What chrome?
>>
>>
> Various add-on but they have not changed since before the problem occurred.

Yabbut different versions of Tb interact differently with the add-ons.
Sometimes when you adapt one recipe to another and then another, you
should leave out one of the seasonings in the 3rd version that worked OK
in the other two recipe mods before.

> Not sure what you mean asking 'What chrome?'

Some people mod their chrome with or without an add-on

http://eriwen.com/css/tweaking-thunderbirds-chrome/ Personalize your
Thunderbird by changing it’s chrome

There are many ways to personalize/modify Tbird and have the mods not
work the same way in another version.

My Tb 9 & 10 both/each have alternate line shading in the thread pane. I
have no add-ons or chrome mods.

I realize that my saying that I don't have the problem doesn't seem
helpful, but so far all I know is that you have various add-ons and I don't.


--
Mike Easter

WLS

unread,
Jan 27, 2012, 10:02:47 AM1/27/12
to
I only see alternate line shading when I enable the Default theme. I use
the Nuvola 1.12 theme, and there is no alternate line shading that I can
see.



--
Thunderbird Beta

Michael

unread,
Jan 27, 2012, 11:14:05 AM1/27/12
to
OK, I restarted TB with Add-ons disabled and still have the problem.

Michael

unread,
Jan 27, 2012, 11:15:09 AM1/27/12
to
Sorry to be dense but which 'Default Theme' are you referring to?


WLS

unread,
Jan 27, 2012, 11:22:24 AM1/27/12
to
The one that is Default with a new Thunderbird installation, new
profile, no add-ons.

--
Thunderbird Beta

Michael

unread,
Jan 27, 2012, 1:38:59 PM1/27/12
to
It appears I am using the Default Theme.

Wayne Mery

unread,
Jan 27, 2012, 2:22:31 PM1/27/12
to
On 1/27/2012 1:38 PM, Michael wrote:
> On 27/01/2012 15:02, WLS wrote:

I use littlebird theme to get zebra striping
https://addons.mozilla.org/en-us/thunderbird/addon/littlebird-for-thunderbird/

--
contribute ... http://wiki.mozilla.org/Thunderbird:Testing
evangelize ... http://www.spreadthunderbird.com/aff/165/

EE

unread,
Jan 27, 2012, 2:45:19 PM1/27/12
to
On 2012-01-27 12:22, Wayne Mery wrote:
> On 1/27/2012 1:38 PM, Michael wrote:
>> On 27/01/2012 15:02, WLS wrote:
>
> I use littlebird theme to get zebra striping
> https://addons.mozilla.org/en-us/thunderbird/addon/littlebird-for-thunderbird/
>
>
I thought Alfred had done away with the stripes long ago. He had with
the Littlefox theme, and I kept putting them back because I liked them.

The Real Bev

unread,
Jan 27, 2012, 4:36:22 PM1/27/12
to
On 01/27/2012 04:45 AM, Michael wrote:

> I seem to have lost my alternate line shading in Thunderbird 9; how do I
> get it back please?

Perhaps adding this to your userChrome.css will help:

/*zebra striping somewhere*/

treechildren::-moz-tree-row(odd){background:aquamarine;color:black}
treechildren::-moz-tree-row(selected),
treechildren::-moz-tree-row(odd, selected){
background-color: -moz-Dialog; color: -moz-DialogText;}
treechildren::-moz-tree-row(selected, focus),
treechildren::-moz-tree-row(odd, selected, focus){
background-color: Highlight; color: HighlightText}


--
Cheers, Bev
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"Even Islamic terrorists don't hate America like liberals do.
They don't have the energy. If they had that much energy,
they'd have indoor plumbing by now." -- Ann Coulter


The Real Bev

unread,
Jan 27, 2012, 6:08:02 PM1/27/12
to
On 01/27/2012 01:36 PM, The Real Bev wrote:

> On 01/27/2012 04:45 AM, Michael wrote:
>
>> I seem to have lost my alternate line shading in Thunderbird 9; how do I
>> get it back please?
>
> Perhaps adding this to your userChrome.css will help:
>
> /*zebra striping somewhere*/
>
> treechildren::-moz-tree-row(odd){background:aquamarine;color:black}
> treechildren::-moz-tree-row(selected),
> treechildren::-moz-tree-row(odd, selected){
> background-color: -moz-Dialog; color: -moz-DialogText;}
> treechildren::-moz-tree-row(selected, focus),
> treechildren::-moz-tree-row(odd, selected, focus){
> background-color: Highlight; color: HighlightText}

The actual syntax for a comment is /* comment */. TB turns the *s into
bold markers. Just wanted to be clear.

--
Cheers, Bev
============================================================
If trees could scream, would we be so cavalier about cutting
them down? We might, if they screamed all the time, for
no good reason. - Jack Handy
0 new messages