Skip to content

Commit

Permalink
IE fix. Alpha filter was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
mlunoe committed Apr 12, 2013
1 parent 23ee222 commit b00ec75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jquery.share.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.share {

}
Expand All @@ -18,12 +17,12 @@
text-indent: -99999px;
margin:2px;
opacity: .9;
filter:Alpha(Opacity=9);
filter:Alpha(Opacity=90);
}

.share-icon:hover {
opacity: 1;
filter:Alpha(Opacity=10);
filter:Alpha(Opacity=100);
}

.share-icon-digg {
Expand Down

0 comments on commit b00ec75

Please sign in to comment.