From bc29161bac49339a9d58a5cb51d4a1c944ebb52e Mon Sep 17 00:00:00 2001 From: MacDue Date: Fri, 22 Jul 2022 16:13:42 +0100 Subject: [PATCH] Base: Add some more progress bar demos This adds an example of a progress bar with just `appearance none`, and one with `appearance none` and some custom styling. --- Base/res/html/misc/progressbar.html | 120 ++++++++++++++++++---------- 1 file changed, 76 insertions(+), 44 deletions(-) diff --git a/Base/res/html/misc/progressbar.html b/Base/res/html/misc/progressbar.html index 1eb8c0234f..1ce648efd6 100644 --- a/Base/res/html/misc/progressbar.html +++ b/Base/res/html/misc/progressbar.html @@ -1,56 +1,88 @@ + + +
+ +
+ +
+ +
+ +
- - -
- - -
- - -
- - -
- - -
- -
-
Progress bar position: 
+
Progress bar position: 
+
+
+ A system progress bar (appearance: auto) +
+
+ +
+
+ A primitive progress bar (appearance: none) +
+
+ +
+
+ A primitive progress bar (appearance: none) with some styling +
+
+ +
+ -