X-Git-Url: https://git.plutz.net/?p=cgilite;a=blobdiff_plain;f=common.css;fp=common.css;h=c5cf6c443c355a7ef2a2219278173968e0aa6d61;hp=a79230a05de2572adcc04eeb236ebfbe60cb19f3;hb=6bdb2dbf2cc57ab1938def5b678cbfe669f2d3b2;hpb=76805496f22af93204e2c6225f2e4f32902bcf2b 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; }