diff --git a/resources/assets/css/typeahead.js-bootstrap.css b/resources/assets/css/typeahead.js-bootstrap.css index 9f4125d18e34..7440af8fcc1f 100644 --- a/resources/assets/css/typeahead.js-bootstrap.css +++ b/resources/assets/css/typeahead.js-bootstrap.css @@ -44,6 +44,7 @@ .twitter-typeahead .tt-suggestion { padding: 3px 20px; white-space: nowrap; + cursor: pointer; } /*Added to menu element when it contains no content*/ @@ -68,4 +69,4 @@ /*Added to the element that wraps highlighted text*/ .twitter-typeahead .tt-highlight { -} \ No newline at end of file +}