From fa5c8a96658ac2891b3e6003b25ee5a58de60c1b Mon Sep 17 00:00:00 2001 From: user Date: Sat, 20 Jul 2024 17:11:09 +0200 Subject: Style - fix progress bar background color white by moving to div from progress tag --- src/static/main.css | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'src/static') diff --git a/src/static/main.css b/src/static/main.css index 4e24d86..8307586 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -53,29 +53,3 @@ input[type=submit] { width: fit-content; } - -progress { - -webkit-appearance: none; - background: #000; - border: none; - width: 93%; -} - -progress::-webkit-progress-value { background: #006688; } - -progress::-moz-progress-bar { background: #006688; } - -#progress-bar span { - position: absolute; - display: inline-block; - color: #fff; - text-align: right; -} - -#progress-bar { - display: block; - position: relative; - width: 100%; - left: -1.25vh; -} - -- cgit v1.2.3