mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
Hide composer input outline
This commit is contained in:
parent
b74fb90d47
commit
ed6dccbb58
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue