2007-03-22 10:30:00 -07:00
|
|
|
/**
|
|
|
|
* 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;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
2008-11-04 21:50:52 -08:00
|
|
|
* Remote Content
|
2007-03-22 10:30:00 -07:00
|
|
|
*/
|
2008-11-04 21:50:52 -08:00
|
|
|
remotecontent {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/update/updates.xml#remotecontent");
|
2007-03-22 10:30:00 -07:00
|
|
|
display: -moz-deck;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Update History Window
|
|
|
|
*/
|
|
|
|
update {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/update/updates.xml#update");
|
|
|
|
display: -moz-box;
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
}
|
|
|
|
|