style output textarea as class
This commit is contained in:
parent
ccc440c0d1
commit
9716f2c5b1
@ -32,5 +32,5 @@
|
||||
<progress class="hidden" id="progressbar"> </progress>
|
||||
|
||||
<br>
|
||||
<textarea readonly id="output_text"> </textarea>
|
||||
<textarea readonly class="output" id="output_text"> </textarea>
|
||||
</body>
|
||||
@ -15,9 +15,10 @@ input[type="file"]{
|
||||
field-sizing: content;
|
||||
}
|
||||
|
||||
textarea#output_text
|
||||
textarea.output
|
||||
{
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
|
||||
overflow-y: scroll;
|
||||
resize: none;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user