Some fixes :
- Autocomplete behavior fix on unlisted text. - School tag autocomplete fix. - Npc techniques are now collapsible.
This commit is contained in:
@@ -922,7 +922,7 @@ button {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
||||
.autocomplete-items {
|
||||
.autocomplete-list {
|
||||
position: absolute;
|
||||
border: 1px solid #6e7e6b;
|
||||
border-bottom: none;
|
||||
@@ -932,14 +932,14 @@ button {
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
.autocomplete-items div {
|
||||
.autocomplete-list div {
|
||||
padding: 10px;
|
||||
cursor: pointer;
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #6e7e6b;
|
||||
text-align: left;
|
||||
}
|
||||
.autocomplete-items div:hover {
|
||||
.autocomplete-list div:hover {
|
||||
background-color: #e9e9e9;
|
||||
}
|
||||
.autocomplete-active {
|
||||
|
||||
Reference in New Issue
Block a user