mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
35 lines
562 B
CSS
35 lines
562 B
CSS
/**
|
|
* General
|
|
*/
|
|
wizard[description=""] .wizard-header-description {
|
|
display: none;
|
|
}
|
|
|
|
link {
|
|
-moz-binding: url("chrome://mozapps/content/update/updates.xml#link");
|
|
-moz-user-focus: normal;
|
|
cursor: pointer;
|
|
}
|
|
|
|
link > label {
|
|
cursor: inherit;
|
|
}
|
|
|
|
/**
|
|
* License Page
|
|
*/
|
|
license {
|
|
-moz-binding: url("chrome://mozapps/content/update/updates.xml#license");
|
|
display: -moz-deck;
|
|
}
|
|
|
|
/**
|
|
* Update History Window
|
|
*/
|
|
update {
|
|
-moz-binding: url("chrome://mozapps/content/update/updates.xml#update");
|
|
display: -moz-box;
|
|
-moz-box-orient: vertical;
|
|
}
|
|
|