* VRFS-1816 - white on white action fixed
This commit is contained in:
parent
eccd166a47
commit
4a2c61d678
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue