From: Paul Hänsch Date: Sun, 22 May 2022 18:12:53 +0000 (+0200) Subject: style for search button X-Git-Url: https://git.plutz.net/?p=cgilite;a=commitdiff_plain;h=6bdb2dbf2cc57ab1938def5b678cbfe669f2d3b2 style for search button --- diff --git a/common.css b/common.css index a79230a..c5cf6c4 100644 --- a/common.css +++ b/common.css @@ -95,6 +95,21 @@ input + label { margin-left: .375em; } +input.search + button.search { + width: 2.5em; + color: transparent; + background-color: #CCC; + margin-left: -2pt; + border-left: none; + border-radius: 0 2pt 2pt 0; + white-space: nowrap; +} +input.search + button.search:before { + content: '\1f50d'; + color: #000; + font-weight: bold; +} + @media print { @page { margin: 20mm; }