diff -Naur layout/style/forms.css layout/style/forms.css --- layout/style/forms.css 2007-05-10 14:28:20.000000000 -0400 +++ layout/style/forms.css 2007-05-10 14:30:18.000000000 -0400 @@ -76,13 +76,16 @@ input { -moz-appearance: textfield; - /* The sum of border-top, border-bottom, padding-top, padding-bottom + /* The sum of border-top, border-bottom, padding-top, padding-bottom must be the same here, for buttons, and for . For buttons, make sure to include the -moz-focus-inner border/padding. */ padding: 0px 6px 0px 6px; - border: 2px outset ButtonFace; + /*border: 2px outset ButtonFace; background-color: ButtonFace; - color: ButtonText; + color: ButtonText;*/ + border: 2px outset white; + background-color: #eeeeee; + color: black; font: -moz-button; line-height: normal !important; white-space: pre; diff -Naur layout/style/html.css layout/style/html.css --- layout/style/html.css 2007-05-10 14:28:20.000000000 -0400 +++ layout/style/html.css 2007-05-10 14:30:39.000000000 -0400 @@ -58,6 +58,8 @@ } body { + background-color: white; + color: black; display: block; margin: 8px; }