diff options
| author | Claudomator Agent <agent@claudomator> | 2026-03-13 05:00:42 +0000 |
|---|---|---|
| committer | Claudomator Agent <agent@claudomator> | 2026-03-13 05:00:42 +0000 |
| commit | 99df4d68663a5fd77e8c29db59e3e854770cbf40 (patch) | |
| tree | 0a168b69733b56e5ff771f3ce28e1bf27db2df31 /web/style.css | |
| parent | cd99fec867ee86671148a954b2c18d2cb9f6b946 (diff) | |
fix: add .btn-resume CSS styling matching .btn-restart
Diffstat (limited to 'web/style.css')
| -rw-r--r-- | web/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
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; |
