On modifie le curseur quand on survole un compte dans l'autocomplete
This commit is contained in:
parent
db42028228
commit
71878caf2c
1 changed files with 4 additions and 0 deletions
|
@ -219,6 +219,10 @@
|
|||
width:100%;
|
||||
}
|
||||
|
||||
#account_results li.autocomplete-value {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#account_results .hilight {
|
||||
background:rgba(200,16,46,0.9);
|
||||
color:#fff;
|
||||
|
|
Loading…
Reference in a new issue