Commit 20b10b5d authored by Mark Otto's avatar Mark Otto
Browse files

change dropdown hover/active color back to link color

parent eaf464a2
Showing with 2 additions and 2 deletions
+2 -2
No preview for this file type
......@@ -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;
......
......@@ -77,7 +77,7 @@
@dropdownBackground: @white;
@dropdownLinkColor: @grayDark;
@dropdownLinkColorHover: @white;
@dropdownLinkBackgroundHover: @grayDark;
@dropdownLinkBackgroundHover: @linkColor;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment