Pytania oznaczone etykietą: Pokaż wszystkie pytania
  • Rozwiązane
  • Zarchiwizowany

Supernova 115* How to reduce the spacing in the Message Header area.

The 'Message Header' is the area above where the message content of an opened email is displayed. It typically contains a set of buttons - Reply, Forward, Archive, Junk, … (czytaj dalej)

The 'Message Header' is the area above where the message content of an opened email is displayed. It typically contains a set of buttons - Reply, Forward, Archive, Junk, Delete and More It shows From, To, Subject and Date It may show other information depending upon settings and type of email.

Do you find the spacing between eg: the 'From' line and the 'TO' line is too much? Do you want to reduce this gap? If yes, then the following information may solve your problem.

Pytanie zadane przez Toad-Hall 7 miesięcy temu

Odpowiedź udzielona przez Toad-Hall 7 miesięcy temu

  • Rozwiązane

Contact sidebar shrunk in height

I was upgraded to TB 115 when I had to get a new computer. I have become quite used to using userchrome to highly personalise my TB, mainly to restore previous features.… (czytaj dalej)

I was upgraded to TB 115 when I had to get a new computer. I have become quite used to using userchrome to highly personalise my TB, mainly to restore previous features.

However, somehow, in making the "Write" screen the way I like it, I have shrunk the section of the Contacts Sidebar which contains the actual addresses/contacts, down to the point where only one contact is visible. There is a scroll bar so I can see the other addresses are there. It is just that the bottom border of that box has elevated itself and there is a mass of blank space below.

I am sure I have caused it with some code, however everything I have tried to adjust only works on the heading part of the Contacts Sidebar, not the panel with the addresses. I have searched the net to find out what that panel is officially called, without success.

Could a helpful person tell me the "official" name (to use in the css) of that panel so that I can fix it? Or even write me a little code to make that box go back to default?

Just for context, the reason I was fiddling with it was because the panel is excessively spaced, and I was trying to compact the contacts together.

Thanks Fiona

Pytanie zadane przez Fiona 4 miesiące temu

Odpowiedź udzielona przez sfhowes 4 miesiące temu

  • Rozwiązane
  • Zarchiwizowany

Supernova 115* - How to increase the minimum height of 'Thread Pane', so you can raise the 'Message Pane' higher.

Have you discovered that you cannot raise the 'Message Pane' as far upwards as in previous versions? This is because the developers have increased the minimum height of … (czytaj dalej)

Have you discovered that you cannot raise the 'Message Pane' as far upwards as in previous versions? This is because the developers have increased the minimum height of the Thread Pane otherwise known as 'Message List'.

Pytanie zadane przez Toad-Hall 9 miesięcy temu

Odpowiedź udzielona przez Toad-Hall 9 miesięcy temu

  • Rozwiązane
  • Zarchiwizowany

Place / configure TB 115's main window's menu bar ABOVE the button toolbar

Hi, In TB 102 the menu toolbar was still above the button toolbar, if I am not mistaken. In TB 115 this seems to have changed... I could not find a way to customize it b… (czytaj dalej)

Hi, In TB 102 the menu toolbar was still above the button toolbar, if I am not mistaken. In TB 115 this seems to have changed... I could not find a way to customize it back as it was. Pointers anyone ? Thank you.

Pytanie zadane przez Cbhihe 11 miesięcy temu

Odpowiedź udzielona przez david 11 miesięcy temu

  • Rozwiązane
  • Zarchiwizowany

Menu bar is below tool bar after updating to Thunderbird 115.0

Hi, after updating to new Thunderbird 115.0 menu bar appeared below tool bar and I couldn't find a way how to put it above as in previous versions. Please see attached i… (czytaj dalej)

Hi,

after updating to new Thunderbird 115.0 menu bar appeared below tool bar and I couldn't find a way how to put it above as in previous versions. Please see attached image. Any idea?

Thank you.

Pytanie zadane przez Kreibich 11 miesięcy temu

Odpowiedź udzielona przez david 11 miesięcy temu

  • Rozwiązane
  • Zarchiwizowany

userChrome.css

Hello, I have been using a custom userChrome.css in the past, but it does not work since I upgraded to 115.0.1 Is the userChrome.css still supported? I have turned it … (czytaj dalej)

Hello, I have been using a custom userChrome.css in the past, but it does not work since I upgraded to 115.0.1

Is the userChrome.css still supported? I have turned it on in config mgr, and tried every resource I cna find on the web, but my userChrome.css is ignored.

TIA...

Pytanie zadane przez steve553 10 miesięcy temu

Odpowiedź udzielona przez Toad-Hall 10 miesięcy temu

  • Rozwiązane
  • Zarchiwizowany

How to remove the new toolbar in version 115?

Hello, The new UI has this massive customizable toolbar at the top of the screen, it wastes a lot of space and doesn't look good compared to the old UI, you can fully cu… (czytaj dalej)

Hello,

The new UI has this massive customizable toolbar at the top of the screen, it wastes a lot of space and doesn't look good compared to the old UI, you can fully customize it even leaving it blank but that does not remove it entirely and it looks off with just a blank nothing up there, where is the option to completely remove this new toolbar?

Regards,

Pytanie zadane przez chugg7 11 miesięcy temu

Odpowiedź udzielona przez Wayne Mery 11 miesięcy temu

  • Rozwiązane
  • Zarchiwizowany

Supernova 115* - How to change background colour of Menu Bar and Tabs.

If you have enabled the Menu Bar, maybe you find it is the same colour as the Unified folder and want to change it. Maybe you want to change the colour of the opened Tabs… (czytaj dalej)

If you have enabled the Menu Bar, maybe you find it is the same colour as the Unified folder and want to change it. Maybe you want to change the colour of the opened Tabs. Read the information below to help you use 'userChrome.css' and tailor make your own Thunderbird.

Pytanie zadane przez Toad-Hall 8 miesięcy temu

Odpowiedź udzielona przez Toad-Hall 8 miesięcy temu

  • Rozwiązane
  • Zarchiwizowany

Thunderbird 115 now ignores my userChrome.css

I have a userChrome.css to change the color of unread messages in the "list of messages" pane to orange: /* Messagepane text */ treechildren::-moz-tree-cell-text(new) { … (czytaj dalej)

I have a userChrome.css to change the color of unread messages in the "list of messages" pane to orange:

/* Messagepane text */ treechildren::-moz-tree-cell-text(new) {

       color: #34ebdc !important;
       font-weight: normal;

} treechildren::-moz-tree-cell-text(unread) {

       color: #34c6eb !important;
       font-weight: normal !important;

}

This worked fine in TB 102 and prior. When I upgraded to TB 115 this no longer has any effect. I'm not sure if the userChrome.css is being ignored or if the styling elements in userChrome.css have changed.

I'm on Windows 11 and userChrome.css is located in 2 places: C:\Users\$username\AppData\Roaming\Thunderbird\Profiles\$profile.default\chrome\userChrome.css C:\Users\$username\Application Data\Thunderbird\Profiles\$profile.default\chrome\userChrome.css

Pytanie zadane przez mike645 11 miesięcy temu

Odpowiedź udzielona przez pg_78 8 miesięcy temu

  • Rozwiązane
  • Zarchiwizowany

Inbox Message Header List - Can Font, Spacing, Color be Customized?

I'd like the list of messages in a stronger font, with less white space. And distinguishing unread messages by color instead of bold. Can any of that be configured? I'm… (czytaj dalej)

I'd like the list of messages in a stronger font, with less white space. And distinguishing unread messages by color instead of bold.

Can any of that be configured?

I'm a Thunderbird newbie, moving from Agent where the inbox displayed twice as many message headers in the same space, but was more readable because all messages were in a bold font but the unread messages were in red.

Pytanie zadane przez Toolworker 11 miesięcy temu

Odpowiedź udzielona przez Toad-Hall 8 miesięcy temu

  • Rozwiązane
  • Zarchiwizowany

top toolbar

Yesterday I tried the 115 (Supernova) and I was disappointed because of the toolbar on top of the TB window: I think that you should let the user choose where put any too… (czytaj dalej)

Yesterday I tried the 115 (Supernova) and I was disappointed because of the toolbar on top of the TB window: I think that you should let the user choose where put any toolbar, and I didn't find the way to move in its "classical" place (not at top but below the menu). There is a way to do it? And if not, please consider to give it as soon as possible.

Pytanie zadane przez pc linux casa 9 miesięcy temu

Odpowiedź udzielona przez Toad-Hall 9 miesięcy temu

  • Rozwiązane
  • Zarchiwizowany

TB 115 Customizations

Re: userchrome.css It appears only part of my userchrome file affects customization in latest release (115). Q: Is there any information on how to do customizations fo… (czytaj dalej)

Re: userchrome.css It appears only part of my userchrome file affects customization in latest release (115).

Q: Is there any information on how to do customizations for the following specific items: 1. message pane grid lines, 2. message row alternating colors 3. thickness of all pane splitters?

Thanks for any leads....

Pytanie zadane przez Brant Mercer 11 miesięcy temu

Odpowiedź udzielona przez Wisewiz 11 miesięcy temu

  • Rozwiązane
  • Zarchiwizowany

Convert old CSS snippet to 115

I used to use something like this to reduce the fontsize and remove bold from the folder items... #folderTree > treechildren::-moz-tree-cell-text { font-size:… (czytaj dalej)

I used to use something like this to reduce the fontsize and remove bold from the folder items...

   #folderTree > treechildren::-moz-tree-cell-text {
     font-size: 75% !important;
     font-weight: normal !important;
   }

I've looked through this file and tried a few likely options but nothing seems to work...

https://searchfox.org/comm-esr115/source/mail/themes/shared/mail/folderPane.css

Would anyone have a suggestion as to how to convert the above snippet from the old CSS scheme to 115?

Actually, I would also like to change what is bolded in the folder pane to blue (unbold) like the next example for the message thread pane which does work in 115...

   #threadTree tbody [data-properties~="unread"] {
     color: #5FAFFF !important;
     font-weight: normal !important;
   }

Pytanie zadane przez markc 10 miesięcy temu

Odpowiedź udzielona przez markc 10 miesięcy temu

  • Rozwiązane
  • Zablokowany
  • Zarchiwizowany

Thunderbird 115.0 64bit - change background colors

was recently forced to upgrade to winblows 11.. in the previous version of Thunderbird, 102.2 64 bit, I could follow these instructions to background colors in the vari… (czytaj dalej)

was recently forced to upgrade to winblows 11.. in the previous version of Thunderbird, 102.2 64 bit, I could follow these instructions to background colors in the various panes .

https://support.mozilla.org/en-US/questions/1389364

Now with version 115.0, I am having issues getting it to work.

the CSS file I am using is

  1. threadTree > treechildren {
 font-size: 16pt !important;
 font-family: Times !important;
 background-color: lightgrey !important;
 color: navy !important;

}

  1. folderTree > treechildren {
 font-size: 16pt !important;
 font-family: Times !important;
 background-color: lightgrey !important;
 color: navy !important;

} after I follow the instructions, carefully, nothing happens. see screenshot attached...

I have 2 questions:

1 - what am i doing wrong? 2 - In the attached screenshot, how can I get rid of that toolbar in green on the left?

Pytanie zadane przez PandaGuy1961 11 miesięcy temu

Odpowiedź udzielona przez sfhowes 11 miesięcy temu