From de425d80fdf671c7872631b310f7a0452869e9bd Mon Sep 17 00:00:00 2001 From: aliya_kairzhanova Date: Thu, 4 Jun 2026 07:47:53 +0000 Subject: [PATCH] =?UTF-8?q?v9:=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=20=D0=BA=D0=BB=D0=B8=D0=BA=20=D0=BF=D0=BE=20?= =?UTF-8?q?=D0=A4=D0=98=D0=9E=20=E2=80=94=20span=20=D0=B2=D0=BC=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D0=BE=20a,=20=D1=83=D1=81=D0=B8=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20CSS-=D1=81=D1=82=D0=B8=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 6143944..e0d87dc 100644 --- a/index.html +++ b/index.html @@ -427,14 +427,14 @@ tr:hover td { background: var(--cyan-50); } /* Employee name link */ .emp-name-link { - color: var(--ink); + color: var(--ink) !important; font-weight: 600; - text-decoration: none; cursor: pointer; border-bottom: 1px dashed var(--gray-300); + transition: all .15s; } .emp-name-link:hover { - color: var(--cyan); + color: var(--cyan) !important; border-bottom-color: var(--cyan); } @@ -1752,7 +1752,7 @@ function renderReports() { const issuedCount = empIss.filter(i => i.status !== 'returned').length; const expiredCount = empIss.filter(i => getIssStatus(i) === 'expired').length; return ` - ${e.fullName} + ${e.fullName} ${e.position} ${issuedCount} ${expiredCount ? '' + expiredCount + '' : '0'}