From c8fcfb9a5585a7420d7b2a1044d9a66964b7fb21 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 11 Jun 2013 11:49:06 -0300 Subject: [PATCH] Bug 10444 - (CCSR followup) In advanced search(more), [+] and [-] should behave like links on hover MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same fix for CCSR. Regards To+ Sponsored-by: Universidad Nacional de Córdoba Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart --- koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css b/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css index ec12042..9f9979c 100644 --- a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css +++ b/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; -- 1.7.10.4