From c4669d4de5f395bc85f8a41c7a11465096f402be Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Tue, 26 Oct 1999 14:05:49 +0000 Subject: [PATCH] The button "active" state needed one more pixel width in the border r=dcone,b=17154 --- layout/html/document/src/html.css | 2 +- layout/style/html.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/html/document/src/html.css b/layout/html/document/src/html.css index 416675a3ae15..8e81346acdd4 100644 --- a/layout/html/document/src/html.css +++ b/layout/html/document/src/html.css @@ -461,7 +461,7 @@ input[type=button] { } input[type=button]:active { - border: 1px solid black; + border: 2px solid black; } input[type=button]:-moz-buttonlabel { diff --git a/layout/style/html.css b/layout/style/html.css index 416675a3ae15..8e81346acdd4 100644 --- a/layout/style/html.css +++ b/layout/style/html.css @@ -461,7 +461,7 @@ input[type=button] { } input[type=button]:active { - border: 1px solid black; + border: 2px solid black; } input[type=button]:-moz-buttonlabel {