finalising the autocomplete helper, and added to technique skillids

This commit is contained in:
Vlyan
2022-02-18 22:33:47 +01:00
parent 193a10daed
commit a876bfa122
5 changed files with 65 additions and 24 deletions

View File

@@ -925,7 +925,7 @@ button {
.autocomplete-items {
position: absolute;
border: 1px solid #d4d4d4;
border: 1px solid #6e7e6b;
border-bottom: none;
border-top: none;
z-index: 99;
@@ -938,7 +938,7 @@ button {
padding: 10px;
cursor: pointer;
background-color: #fff;
border-bottom: 1px solid #d4d4d4;
border-bottom: 1px solid #6e7e6b;
text-align: left;
}
.autocomplete-items div:hover {