mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
36 lines
804 B
CSS
36 lines
804 B
CSS
|
radiogroup[type="update-types"] {
|
||
|
overflow: auto;
|
||
|
-moz-binding: url("chrome://mozapps/content/update/updates.xml#updateCategorySet");
|
||
|
}
|
||
|
|
||
|
radio[type="update-type"] {
|
||
|
-moz-binding: url("chrome://mozapps/content/update/updates.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/update/updates.xml#updateItem");
|
||
|
}
|
||
|
|