Merge pull request #477 from keepassxreboot/autocomplete_css_fix

Tiny fix for autocomplete.css
This commit is contained in:
Sami Vänttinen 2019-04-21 14:05:49 +03:00 committed by GitHub
commit 2d6d6722e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
.kpxcAutocomplete-items {
position: absolute !important;
border: 1px solid #d4d4d4;
}
.kpxcAutocomplete-items div {
@ -8,6 +7,8 @@
cursor: pointer;
background-color: #fff;
border-bottom: 1px solid #d4d4d4;
border-left: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
width: auto;
color: #000;
font-size: .9em !important;
@ -16,4 +17,5 @@
.kpxcAutocomplete-active {
background-color: #6cac4d !important;
color: #ffffff !important;
}
border: 0px !important;
}