From d6c0d906d5e7d689f65c956ee53add5b14a00e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 20 Jul 2026 10:33:22 +0400 Subject: [PATCH] ui: edit/delete in separate columns, classic grey buttons, no red trash --- index.cfm | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/index.cfm b/index.cfm index 4ca7e55..5376704 100644 --- a/index.cfm +++ b/index.cfm @@ -147,13 +147,13 @@ text-align: left; border-right: 1px solid var(--brand-gray); } - th:last-child { border-right: none; text-align: center; width: 80px; } + th:last-child { border-right: none; text-align: center; width: 60px; } td { padding: 8px 12px; border-bottom: 1px solid var(--brand-gray); border-right: 1px solid var(--brand-gray); } - td:last-child { border-right: none; text-align: center; } + td:last-child { border-right: none; text-align: center; width: 60px; } tr:hover { background: rgba(243,244,246,0.5); } tr:last-child td { border-bottom: none; } @@ -194,8 +194,9 @@ input[type="text"]:focus { outline: none; border-color: var(--brand-primary); box-shadow: 0 0 0 2px rgba(37,99,235,0.15); } /* Action links */ - .icon-link { text-decoration: none; font-size: 18px; cursor: pointer; } - .icon-link:hover { opacity: 0.7; } + /* Action column */ + td.act { text-align: center; width: 60px; border-right: none; } + td.act:last-child { border-right: none; } .empty-cell { color: var(--text-muted); padding: 24px; text-align: center; } @@ -212,19 +213,21 @@
- + - +
IDValue
IDVALUE
#id# #value# - ✏️ + + ✏️ +
- +