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!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

TB 91.3.0 - Calendar - Change selected day colour

  • 2 відповіді
  • 1 має цю проблему
  • 1 перегляд
  • Остання відповідь від Joe King

more options

Hi.

I want to change the colour of the selected day in the TB Calendar. On my screenshot:

Thursday: unselected day Friday: Selected day (colour I want to change to the same colour as the day background (dark grey)) Saturday: Today

Anyone knows how to do this please? Thank you

Hi. I want to change the colour of the selected day in the TB Calendar. On my screenshot: Thursday: unselected day Friday: Selected day (colour I want to change to the same colour as the day background (dark grey)) Saturday: Today Anyone knows how to do this please? Thank you
Прикріплені знімки екрана

Обране рішення

Here is a userChrome.css:

.calendar-month-day-box-current-month[selected="true"] {
  background-color: darkgrey !important;
}

.calendar-month-day-box-current-month[relation="today"] {
  background-color: orange !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.

Читати цю відповідь у контексті 👍 1

Усі відповіді (2)

more options

Вибране рішення

Here is a userChrome.css:

.calendar-month-day-box-current-month[selected="true"] {
  background-color: darkgrey !important;
}

.calendar-month-day-box-current-month[relation="today"] {
  background-color: orange !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.