25 Novembre 2024 11:28:48
Notizie: aiutaci a tradurre la documentazione ufficiale di Mozilla!
0 Utenti e 1 Visitatore stanno visualizzando questo topic.
/* sfondo schede inattive */.tabbrowser-tab > .tab-stack > .tab-background:not([selected=true]) { background-color: #ffff00 !important;} /* sfondo schede attive */.tabbrowser-tab > .tab-stack > .tab-background { background-color: #e2c9c9 !important;}
per impostare anche il grassetto dei caratteri delle schede ...?
#TabsToolbar .tabbrowser-tab[selected] { color: black !important; font-weight: bold !important;}
.tab-text { font-weight: bold !important;}