About 19,500 results
Open links in new tab
  1. html - Bootstrap Button - No Hand Cursor - Stack Overflow

    Jan 29, 2017 · 17 Try add role='button' instead. I have had this problem even though the documentation on bootstrap says type='button' should do the work but mine didn't.

  2. How can I remove Bootstrap button border? - Stack Overflow

    Feb 5, 2025 · 22 I have a custom bootstrap button and I cannot remove its border after click. I was able to change its background color but there is an insistent blue border boring me. I click on …

  3. How to put a link on a button with bootstrap? - Stack Overflow

    Mar 15, 2016 · How would one put a link on a button with bootstrap? there are 4 methods in the bootstrap documentation:

  4. How can I increase the size of a bootstrap button?

    Sep 30, 2015 · Default Bootstrap size classes You can use btn-lg, btn-sm and btn-xs classes for manipulating with its size. btn-block Also, there is a class btn-block which will extend your …

  5. css - Make smaller button in bootstrap - Stack Overflow

    Sep 22, 2016 · I use bootstrap 3 buttons and I want to modify the size to smaller, I've tried with the following which doesn't work .btn-sml { padding: 10px 10px; font-size: 22px; border-radius: …

  6. bootstrap button shows blue outline when clicked

    I added this but still the blue outline appear when the button is clicked. .btn:focus { outline: none; } how to remove that ugly thingy?

  7. twitter bootstrap - How to add a spinner icon to button when it's …

    Feb 10, 2013 · Twitter Bootstrap's buttons have a nice Loading... state available. The thing is that it just shows a message like Loading... passed through the data-loading-text attribute like this: …

  8. Bootstrap 4, How do I center-align a button? - Stack Overflow

    In Bootstrap 4 one should use the text-center class to align inline-blocks. NOTE: text-align:center; defined in a custom class you apply to your parent element will work regardless of the …

  9. Change hover color on a button with Bootstrap customization

    Change hover color on a button with Bootstrap customization Asked 11 years, 1 month ago Modified 2 years ago Viewed 242k times

  10. javascript - Bootstrap onClick button event - Stack Overflow

    This seems a silly question but just got bootstrap and it doesn't gives any examples on the website about adding a Javascript callback to a button... Tried setting my button an id flag and …