mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #477 from keepassxreboot/autocomplete_css_fix
Tiny fix for autocomplete.css
This commit is contained in:
commit
2d6d6722e0
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue