Fix linear gradient from black to white in dialogs in Safari

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-11-14 23:56:18 +01:00
parent d906e16617
commit 6db51b1bfd
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
padding-bottom: 0;
box-sizing: border-box;
width: 100%;
background-image: linear-gradient(transparent, $color-main-background);
background-image: linear-gradient(rgba(255, 255, 255, 0.0), $color-main-background);
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}