Something went wrong while setting issue due date.
Fix for disabled buttons in IE8
Closed
Fix for disabled buttons in IE8
Created by: necolas
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.