Added hide reset button on data entry

Added javascript that watches if info is being entered into the weight input and hides reset button if so.
This commit is contained in:
2018-10-22 23:40:15 -04:00
parent 7a9f3c0887
commit 1736c75272

View File

@@ -304,7 +304,7 @@ input.input-calculate:focus{
.b-infoentry__reset{
position: absolute;
top: 50%;
left: 50%;
right: 25%;
transform: translate(50%, -32%);
-webkit-transform: translate(50%, -32%);
color: #808285;