init GitHub version "Hermes 1.0b"
This commit is contained in:
parent
abc4fb2c21
commit
1e06ba1042
59 changed files with 380125 additions and 0 deletions
28
3rd/css/autocomplete.css
Normal file
28
3rd/css/autocomplete.css
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
.ac-renderer{
|
||||
position: absolute;
|
||||
border: 1px solid #ccc;
|
||||
margin-top: -1px;
|
||||
max-width: 400px;
|
||||
}
|
||||
.ac-row {
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
padding: 5px;
|
||||
background-color: #fff;
|
||||
overflow: hidden !important;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.ac-row .suffix {
|
||||
font-size:.8em;
|
||||
color:#ccc;
|
||||
padding:.1em 0 .1em 5px;
|
||||
}
|
||||
.ac-row .type {
|
||||
font-size:.7em;
|
||||
color:#aaa;
|
||||
display:block;
|
||||
width:100%;
|
||||
}
|
||||
.ac-highlighted {font-weight: bold;}
|
||||
.ac-active {background-color: #eee;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue