1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-02 16:28:26 +02:00

add old dropdown support to tabs dropdowns

This commit is contained in:
Mark Otto
2011-09-02 01:03:16 -07:00
parent 411e324340
commit db830140ee
3 changed files with 13 additions and 7 deletions

View File

@@ -337,16 +337,22 @@ a.menu:after,
color: @gray;
}
}
// first one for backwards compatibility
.menu-dropdown,
.dropdown-menu {
top: 35px;
border-width: 1px;
.border-radius(0 6px 6px 6px);
}
// first one for backwards compatibility
a.menu:after,
.dropdown-toggle:after {
border-top-color: #999;
margin-top: 15px;
margin-left: 5px;
}
// first one for backwards compatibility
li.open a.menu:after,
.dropdown.open .dropdown-toggle:after {
border-top-color: #555;
}