From bcab27acf1819f88a1db8f6a033878bb566b454c Mon Sep 17 00:00:00 2001 From: phear Date: Sun, 9 Oct 2005 22:23:35 +0000 Subject: [PATCH] css:changes for textboxes. --- default.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/default.css b/default.css index 139e86d..f223147 100644 --- a/default.css +++ b/default.css @@ -192,10 +192,7 @@ input.text { } input.text:hover { - background: #fff; - border: 1px solid #ACE149; - color: #7DA721; - font-size: 1em; + background: #eee; } /* the submit buttons have to have class="submit" for the following style: ------------------------------------- */