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 disabled buttons in IE8 #42

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

Fix for disabled buttons in IE8 #42

necolas opened this issue Aug 22, 2011 · 3 comments

Comments

@necolas
Copy link
Contributor

necolas commented Aug 22, 2011

Styles for disabled .btn are not applied in IE8. It drops the entire rule because it doesn't support the :disabled selector.

https://github.com/twitter/bootstrap/blob/misc_css_fixes/bootstrap-1.0.0.css#L448

Fix is to remove :disabled and apply the disabled class to the button elements in the demo.

@fat
Copy link
Member

fat commented Aug 22, 2011

Oh nice catch - thanks!

@fat
Copy link
Member

fat commented Aug 22, 2011

this commit address that: e1e4cee

@necolas necolas closed this as completed Aug 22, 2011
@necolas
Copy link
Contributor Author

necolas commented Aug 22, 2011

Thanks :)

jeremiehuchet pushed a commit to jeremiehuchet/bootstrap that referenced this issue Aug 29, 2012
Update search.php to include permalink in the result title.
mdo added a commit that referenced this issue Aug 15, 2013
Paths to navbar, navbar-fixed-top and navbar-static-top fixed in the navbar.
cvrebert added a commit that referenced this issue May 29, 2015
rename .previous => .pager-prev , .next => .pager-next
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