Blame view
sources/apps/search_lucene/css/lucene.css
186 Bytes
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 |
#searchbox.indexing {
background-image: none;
}
form.searchbox #spinner {
width: 16px;
height: 16px;
margin-top: 14px;
float: right;
margin-right: -27px;
|
|
d1bafeea1
|
10 11 |
background-size: 16px; } |