From 8380ccdbb5026a24147305de0019ff0fcfc51704 Mon Sep 17 00:00:00 2001 From: pines Date: Thu, 28 Sep 2006 01:46:15 +0000 Subject: [PATCH] for the copy browser git-svn-id: svn://svn.open-ils.org/ILS/trunk@6237 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/skin/cat.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Open-ILS/xul/staff_client/server/skin/cat.css diff --git a/Open-ILS/xul/staff_client/server/skin/cat.css b/Open-ILS/xul/staff_client/server/skin/cat.css new file mode 100644 index 0000000000..336a935f87 --- /dev/null +++ b/Open-ILS/xul/staff_client/server/skin/cat.css @@ -0,0 +1,5 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +@namespace html url("http://www.w3.org/TR/REC-html40"); + +.has_copies { color: green; font-weight: bold; } + -- 2.11.0