Blame view

sources/apps/search_lucene/css/lucene.css 244 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
  #searchbox.indexing {
  	background-image: none;
  }
  form.searchbox #spinner {
  	width: 16px;
  	height: 16px;
  	margin-top: 14px;
  	float: right;
  	margin-right: -27px;
  	background-image: url('%webroot%/core/img/loading.gif');
  	background-size: 16px;
  }