dropdown menu link color fixed

This commit is contained in:
afc163 2015-06-17 17:36:29 +08:00
parent 92fe84919b
commit 61686e4310

View File

@ -64,9 +64,13 @@
clear: both;
font-size: 12px;
font-weight: normal;
color: #666666;
color: #666;
white-space: nowrap;
a {
color: #666;
}
&:hover {
background-color: #ebfaff;
}