[XForms] Default style to hide disabled controls. Bug 291119, r=aaronr+smaug
git-svn-id: svn://10.0.0.236/trunk@187320 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -364,3 +364,7 @@ upload[mozType|type="http://www.w3.org/2001/XMLSchema#hexBinary"] {
|
||||
-moz-binding: url('chrome://xforms/content/xforms.xml#xformswidget-upload');
|
||||
}
|
||||
|
||||
/* default MIP styling */
|
||||
*:disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user