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;