added autocomplete
This commit is contained in:
parent
71a61304b0
commit
edc42ea35d
9 changed files with 594 additions and 53 deletions
|
@ -149,31 +149,27 @@ h3,h4,h5,h6{
|
|||
left:-1px;
|
||||
right:-1px;
|
||||
background:var(--282828);
|
||||
border:1px solid var(--504945);
|
||||
border:1px solid var(--928374);
|
||||
border-top:none;
|
||||
border-radius:0 0 2px 2px;
|
||||
z-index:10;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.autocomplete .entry{
|
||||
overflow:hidden;
|
||||
padding:4px 10px;
|
||||
cursor:pointer;
|
||||
outline:none;
|
||||
user-select:none;
|
||||
}
|
||||
|
||||
.autocomplete .entry:hover{
|
||||
background:var(--3c3836);
|
||||
}
|
||||
|
||||
.autocomplete .title{
|
||||
float:left;
|
||||
}
|
||||
|
||||
.autocomplete .subtext{
|
||||
float:right;
|
||||
font-size:14px;
|
||||
color:var(--928374);
|
||||
margin-left:7px;
|
||||
.autocomplete .entry:focus{
|
||||
background:var(--3c3836);
|
||||
}
|
||||
|
||||
/* Tabs */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue