We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de715b3 commit e8a6704Copy full SHA for e8a6704
1 file changed
Projects/ezymath-main/currencycalculator.html
@@ -191,7 +191,7 @@ <h5>From</h5>
191
</select>
192
<input type="number" id="curconin" class="form__field1" placeholder="Enter Side" value="0" ; oninput="curcon();">
193
<h5>To</h5>
194
- <select id="curcon-2" class="form__field1" onchange="curcon()">
+ <select id="curcon-2" class="form__field" onchange="curcon()">
195
<option value="USD" class="form_field" style="background-color:var(--appblack);">USD
196
</option>
197
<option value="AED" class="form_field" style="background-color:var(--appblack);">AED
0 commit comments