Line 224: | Line 224: | ||
display:block; | display:block; | ||
margin:20px; | margin:20px; | ||
+ | } | ||
+ | .modal{z-index: -4;} | ||
+ | |||
+ | #myModal #myModal2 #myModal3 #myModal4 #myModal5 #myModal6 #myModal7 #myModal8 #myModal9 #myModal10 #myModal11 | ||
+ | { | ||
+ | z-index: 6; | ||
+ | } | ||
+ | .modal-dialog{ | ||
+ | z-index:6; | ||
+ | } | ||
+ | |||
+ | .fade | ||
+ | { | ||
+ | background-image:url(''); | ||
+ | z-index:-4; | ||
+ | |||
+ | } | ||
+ | |||
+ | .btn{ | ||
+ | z-index:6; | ||
+ | background-color:green; | ||
} | } | ||