From d6ee464b45e185f9077fdc2445070c2d88840996 Mon Sep 17 00:00:00 2001 From: Frederik Kammer Date: Thu, 28 Feb 2013 12:12:22 +0100 Subject: [PATCH] Change link color Fixes #2 Set link color to white for .tt-is-under-cursor --- typeahead.js-bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/typeahead.js-bootstrap.css b/typeahead.js-bootstrap.css index 9b9bdf4..e44b673 100644 --- a/typeahead.js-bootstrap.css +++ b/typeahead.js-bootstrap.css @@ -40,6 +40,10 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0) } +.tt-suggestion.tt-is-under-cursor a { + color: #fff; +} + .tt-suggestion p { margin: 0; }