Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Changing colour or 'Today' in calendar

  • 2 απαντήσεις
  • 0 έχουν αυτό το πρόβλημα
  • 10 προβολές
  • Τελευταία απάντηση από PeterLanky

more options

I have been searching this forum for a solution to highlighting 'today' in a more recognisable colour. I found the script below:

.calendar-month-day-box-current-month[selected="true"] {

background-color: orange !important;

}

.calendar-month-day-box-current-month[relation="today"] {

background-color: red !important;

} Toggle toolkit.legacyUserProfileCustomizations.stylesheets to true in Config. editor.

However, I've no idea where I paste this code, so please help.

I have been searching this forum for a solution to highlighting 'today' in a more recognisable colour. I found the script below: .calendar-month-day-box-current-month[selected="true"] { background-color: orange !important; } .calendar-month-day-box-current-month[relation="today"] { background-color: red !important; } Toggle toolkit.legacyUserProfileCustomizations.stylesheets to true in Config. editor. However, I've no idea where I paste this code, so please help.

Όλες οι απαντήσεις (2)

more options

Add it to (in Linux) ~/.thunderbird/<profile>/chrome/userChrome.css

It works!

Unfortunately, it's less than helpful (visually) if there are several events scheduled for that day -- they overlay the background (see attached image -- today is 17 October 2022)(see attached image -- today is 17 October 2022). If the title bar was not highlighted, then the fix you supplied would be fine.

more options

I use Windows though, not Linux.