dev #3

Closed
fede wants to merge 6 commits from dev into master
Showing only changes of commit 8fc86d9fb6 - Show all commits

View File

@@ -30,6 +30,7 @@
}
}}
>
<button type="reset"></button>
<input type="text" id="acortadorinput" />
<button type="submit"></button>
</form>
@@ -93,4 +94,8 @@
.popup-dialog button:hover {
background-color: #0056b3;
}
button,
input {
padding: 0.25rem;
}
</style>