bookmarks library is unreadable. font-size is around 7pts.
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
Vald lösning
( see this mozillaZine thread: http://forums.mozillazine.org/viewtopic.php?f=38&t=3058434 )
Läs svaret i sitt sammanhang 👍 0Alla svar (1)
Vald lösning
( see this mozillaZine thread: http://forums.mozillazine.org/viewtopic.php?f=38&t=3058434 )