From 3495a63fd1edb66d494a33498ef96f0d75cec74d Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Sat, 25 Jul 2026 00:07:27 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20BrainKP=20atualiz?= =?UTF-8?q?ado=20em=2025/07/2026=2000:07:27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 99fef0e..d80914d 100644 --- a/static/index.html +++ b/static/index.html @@ -55,8 +55,8 @@ input,button,select{font-family:inherit} .card-name{font-size:13px;font-weight:600;margin-bottom:4px} .card-meta{font-size:11px;color:var(--muted);line-height:1.5} .card-meta span{display:block} -.card .run-btn{display:none;margin-top:10px;padding:6px 12px;background:var(--accent);border:none;border-radius:6px;color:#fff;font-size:11px;cursor:pointer;width:100%} -.card:hover .run-btn{display:block} +.card .run-btn{display:block;margin-top:10px;padding:6px 12px;background:var(--accent);border:none;border-radius:6px;color:#fff;font-size:11px;cursor:pointer;width:100%} +.card:hover .run-btn{opacity:0.9} /* BACKUP LIST */ .backup-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:8px;cursor:pointer;transition:border .2s}