forked from Public/pics
Change autosuggest padding
This commit is contained in:
parent
16eda4cfe7
commit
eb04e87085
@ -351,13 +351,14 @@ i.space-invader.alt-7::before {
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
position: absolute;
|
||||
top: 29px;
|
||||
left: 2px;
|
||||
top: 37px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.autosuggest li {
|
||||
display: block !important;
|
||||
padding: 3px;
|
||||
padding: 3px 8px;
|
||||
}
|
||||
.autosuggest li:hover, .autosuggest li.selected {
|
||||
background: #CFECF7;
|
||||
|
Loading…
Reference in New Issue
Block a user