From 543f2ce20ce6bb3dca632ac49fb49b86aa764bea Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 14 Jul 2002 11:58:06 +0000 Subject: Tweaks for forms. --- html/proofgen.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'html') diff --git a/html/proofgen.css b/html/proofgen.css index 64deb34a..fc3f7e28 100644 --- a/html/proofgen.css +++ b/html/proofgen.css @@ -63,14 +63,21 @@ address{ color: #FFFFFF; /* but varies randomly in NN */ } -textarea,select,input { +select { font-family: Verdana, Arial, sans-serif; font-size: 100%; background: #2D1D03; color: #FFFFFF; } -input[type=submit],input[type=Submit] { +textarea,input { + font-family: Verdana, Arial, sans-serif; + font-size: 100%; + background: #4D2D23; + color: #FFFFFF; +} + +input[type=submit],input[type=reset],input[type=Submit] { font-family: Verdana, Arial, sans-serif; font-size: 80%; padding-top: 0px; -- cgit v1.2.3