2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

change dropdown hover/active color back to link color

This commit is contained in:
Mark Otto
2012-03-05 20:15:35 -08:00
parent eaf464a2c5
commit 20b10b5d66
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;