Revert part of last commit (Bug 605544) to fix toggle buttons.

This commit is contained in:
Matt Brubeck 2010-10-20 21:38:50 -07:00
parent a30768c329
commit 216c3f0f01

View File

@ -324,8 +324,8 @@ radio .radio-icon, radio .radio-check {
radio:not([disabled=true]):hover:active,
radio[selected] {
background-image: url("chrome://browser/skin/images/textbox-bg.png");
border-right: 1px solid rgba(0,0,0,0.2);
color: white;
background-image: url("chrome://browser/skin/images/toggle-on.png");
}
radio:first-child {