diff --git a/gestioncof/static/gestioncof/css/cof.css b/gestioncof/static/gestioncof/css/cof.css index 3bbaa539..f98313a6 100644 --- a/gestioncof/static/gestioncof/css/cof.css +++ b/gestioncof/static/gestioncof/css/cof.css @@ -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; } diff --git a/kfet/static/kfet/css/index.css b/kfet/static/kfet/css/index.css index 94a89a74..d81a5074 100644 --- a/kfet/static/kfet/css/index.css +++ b/kfet/static/kfet/css/index.css @@ -219,6 +219,10 @@ width:100%; } +li.autocomplete-value { + cursor: pointer; +} + #account_results .hilight { background:rgba(200,16,46,0.9); color:#fff;