Este site irá ter funcionalidade limitada enquanto fazemos manutenção para melhorar a sua experiência. Se um artigo não resolve o seu problema e quiser colocar uma questão, temos a nossa comunidade de apoio à espera de o ajudar em @FirefoxSupport no Twitter, /r/firefox no Reddit.

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

Changing the way the current day is displayed

more options

Is it possible to change the way the current day is displayed in the calendar view? I can never find it since it is just a little blue circle around the date. I would like it to be much more vivid, similar to what it looks like when you click on a specific date. It doesn't look too bad in the screenshot but with all my calendars open I can never find it.

Is it possible to change the way the current day is displayed in the calendar view? I can never find it since it is just a little blue circle around the date. I would like it to be much more vivid, similar to what it looks like when you click on a specific date. It doesn't look too bad in the screenshot but with all my calendars open I can never find it.
Capturas de ecrã anexadas

Solução escolhida

This can be done with the following code:

/* today bg colour for multiweek & month */
.calendar-month-day-box-current-month[relation="today"] {
  background-color:  lightgreen  !important;
}


For the week view, I found this code:

/* today bg colour for week */
.day-column-today .day-column-heading {
  background-color: lightgreen !important;
}


See attached picture.

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)

Ler esta resposta no contexto 👍 1

Todas as respostas (2)

more options

Solução escolhida

This can be done with the following code:

/* today bg colour for multiweek & month */
.calendar-month-day-box-current-month[relation="today"] {
  background-color:  lightgreen  !important;
}


For the week view, I found this code:

/* today bg colour for week */
.day-column-today .day-column-heading {
  background-color: lightgreen !important;
}


See attached picture.

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)

Útil?

more options

Dude, you are the goat!!! Thank you so much!

Útil?

Colocar questão

Deve iniciar a sessão com a sua conta para responder às mensagens. Por favor, comece uma nova pergunta, se ainda não tiver uma conta.