From: Geoff Sams <gsams@roanoketexas.com>
Date: Mon, 4 Jun 2018 21:23:49 +0000 (-0500)
Subject: LP#16989634 - Changing z-index to 4 to allow active text boxes to pass under patron... 
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=60caf87636ee0609bb9f3b82a74ef0b3a475bc77;p=evergreen%2Fjoelewis.git

LP#16989634 - Changing z-index to 4 to allow active text boxes to pass under patron tabs naturally.

Signed-off-by: Geoff Sams <gsams@roanoketexas.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
---

diff --git a/Open-ILS/src/templates/staff/css/circ.css.tt2 b/Open-ILS/src/templates/staff/css/circ.css.tt2
index 24d555075f..eb7b139b80 100644
--- a/Open-ILS/src/templates/staff/css/circ.css.tt2
+++ b/Open-ILS/src/templates/staff/css/circ.css.tt2
@@ -33,7 +33,7 @@ but the ones I'm finding aren't quite cutting it..*/
     left: 45px;
     padding-top: 20px;
     padding-top: 10px;
-    z-index: 3;
+    z-index: 4;
     background-color: rgba(255,255,255,1);
 }