mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
fix placement of dropdowns in navbar after getting to general in those styles
This commit is contained in:
+4
-2
@@ -175,7 +175,8 @@
|
||||
// ---------
|
||||
|
||||
// Position the menu
|
||||
.nav .dropdown-menu {
|
||||
.pills .dropdown-menu,
|
||||
.tabs .dropdown-menu {
|
||||
top: 33px;
|
||||
border-width: 1px;
|
||||
}
|
||||
@@ -191,7 +192,8 @@
|
||||
.pills .dropdown-toggle:hover .caret {
|
||||
border-top-color: @linkColorHover;
|
||||
}
|
||||
.nav .open .dropdown-toggle {
|
||||
.tabs .open .dropdown-toggle,
|
||||
.pills .open .dropdown-toggle {
|
||||
background-color: #999;
|
||||
border-color: #999;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user