UI cleanup

This commit is contained in:
Christian Herzog
2019-09-10 16:33:42 +02:00
parent 78f18a672f
commit f33fb6fb45
3 changed files with 39 additions and 9 deletions

View File

@@ -22,7 +22,6 @@ button:focus {
outline: none;
}
input[type="button"] {
width: 100px;
padding: 5px;
text-align: center;
display: block;
@@ -376,3 +375,7 @@ textarea#autoexec1 {
background: #5a9900;
box-shadow: none;
}
#otadiv {
display: none;
}