Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for alert box gradients in IE7/8 #44

Closed
necolas opened this issue Aug 22, 2011 · 2 comments
Closed

Fix for alert box gradients in IE7/8 #44

necolas opened this issue Aug 22, 2011 · 2 comments

Comments

@necolas
Copy link
Contributor

necolas commented Aug 22, 2011

I know you ripped them out in your fix branch at some point, but if you want to put them back in, you can mimic the CSS3 transparent gradients with an extended hex syntax (the first 2 digits indicate the opacity level):

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#15000000');

Also noticed the .alert-message rule has the fallback background-color appearing after, rather than before, the rgba background-color.

@fat
Copy link
Member

fat commented Aug 22, 2011

Boosh. That's awesome! Thanks again :D

@fat
Copy link
Member

fat commented Aug 22, 2011

c3143b4

@fat fat closed this as completed Aug 22, 2011
daveobriencouk pushed a commit to egocreative/bootstrap that referenced this issue Nov 18, 2012
daveobriencouk pushed a commit to egocreative/bootstrap that referenced this issue Nov 18, 2012
daveobriencouk pushed a commit to egocreative/bootstrap that referenced this issue Nov 18, 2012
pbrit pushed a commit to pbrit/bootstrap that referenced this issue Jul 2, 2013
yaoazhen referenced this issue in yaoazhen/bootstrap Aug 13, 2013
llinacont added a commit to llinacont/bootstrap that referenced this issue Apr 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants