Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

bookmarks library is unreadable. font-size is around 7pts.

  • 1 resposta
  • 1 has this problem
  • 22 views
  • Last reply by cor-el

more options

Prior to FF 72 I was able to increase the font-size of all elements of a skin/theme with userchrome.css, but this no longer works. Now, only the captions and menus are affected by the following code.

  • {
   font-family:sans-serif !important;
   font-weight:500 !important;
   font-size:16px !important;
   text-shadow:none; !important;

}

Is there an additional css code snippet that works on the bookmarks library view? Please see the attached image

Prior to FF 72 I was able to increase the font-size of all elements of a skin/theme with userchrome.css, but this no longer works. Now, only the captions and menus are affected by the following code. *{ font-family:sans-serif !important; font-weight:500 !important; font-size:16px !important; text-shadow:none; !important; } Is there an additional css code snippet that works on the bookmarks library view? Please see the attached image
Capturas de pantalla anexas

Chosen solution

All Replies (1)

more options

Chosen Solution