diff --git a/mozilla/layout/html/document/src/html.css b/mozilla/layout/html/document/src/html.css index 72911e653dd..93134dae7a3 100644 --- a/mozilla/layout/html/document/src/html.css +++ b/mozilla/layout/html/document/src/html.css @@ -17,6 +17,7 @@ * Rights Reserved. * * Contributor(s): + * Blake Ross */ @namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */ @@ -529,6 +530,7 @@ input[type="radio"] { input[type="radio"][disabled] { border: 1px solid; padding: 1px; + background-color:rgb(204, 204, 204); } input[type="radio"]:focus { @@ -593,6 +595,7 @@ input[type="checkbox"]:active { input[type="checkbox"][disabled] { border: 2px solid; + background-color:rgb(204, 204, 204); } input[type="checkbox"][disabled]:hover { diff --git a/mozilla/layout/style/html.css b/mozilla/layout/style/html.css index 72911e653dd..93134dae7a3 100644 --- a/mozilla/layout/style/html.css +++ b/mozilla/layout/style/html.css @@ -17,6 +17,7 @@ * Rights Reserved. * * Contributor(s): + * Blake Ross */ @namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */ @@ -529,6 +530,7 @@ input[type="radio"] { input[type="radio"][disabled] { border: 1px solid; padding: 1px; + background-color:rgb(204, 204, 204); } input[type="radio"]:focus { @@ -593,6 +595,7 @@ input[type="checkbox"]:active { input[type="checkbox"][disabled] { border: 2px solid; + background-color:rgb(204, 204, 204); } input[type="checkbox"][disabled]:hover {