Bug 452317 - FeedConverter.js: QueryInterface should throw NS_ERROR_NO_INTERFACE...
[wine-gecko.git] / toolkit / mozapps / update / content / updates.css
blobc65b57441a74f23d3fb4c7f0732eedd834bda07a
1 /**
2 * General
3 */
4 wizard[description=""] .wizard-header-description {
5 display: none;
8 link {
9 -moz-binding: url("chrome://mozapps/content/update/updates.xml#link");
10 -moz-user-focus: normal;
11 cursor: pointer;
14 link > label {
15 cursor: inherit;
18 /**
19 * License Page
21 license {
22 -moz-binding: url("chrome://mozapps/content/update/updates.xml#license");
23 display: -moz-deck;
26 /**
27 * Update History Window
29 update {
30 -moz-binding: url("chrome://mozapps/content/update/updates.xml#update");
31 display: -moz-box;
32 -moz-box-orient: vertical;