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