mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-09 13:33:06 -04:00
Styling for text <input> in bedstead.css
This commit is contained in:
parent
15f9f591a1
commit
5ffd5b23ef
12
bedstead.css
12
bedstead.css
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user