non-jquery autocomplete, needs more keyboard integration
This commit is contained in:
parent
e2d7a96971
commit
c7eb56f60c
13 changed files with 385 additions and 10897 deletions
|
|
@ -106,23 +106,26 @@ body {
|
|||
.autocomplete-suggestions {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #000000;
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.autocomplete-suggestion {
|
||||
div {
|
||||
/*padding: 2px 5px;*/
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 16pt;
|
||||
|
||||
&.selected {
|
||||
background-color: #0000ff;
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
.autocomplete-selected {
|
||||
background-color: #0000ff;
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
#divTwc {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue