Come ho scritto anche altrove (dove mi hanno consigliato di ricorrere qui): in TB 128 non riesco a impostare il colore del testo dei tabs: come si può vedere dallo screenshot è nero, ma essendo lo sfondo (da me stesso impostato con chrome.css) piuttosto scuro, risulta poco visibile.
Vedete nell'immagine allegata che le parole "calendar" e "tasks" nei tabs si vedono appena appena: io li vorrei bianchi come nella barra del menu più in alto (file, edit, view etc.).
Il mio css è
unifiedToolbarContainer, #unifiedToolbar, #titlebar-buttonbox-container {background: #757575; color: white !important;}
toolbar-menubar {background: #949494; color: white !important;}
tabs-toolbar {
order: 3;
color: white!important;
}
Che dovrei cambiare? What should I change to get a white text in tabs?