aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-05 20:15:35 -0800
committerMark Otto <[email protected]>2012-03-05 20:15:35 -0800
commit20b10b5d666209c333db27a3ea95465fd6267cf6 (patch)
tree39beb2f7ab14f6b43b3bc4fdefba9697cb464f98
parenteaf464a2c513989ace98162074f84a14963e02a9 (diff)
downloadbootstrap-20b10b5d666209c333db27a3ea95465fd6267cf6.tar.xz
bootstrap-20b10b5d666209c333db27a3ea95465fd6267cf6.zip
change dropdown hover/active color back to link color
-rw-r--r--docs/assets/bootstrap.zipbin54895 -> 54891 bytes
-rw-r--r--docs/assets/css/bootstrap.css2
-rw-r--r--less/variables.less2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 15b015415..914e79630 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 1e893816f..6c38ef11f 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1728,7 +1728,7 @@ table .span24 {
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
color: #ffffff;
text-decoration: none;
- background-color: #333333;
+ background-color: #0088cc;
}
.dropdown.open {
*z-index: 1000;
diff --git a/less/variables.less b/less/variables.less
index c283ff052..2d31cc0a3 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -77,7 +77,7 @@
@dropdownBackground: @white;
@dropdownLinkColor: @grayDark;
@dropdownLinkColorHover: @white;
-@dropdownLinkBackgroundHover: @grayDark;
+@dropdownLinkBackgroundHover: @linkColor;