From 0484c5ac8eb236103b16d33a2a3e0002e232ffcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Sun, 18 Sep 2016 21:19:02 +0200 Subject: [PATCH] show pointer on search dropdown This *should* fix #1076 --- resources/assets/css/typeahead.js-bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/assets/css/typeahead.js-bootstrap.css b/resources/assets/css/typeahead.js-bootstrap.css index 9f4125d18e..7440af8fcc 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 +}