From f7a4837e0c33e7411a63828ee174f0c4c5c17711 Mon Sep 17 00:00:00 2001 From: Bradley Bonner Date: Fri, 26 Jun 2015 11:43:35 -0700 Subject: [PATCH] jbas-758 - change color/wording for long overdue and lost ... on staff client bills screen bradley bonner - KCLS --- Open-ILS/web/opac/locale/en-US/lang.dtd | 4 ++-- Open-ILS/xul/staff_client/server/skin/circ.css | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 3a248df83c..e4477ceca3 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -3365,8 +3365,8 @@ - - + + diff --git a/Open-ILS/xul/staff_client/server/skin/circ.css b/Open-ILS/xul/staff_client/server/skin/circ.css index fa6210df04..7314ebc3bf 100644 --- a/Open-ILS/xul/staff_client/server/skin/circ.css +++ b/Open-ILS/xul/staff_client/server/skin/circ.css @@ -16,11 +16,11 @@ treechildren::-moz-tree-cell(circulating) { } treechildren::-moz-tree-cell(longoverdue) { - background-color: orange; + background-color: limegreen; } treechildren::-moz-tree-cell(lost) { - background-color: maroon; + background-color: orange; } treechildren::-moz-tree-cell-text(circulating) { @@ -41,12 +41,12 @@ treechildren::-moz-tree-cell-text(longoverdue) { } #lost_hint { - background-color: maroon; - color: white; + background-color: orange; + color: black; } #longoverdue_hint { - background-color: orange; + background-color: limegreen; color: black; } -- 2.11.0