I am using a btn-group like this: http://jsfiddle.net/dy9uH/34/
I don’t want my users to think the button to the left is click-able but don’t like how the button looks when I add the disabled class. How can I make sure nothing happens when a user hovers over the left button? I’d prefer not to edit bootstrap.css because I have other buttons that utilize the .btn-group class that I need functioning as usual.
I think the only solution is to over ride the bootstrap styles with your custom changes.
btnex:specialCss:
Demo: Fiddle