Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

تلاش سپورٹ

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.

Learn More

Can the calendar "event dots" in Supernova be removed without CSS?

  • 2 جواب دیں
  • 0 میں یہ مسئلہ ہے
  • 1 دیکھیں
  • آخری جواب بذریعہ pg_78

more options

In Supernova (i.e. Thunderbird 115 and above), the mini-month calendar shows a little blue dot under every day that has an event on it. See the example screenshot.

If you're like me and you have an event almost every day, then these dots don't really provide any informational content – they're just visual clutter.

There is a way to remove them, using userChrome.css:

   .minimonth-day::after {
       display: none !important;
   }


But obviously that's not so good for users who aren't adept in CSS. Is there a way to remove the dots through a preference, or something in about:config?

In Supernova (i.e. Thunderbird 115 and above), the mini-month calendar shows a little blue dot under every day that has an event on it. See the example screenshot. If you're like me and you have an event almost every day, then these dots don't really provide any informational content – they're just visual clutter. There is a way to remove them, using userChrome.css: .minimonth-day::after { display: none !important; } But obviously that's not so good for users who aren't adept in CSS. Is there a way to remove the dots through a preference, or something in about:config?
منسلک شدہ اسکرین شاٹٹس

pg_78 کی جانب سے میں ترمیمکی گئ

منتخب شدہ حل

Thanks. Actually, looks like it's already tracked in Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1845021

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

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

more options

Perhaps you would like to file an enhancement bug https://bugzilla.mozilla.org/homeor offer feedback https://connect.mozilla.org/t5/ideas/idb-p/ideas. I don't think you are missing anything obvious that can be fixed in a user support forum.

more options

منتخب شدہ حل

Thanks. Actually, looks like it's already tracked in Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1845021