This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

সহায়তা খুঁজুন

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.

আরও জানুন

Is it possible to disable the highlighting of the selected day ?

  • 2 উত্তরসমূহ
  • 1 এই সমস্যাটি আছে
  • 13 দেখুন
  • শেষ জবাব দ্বারা LaurentAtJoes

more options

I especially use the month view, and I find the selected day to be distracting... I'd rather not see it at all, to spot the current day more easily.

Didn't see anything in the config editor. I saw there's an add-on to tweak the calendar UI, but it's a bit overkill just for that purpose.

Thanks in advance !

I especially use the month view, and I find the selected day to be distracting... I'd rather not see it at all, to spot the current day more easily. Didn't see anything in the config editor. I saw there's an add-on to tweak the calendar UI, but it's a bit overkill just for that purpose. Thanks in advance !

সমাধান চয়ন করুন

It's possible with the userChrome.css posted here. It includes code for the TODAY background and border colors, but you can just apply the code for the SELECTED day and change it to white (#ffffff).

Create a chrome subfolder of the profile folder, and in that folder create a text file and name it userChrome.css. The first line of the css file must be:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

প্রেক্ষাপটে এই উত্তরটি পড়ুন। 👍 1

All Replies (2)

more options

চয়ন করা সমাধান

It's possible with the userChrome.css posted here. It includes code for the TODAY background and border colors, but you can just apply the code for the SELECTED day and change it to white (#ffffff).

Create a chrome subfolder of the profile folder, and in that folder create a text file and name it userChrome.css. The first line of the css file must be:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

more options

Sorry for my late answer.

Thanks a lot, that does the trick well enough.