mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
35 lines
576 B
CSS
35 lines
576 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;
|
|
}
|
|
|
|
/**
|
|
* Remote Content
|
|
*/
|
|
remotecontent {
|
|
-moz-binding: url("chrome://mozapps/content/update/updates.xml#remotecontent");
|
|
display: -moz-deck;
|
|
}
|
|
|
|
/**
|
|
* Update History Window
|
|
*/
|
|
update {
|
|
-moz-binding: url("chrome://mozapps/content/update/updates.xml#update");
|
|
display: -moz-box;
|
|
-moz-box-orient: vertical;
|
|
}
|
|
|