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;
}
@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