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

Same fix for CCSR.

Regards
To+

Sponsored-by: Universidad Nacional de Córdoba
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Tomás Cohen Arazi 2013-06-11 11:49:06 -03:00 committed by Galen Charlton
parent 5b53b59fe4
commit 0fc32a4274

View file

@ -20,6 +20,10 @@ a.disabled {
color : #888888 !important;
}
a.ButtonPlus, a.ButtonLess {
text-decoration : none;
}
body {
background-color : white;
text-align : left;