Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში. აქ არავინ უნდა მოგთხოვოთ ტელეფონზე დარეკვა, შეტყობინების გაგზავნა ან პირადი მონაცემების გაზიარება. რამე საეჭვოს შემჩნევისას გთხოვთ გვაცნობოთ „დარღვევის მოხსენებით“.

ვრცლად

Change the colors of the columns

  • 2 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 50 ნახვა
  • ბოლოს გამოეხმაურა sfhowes

Hello, I have a question, is it possible to change the colors of the columns in the message list? I found a thread like this: https://support.mozilla.org/en-US/questions/1166179 but I can't find the * .css file mentioned above

Hello, I have a question, is it possible to change the colors of the columns in the message list? I found a thread like this: https://support.mozilla.org/en-US/questions/1166179 but I can't find the * .css file mentioned above
მიმაგრებული ეკრანის სურათები

გადაწყვეტა შერჩეულია

This can be done with css:

#threadTree treecol, #threadTree .treecol-image {
background-color: orange !important;
border-inline-start: 1px solid grey !important;
padding-top: 2px !important;
padding-bottom: 2px !important;
color: black !important;
font-weight: bold !important;
-moz-appearance: none !important;}


Help/More Troubleshooting, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colors as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Preferences/General/Config. editor, restart TB. See attached picture.

It's possible to have different colors for each button: https://support.mozilla.org/en-US/questions/1293251

პასუხის ნახვა სრულად 👍 0

ყველა პასუხი (2)

Yes, it can be done, but the full capability is beyond simple support. I suggest you do web searches for thunderbird userchrome.css for more help. Here is answer to similar question asked previously: https://support.mozilla.org/en-US/que.../1094825

შერჩეული გადაწყვეტა

This can be done with css:

#threadTree treecol, #threadTree .treecol-image {
background-color: orange !important;
border-inline-start: 1px solid grey !important;
padding-top: 2px !important;
padding-bottom: 2px !important;
color: black !important;
font-weight: bold !important;
-moz-appearance: none !important;}


Help/More Troubleshooting, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colors as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Preferences/General/Config. editor, restart TB. See attached picture.

It's possible to have different colors for each button: https://support.mozilla.org/en-US/questions/1293251