[Koha-patches] [PATCH 2/2] Bug 10444 - (CCSR followup) In advanced search(more), [+] and [-] should behave like links on hover

Tomas Cohen Arazi tomascohen at gmail.com
Tue Jun 11 16:51:57 CEST 2013


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



More information about the Koha-patches mailing list