> I would like to ask if any one has done or has idea on changing the font > color for printing account fines?
You can accomplish this by adding this to the preference "IntranetUserCSS:"
@media only print {
.credit {
color: #000;
}
-- Owen
--
Web Developer
Athens County Public Libraries
http://www.myacpl.org
_______________________________________________
Koha mailing list http://koha-community.org
[email protected]
https://lists.katipo.co.nz/mailman/listinfo/koha

