donation/vendor/sabberworm/php-css-parser/tests/files/ie.css
2020-11-23 15:46:19 +05:30

7 lines
133 B
CSS

.nav-thumb-wrapper:hover img, a.activeSlide img {
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}