finalising the autocomplete helper, and added to technique skillids
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user