From 0bcc111025516dfabe63fe9bb6664050b9230c5c Mon Sep 17 00:00:00 2001 From: Daniel Hanson Date: Tue, 15 Oct 2013 13:29:56 -0600 Subject: [PATCH] tweaked .floatingheader background for non-webkit browsers --- core/client/assets/sass/modules/global.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/client/assets/sass/modules/global.scss b/core/client/assets/sass/modules/global.scss index 3c2f4e860177..0e469c0d4840 100644 --- a/core/client/assets/sass/modules/global.scss +++ b/core/client/assets/sass/modules/global.scss @@ -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;