A voir également:
- Mettre en évidence un onglet dans Firefox 3.6
- Mettre en évidence un onglet dans Firefox 3.6 ✓ - Forum - Logiciels
- Problème d'ouverture d'onglet sur Firefox 3.6 ✓ - Forum - Mozilla Firefox
- Nouvel Onglet sur FIREFOX 3.6 (SOS !!!) ✓ - Forum - Mozilla Firefox
- Problème d'onglet Firefox 3.6 ✓ - Forum - Mozilla Firefox
- Restauration des onglets Firefox 3.6.6 ✓ - Forum - Logiciels
5 réponses
Utilisateur anonyme
cette discution devrait t'aider : http://www.libellules.ch/phpBB2/firefox-3-onglet-actif-en-couleur-t31780.html
j'ai essayer le code qu'ils mettent...c'est au poil !
j'ai essayer le code qu'ils mettent...c'est au poil !
bibousiq7
- Messages postés
- 83
- Date d'inscription
- mercredi 3 octobre 2007
- Statut
- Membre
- Dernière intervention
- 21 mars 2015
Merci homer S.: ça ressemble à ce que je cherche, mais je dois mal m'y prendre dans les réglages car je n'obtiens pas ce que je veux (je préfère tenter le coup avec une extension, pas envie de farfouiller dans les entrailles du navigateur).
Utilisateur anonyme
ton profil firefox se trouve dans :
C:\ utilisateur\ ton_nom\appdata\roaming\ mozilla\firefox\profile\nom_de_profil\
la, tu a un dossier "chrome"... tu ouvre userchrome-example.css ettu colle ce code :
/* Onglet actif: */
tab{
-moz-appearance: none !important;
}
tab[selected="true"] {
font-weight: bold !important;
background-color: yellow !important;
color: black !important;
text-align: center !important;
}
/* Onglets non encore sélectionnés*/
#content tab:not([selected]) {
font-style: italic !important;
color: white !important;
background-color: rgb(200,196,188) !important;
text-align: center !important;
}
tu fais enregistrer puis, renomme le fichier userChrome.css ! voilà !
C:\ utilisateur\ ton_nom\appdata\roaming\ mozilla\firefox\profile\nom_de_profil\
la, tu a un dossier "chrome"... tu ouvre userchrome-example.css ettu colle ce code :
/* Onglet actif: */
tab{
-moz-appearance: none !important;
}
tab[selected="true"] {
font-weight: bold !important;
background-color: yellow !important;
color: black !important;
text-align: center !important;
}
/* Onglets non encore sélectionnés*/
#content tab:not([selected]) {
font-style: italic !important;
color: white !important;
background-color: rgb(200,196,188) !important;
text-align: center !important;
}
tu fais enregistrer puis, renomme le fichier userChrome.css ! voilà !