made it so if command is executed, it disables the input, and send the request to the backend

This commit is contained in:
valentijn
2024-01-16 21:36:18 +01:00
parent ccb19f8124
commit b039d85207
3 changed files with 54 additions and 13 deletions

View File

@@ -57,7 +57,16 @@
}
}
#terminalInput {
.terminalInput {
margin-left: 5px;
background: none;
outline:none;
border: none;
font-size: 16px;
font-family: "Source Code Pro", monospace;
color: white;
}
.terminalInput:disabled {
margin-left: 5px;
background: none;
outline:none;