lp1789491 visited link color
authorMike Risher <mrisher@catalyte.io>
Wed, 22 Jan 2020 22:56:42 +0000 (22:56 +0000)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 19 Aug 2020 15:12:23 +0000 (11:12 -0400)
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 <mrisher@catalyte.io>
Signed-off-by: Jessica Woolford <jwoolford@biblio.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/templates/staff/css/style.css.tt2

index 6c11a19..772f923 100644 (file)
@@ -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;