build stuff

This commit is contained in:
ntr
2019-07-16 14:05:54 +10:00
parent 35a9e4171a
commit 95ffc0d2e9
9 changed files with 23 additions and 67 deletions
+4 -4
View File
@@ -146,7 +146,7 @@ button, input {
color: whitesmoke;
height: auto;
border-width: 2px;
border-color: #444;
border-color: #222;
border-radius: 0;
letter-spacing: 0.25em;
box-sizing: border-box;
@@ -299,13 +299,13 @@ button[disabled] {
}
#mnml input, #mnml select {
border-color: #444;
background-color: #333;
border-color: #222;
background-color: #222;
border-radius: 0;
}
#mnml input:focus, #mnml select:focus {
border-color: whitesmoke;
border-color: #888;
}
/*