Skip to content

Instantly share code, notes, and snippets.

@mchung
Created February 15, 2012 16:31
Show Gist options
  • Save mchung/1837110 to your computer and use it in GitHub Desktop.
Save mchung/1837110 to your computer and use it in GitHub Desktop.
.btn-custom {
background-color: hsl(357, 59%, 43%) !important;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="hsl(357, 59%, 63%)", endColorStr="hsl(357, 59%, 43%)");
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#D8696F", endColorStr="#AE2D33");
background-repeat: repeat-x;
}
@mchung
Copy link
Author

mchung commented Feb 15, 2012

Hey no problem. Now, I have to reveal a secret. I don't use IE. I've been using http://browserling.com to test it along with a few other browsers I don't have access to.

Sadly, the site doesn't seem to be working at the moment. Once it's back up, I'll take a look and let you know.

@charliepark
Copy link

Marc ... no need for you to check on it (especially if you're having to go through a proxy!), but I think we've finally got it working for IE. Thanks again for your help with this!

@mchung
Copy link
Author

mchung commented Feb 29, 2012 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment