2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

update topbar dropdown arrow to match link and hover colors

This commit is contained in:
Mark Otto
2011-09-29 01:43:14 -07:00
parent ecdba931ec
commit 4e9849966d
3 changed files with 19 additions and 20 deletions
+5 -2
View File
@@ -205,11 +205,14 @@
text-indent: -99999px;
vertical-align: top;
margin-top: 8px;
margin-left: 4px;
margin-left: 6px;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid @white;
.opacity(50);
.opacity(30);
}
.dropdown:hover .dropdown-toggle:after {
.opacity(100);
}
// The dropdown menu (ul)
.dropdown-menu {