diff options
| author | David Aspinall | 2002-07-14 11:58:06 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-07-14 11:58:06 +0000 |
| commit | 543f2ce20ce6bb3dca632ac49fb49b86aa764bea (patch) | |
| tree | f6f27512013c5d66ec0abc491ff2648831489542 /html | |
| parent | d9eb3172ea75d861acb4373774ced9f954643c80 (diff) | |
Tweaks for forms.
Diffstat (limited to 'html')
| -rw-r--r-- | html/proofgen.css | 11 |
1 files changed, 9 insertions, 2 deletions
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; |
