From a18eec8f1464fec93836ffc07f29ed14d0b2851d Mon Sep 17 00:00:00 2001 From: gapato Date: Mon, 8 Jun 2026 21:22:59 +0200 Subject: [PATCH] style download button --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 0c1d0a1..25637f8 100644 --- a/style.css +++ b/style.css @@ -23,6 +23,13 @@ button.ripper-btn:disabled { cursor: default; } +#download-button { + background-color: yellow; + border: 2px solid #aaa; + font-weight: bold; + color: #333; +} + .ripper-progress-dialog { width: min(40rem, calc(100vw - 2rem)); max-height: calc(100vh - 2rem);