From b2c477e7781043ca1190503eb519ae4e62cfe2a5 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Mon, 23 Jan 2012 11:14:02 -0500 Subject: [PATCH] adding custom css to remove display of patron credits --- Open-ILS/xul/staff_client/server/skin/global_custom.css | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Open-ILS/xul/staff_client/server/skin/global_custom.css diff --git a/Open-ILS/xul/staff_client/server/skin/global_custom.css b/Open-ILS/xul/staff_client/server/skin/global_custom.css new file mode 100644 index 0000000000..5185263d90 --- /dev/null +++ b/Open-ILS/xul/staff_client/server/skin/global_custom.css @@ -0,0 +1,2 @@ +.hide_patron_credit { display: none; } +[id=credit_forward] { display: none; } -- 2.11.0