stevo / colorbox-rails

Make links open in lightbox a breeze
MIT License
77 stars 58 forks source link

Add button style reset code in case the user forgets to do so. #34

Open driehuis opened 9 years ago

driehuis commented 9 years ago

If the user does not reset the default browser styling for buttons, the next and previous buttons will be ugly, because they will have shadows drawn right through the buttons.

The fact that this happens violates the principle of least astonishment, especially for Rails users who expect to be done after adding colorbox-rails to the Gemfile. And even more so if the Rails user is not a CSS guru :-)

This post pointed me in the right direction: http://community.sitepoint.com/t/gray-borders-around-controls-in-colorbox/27750

This pull request fixes the aestetics for sites that do not reset button shadows wholesale.