Styling for text <input> in bedstead.css

This commit is contained in:
Ben Harris 2025-10-07 21:30:24 +01:00
parent 15f9f591a1
commit 5ffd5b23ef

View File

@ -63,6 +63,18 @@ img {
max-width: 100%;
}
input:not([type="image" i], [type="range" i], [type="checkbox" i],
[type="radio" i]) {
appearance: none;
font: inherit;
color: inherit;
background: inherit;
border: 0.1em solid;
margin: 0.5em 0.2em 0.4em 0.3em;
padding: 0.4em 0.3em 0.5em 0.2em;
line-height: 1;
}
.smallprint {
font-size: 0.5em;
}