@@ -, +, @@ search(more), [+] and [-] should behave like links on hover --- koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 4 ++++ 1 file changed, 4 insertions(+) --- a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css +++ a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css @@ -20,6 +20,10 @@ a.disabled { color : #888888 !important; } +a.ButtonPlus, a.ButtonLess { + text-decoration : none; +} + body { background-color : white; text-align : left; --