Mercurial > hg > MPIWG-drupal-modules
comparison sites/all/modules/custom/solrsearch/solrsearch.css @ 0:015d06b10d37 default tip
initial
| author | dwinter |
|---|---|
| date | Wed, 31 Jul 2013 13:49:13 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:015d06b10d37 |
|---|---|
| 1 p.solrext-help, | |
| 2 div.solrext { | |
| 3 display: block; | |
| 4 color: white; | |
| 5 padding: 5px; | |
| 6 background-color: black; | |
| 7 border: 4px solid white; | |
| 8 -webkit-border-radius: 8px; | |
| 9 -moz-border-radius: 8px; | |
| 10 border-radius: 8px; | |
| 11 } | |
| 12 | |
| 13 | |
| 14 div.solrsearch_search_form div input.form-submit { | |
| 15 | |
| 16 background: url("http://localhost/drupal-dev/themes/bartik/images/search-button.png") no-repeat scroll center top transparent; | |
| 17 text-indent: -9999px; | |
| 18 } | |
| 19 | |
| 20 .solrsearch_internal{ | |
| 21 background-color: red; | |
| 22 } |
