Skip to content

Commit

Permalink
FadeToWhite overlay can always be clicked through
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfsolter committed Apr 17, 2016
1 parent 143984e commit 51e736c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
pointer-events: none;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
margin-right: 15px;
z-index: 10;
Expand Down

0 comments on commit 51e736c

Please sign in to comment.