From 6cba2fc3839ec90b51cdf90a936d95bc3c7c023d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 23 May 2022 19:42:39 +0200 Subject: [PATCH] Squashed 'cgilite/' changes from 7680549..6bdb2db 6bdb2db style for search button git-subtree-dir: cgilite git-subtree-split: 6bdb2dbf2cc57ab1938def5b678cbfe669f2d3b2 --- common.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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; } -- 2.39.2