forked from Ponysearch/Ponysearch
[enh] pointer cursor to suggestions
This commit is contained in:
parent
e136832770
commit
1297d4109d
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue