Moi aussi je cherchais à le faire parce que je trouve que la simple mise en couleur n'est pas trop repérable au premier coup d'oeil.
Alors voilà la technique.
Il faut créer un fichier (avec notepad++ par exemple) qui s'appelera "userChrome.css".
Code : Tout sélectionner
/* ::::: thread labels: reverse the background/text coloring ::::: */
/* This works with the default label colors only.
Default label colors: #FF0000, #FF9900, #009900, #3333FF, #993399 */
treechildren::-moz-tree-row(lc-FF0000) {
background-color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF0000, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000, selected) {
color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF9900) {
background-color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-FF9900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900, selected) {
color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-009900) {
background-color: #009900 !important;
}
treechildren::-moz-tree-row(lc-009900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-009900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-009900, selected) {
color: #009900 !important;
}
treechildren::-moz-tree-row(lc-3333FF) {
background-color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-3333FF, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF, selected) {
color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-993399) {
background-color: #993399 !important;
}
treechildren::-moz-tree-row(lc-993399, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-993399) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-993399, sele/* ::::: thread labels: reverse the background/text coloring ::::: */
/* This works with the default label colors only.
Default label colors: #FF0000, #FF9900, #009900, #3333FF, #993399 */
treechildren::-moz-tree-row(lc-FF0000) {
background-color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF0000, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000, selected) {
color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF9900) {
background-color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-FF9900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900, selected) {
color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-009900) {
background-color: #009900 !important;
}
treechildren::-moz-tree-row(lc-009900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-009900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-009900, selected) {
color: #009900 !important;
}
treechildren::-moz-tree-row(lc-3333FF) {
background-color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-3333FF, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF, selected) {
color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-993399) {
background-color: #993399 !important;
}
treechildren::-moz-tree-row(lc-993399, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-993399) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-993399, selected) {
color: #993399 !important;
}/* ::::: thread labels: reverse the background/text coloring ::::: */
/* This works with the default label colors only.
Default label colors: #FF0000, #FF9900, #009900, #3333FF, #993399 */
treechildren::-moz-tree-row(lc-FF0000) {
background-color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF0000, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000, selected) {
color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF9900) {
background-color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-FF9900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900, selected) {
color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-009900) {
background-color: #009900 !important;
}
treechildren::-moz-tree-row(lc-009900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-009900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-009900, selected) {
color: #009900 !important;
}
treechildren::-moz-tree-row(lc-3333FF) {
background-color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-3333FF, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF, selected) {
color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-993399) {
background-color: #993399 !important;
}
treechildren::-moz-tree-row(lc-993399, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-993399) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-993399, selected) {
color: #993399 !important;
}/* ::::: thread labels: reverse the background/text coloring ::::: */
/* This works with the default label colors only.
Default label colors: #FF0000, #FF9900, #009900, #3333FF, #993399 */
treechildren::-moz-tree-row(lc-FF0000) {
background-color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF0000, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000, selected) {
color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF9900) {
background-color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-FF9900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900, selected) {
color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-009900) {
background-color: #009900 !important;
}
treechildren::-moz-tree-row(lc-009900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-009900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-009900, selected) {
color: #009900 !important;
}
treechildren::-moz-tree-row(lc-3333FF) {
background-color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-3333FF, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF, selected) {
color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-993399) {
background-color: #993399 !important;
}
treechildren::-moz-tree-row(lc-993399, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-993399) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-993399, selected) {
color: #993399 !important;
}/* ::::: thread labels: reverse the background/text coloring ::::: */
/* This works with the default label colors only.
Default label colors: #FF0000, #FF9900, #009900, #3333FF, #993399 */
treechildren::-moz-tree-row(lc-FF0000) {
background-color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF0000, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000, selected) {
color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF9900) {
background-color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-FF9900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900, selected) {
color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-009900) {
background-color: #009900 !important;
}
treechildren::-moz-tree-row(lc-009900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-009900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-009900, selected) {
color: #009900 !important;
}
treechildren::-moz-tree-row(lc-3333FF) {
background-color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-3333FF, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF, selected) {
color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-993399) {
background-color: #993399 !important;
}
treechildren::-moz-tree-row(lc-993399, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-993399) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-993399, selected) {
color: #993399 !important;
}/* ::::: thread labels: reverse the background/text coloring ::::: */
/* This works with the default label colors only.
Default label colors: #FF0000, #FF9900, #009900, #3333FF, #993399 */
treechildren::-moz-tree-row(lc-FF0000) {
background-color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF0000, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000, selected) {
color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF9900) {
background-color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-FF9900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900, selected) {
color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-009900) {
background-color: #009900 !important;
}
treechildren::-moz-tree-row(lc-009900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-009900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-009900, selected) {
color: #009900 !important;
}
treechildren::-moz-tree-row(lc-3333FF) {
background-color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-3333FF, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF, selected) {
color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-993399) {
background-color: #993399 !important;
}
treechildren::-moz-tree-row(lc-993399, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-993399) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-993399, selected) {
color: #993399 !important;
}/* ::::: thread labels: reverse the background/text coloring ::::: */
/* This works with the default label colors only.
Default label colors: #FF0000, #FF9900, #009900, #3333FF, #993399 */
treechildren::-moz-tree-row(lc-FF0000) {
background-color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF0000, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000, selected) {
color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF9900) {
background-color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-FF9900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900, selected) {
color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-009900) {
background-color: #009900 !important;
}
treechildren::-moz-tree-row(lc-009900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-009900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-009900, selected) {
color: #009900 !important;
}
treechildren::-moz-tree-row(lc-3333FF) {
background-color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-3333FF, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF, selected) {
color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-993399) {
background-color: #993399 !important;
}
treechildren::-moz-tree-row(lc-993399, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-993399) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-993399, selected) {
color: #993399 !important;
}/* ::::: thread labels: reverse the background/text coloring ::::: */
/* This works with the default label colors only.
Default label colors: #FF0000, #FF9900, #009900, #3333FF, #993399 */
treechildren::-moz-tree-row(lc-FF0000) {
background-color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF0000, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000, selected) {
color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF9900) {
background-color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-FF9900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900, selected) {
color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-009900) {
background-color: #009900 !important;
}
treechildren::-moz-tree-row(lc-009900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-009900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-009900, selected) {
color: #009900 !important;
}
treechildren::-moz-tree-row(lc-3333FF) {
background-color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-3333FF, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF, selected) {
color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-993399) {
background-color: #993399 !important;
}
treechildren::-moz-tree-row(lc-993399, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-993399) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-993399, selected) {
color: #993399 !important;
}/* ::::: thread labels: reverse the background/text coloring ::::: */
/* This works with the default label colors only.
Default label colors: #FF0000, #FF9900, #009900, #3333FF, #993399 */
treechildren::-moz-tree-row(lc-FF0000) {
background-color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF0000, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000, selected) {
color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF9900) {
background-color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-FF9900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900, selected) {
color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-009900) {
background-color: #009900 !important;
}
treechildren::-moz-tree-row(lc-009900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-009900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-009900, selected) {
color: #009900 !important;
}
treechildren::-moz-tree-row(lc-3333FF) {
background-color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-3333FF, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF, selected) {
color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-993399) {
background-color: #993399 !important;
}
treechildren::-moz-tree-row(lc-993399, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-993399) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-993399, selected) {
color: #993399 !important;
}
treechildren::-moz-tree-cell-text(lc-FF0000, selected) {
color: #FF0000 !important;
}
treechildren::-moz-tree-row(lc-FF9900) {
background-color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-FF9900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-FF9900, selected) {
color: #FF9900 !important;
}
treechildren::-moz-tree-row(lc-009900) {
background-color: #009900 !important;
}
treechildren::-moz-tree-row(lc-009900, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-009900) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-009900, selected) {
color: #009900 !important;
}
treechildren::-moz-tree-row(lc-3333FF) {
background-color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-3333FF, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-3333FF, selected) {
color: #3333FF !important;
}
treechildren::-moz-tree-row(lc-993399) {
background-color: #993399 !important;
}
treechildren::-moz-tree-row(lc-993399, selected) {
background-color: -moz-Dialog !important;
}
treechildren::-moz-tree-cell-text(lc-993399) {
color: white !important;
}
treechildren::-moz-tree-cell-text(lc-993399, selected) {
color: #993399 !important;
}
Ensuite, il faut placer ce fichier dans le répertoire chrome de ton profil Thunderbird.
On doit surement pouvoir effacer les lignes qui ne nous intéresse pas pour n'avoir qu'un type d'étiquettes qui se mette en surbrillance (car là, tous les types sont concernés).