Skip to content

Commit

Permalink
Adding fadeout effect for Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
anvk committed Jan 23, 2013
1 parent b94479c commit 87dd4e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/styles.css
Expand Up @@ -25,6 +25,7 @@ button.close: hover {
}
.fadeout {
background: -moz-linear-gradient(center top , #FFFFFF, rgba(255, 255, 255, 0)) repeat scroll 0 0 transparent;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,1)), to(rgba(255, 255, 255,0)));
height: 15em;
left: 0;
position: fixed;
Expand Down

0 comments on commit 87dd4e8

Please sign in to comment.