2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

small tweak to dropdowns for autocomplete if you implement dropdowns that way

This commit is contained in:
Mark Otto
2011-10-09 22:44:45 -07:00
parent 0c1c236414
commit a05be0cba3
3 changed files with 10 additions and 5 deletions
+4 -2
View File
@@ -278,7 +278,8 @@ a.menu:after,
}
}
.topbar .dropdown-menu, .dropdown-menu {
.topbar .dropdown-menu,
.dropdown-menu {
// Links within the dropdown menu
a {
display: block;
@@ -289,7 +290,8 @@ a.menu:after,
color: @gray;
text-shadow: 0 1px 0 @white;
// Hover state
&:hover {
&:hover,
&.hover {
#gradient > .vertical(#eeeeee, #dddddd);
color: @grayDark;
text-decoration: none;