Fix modal dialogs
This commit is contained in:
parent
f160483af4
commit
9f49a8d580
1 changed files with 6 additions and 0 deletions
|
@ -706,3 +706,9 @@ p.editable:hover i {
|
|||
line-height: 1.428571429;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
/** Fix for bootstrap dialogs that are broken. */
|
||||
|
||||
.modal-backdrop.in {
|
||||
opacity: 0.5 !important;
|
||||
}
|
Reference in a new issue