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

35 lines
550 B
SCSS
Raw Normal View History

2011-09-08 10:56:10 +00:00
#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;
}
}
}
}
2011-09-09 22:13:02 +00:00
}
2011-11-23 22:52:43 +00:00
#search-form {
height: 28px !important;
}
2011-09-09 22:13:02 +00:00
#artist-load-spinner {
display: none;
float: right;
margin: -26px 0 0 10px;
}
.suggestions a {
cursor: pointer;
2011-06-27 11:14:14 +00:00
}