mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-07 04:54:24 +01:00
change dropdown hover/active color back to link color
This commit is contained in:
parent
eaf464a2c5
commit
20b10b5d66
Binary file not shown.
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -1728,7 +1728,7 @@ table .span24 {
|
|||||||
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
|
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #333333;
|
background-color: #0088cc;
|
||||||
}
|
}
|
||||||
.dropdown.open {
|
.dropdown.open {
|
||||||
*z-index: 1000;
|
*z-index: 1000;
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
@dropdownBackground: @white;
|
@dropdownBackground: @white;
|
||||||
@dropdownLinkColor: @grayDark;
|
@dropdownLinkColor: @grayDark;
|
||||||
@dropdownLinkColorHover: @white;
|
@dropdownLinkColorHover: @white;
|
||||||
@dropdownLinkBackgroundHover: @grayDark;
|
@dropdownLinkBackgroundHover: @linkColor;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user