Cari amici,
nel passaggio al TB 68, ho potuto recuperare alcuni elementi dell'aspetto del mio solito TB mediante i consigli e l'userchrome fornito da Aris sul sito
https://github.com/Aris-t2.
Tuttavia, nel mio userchrome.css comparivano già una serie di stringhe che mi permettevano di avere in negativo l'evidenziazione delle mail etichettate.
Tali stringhe, che sono rimaste anche nel passaggio dal pre al post 68, non sembrano svolgere più alcuna funzione, nel mentre le altre, inserite con il classico copiaincolla dal file di Aris, funzionano egregiamente.
Sapreste dirmi perchè?
Riporto nel seguito una parte delle stringhe di userchrome che sembrano inefficaci (sono tutte uguali, cambiano solo i codici dei colori):
/* PRIMA RIGA */
treechildren::-moz-tree-cell(lc-FFFFFF) { border-bottom:1px solid #FFFFFF !important; background-color: #FFFFFF !important;}
treechildren::-moz-tree-cell-text(lc-FFFFFF) { color: #000 !important; }
treechildren::-moz-tree-cell(lc-FFFFFF, selected) { background-color: #FFFFFF !important; }
treechildren::-moz-tree-cell-text(lc-FFFFFF, selected) { color: #FFF !important; }
treechildren::-moz-tree-cell(lc-FFCCCC) { border-bottom:1px solid #FFCCCC !important; background-color: #FFEBEB !important;}
treechildren::-moz-tree-cell-text(lc-FFCCCC) { color: #000 !important; }
treechildren::-moz-tree-cell(lc-FFCCCC, selected) { background-color: #FFCCCC !important; }
treechildren::-moz-tree-cell-text(lc-FFCCCC, selected) { color: #FFF !important; }
treechildren::-moz-tree-cell(lc-FFCC99) { border-bottom:1px solid #FFCC99 !important; background-color: #FFEBD7 !important;}
treechildren::-moz-tree-cell-text(lc-FFCC99) { color: #000 !important; }
treechildren::-moz-tree-cell(lc-FFCC99, selected) { background-color: #FFCC99 !important; }
treechildren::-moz-tree-cell-text(lc-FFCC99, selected) { color: #FFF !important; }
treechildren::-moz-tree-cell(lc-FFFF99) { border-bottom:1px solid #FFFF99 !important; background-color: #FFFFD7 !important;}
treechildren::-moz-tree-cell-text(lc-FFFF99) { color: #000 !important; }
treechildren::-moz-tree-cell(lc-FFFF99, selected) { background-color: #FFFF99 !important; }
treechildren::-moz-tree-cell-text(lc-FFFF99, selected) { color: #FFF !important; }
treechildren::-moz-tree-cell(lc-FFFFCC) { border-bottom:1px solid #FFFFCC !important; background-color: #FFFFEB !important;}
treechildren::-moz-tree-cell-text(lc-FFFFCC) { color: #000 !important; }
treechildren::-moz-tree-cell(lc-FFFFCC, selected) { background-color: #FFFFCC !important; }
treechildren::-moz-tree-cell-text(lc-FFFFCC, selected) { color: #FFF !important; }
treechildren::-moz-tree-cell(lc-99FF99) { border-bottom:1px solid #99FF99 !important; background-color: #D7FFD7 !important;}
treechildren::-moz-tree-cell-text(lc-99FF99) { color: #000 !important; }
treechildren::-moz-tree-cell(lc-99FF99, selected) { background-color: #99FF99 !important; }
treechildren::-moz-tree-cell-text(lc-99FF99, selected) { color: #FFF !important; }
treechildren::-moz-tree-cell(lc-99FFFF) { border-bottom:1px solid #99FFFF !important; background-color: #D7FFFF !important;}
treechildren::-moz-tree-cell-text(lc-99FFFF) { color: #000 !important; }
treechildren::-moz-tree-cell(lc-99FFFF, selected) { background-color: #99FFFF !important; }
treechildren::-moz-tree-cell-text(lc-99FFFF, selected) { color: #FFF !important; }
treechildren::-moz-tree-cell(lc-CCFFFF) { border-bottom:1px solid #CCFFFF !important; background-color: #EBFFFF !important;}
treechildren::-moz-tree-cell-text(lc-CCFFFF) { color: #000 !important; }
treechildren::-moz-tree-cell(lc-CCFFFF, selected) { background-color: #CCFFFF !important; }
treechildren::-moz-tree-cell-text(lc-CCFFFF, selected) { color: #FFF !important; }
treechildren::-moz-tree-cell(lc-CCCCFF) { border-bottom:1px solid #CCCCFF !important; background-color: #EBEBFF!important;}
treechildren::-moz-tree-cell-text(lc-CCCCFF) { color: #000 !important; }
treechildren::-moz-tree-cell(lc-CCCCFF, selected) { background-color: #CCCCFF !important; }
treechildren::-moz-tree-cell-text(lc-CCCCFF, selected) { color: #FFF !important; }
treechildren::-moz-tree-cell(lc-FFCCFF) { border-bottom:1px solid #FFCCFF !important; background-color: #FFEBFF !important;}
treechildren::-moz-tree-cell-text(lc-FFCCFF) { color: #000 !important; }
treechildren::-moz-tree-cell(lc-FFCCFF, selected) { background-color: #FFCCFF !important; }
treechildren::-moz-tree-cell-text(lc-FFCCFF, selected) { color: #FFF !important; }
...