Transparency with Hover for v1.x - Fast Dial

This Style is for Fast Dial 1.x

Thanks to telega a very well designed and easily set up Opacity setting is in place in Fast Dial 2

This Style can be loaded directly into Stylish from here.

________________________________________________________________________________________

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("about:blank") {
}

/*-----for dialling cells-----*/

.image
{
opacity: 0.5;
}

.image:hover
{
opacity: 0.0;
}

/*-----for cells with group-----*/

.parent
{
opacity: 0.5;
}

.parent:hover
{
opacity: 0.0;
}