Skip to content

Commit

Permalink
Merge pull request TryGhost#1098 from hansondr/floatingheader
Browse files Browse the repository at this point in the history
tweaked .floatingheader background for non-webkit browsers
  • Loading branch information
John O'Nolan committed Oct 16, 2013
2 parents a5c35d4 + 0bcc111 commit a76a702
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/client/assets/sass/modules/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1170,9 +1170,7 @@ main {
font-size: 0.85em;
color: $brown;
//Transparent gradient to make bg fade out as it goes out the top.
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.90)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.90) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.90) 100%);
@include linear-gradient(top, white 0%, white 25%, rgba(255,255,255,0.9) 100%, $fallback: transparent);

button, .button {
display: inline-block;
Expand Down

0 comments on commit a76a702

Please sign in to comment.