From df508659dbad0d333f8edfab0b4b31ee9101d275 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Thu, 27 Apr 2023 12:47:13 -0500 Subject: [PATCH] css: Lighten button border for visibility. This replaces the previous dark border. A pure white border looked a little too garish, so this dials back the alpha channel just a bit. Fixes: #25303. --- web/styles/compose.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/compose.css b/web/styles/compose.css index 0ad0a422ff..cd65758792 100644 --- a/web/styles/compose.css +++ b/web/styles/compose.css @@ -857,7 +857,7 @@ a.compose_control_button.hide { float: right; color: hsl(0deg 0% 100%); border-radius: 0 4px 4px 0; - border-left: 1px solid hsl(213deg 14% 12% / 15%); + border-left: 1px solid hsl(0deg 0% 100% / 65%); padding: 0; margin: 0;