feat: añadido reset al form de recorte

This commit is contained in:
2026-03-18 16:30:24 -03:00
parent e4e400c3be
commit 8fc86d9fb6

View File

@@ -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>