From 27dff309f7dd272e824bf70b163f9d99cd9bbd8e Mon Sep 17 00:00:00 2001
From: Tomas Cohen Arazi <tomascohen@gmail.com>
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
---
 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.9.5