more searchbar style work

This commit is contained in:
marijus 2013-11-13 10:44:21 +01:00
parent a1b8f6e4ec
commit 71d864f283

View File

@ -57,7 +57,6 @@ input {
padding: 3px;
}
code {
font-family: Courier, monospace;
display: block;
@ -2882,13 +2881,14 @@ div.jGrowl div.info {
}
.autocomplete .selected {
background:$bgcolour;
background: $search_background;
}
.autocomplete div {
padding: 2px 5px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#datebrowse-sidebar select {