From: Ben Harris Date: Tue, 7 Oct 2025 20:30:24 +0000 (+0100) Subject: Styling for text in bedstead.css X-Git-Tag: bedstead-3.261~45 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=5ffd5b23ef6fa166e6faa3037052d888bb025e10;p=bedstead.git Styling for text in bedstead.css --- diff --git a/bedstead.css b/bedstead.css index ba24f5d..446d1ea 100644 --- a/bedstead.css +++ b/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; }