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 {