Modal Close Styling
How to style the close button for modal windows



The JS
The CSS
How to Implement
Last updated
Was this helpful?
How to style the close button for modal windows



Last updated
Was this helpful?
Was this helpful?
/****************************************/
/************ Button Effects ************/
/****************************************/
.delete { border: #adb5bd .2em !important; background-color: #adb5bd !important;}
.close-modal {border: #495057 !important; background-color: #495057 !important;}
.delete:before { background-color: white !important; width: 66% !important;
left: 44% !important; height: 3px !important; border-radius: 2px !important;}
.delete:after { background-color: white !important; width: 66% !important;
left: 44% !important; height: 3px !important; border-radius: 2px !important;}