* VRFS-1816 - white on white action fixed

This commit is contained in:
Seth Call 2014-06-30 16:46:35 -05:00
parent eccd166a47
commit 4a2c61d678
1 changed files with 2 additions and 2 deletions

View File

@ -242,8 +242,8 @@ input[type="button"] {
.autocomplete-suggestions { border: 1px solid #999; background: #666; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-selected { background: #999; }
.autocomplete-suggestions strong { font-weight: normal; color: #a2cffd; }
.autocomplete .selected {
background:$ColorScreenBackground;