Reposition fps graphic, randomize cycles button

This commit is contained in:
2017-08-12 22:41:13 -04:00
parent 1b5c8261cf
commit 329b211d1c
3 changed files with 27 additions and 4 deletions

View File

@@ -7,6 +7,11 @@ html {
background-color: #1e1e1e;
}
html, button {
font-family: "Arial", sans-serif;
font-size: 10pt;
}
button {
background-color: #2e2e2e;
border-color: #4a4a4a;
@@ -18,6 +23,10 @@ td, th {
padding: 2px 5px;
}
form input, form button {
margin: 5px;
}
input {
color: white;
background-color: #2e2e2e;