Cost units can be edited

This commit is contained in:
2026-02-08 20:06:38 +01:00
parent 6fc65e195c
commit bccfc11687
53 changed files with 2021 additions and 29 deletions

View File

@@ -13,6 +13,7 @@
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
select {
width: 100%;
font-size: 13pt;
@@ -30,6 +31,7 @@ select {
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
select:focus {
outline: none;
border-color: #1d4899;
@@ -60,3 +62,9 @@ input[type="submit"]:hover {
color: red;
display: block;
}
.link {
cursor: pointer;
text-decoration: underline;
color: #47a0d8;
}