From b50528f4b0a66f9f6b72e3a1de4a7e6d920908a6 Mon Sep 17 00:00:00 2001 From: Mike Risher Date: Wed, 22 Jan 2020 22:56:42 +0000 Subject: [PATCH] lp1789491 visited link color Some interfaces use a red or dark red background color for certain rows and the visited link color makes it hard to read. Adjust this color so there is more contrast against the red background. Signed-off-by: Mike Risher Signed-off-by: Jessica Woolford Signed-off-by: Jane Sandberg --- Open-ILS/src/templates/staff/css/style.css.tt2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index d06bf485cf..5db43ef5d2 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -356,6 +356,11 @@ table.list tr.selected td { /* deprecated? */ .overdue-row a:link, .lost-row a:link { color: #B8ECFF; } + +.overdue-row a:visited, .lost-row a:visited { + color: #DDDDDD; +} + .longoverdue-row { color: #000; background-color: #FFE1A8 !important; -- 2.43.2