Bug 720980 - Quick rule view ... quick layout fix until we have mockups - Only hide checkboxes. r=paul

This commit is contained in:
Michael Ratcliffe 2012-01-31 13:55:03 +00:00
parent af4f744722
commit d925fdb8d5

View File

@ -46,3 +46,7 @@
.ruleview-code {
direction: ltr;
}
.ruleview-property:not(:hover) > .ruleview-enableproperty {
visibility: hidden;
}