1
0
Fork 0

Make modal background semi-transparent

This commit is contained in:
Ryan Fox 2021-01-11 03:13:50 +00:00
parent 992c032e9f
commit c12a1ffb70
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 6 additions and 0 deletions

View File

@ -954,6 +954,12 @@ input.form-control[type=file] {
margin-left: 3px;
}
/* Modal backdrop */
.modal-backdrop {
opacity: 0.75;
}
/* Modal confirm window */
.modal-dialog {