feat: añadido reset al form de recorte
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
<button type="reset">❌</button>
|
||||||
<input type="text" id="acortadorinput" />
|
<input type="text" id="acortadorinput" />
|
||||||
<button type="submit">↪</button>
|
<button type="submit">↪</button>
|
||||||
</form>
|
</form>
|
||||||
@@ -93,4 +94,8 @@
|
|||||||
.popup-dialog button:hover {
|
.popup-dialog button:hover {
|
||||||
background-color: #0056b3;
|
background-color: #0056b3;
|
||||||
}
|
}
|
||||||
|
button,
|
||||||
|
input {
|
||||||
|
padding: 0.25rem;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user