From ed6dccbb5816fa09f5de6c8cf5e097a8b0c7ff6f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 29 Jun 2020 10:16:47 +0200 Subject: [PATCH] Hide composer input outline --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 3886bae..b531203 100644 --- a/style.css +++ b/style.css @@ -116,8 +116,11 @@ body { width: 100%; box-sizing: border-box; padding: 10px; +} +#composer input, #composer input:focus { border: none; background: none; + outline: none; } #composer.read-only { display: none;