42 lines
928 B
CSS
Executable File

radiogroup[type="update-types"] {
overflow: auto;
-moz-binding: url("chrome://mozapps/content/extensions/update.xml#updateCategorySet");
}
radio[type="update-type"] {
-moz-binding: url("chrome://mozapps/content/extensions/update.xml#updateCategory");
-moz-box-orient: vertical;
-moz-box-align: stretch;
}
radio[type="update-type"] .updateCategoryContent {
visibility: collapse;
}
radiogroup[_uninitialized] radio[type="update-type"] .updateCategoryContent {
visibility: visible !important;
}
.updateCategoryContent {
overflow: hidden;
}
radio[type="update-type"][selected="true"] .updateCategoryContent {
visibility: visible;
}
.wizard-header-description {
display: none;
}
checkbox[type="update"] {
-moz-binding: url("chrome://mozapps/content/extensions/update.xml#updateItem");
}
link {
-moz-binding: url("chrome://mozapps/content/extensions/update.xml#link");
-moz-user-focus: normal;
}