change opacity on hover bootstrap – Twitter bootstrap
<button type="submit" value="Log in" class="btn btn-lg btn-link" style="color: grey;"><i class="glyphicon glyphicon-log-in" style="font-size: xx-large"></i></button> I added inline style to change the button style property. Now it won't change opacity when I hover my mouse pointer over it. Is there a way…