aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-09 22:44:45 -0700
committerMark Otto <[email protected]>2011-10-09 22:44:45 -0700
commita05be0cba38eef0c7507bb05c0988eb9efd70091 (patch)
tree7c2e23fdb1353ebde5e43f0b1f3778bba2c51e70 /bootstrap.css
parent0c1c23641460e3d08d04d0fefc57d950dc6c1da7 (diff)
downloadbootstrap-a05be0cba38eef0c7507bb05c0988eb9efd70091.tar.xz
bootstrap-a05be0cba38eef0c7507bb05c0988eb9efd70091.zip
small tweak to dropdowns for autocomplete if you implement dropdowns that way
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 0022fd422..850778bea 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Oct 9 22:37:55 PDT 2011
+ * Date: Sun Oct 9 22:44:29 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1581,7 +1581,10 @@ a.menu:after, .dropdown-toggle:after {
color: #808080;
text-shadow: 0 1px 0 #ffffff;
}
-.topbar .dropdown-menu a:hover, .dropdown-menu a:hover {
+.topbar .dropdown-menu a:hover,
+.dropdown-menu a:hover,
+.topbar .dropdown-menu a.hover,
+.dropdown-menu a.hover {
background-color: #dddddd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));