Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wip
This commit is contained in:
commit
55982664d0
8 changed files with 38 additions and 18 deletions
8
docs/assets/css/bootstrap.css
vendored
8
docs/assets/css/bootstrap.css
vendored
|
|
@ -4831,19 +4831,19 @@ input[type="submit"].btn.btn-mini {
|
|||
background-color: #fff;
|
||||
}
|
||||
|
||||
.modal-open .dropdown-menu {
|
||||
.modal-open .modal .dropdown-menu {
|
||||
z-index: 2050;
|
||||
}
|
||||
|
||||
.modal-open .dropdown.open {
|
||||
.modal-open .modal .dropdown.open {
|
||||
*z-index: 2050;
|
||||
}
|
||||
|
||||
.modal-open .popover {
|
||||
.modal-open .modal .popover {
|
||||
z-index: 2060;
|
||||
}
|
||||
|
||||
.modal-open .tooltip {
|
||||
.modal-open .modal .tooltip {
|
||||
z-index: 2080;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue