From: short <> Date: Sat, 1 Jan 2005 16:38:57 +0000 (+0000) Subject: Do not permit override of "height" for ; conflict with font-size. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=87749e816841b549590d9e5a6ac5b204504c264e Do not permit override of "height" for ; conflict with font-size. --- diff --git a/.userContent.css b/.userContent.css index 1501914..a91d01c 100644 --- a/.userContent.css +++ b/.userContent.css @@ -49,6 +49,10 @@ html * input,html * select,html * textarea { border-width: 1px !important; margin: 1px !important; } +html * input,html * select { + /* Conflicts with font-size etc.: */ + height: auto !important; + } html * input *,html * select *,html * textarea * { background-color: navy !important; }