Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
This is the CSS that is creating that effect:
a img {
filter:alpha(opacity: 60);
-moz-opacity: 0.6;
opacity: 0.6;
}
a:hover img {
filter:alpha(opacity: 100);
-moz-opacity: 0.99;
opacity: 0.99;
}
1 to 9 of 9