backbone.bootstrap-modal icon indicating copy to clipboard operation
backbone.bootstrap-modal copied to clipboard

Change default template from a -> button

Open clearly opened this issue 12 years ago • 0 comments

A lot of Bootstrap varied themes will change a, a:hover, and a:visited to match the theme. Which always throws off the text in the .btn colors of the modal. The user of backbone.bootstrap-modal can provide a custom defined template but this increases code bloat where it doesn't seem necessary.

clearly avatar May 13 '13 03:05 clearly