logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 1297d4109d7a1fd15c9c41f192d74ae6b0b9b179
parent: e13683277084fd2e04fa0a476edad0e87d1ef6ac
Author: asciimoo <asciimoo@gmail.com>
Date:   Fri, 15 Nov 2013 18:54:55 +0100

[enh] pointer cursor to suggestions

Diffstat:

Msearx/static/css/style.css2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }