Question
Tips for handle and/or override bootstrap defaluts themes
Modal dialogue box ( bootstrap / jquery)
1. Remobe the gray background of modal dialog box (modal-backdrop)
.modal-backdrop {
background-color: transparent;
}
background-color: transparent;
}
2. Modal dialog box Theming .modal-dialog {
.modal-content {
.modal-header {}
.modal-body {}
.error {}
.modal-footer {
}
}
}
Add new comment