forked from DGNum/gestioCOF
Merge branch 'thubrecht/autocomplete-css' into 'master'
On modifie le curseur quand on survole un compte dans l'autocomplete See merge request klub-dev-ens/gestioCOF!499
This commit is contained in:
commit
7efc7e6b94
2 changed files with 7 additions and 2 deletions
|
@ -855,13 +855,14 @@ input[type=number][readonly]::-webkit-outer-spin-button {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.yourlabs-autocomplete li.autocomplete-header {
|
||||
li.autocomplete-header {
|
||||
background-color: #FFEF9E;
|
||||
padding: 3px 5px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.yourlabs-autocomplete li.autocomplete-value {
|
||||
li.autocomplete-value,
|
||||
li.autocomplete-new {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
|
@ -219,6 +219,10 @@
|
|||
width:100%;
|
||||
}
|
||||
|
||||
li.autocomplete-value {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#account_results .hilight {
|
||||
background:rgba(200,16,46,0.9);
|
||||
color:#fff;
|
||||
|
|
Loading…
Reference in a new issue