From 8f393387f51e2efc514ab42af89067bb040cd285 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 12 Aug 2011 16:04:43 -0400 Subject: [PATCH] No more lightpink for disabled copy editor Folks can still provide custom CSS against those class hooks if desired Signed-off-by: Jason Etheridge --- Open-ILS/xul/staff_client/server/skin/cat.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/skin/cat.css b/Open-ILS/xul/staff_client/server/skin/cat.css index 27d055a3e8..b696821bee 100644 --- a/Open-ILS/xul/staff_client/server/skin/cat.css +++ b/Open-ILS/xul/staff_client/server/skin/cat.css @@ -18,5 +18,5 @@ row#batch_bar { background-color: gray; } .part_column { display: none; } */ -.disabled_copy_editor { background-color: LightPink; } -.enabling_copy_editor { background-color: LightPink; } +.disabled_copy_editor { } +.enabling_copy_editor { } -- 2.43.2