تلاش سپورٹ

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

مزید سیکھیں

Change color of remote content warning

  • 3 جواب دیں
  • 0 میں یہ مسئلہ ہے
  • 9 دیکھیں
  • آخری جواب بذریعہ lehmeyer.jo

more options

I like to be able to either accept or not accept the remote content for each message, mostly I don't need it, so I don't want to accept it in general.

However, the yellow bar, which I mostly ignore, is quite distracting when browsing through the mails, so I would like to change the color.

I already tried several approaches with the userChrome.css, like linked below, none of them worked for me. I am using the newest version of Thunderbird on Windows 11.

https://support.mozilla.org/en-US/questions/1413372 https://www.reddit.com/r/Thunderbird/comments/xvoy85/how_to_change_the_color_of_the_remote_content/

I like to be able to either accept or not accept the remote content for each message, mostly I don't need it, so I don't want to accept it in general. However, the yellow bar, which I mostly ignore, is quite distracting when browsing through the mails, so I would like to change the color. I already tried several approaches with the userChrome.css, like linked below, none of them worked for me. I am using the newest version of Thunderbird on Windows 11. https://support.mozilla.org/en-US/questions/1413372 https://www.reddit.com/r/Thunderbird/comments/xvoy85/how_to_change_the_color_of_the_remote_content/

منتخب شدہ حل

From https://www.elevenforum.com/t/thunderbird-115-css-customization.16320/post-554778

#mail-notification-top .infobar {
  --message-bar-text-color:grey !important;
  --message-bar-background-color: lightblue !important;}

.notificationbox-stack{background-color: Dodgerblue !important;}


Help/Troubleshooting Info, 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 colours as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

See attached picture.

اس جواب کو سیاق و سباق میں پڑھیں 👍 1

تمام جوابات (3)

more options

The following CSS works for me:

div.container {
  --message-bar-background-color: #27272a; /* your background color */
  --message-bar-text-color: #c6c6ca; /* your text color */
}


Source of the above CSS: https://www.reddit.com/r/Thunderbird/comments/xvoy85/comment/m60w9g0/

مددگار؟

more options

منتخب شدہ حل

From https://www.elevenforum.com/t/thunderbird-115-css-customization.16320/post-554778

#mail-notification-top .infobar {
  --message-bar-text-color:grey !important;
  --message-bar-background-color: lightblue !important;}

.notificationbox-stack{background-color: Dodgerblue !important;}


Help/Troubleshooting Info, 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 colours as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

See attached picture.

مددگار؟

more options

Thanks a lot, this works perfectly!

مددگار؟

ایک سوال پوچھیں

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.