Give checkbox and radio face color on active

Bug 56585 r=bryner sr=attinasi
This commit is contained in:
rods%netscape.com 2001-11-29 09:54:38 +00:00
parent 1cf55daac6
commit 166b7fbd76
2 changed files with 2 additions and 2 deletions

View File

@ -320,7 +320,7 @@ input[type="radio"]:focus {
input[type="checkbox"]:hover:active, input[type="checkbox"]:hover:active,
input[type="radio"]:hover:active { input[type="radio"]:hover:active {
border-style: inset; border-style: inset;
background-color: ThreeDHighlight; background-color: ThreeDFace;
} }
*|*:-moz-radio { *|*:-moz-radio {

View File

@ -320,7 +320,7 @@ input[type="radio"]:focus {
input[type="checkbox"]:hover:active, input[type="checkbox"]:hover:active,
input[type="radio"]:hover:active { input[type="radio"]:hover:active {
border-style: inset; border-style: inset;
background-color: ThreeDHighlight; background-color: ThreeDFace;
} }
*|*:-moz-radio { *|*:-moz-radio {