From a243bc7859b7ab92a28d28c11b0ed5525fa0d6ba Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Tue, 6 Sep 2022 02:09:01 +0300 Subject: added progressbar added an option to disable progressbar added interrupt support to DDIM/PLMS --- style.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index f10e7ee0..93bdcb13 100644 --- a/style.css +++ b/style.css @@ -71,3 +71,28 @@ input[type="range"]{ padding-left: 0.6em; padding-right: 0.6em; } + + + +.progressDiv{ + width: 100%; + height: 30px; + background: #b4c0cc; + border-radius: 8px; +} + +.dark .progressDiv{ + background: #424c5b; +} + +.progressDiv .progress{ + width: 0%; + height: 30px; + background: #0060df; + color: white; + font-weight: bold; + line-height: 30px; + padding: 0 8px 0 0; + text-align: right; + border-radius: 8px; +} -- cgit v1.2.3