- Fixed bug #225: improve friendliness of auto-complete

SVN:trunk[715]
This commit is contained in:
Denis Flaven
2010-08-30 12:02:36 +00:00
parent d2bad7d0fd
commit 1d0f0231a4
2 changed files with 5 additions and 1 deletions

View File

@@ -205,7 +205,7 @@ input.textSearch {
.ac_input {
border: 1px solid #7f9db9;
background: url(../images/ac-background.gif) no-repeat right;
background: #fff url(../images/ac-background.gif) no-repeat right;
}
/* By Rom */