Change the background color in a twitter bootstrap modal?

后端 未结 11 576
死守一世寂寞
死守一世寂寞 2020-12-01 03:01

When creating a modal in twitter bootstrap, is there any way to change the background color? Remove the shading entirely?

NB: For removing shading, this doesn\'

11条回答
  •  再見小時候
    2020-12-01 03:18

    Add the following CSS;

    .modal .modal-dialog .modal-content{  background-color: #d4c484; }
    
    

提交回复
热议问题