diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 05:24:23 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 05:24:23 +0000 |
| commit | 2c30cd37a1631bea97afa456ba8ed3c8efc16d80 (patch) | |
| tree | 69f75fdd40a4e6b57adc582f1142b3ad046a37b0 /web/style.css | |
| parent | fb0e4b44393bae3c54f099bea87dfea19854d058 (diff) | |
| parent | 99df4d68663a5fd77e8c29db59e3e854770cbf40 (diff) | |
Merge branch 'master' of /site/git.terst.org/repos/claudomator
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; |
