summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-11-15 18:54:55 +0100
committerasciimoo <asciimoo@gmail.com>2013-11-15 18:54:55 +0100
commit1297d4109d7a1fd15c9c41f192d74ae6b0b9b179 (patch)
treecd062d8706a25ad04e664bd0ca872531cdeaae87
parente13683277084fd2e04fa0a476edad0e87d1ef6ac (diff)
downloadsearxng-1297d4109d7a1fd15c9c41f192d74ae6b0b9b179.tar.gz
searxng-1297d4109d7a1fd15c9c41f192d74ae6b0b9b179.zip
[enh] pointer cursor to suggestions
-rw-r--r--searx/static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css
index c52d53ee6..0168b4b54 100644
--- a/searx/static/css/style.css
+++ b/searx/static/css/style.css
@@ -139,4 +139,4 @@ tr:hover td { background: #DDDDDD; }
#suggestions { max-width: 50em;}
#suggestions form { display: inline; }
-#suggestions input { padding: 2px 6px; margin: 2px 4px; font-size: 0.8em; display: inline-block; background: #E4E4E4; border-radius: 4px; border: 0; }
+#suggestions input { padding: 2px 6px; margin: 2px 4px; font-size: 0.8em; display: inline-block; background: #E4E4E4; border-radius: 4px; border: 0; cursor: pointer; }