From 5f1ea5f6326d9851dbddbee7fde164fe6c456427 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 12 Jun 2014 22:35:51 -0500 Subject: [PATCH] fix(css): reset FirefoxOS default gradients Closes #1426 --- scss/_reset.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/_reset.scss b/scss/_reset.scss index 18f77905f13..49e706aab51 100755 --- a/scss/_reset.scss +++ b/scss/_reset.scss @@ -239,6 +239,7 @@ legend { * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. * 4. Remove any default :focus styles * 5. Make sure webkit font smoothing is being inherited + * 6. Remove default gradient in Android Firefox / FirefoxOS */ button, @@ -252,6 +253,7 @@ textarea { outline-style: none; /* 4 */ outline-width: 0; /* 4 */ -webkit-font-smoothing: inherit; /* 5 */ + background-image: none; /* 6 */ } /**