From a400805154bcaa848dbd0a27ff8efce0c047132c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 11 Feb 2007 20:55:10 +0000 Subject: [PATCH] =?UTF-8?q?D=E9but=20ajout=20de=20l'autocompl=E9tion=20aja?= =?UTF-8?q?x=20sur=20la=20liste=20d=E9roulante=20des=20pays?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/eldy/eldy.css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index b0036bc4adf..b6c7fce2306 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -1,6 +1,7 @@ * Copyright (C) 2006 Rodolphe Quiedeville + * Copyright (C) 2007 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1064,7 +1065,7 @@ div.autocomplete ul { margin:0px; padding:0px; } -div.autocomplete ul li.selected { background-color: #ffb;} +div.autocomplete ul li.selected { background-color: #D3E5EC;} div.autocomplete ul li { list-style-type:none; display:block;