filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
- .dropdown-menu .active > a,
- .dropdown-menu .active > a:hover {
+ .dropdown-menu > .active > a,
+ .dropdown-menu > .active > a:hover {
color: #ffffff;
text-decoration: none;
- background-color: #0081c2;
+ background-color: #0077b3;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
// Active state
// ------------
- .dropdown-menu .active > a,
- .dropdown-menu .active > a:hover {
+ .dropdown-menu > .active > a,
+ .dropdown-menu > .active > a:hover {
- color: @dropdownLinkColorActive;
+ color: @dropdown-link-color-active;
text-decoration: none;
outline: 0;
- #gradient > .vertical(@dropdownLinkBackgroundActive, darken(@dropdownLinkBackgroundActive, 5%));
+ #gradient > .vertical(@dropdown-link-background-active, darken(@dropdown-link-background-active, 5%));
}
// Disabled state