[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:
allan%beaufour.dk
2006-01-11 08:20:36 +00:00
parent 1bb10ce01d
commit 21f71ebbef

View File

@@ -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;
}