From: Paul Hänsch Date: Wed, 10 Feb 2021 12:56:57 +0000 (+0100) Subject: Squashed 'cgilite/' changes from 31fd9a7..13c2995 X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=69f00ca6b1c936ca39cba43a670852919eefb82c Squashed 'cgilite/' changes from 31fd9a7..13c2995 13c2995 change border of input elements git-subtree-dir: cgilite git-subtree-split: 13c29953a18cbfeb93ff11d5eaec4106a7ac7fa6 --- diff --git a/common.css b/common.css index 4b9501b..9e72c16 100644 --- a/common.css +++ b/common.css @@ -64,7 +64,7 @@ select, input, button, textarea, a.button { border: .5pt solid; padding: .25em .75em; vertical-align: text-bottom; - border: 1pt solid #888; + border: .5pt solid #000; border-radius: 2pt; } select { padding: .375em 0; } @@ -119,8 +119,8 @@ input[type=radio].tab:checked + label { input[type=radio].tab ~ *.tab { display: none; width: 100%; - margin-top: 0; padding: .25em .75em; - border: .5pt solid; border-top: none; + margin-top: -.5pt; padding: .25em .75em; + border: .5pt solid; border-radius: 0; box-shadow: .125em .125em .125em #888; }