1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02:00

removed outline from modal

This commit is contained in:
Martynas
2013-10-05 13:55:26 +03:00
parent 56ee42d335
commit 80e8644230
3 changed files with 3 additions and 1 deletions

View File

@@ -5747,6 +5747,7 @@ body.modal-open,
display: none; display: none;
overflow: auto; overflow: auto;
overflow-y: scroll; overflow-y: scroll;
outline: 0;
} }
.modal.fade .modal-dialog { .modal.fade .modal-dialog {

File diff suppressed because one or more lines are too long

View File

@@ -30,6 +30,7 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
outline: 0;
z-index: @zindex-modal-background; z-index: @zindex-modal-background;
// When fading in the modal, animate it to slide down // When fading in the modal, animate it to slide down