Avoid the focus border around modals.

(imported from commit 9f0111f9d858ab2f058e2c75c8cb00a3716cdfed)
This commit is contained in:
Kevin Mehall 2013-07-10 11:28:33 -04:00
parent c190be38fe
commit 54d85c68e2
1 changed files with 2 additions and 0 deletions

View File

@ -1587,6 +1587,8 @@ table.floating_recipient {
overflow: hidden;
margin-top: 0;
top: 5%;
outline: 0; /* Bootstrap uses tabindex=-1 on modals for focus and ESC handling,
so avoid the outline it causes */
}
.modal-body {