Twitter Bootstrap - why is my modal as faded as the background?
So I'm using Twitter Bootstrap and I have a modal that slides down when the user clicks the "Register" button. The only problem is that the not only does the background page fade, which is a nice effect, but the modal is also faded. How can I get it so that the modal is normal brightness while the background is faded? I created a JSFiddle to demonstrate my problem here: http://jsfiddle.net/jononomo/7z8RZ/7/ The following code creates a faded modal: <div class="navbar navbar-fixed-top"> <a href="#registration_modal" data-toggle="modal"> Register </a> <div id="registration_modal" class="modal