From f442cb2995bd1fe04e636894ad23dbb3cf58bfa7 Mon Sep 17 00:00:00 2001 From: "BlakeR1234%aol.com" Date: Thu, 3 Aug 2000 22:58:06 +0000 Subject: [PATCH] Remove hover effects for HTML buttons (38427). r=me (simple commenting change), a=ekrock. git-svn-id: svn://10.0.0.236/trunk@75544 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/src/html.css | 8 ++++---- mozilla/layout/style/html.css | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mozilla/layout/html/document/src/html.css b/mozilla/layout/html/document/src/html.css index 5cf833572e1..fb853173878 100644 --- a/mozilla/layout/html/document/src/html.css +++ b/mozilla/layout/html/document/src/html.css @@ -630,7 +630,7 @@ input[type="submit"] { } input[type="submit"]:hover { - border : 2px solid black; +/* border : 2px solid black; */ } input[type="submit"]:active:hover { @@ -681,7 +681,7 @@ input[type="reset"] { } input[type="reset"]:hover { - border : 2px solid black; +/* border : 2px solid black; */ } input[type="reset"]:active:hover { @@ -732,7 +732,7 @@ input[type="button"] { } input[type="button"]:hover { - border : 2px solid black; +/* border : 2px solid black; */ } input[type="button"]:active:hover { @@ -790,7 +790,7 @@ button { } button:hover { - border : 2px solid black; +/* border : 2px solid black; */ } button:active:hover { diff --git a/mozilla/layout/style/html.css b/mozilla/layout/style/html.css index 5cf833572e1..fb853173878 100644 --- a/mozilla/layout/style/html.css +++ b/mozilla/layout/style/html.css @@ -630,7 +630,7 @@ input[type="submit"] { } input[type="submit"]:hover { - border : 2px solid black; +/* border : 2px solid black; */ } input[type="submit"]:active:hover { @@ -681,7 +681,7 @@ input[type="reset"] { } input[type="reset"]:hover { - border : 2px solid black; +/* border : 2px solid black; */ } input[type="reset"]:active:hover { @@ -732,7 +732,7 @@ input[type="button"] { } input[type="button"]:hover { - border : 2px solid black; +/* border : 2px solid black; */ } input[type="button"]:active:hover { @@ -790,7 +790,7 @@ button { } button:hover { - border : 2px solid black; +/* border : 2px solid black; */ } button:active:hover {