diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 15b0154157..914e79630b 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 1e893816fa..6c38ef11f1 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 c283ff052f..2d31cc0a3e 100644 --- a/less/variables.less +++ b/less/variables.less @@ -77,7 +77,7 @@ @dropdownBackground: @white; @dropdownLinkColor: @grayDark; @dropdownLinkColorHover: @white; -@dropdownLinkBackgroundHover: @grayDark; +@dropdownLinkBackgroundHover: @linkColor;