[XForms] Default style to hide disabled controls. Bug 291119, r=aaronr+smaug

This commit is contained in:
allan%beaufour.dk 2006-01-11 08:20:36 +00:00
Родитель c13b1fee49
Коммит 3591df4f0a
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

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