diff --git a/invenio/templates/websearch_search.html b/invenio/templates/websearch_search.html index a139132728..d6329e4c43 100644 --- a/invenio/templates/websearch_search.html +++ b/invenio/templates/websearch_search.html @@ -114,6 +114,15 @@ bottom: 170px; } +/* the search interface list of collections and authors */ +div.accordion div.facetdiv div:hover { + background-color: rgb(217, 237, 247) +} + +ul.context li.controls div:hover { + background-color: rgb(217, 237, 247) +} + @@ -133,7 +142,7 @@
-
@@ -207,23 +216,23 @@ var title = data[(data.length==3)?2:0], counter = data[1] return '
' + '' }, box_builder: function(name, title) { - return '
' + - '' + + '
'+ - title + '' + + title + '
' + '
    ' }, facets: {{ facets|tojson|safe }}