diff solrsearch.css @ 0:a2b4f67e73dc default tip

initial
author Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
date Mon, 08 Jun 2015 10:21:54 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/solrsearch.css	Mon Jun 08 10:21:54 2015 +0200
@@ -0,0 +1,22 @@
+p.solrext-help,
+div.solrext {
+display: block;
+color: white;
+padding: 5px;
+background-color: black;
+border: 4px solid white;
+-webkit-border-radius: 8px;
+-moz-border-radius: 8px;
+border-radius: 8px;
+}
+
+
+div.solrsearch_search_form div input.form-submit {
+
+background: url("http://localhost/drupal-dev/themes/bartik/images/search-button.png") no-repeat scroll center top transparent;
+text-indent: -9999px;
+ }
+
+.solrsearch_internal{
+background-color: red;
+}
\ No newline at end of file