Lower part of the message pane
Hi, I'm using Thunderbird version 140.0 on Windows 10 and trying to change the background of the message pane. I've tried: messagepanebox { background-color: #e6f… (saznaj više)
Hi, I'm using Thunderbird version 140.0 on Windows 10 and trying to change the background of the message pane. I've tried:
- messagepanebox {
background-color: #e6f3ff !important;
}
but it only changes the upper part and I can't find a way to target the whole flex container or the lower part. There is a forum response (titled Message preview pane background) that targets the message pane:
- messagePane {
background-image: url("file:///C:/path to image/image.jpg") !important;}
and that fills the message pane when its blank at startup but it disappears when selecting a message from the list.
I can add the background-color statement to :root in Developer Tools and that only works for the current selected message. How can I change the background of the entire Message Pane - the upper and lower part that contains the contents of the message - for each message that is selected? Thanks, David