Skip to content

Commit 71f72e2

Browse files
committed
- style
1 parent 6124584 commit 71f72e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/Newton_minimization_2D.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ <h3>Controls</h3>
3939
<div class="controls-grid" style="width: 400px;align:left">
4040
<label>Newton steps</label>
4141
<p style="display:flex;align-items:center;gap:6px">
42-
<button onclick="plot.changeSteps(-1)" type="button">&#8722;</button>
42+
<button onclick="plot.changeSteps(-1)" style="width:30px;height:30px;font-size:16px;cursor:pointer">&#8722;</button>
4343
<input type="text" id="textInput" value="1" readonly style="width:36px;text-align:center">
44-
<button onclick="plot.changeSteps(+1)" type="button">&#43;</button>
44+
<button onclick="plot.changeSteps(+1)" style="width:30px;height:30px;font-size:16px;cursor:pointer">&#43;</button>
4545
</p>
4646

4747
<label>Starting point x&#x2080;</label>

0 commit comments

Comments
 (0)