From 43e365f0aa3f2b504690c0a8ca95c9f945039243 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 2 Feb 2008 09:53:42 +0000 Subject: Ensure button style is the same as input type=button. svn path=/trunk/netsurf/; revision=3820 --- !NetSurf/Resources/CSS,f79 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '!NetSurf') diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79 index f4f3c4250..21009e231 100644 --- a/!NetSurf/Resources/CSS,f79 +++ b/!NetSurf/Resources/CSS,f79 @@ -153,7 +153,7 @@ iframe[align=right] { float: right; } form { display: block; } form > * { margin-left: inherit; margin-right: inherit; } -input { background-color: #fff; color: #000; text-align: left; +input, button { background-color: #fff; color: #000; text-align: left; font-family: sans-serif; width: 10em; height: auto; overflow: hidden; margin: 1px; border: 2px solid #333; padding: 1px 2px; } input[type=button], input[type=reset], input[type=submit], button { -- cgit v1.2.3