Showing questions tagged: Show all questions
  • Solved
  • Archived

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:… (read more)

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;
   }

Asked by markc 9 months ago

Answered by markc 9 months ago

  • Solved

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.… (read more)

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

Asked by Fiona 3 months ago

Answered by sfhowes 3 months ago

  • Archived

menubar

Since Thunderbird changed the menu bar is not any more above the email bar. It is with Bestand, Bewerken, Beeld enz. How can I get it back at the top?? It is far less e… (read more)

Since Thunderbird changed the menu bar is not any more above the email bar. It is with Bestand, Bewerken, Beeld enz.

How can I get it back at the top??

It is far less easy now.

I wanted to ask for help but on the Dutch site I could not find a button for help. Only at he English site.

But I am Dutch.

Hope that I can get the Menu bar on top again like in Firefox..

Please help and change it back.

Kind regards

Paulien de Jongh [removed address, phone# and email from public support forum] Holland

Asked by J 9 months ago

Last reply by Roland Tanglao 9 months ago

  • Archived

Horizontal lines between messages in TB 115.0

Hi I find horizontal lines between messages a big help. I've updated to TB 115.0 and the lines have disappeared. I referred to the past set-up method. I've checked that t… (read more)

Hi I find horizontal lines between messages a big help. I've updated to TB 115.0 and the lines have disappeared. I referred to the past set-up method. I've checked that the chrome.css file still exists in the correct directory and have checked toolkit.legacyUserProfileCustomizations.stylesheets is set to true. I've tried switching to false, close down, open and back to true, close down, open, without success. Can anyone please advise how to reinstate this feature? Thanks

Asked by bhuddart01 9 months ago

Last reply by bhuddart01 9 months ago

  • Archived

supernova unified toolbar button colors

I currently use: <profile>\chrome\userChrome.css to make various buttons stand out for some elderly users that I support. For example: button-archive:hov… (read more)

I currently use:

  <profile>\chrome\userChrome.css 

to make various buttons stand out for some elderly users that I support. For example:

  1. button-archive:hover {
  border: 2px dashed black !important;

}

  1. button-archive,
  2. hdrArchiveButton {
  background-image: none !important;
  background-color: #66ff66 !important; 

}

I can't figure out how to do this with Supernova (115+). Thanks.

Asked by Paul 9 months ago

Last reply by david 9 months ago