Change the background color in bootstrap modal
Change the background color in a twitter bootstrap modal : You can change bootstrap modal’s background color as below
Change the background color in bootstrap modal
Add the following css to change the background color of bootstrap modal
Change the background color in bootstrap modal : Example
<style type="text/css"> .modal-backdrop { background-color: yellow; } </style> |
Output :
Advertisements