Trouver l'ongler actif en mode sombre
Publié : 12 févr. 2023, 16:15
Bonjour
J'avoue que je n'y arrive pas
J'avoue que je n'y arrive pas
Forums d'assistance et de discussion sur les logiciels produits par Mozilla ou créés à partir des technologies Mozilla. Ce site ne dépend pas de la fondation Mozilla et est maintenu par un collectif de bénévoles.
https://forums.mozfr.org/
Code : Tout sélectionner
/* Active tab background color */
.tab-content[selected="true"] {
background: rgba(60,148,85) !important;
}
/* Change color of tab */
tab{ -moz-appearance: none !important; } tab:not([selected="true"]) {
background: rgba(187,57,57) !important;
}
tab{ -moz-appearance: none !important; } tab:not([selected="true"]):hover {
background: rgba(60,148,85) !important;
}
about:config https://support.mozilla.org/fr/kb/edite ... on-firefoxI just found the setting in about:config. It's "browser.theme.dark-private-windows".