summaryrefslogtreecommitdiff
path: root/src/static/main.css
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-07-20 17:11:09 +0200
committeruser <user@node5.net>2024-07-20 17:11:09 +0200
commitfa5c8a96658ac2891b3e6003b25ee5a58de60c1b (patch)
tree1e09969532e105a4b6f86a7394b17843fb9d0961 /src/static/main.css
parent184b81bed647a9829a6a7dfacad6018ce30a4311 (diff)
Style - fix progress bar background color white by moving to div from progress tag
Diffstat (limited to 'src/static/main.css')
-rw-r--r--src/static/main.css26
1 files changed, 0 insertions, 26 deletions
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;
-}
-