mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 13:25:00 +00:00
Give checkbox and radio face color on active
Bug 56585 r=bryner sr=attinasi
This commit is contained in:
parent
1cf55daac6
commit
166b7fbd76
@ -320,7 +320,7 @@ input[type="radio"]:focus {
|
||||
input[type="checkbox"]:hover:active,
|
||||
input[type="radio"]:hover:active {
|
||||
border-style: inset;
|
||||
background-color: ThreeDHighlight;
|
||||
background-color: ThreeDFace;
|
||||
}
|
||||
|
||||
*|*:-moz-radio {
|
||||
|
@ -320,7 +320,7 @@ input[type="radio"]:focus {
|
||||
input[type="checkbox"]:hover:active,
|
||||
input[type="radio"]:hover:active {
|
||||
border-style: inset;
|
||||
background-color: ThreeDHighlight;
|
||||
background-color: ThreeDFace;
|
||||
}
|
||||
|
||||
*|*:-moz-radio {
|
||||
|
Loading…
Reference in New Issue
Block a user