From cec3581626a1bc6f501feba627a1de66e28e75b5 Mon Sep 17 00:00:00 2001 From: djmaze Date: Thu, 14 Oct 2021 10:41:07 +0200 Subject: [PATCH] Soften dark theme select border --- snappymail/v/0.0.0/themes/SquaresDark/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snappymail/v/0.0.0/themes/SquaresDark/styles.css b/snappymail/v/0.0.0/themes/SquaresDark/styles.css index 1dc3b2370..115ccf1c9 100644 --- a/snappymail/v/0.0.0/themes/SquaresDark/styles.css +++ b/snappymail/v/0.0.0/themes/SquaresDark/styles.css @@ -150,6 +150,6 @@ .select, select { background: #000 url("data:image/svg+xml,") right center/1em no-repeat border-box; - border: 1px solid #ccc; + border-color: #aaa; color: #fff; }