added scss functions

This commit is contained in:
albert
2011-11-14 11:44:38 -05:00
parent 973b8e693a
commit 65f62e0245
9 changed files with 64 additions and 28 deletions

View File

@@ -29,10 +29,16 @@ div.comments-for-post {
}
article.comment.below-threshold {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
filter: alpha(opacity=30);
zoom: 1;
opacity: 0.3;
}
article.comment.below-threshold:hover {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
zoom: 1;
opacity: 1.0;
}
}