changing the font color for printing account fines
I would like to ass if any one has done or has idea on changing the font color for printing account fines? I'd like to change the color of the printed page from green to black because the library that is printing the account fines receipt uses a not-so new printer (primitive you may call it, not sure if it's dot matrix). It won't print properly if the color is green or any other color aside from black, and green is the color printed in printing receipt for Account fines. Maybe someone or somebody already did this thing, can you please point me on what to modify in the system preference (css, js?), or lead me to what I should read in order to modify it. Thanks in advance! -- View this message in context: http://koha.1045719.n5.nabble.com/changing-the-font-color-for-printing-accou... Sent from the Koha-general mailing list archive at Nabble.com.
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
Thanks Owen. I have yet to be infront of the Koha ILS of this library I'm trying to work on, but last time it's giving me darker color. Will give feedback once I get back into this. Cheers! -- View this message in context: http://koha.1045719.n5.nabble.com/changing-the-font-color-for-printing-accou... Sent from the Koha-general mailing list archive at Nabble.com.
participants (2)
-
Owen Leonard -
schnydszch