mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
19 lines
339 B
CSS
19 lines
339 B
CSS
.autocomplete-list {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 34px;
|
|
background-color:white;
|
|
width: 100%;
|
|
border: 1px solid #ccc;
|
|
border-bottom-left-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
padding:12px;
|
|
}
|
|
|
|
.autocomplete-item{
|
|
}
|
|
|
|
#srch-term {
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-width: 0;
|
|
} |