From 608a13a87895c116f0c41ef41aabdfa552f12207 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:06:47 +0800 Subject: [PATCH] add default progressbar appearance --- styles/colors/all.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/styles/colors/all.css b/styles/colors/all.css index af3674b..27dbf69 100644 --- a/styles/colors/all.css +++ b/styles/colors/all.css @@ -40,4 +40,13 @@ nav .input-field input[type="search"], textarea { .transparent { background-color: transparent !important; background: none !important; -} \ No newline at end of file +} + +progress { + background-color: #88888888; + height: 2px; +} + +progress::-webkit-progress-value { + background-color: white; +}