7 lines
83 B
CSS
7 lines
83 B
CSS
.modal.modal-show {
|
|
display: block;
|
|
}
|
|
|
|
.modal.modal-hide {
|
|
display: none;
|
|
} |