1
0
Fork 0
oldhaven/app/assets/stylesheets/search.scss

31 lines
505 B
SCSS

#autocomplete-container {
.inner {
.start {
height: 3px;
padding: 0;
background-color: #ffffff;
border-bottom: none;
}
.content {
padding: 0 0 3px 0;
div {
padding: 6px 10px;
background-color: #ffffff;
&.selected {
color: #202020;
background-color: #e0e0e0;
}
}
}
}
}
#artist-load-spinner {
display: none;
float: right;
margin: -26px 0 0 10px;
}
.suggestions a {
cursor: pointer;
}