From 4ab64e5f2909ebee14bcdacada21ae5910a97b0d Mon Sep 17 00:00:00 2001 From: tmmueller Date: Wed, 25 Sep 2013 11:48:21 -0500 Subject: [PATCH] Update Bootstrap less file to support Bootstrap 3 The variable names changed. --- typeahead.js-bootstrap.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/typeahead.js-bootstrap.less b/typeahead.js-bootstrap.less index ecdcdaf..7a5217c 100644 --- a/typeahead.js-bootstrap.less +++ b/typeahead.js-bootstrap.less @@ -2,9 +2,9 @@ min-width: 160px; margin-top: 2px; padding: 5px 0; - background-color: @dropdownBackground; + background-color: @dropdown-bg; border: 1px solid #ccc; - border: 1px solid @dropdownBorder; + border: 1px solid @dropdown-border; *border-right-width: 2px; *border-bottom-width: 2px; .border-radius(6px); @@ -20,12 +20,12 @@ } .tt-suggestion.tt-is-under-cursor { - color: @dropdownLinkColorHover; - #gradient > .vertical(@dropdownLinkBackgroundHover, darken(@dropdownLinkBackgroundHover, 5%)); + color: @dropdown-link-hover-color; + #gradient > .vertical(@dropdown-link-hover-bg, darken(@dropdown-link-hover-bg, 5%)); } .tt-suggestion.tt-is-under-cursor a { - color: @dropdownBackground; + color: @dropdown-bg; } .tt-suggestion p {