diff options
Diffstat (limited to 'src/static/main.css')
| -rw-r--r-- | src/static/main.css | 26 |
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; -} - |
