disable modal dialog animation
This commit is contained in:
parent
d67da61a65
commit
7f70a56690
1 changed files with 5 additions and 0 deletions
|
|
@ -92,6 +92,11 @@ select.form-control:not([multiple]):not([size]) {
|
||||||
background-color: rgba(0, 0, 0, 0.7);
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal.fade .modal-dialog {
|
||||||
|
transition: none !important;
|
||||||
|
transform: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.b-dropdown-form:focus {
|
.b-dropdown-form:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue