Changed font color

This commit is contained in:
laf
2015-05-03 15:37:23 +01:00
parent 99d5f13a0d
commit ea61890ddf

View File

@ -1642,10 +1642,14 @@ tr.search:nth-child(odd) {
.tt-selectable {
cursor: pointer;
cursor: hand;
}
.tt-suggestion:hover a {
color: #ffffff !important;
}
.tt-suggestion:hover {
background-color: #0097CF;
color: #FFFFFF;
}