Per provare i componenti aggiuntivi disponibili in questo sito scarica Mozilla Firefox, un modo veloce e gratuito per navigare sul Web.
ChiudiBenvenuto in Firefox Add-ons.
Scegli tra migliaia di funzionalità aggiuntive e stili per rendere Firefox veramente tuo.
Chiudiadma96
Informazioni utente
Nome | adma96 |
---|---|
Utente da | Luglio 20, 2011 |
Numero di componenti aggiuntivi sviluppati | 0 componenti aggiuntivi |
Media delle valutazioni sui componenti aggiuntivi di questo sviluppatore. | Nessun voto |
Le mie recensioni
NoGlass
Assegnate 4 su 5 stelle
MUCH more usable. Thanks.
My only nit is that it's impossible to know what folder you are dropping a message on to. In case anyone would like "drag and drop feedback" to indicate which folder you are dropping a message into, here's my userChrome.css. Too bad for me that it took 2 hours of digging to realize that I needed to have "!important" in the rule!
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
tree[seltype="cell"] > treechildren::-moz-tree-cell-text(dropOn),
tree[seltype="text"] > treechildren::-moz-tree-cell-text(dropOn),
treechildren::-moz-tree-cell-text(dropOn){
background-color: #bebebe !important;
}
Per creare una tua raccolta devi avere un account per Mozilla Add-ons.