forked from CringeStudios/gamja
Hide composer input outline
This commit is contained in:
parent
b74fb90d47
commit
ed6dccbb58
@ -116,8 +116,11 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
}
|
||||||
|
#composer input, #composer input:focus {
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
#composer.read-only {
|
#composer.read-only {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user