Hide composer input outline

This commit is contained in:
Simon Ser 2020-06-29 10:16:47 +02:00
parent b74fb90d47
commit ed6dccbb58
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -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;