Benvenuto in Thunderbird Add-ons.
Aggiungi nuove funzionalità e stili per rendere Thunderbird veramente tuo.
ChiudiRecensione di hyilmaz4641 per Speed Dial
Assegnate 4 su 5 stelle
i ve created stylish CSS to create transparent background and removed cell titles...here it is;
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
* ::: Created by Hasan Yılmaz a.k.a. SuPeRHeRo :::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@-moz-document url("chrome://speeddial/content/speeddial.xul"){
.thumbnail{
opacity: 0.3 !important;
margin: 2px !important;
}
.thumbnail:hover {
opacity: 1 !important;
}
.speeddial-container {
background-color: transparent !important;
border-width: 5px !important;
-moz-border-radius: 15px !important;
border-color: #bbaeee !important;
}
.thumbnail-title,
.speeddial-top-middle,
.speeddial-bottom-middle,
.speeddial-top-middle,
.speeddial-middle-left,
.speeddial-middle-right,
.speeddial-bottom-middle,
.speeddial-top-left,
.speeddial-top-right,
.speeddial-bottom-left,
.speeddial-bottom-right{
display: none;
}
}
Per creare una tua raccolta devi avere un account per Mozilla Add-ons.