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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user