mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
21 lines
473 B
CSS
21 lines
473 B
CSS
.kpxcAutocomplete-items {
|
|
position: absolute !important;
|
|
}
|
|
|
|
.kpxcAutocomplete-items div {
|
|
padding: 5px;
|
|
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;
|
|
}
|
|
|
|
.kpxcAutocomplete-active {
|
|
background-color: #6cac4d !important;
|
|
color: #ffffff !important;
|
|
border: 0px !important;
|
|
}
|