From 99df4d68663a5fd77e8c29db59e3e854770cbf40 Mon Sep 17 00:00:00 2001 From: Claudomator Agent Date: Fri, 13 Mar 2026 05:00:42 +0000 Subject: fix: add .btn-resume CSS styling matching .btn-restart --- web/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/web/style.css b/web/style.css index 67e4962..9659ff5 100644 --- a/web/style.css +++ b/web/style.css @@ -290,6 +290,23 @@ main { cursor: not-allowed; } +.btn-resume { + font-size: 0.8rem; + font-weight: 600; + padding: 0.35em 0.85em; + border-radius: 0.375rem; + border: none; + cursor: pointer; + background: var(--text-muted); + color: #0f172a; + transition: opacity 0.15s; +} + +.btn-resume:disabled { + opacity: 0.5; + cursor: not-allowed; +} + .btn-accept { font-size: 0.8rem; font-weight: 600; -- cgit v1.2.3