Created
February 15, 2012 16:31
-
-
Save mchung/1837110 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
That's great to hear, Charlie. Thanks for all your hard work.
- Marc
…On Tue, Feb 28, 2012 at 8:37 PM, Charlie Park < ***@***.*** > wrote:
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!
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/1837110
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!