From a75d5e1b77f5a6cf2377c8ca35a2649f4ba7a9e7 Mon Sep 17 00:00:00 2001 From: MacDue Date: Sun, 24 Jul 2022 00:05:19 +0100 Subject: [PATCH] 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. --- Base/res/html/misc/progressbar.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Base/res/html/misc/progressbar.html b/Base/res/html/misc/progressbar.html index 1ce648efd6..db4d0fd0be 100644 --- a/Base/res/html/misc/progressbar.html +++ b/Base/res/html/misc/progressbar.html @@ -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 {