Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Firefox New Tab page

  • 8 réponses
  • 0 a ce problème
  • 36 vues
  • Dernière réponse par Alby7

more options

Hi everyone, I'm asking for help following the latest update (Firefox 143.0.1): the corners of the top site preview boxes have changed, as shown in the first screenshot. I was wondering if it's possible to permanently restore them to the same state as in the second screenshot, perhaps via userContent.css.

Hi everyone, I'm asking for help following the latest update (Firefox 143.0.1): the corners of the top site preview boxes have changed, as shown in the first screenshot. I was wondering if it's possible to permanently restore them to the same state as in the second screenshot, perhaps via userContent.css.

Solution choisie

Hello

For information purposes. Firefox advanced customization and configuration options. https://support.mozilla.org/en-US/kb/firefox-advanced-customization-and-configuration

An subject. https://connect.mozilla.org/t5/discussions/the-new-tab-ui-change-is-terrible/td-p/105808

At the left without userContent.css - with userContent.css at the right.

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (8)

more options

First screenshot

Cela vous a-t-il été utile ?

more options

Second Screenshot

Cela vous a-t-il été utile ?

more options

First Screenshot (zoom)

Cela vous a-t-il été utile ?

more options

Second Screenshot (zoom)

Cela vous a-t-il été utile ?

more options

Try this in userContent.css; play with the number:

@-moz-document url(about:home), url(about:newtab) { .top-site-outer .tile .top-site-icon {

 border-radius: 4px !important;
 }

}

Modifié le par Ed

Cela vous a-t-il été utile ?

more options

Solution choisie

Hello

For information purposes. Firefox advanced customization and configuration options. https://support.mozilla.org/en-US/kb/firefox-advanced-customization-and-configuration

An subject. https://connect.mozilla.org/t5/discussions/the-new-tab-ui-change-is-terrible/td-p/105808

At the left without userContent.css - with userContent.css at the right.

Cela vous a-t-il été utile ?

more options

You can try, to see.

@-moz-document url(about:home), url(about:newtab) { /* Smaller border radius */ .tile, .top-site-outer { border-radius: var(--border-radius-medium) !important } .top-site-icon { border-radius: var(--border-radius-small) !important } }

Cela vous a-t-il été utile ?

more options

Agent virtuel ha detto

Hello For information purposes. Firefox advanced customization and configuration options. https://support.mozilla.org/en-US/kb/firefox-advanced-customization-and-configuration An subject. https://connect.mozilla.org/t5/discussions/the-new-tab-ui-change-is-terrible/td-p/105808 At the left without userContent.css - with userContent.css at the right.

Thanks for replying. I tried the solution in the second link and it worked. Thanks again.

Cela vous a-t-il été utile ?

Poser une question

Vous devez vous identifier avec votre compte pour répondre aux messages. Veuillez poser une nouvelle question, si vous n’avez pas encore de compte.