add first version with text boxes

This commit is contained in:
raphael
2019-01-11 15:58:58 +01:00
parent 51dc51751b
commit a90d3d46c1
4 changed files with 62 additions and 9 deletions

View File

@@ -49,4 +49,8 @@ button {
opacity: 1;
-webkit-transition: opacity .15s ease-in-out;
transition: opacity .15s ease-in-out;
}
.textBox.active {
border: 1px dashed gray;
}