I have a menu with multiple modals. When I open one over another it turns backgrount into black, which is ugly. I understand that I need change filter: alpha(opacity=80);<
filter: alpha(opacity=80);<
ONLY CSS / HTML
JSFiddle: http://jsfiddle.net/szoys6d7/
HTML
...
CSS
.modal2.fade.in ~ .modal-backdrop.fade.in { background-color: #f00; }