diff --git a/gestioncof/static/gestioncof/css/cof.css b/gestioncof/static/gestioncof/css/cof.css index a158476e..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-new { +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 aade3665..d81a5074 100644 --- a/kfet/static/kfet/css/index.css +++ b/kfet/static/kfet/css/index.css @@ -219,7 +219,7 @@ width:100%; } -#account_results li.autocomplete-value { +li.autocomplete-value { cursor: pointer; }