Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

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

dividing line in messages

  • 2 respostas
  • 0 têm este problema
  • 9 visualizações
  • Última resposta por Ed

more options

Any way to insert a dividing line in list of messages like was in Seamonkey (or Netscape?) so can separate batch(s) of emails downloaded til I can look through them so they can be easily grouped/found?

Any way to insert a dividing line in list of messages like was in Seamonkey (or Netscape?) so can separate batch(s) of emails downloaded til I can look through them so they can be easily grouped/found?

Todas as respostas (2)

more options

Put this code into your userChrome.css file:

tr[is="thread-row"] > td {

 border-bottom: 0.5px solid gray !important;

}

If you're not familiar with CSS, follow these instructions.

First do this:

- go to TB menu > Settings > General

- scroll all the way down and click the 'Config editor' button on the right

- click 'Accept the risk and continue'

- search for: toolkit.legacyUserProfileCustomizations.stylesheets

- click the double arrow on the right to toggle the value to 'true'

Then:

- go to the Setup section of the FirefoxCSS subreddit tutorial (https://www.reddit.com/r/FirefoxCSS/wiki/index/tutorials/#wiki_setup)

- skip the instructions under 'Enable userChrome customization in about:config'; you've already done that

- follow the instructions under 'Locate and open your profile folder..'

- follow the instructions under 'Create the folder and its files' (make sure userChrome.css doesn't end with .txt - Windows must be set not to hide extensions for known file types)

- follow the instructions under 'Add some content to files', entering the code I mentioned above

- save the file and restart TB

Útil?

more options

Put this code into your userChrome.css file:

tr[is="thread-row"] > td {

 border-bottom: 0.5px solid gray !important;

}

If you're not familiar with CSS, follow these instructions.

First do this:

- go to TB menu > Settings > General

- scroll all the way down and click the 'Config editor' button on the right

- click 'Accept the risk and continue'

- search for: toolkit.legacyUserProfileCustomizations.stylesheets

- click the double arrow on the right to toggle the value to 'true'

Then:

- go to the Setup section of the FirefoxCSS subreddit tutorial (https://www.reddit.com/r/FirefoxCSS/wiki/index/tutorials/#wiki_setup)

- skip the instructions under 'Enable userChrome customization in about:config'; you've already done that

- follow the instructions under 'Locate and open your profile folder..'

- follow the instructions under 'Create the folder and its files' (make sure userChrome.css doesn't end with .txt - Windows must be set not to hide extensions for known file types)

- follow the instructions under 'Add some content to files', entering the code I mentioned above

- save the file and restart TB

Ú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.