Base: Remove some unnecessary styling from progressbar.html

The button color here now just creates issues on dark themes,
and the margin on the progress bar does nothing.
This commit is contained in:
MacDue 2022-07-24 00:05:19 +01:00 committed by Linus Groh
parent 9768cda634
commit a75d5e1b77

View file

@ -41,15 +41,10 @@
margin-left: 20px;
}
input {
color: black;
}
#custom-progress {
appearance: none;
width: 200px;
height: 20px;
margin-top: 20px;
}
#custom-progress::-webkit-progress-bar {