Ok. I played around and got some things to work. I'd really appreciate
if someone helped me out and got everything to work.
Pratik wrote:
> So after finding out that the fault for displaying the blue bar and ">"
> lies with the theme being used, I decided to switch to the classic
> theme. But I want to tweak it to look better. I looked at the
> "Customizing Mozilla" page and it didn't help me. Here's what I want to do.
>
> 1. Change the background colour in the left-hand pane of Mail/News (the
> one that shows all the accounts) from gray to white.
>
> 2. Change the background colour of the messages (top right hand pane in
> 3-pane view) of Mail/News from gray to white.
outliner {
background-color : white !important;
}
That seemed to fix my 2nd problem. Didn't fix my 1st one but I guess
that because the "outliner" widget hasn't landed for 1. Any idea on what
to do in the meantime?
> [Oddly enough, for 1 and 2, Windows Moz displays the background colours
> as white while Linux Moz dispolays it as gray]
>
> 3. Add a border (line of 1px) to the tooltips.
.tooltip-label
{
border : 1px solid !important;
}
That solved the problem for most tooltips. But it doesn't seem to add a
border to the tooltip that gets displayed whne you move the mouse over
the mailbox folders.
> 4. Colour messages based on priority. Colour the entire message that is
> Subject, Sender, etc (again in the top right pane of 3-pane view).
Still clueless.
- Pratik.