From 4a389498866bee8ebd5ac31ca618d84b1068403c Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sat, 30 Jul 2022 19:53:34 +0200 Subject: [PATCH] Remove unnecessary `color` CSS property This property is first of all unused, and secondly it contained a static value which means that it'd not have worked correctly in light/dark themes. --- web/viewer.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/viewer.css b/web/viewer.css index 5bd48ab59..78cb845e2 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -424,7 +424,6 @@ select { height: auto; padding: 0 4px; margin: 4px 2px; - color: rgba(217, 217, 217, 1); font-size: 12px; line-height: 14px; text-align: left;