2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fixes #4511: remove focus on opened modal window

This commit is contained in:
Mark Otto
2012-10-29 21:33:20 -07:00
parent a6968c4934
commit 5bb6c42405
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -5069,6 +5069,10 @@ input[type="submit"].btn.btn-mini {
margin-left: 0;
}
.modal {
outline: none;
}
.tooltip {
position: absolute;
z-index: 1030;