v0.9.1 #14

Merged
gator merged 12 commits from dev into master 2024-04-29 13:29:53 +02:00
Showing only changes of commit 795d852a10 - Show all commits

View File

@ -81,11 +81,20 @@ input[type="number"] {
}
input[type="button"] {
min-width: 36px;
min-width: 40px;
min-height: 40px;
margin: 0 5px;
padding: 5px;
font-weight: bold;
line-height: 1.5em;
border-radius: 0;
outline: none;
border: none;
font-size: 1.1em;
background: var(--light2);
}
input[type="button"]:hover {
background: var(--light3);
}
.form-field {