TIny fix for autocomplete.css

This commit is contained in:
varjolintu 2019-04-21 09:57:35 +03:00
parent 265e6800e0
commit 3111faf5d9

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;
}