Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

TB 102.2.2 (64 BIT) Look and feel via .css

  • 1 risposta
  • 0 hanno questo problema
  • 40 visualizzazioni
  • Ultima risposta di PandaGuy1961

more options

recently, today, updated to TB 102.2.2.

when I first installed TB, I set up a custom color scheme and I loved it... now with the latest TB , it's unreadable where the top menu bar is concerned.

I also have custom userChrome css file....

  1. threadTree > treechildren {
 font-size: 16pt !important;
 font-family: Times !important;
 background-color: lightgrey !important;
 color: navy !important;

}

  1. folderTree > treechildren {
 font-size: 16pt !important;
 font-family: Times !important;
 background-color: lightgrey !important;
 color: navy !important;

}

would appreciate any insights on how to fix this

recently, today, updated to TB 102.2.2. when I first installed TB, I set up a custom color scheme and I loved it... now with the latest TB , it's unreadable where the top menu bar is concerned. I also have custom userChrome css file.... #threadTree > treechildren { font-size: 16pt !important; font-family: Times !important; background-color: lightgrey !important; color: navy !important; } #folderTree > treechildren { font-size: 16pt !important; font-family: Times !important; background-color: lightgrey !important; color: navy !important; } would appreciate any insights on how to fix this
Immagini allegate

Modificato da Wayne Mery il

Tutte le risposte (1)

more options

ok.. found a solution

The color scheme/theme I had pre-102.2 was called Two little birds. after the install I got the display as I showed in my attached pic. This was the dark Theme.. no idea why that showed up.

I went into: Account Settings/Add on and Themes and disabled the Dark Theme and re-enabled the Two little Birds theme..

issue resolved :)