2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

utilize new dropdown variables

This commit is contained in:
Mark Otto
2012-03-05 00:32:02 -08:00
parent d3e922f0c8
commit a95c15a530
4 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -1712,13 +1712,13 @@ table .span24 {
clear: both;
font-weight: normal;
line-height: 18px;
color: #555555;
color: #333333;
white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
color: #ffffff;
text-decoration: none;
background-color: #0088cc;
background-color: #333333;
}
.dropdown.open {
*z-index: 1000;