sync both themes with toolkit windows theme changes in Mozilla 51 cycle
authorRobert Kaiser <kairo@kairo.at>
Tue, 6 Dec 2016 20:58:21 +0000 (21:58 +0100)
committerRobert Kaiser <kairo@kairo.at>
Tue, 6 Dec 2016 20:58:21 +0000 (21:58 +0100)
23 files changed:
EarlyBlue/global/aboutReader.css
EarlyBlue/global/aboutReaderContent.css
EarlyBlue/global/alerts/alert-common.css
EarlyBlue/global/global.css
EarlyBlue/global/in-content/common.css
EarlyBlue/global/popup.css
EarlyBlue/global/printPreview.css
EarlyBlue/mozapps/extensions/extensions.css
EarlyBlue/mozapps/update/updates.css
LCARStrek/browser/browser.css
LCARStrek/browser/newtab/newTab.css
LCARStrek/devtools/dark-theme.css
LCARStrek/devtools/toolbars.css
LCARStrek/global/aboutReader.css
LCARStrek/global/aboutReaderContent.css
LCARStrek/global/alerts/alert-common.css
LCARStrek/global/global.css
LCARStrek/global/in-content/common.css
LCARStrek/global/popup.css
LCARStrek/global/printPreview.css
LCARStrek/global/textbox.css
LCARStrek/mozapps/extensions/extensions.css
LCARStrek/mozapps/update/updates.css

index 84a4657456551dde061f0a111ec303394abc3a90..49436de84e0fcfd35785d22d010b41f42f51a565 100644 (file)
@@ -3,16 +3,7 @@
  * You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 body {
  * You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 body {
-  padding: 64px 0;
-}
-
-@media (max-width: 785px) {
-  body {
-    padding-top: 64px;
-    padding-inline-end: 0;
-    padding-bottom: 64px;
-    padding-inline-start: 51px;
-  }
+  padding: 64px 51px;
 }
 
 @media print {
 }
 
 @media print {
index 9c70c082757818cd1835df29d414ba5db8ced6e7..633391d3720c39fbd408904d73d4a9da20aa503c 100644 (file)
@@ -79,18 +79,21 @@ h3 {
   line-height: 1.66em;
 }
 
   line-height: 1.66em;
 }
 
-a {
+a:link {
   text-decoration: underline;
   font-weight: normal;
 }
 
   text-decoration: underline;
   font-weight: normal;
 }
 
-a,
-a:visited,
-a:hover,
-a:active {
+a:link,
+a:link:hover,
+a:link:active {
   color: #0095dd;
 }
 
   color: #0095dd;
 }
 
+a:visited {
+  color: #c2e;
+}
+
 * {
   max-width: 100%;
   height: auto;
 * {
   max-width: 100%;
   height: auto;
@@ -110,6 +113,15 @@ figure,
   border-radius: 5px;
 }
 
   border-radius: 5px;
 }
 
+li {
+  margin-bottom: 0;
+}
+
+li > ul,
+li > ol {
+  margin-bottom: -10px;
+}
+
 p > img:only-child,
 p > a:only-child > img:only-child,
 .wp-caption img,
 p > img:only-child,
 p > a:only-child > img:only-child,
 .wp-caption img,
index 943f66f6d3e6e22e02d6790b3afbe80d3d8bee02..7c86ca73b983aff82c926f3011fe7af0df7e6fa2 100644 (file)
   animation-name: alert-fadeout-animation;
 }
 
   animation-name: alert-fadeout-animation;
 }
 
+#alertBox[animate]:not([clicked]):not([closing]):hover {
+  /* !important is necessary because CSS animations have highest
+     importance in the cascade with exception to !important rules. */
+  opacity: 1 !important;
+}
+
 @keyframes alert-animation {
   from {
     opacity: 0;
 @keyframes alert-animation {
   from {
     opacity: 0;
index 25d0824e3d821555d561b0f0da0076ce605298af..e76b20dcda357a496f0dee103d54cc691d40d4e2 100644 (file)
@@ -25,6 +25,14 @@ menulist > menupopup {
   -moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars");
 }
 
   -moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars");
 }
 
+/* ::::: Variables ::::: */
+:root {
+  --panel-arrowcontent-padding: 6px;
+  --panel-arrowcontent-background: #CCD0DD;
+  --panel-arrowcontent-color: #000000;
+  --panel-arrowcontent-border-color: #CCD0DD;
+}
+
 /* ::::: root elements ::::: */
 
 window,
 /* ::::: root elements ::::: */
 
 window,
index f1f90b45a61b343ee3448d0596fe61a6c4e374e7..45d87eb31b1d4f1b874ed8f0c0318368880d9f55 100644 (file)
@@ -296,7 +296,27 @@ xul|*.help-button > xul|*.button-box > xul|*.button-icon {
 xul|*.help-button > xul|*.button-box > xul|*.button-text {
   display: none;
 }
 xul|*.help-button > xul|*.button-box > xul|*.button-text {
   display: none;
 }
+*/
+html|*.help-button {
+  width: 16px;
+  height: 16px;
+  border: 0;
+  padding: 0;
+  display: inline-block;
+  background-image: url("chrome://global/skin/in-content/help-glyph.svg#help");
+  background-repeat: no-repeat;
+  background-position: center center;
+  background-size: contain;
+}
+
+html|*.help-button:hover {
+  background-image: url("chrome://global/skin/in-content/help-glyph.svg#help-hover");
+}
 
 
+html|*.help-button:hover:active {
+  background-image: url("chrome://global/skin/in-content/help-glyph.svg#help-pressed");
+}
+/*
 xul|*.spinbuttons-button {
   min-height: initial;
   margin-inline-start: 10px !important;
 xul|*.spinbuttons-button {
   min-height: initial;
   margin-inline-start: 10px !important;
index ec2fd0a198b6e957547d4f4ebbf74e023b4abaf3..38eb25c0ea8ba7103247f09d72b2dec4d160c4b5 100644 (file)
@@ -8,14 +8,6 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/* ::::: Variables ::::: */
-.panel-arrowcontent {
-  --panel-arrowcontent-padding: 6px;
-  --panel-arrowcontent-background: #CCD0DD;
-  --panel-arrowcontent-color: #000000;
-  --panel-arrowcontent-border: 1px outset #CCD0DD;
-}
-
 /* ::::: menupopup ::::: */
 
 menupopup,
 /* ::::: menupopup ::::: */
 
 menupopup,
@@ -56,13 +48,14 @@ panel[type="arrow"][side="right"] {
   color: var(--panel-arrowcontent-color);
   background: var(--panel-arrowcontent-background);
   background-clip: padding-box;
   color: var(--panel-arrowcontent-color);
   background: var(--panel-arrowcontent-background);
   background-clip: padding-box;
-  border: var(--panel-arrowcontent-border);
+  border: 1px outset var(--panel-arrowcontent-border-color);
   margin: 0px;
 }
 
 .panel-arrow[side="top"],
 .panel-arrow[side="bottom"] {
   margin: 0px;
 }
 
 .panel-arrow[side="top"],
 .panel-arrow[side="bottom"] {
-  list-style-image: url("chrome://global/skin/arrow/panelarrow-vertical.svg");
+  list-style-image: var(--panel-arrow-image-vertical,
+                        url("chrome://global/skin/arrow/panelarrow-vertical.svg"));
   position: relative;
   margin-left: 10px;
   margin-right: 10px;
   position: relative;
   margin-left: 10px;
   margin-right: 10px;
index f9c0933c5e3d69f63dca0a13ca68b8e33906e10c..a28d98bd045963fcc1f5068904bb6ad1ba2e4024 100644 (file)
 
 /* ::::: print preview toolbar ::::: */
 
 
 /* ::::: print preview toolbar ::::: */
 
-/* ..... page navigation ..... */
-
-.home-arrow, .end-arrow:-moz-locale-dir(rtl) {
-  list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end.gif");
-}
-
-.end-arrow, .home-arrow:-moz-locale-dir(rtl) {
-  list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end.gif");
-}
-
-.previous-arrow, .next-arrow:-moz-locale-dir(rtl) {
-  list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp.gif");
-}
-
-.next-arrow, .previous-arrow:-moz-locale-dir(rtl) {
-  list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp.gif");
-}
-
-/* ...... scale in/decrement ..... */
-
-.up-arrow {
-  list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif");
+.navigate-button {
+  min-width: 1.9em;
 }
 
 }
 
-.down-arrow {
-  list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif");
+.navigate-button > .toolbarbutton-icon {
+  display: none;
 }
 
 /* ..... orientation ..... */
 }
 
 /* ..... orientation ..... */
index 08ffac9f297cb24c87e52d20ce75bdba12fe1361..3af9c6bb8101d4313dcb095383fb750d01843ed0 100644 (file)
@@ -1048,7 +1048,8 @@ button.button-link:not([disabled="true"]):active:hover {
 
 #disabled-unsigned-addons-info {
   margin-bottom: 2em;
 
 #disabled-unsigned-addons-info {
   margin-bottom: 2em;
-  margin-inline-end: 48px;
+  margin-right: 48px;
+  margin-left: 48px;
 }
 
 #disabled-unsigned-addons-heading {
 }
 
 #disabled-unsigned-addons-heading {
index 37a6d7fa6c211ce738d2be5dc55e33d411287ee7..114c46c56564623e537a37dad00cfca001d66ed4 100644 (file)
@@ -21,31 +21,10 @@ wizardpage {
   padding: 10px;
 }
 
   padding: 10px;
 }
 
-.loadingBox {
-  padding: 3px 5px;
-}
-
-.remoteLoadingThrobber {
-  margin-top: 3px;
-}
-
-.remoteLoadingThrobber[state="loading"] {
-  list-style-image: url("chrome://global/skin/icons/loading.gif");
-}
-
-.remoteLoadingThrobber[state="error"] {
-  list-style-image: url("chrome://global/skin/icons/information-16.png");
-}
-
 .wizard-buttons-separator {
   margin-top: 0 !important;
 }
 
 .wizard-buttons-separator {
   margin-top: 0 !important;
 }
 
-#licenseContent, #incompatibleListbox {
-  margin-inline-start: 6px;
-  margin-inline-end: 6px;
-}
-
 .inline-link {
   color: blue;
   text-decoration: none;
 .inline-link {
   color: blue;
   text-decoration: none;
@@ -67,16 +46,6 @@ wizardpage {
   font-size: larger;
 }
 
   font-size: larger;
 }
 
-/* License Page */
-#licenseContent {
-/*  -moz-appearance: listbox; */
-}
-
-/* Incompatible List Page */
-#incompatibleListbox {
-  margin-bottom: 6px;
-}
-
 /* Downloading Page */
 #downloadStatusLine {
   -moz-box-align: center;
 /* Downloading Page */
 #downloadStatusLine {
   -moz-box-align: center;
index 367e69a214833d286127aff174eb0a6cb6ecb765..c989978db3e61d1482687782f480b221399fd0cb 100644 (file)
@@ -1820,8 +1820,8 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper:-moz-locale-dir(rtl) {
   -moz-box-direction: reverse;
 }
 
   -moz-box-direction: reverse;
 }
 
-html|*.urlbar-input:-moz-lwtheme::-moz-placeholder,
-.searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input::-moz-placeholder {
+html|*.urlbar-input:-moz-lwtheme::placeholder,
+.searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input::placeholder {
   color: #E7ADE7;
 }
 
   color: #E7ADE7;
 }
 
index f4df85f4d2e6cd58c76c1b02ae9defb83b59d0b9..bdc57fe61773df49c79791746c177f841a78d5f8 100644 (file)
@@ -280,7 +280,7 @@ body {
   background-color: #000000;
   color: #E7ADE7;
 }
   background-color: #000000;
   color: #E7ADE7;
 }
-#newtab-search-text::-moz-placeholder {
+#newtab-search-text::placeholder {
   color: #8050B0;
 }
 #newtab-search-text:focus {
   color: #8050B0;
 }
 #newtab-search-text:focus {
index 7ecfc02f915107a6900ea0997ffe6938d989102e..6753b7ac76e608db306be855837dcf5a4180f6e3 100644 (file)
@@ -398,10 +398,10 @@ div.CodeMirror span.eval-text {
   border-color: #008484;
 }
 
   border-color: #008484;
 }
 
-.devtools-textinput::-moz-placeholder,
-.devtools-searchinput::-moz-placeholder,
-.devtools-filterinput::-moz-placeholder,
-.devtools-plaininput::-moz-placeholder {
+.devtools-textinput::placeholder,
+.devtools-searchinput::placeholder,
+.devtools-filterinput::placeholder,
+.devtools-plaininput::placeholder {
   color: #8050B0;
   opacity: 1.0;
 }
   color: #8050B0;
   opacity: 1.0;
 }
index e7d2ed621782cc5472377692b9180b79eabbf695..2bddea0aa73568b54a2eb68c3b921c1dd4dcd121 100644 (file)
@@ -484,8 +484,8 @@ div.devtools-toolbar::after {
   visibility: hidden;
 }
 
   visibility: hidden;
 }
 
-.devtools-searchinput .textbox-input::-moz-placeholder,
-.devtools-filterinput .textbox-input::-moz-placeholder {
+.devtools-searchinput .textbox-input::placeholder,
+.devtools-filterinput .textbox-input::placeholder {
   font-style: normal;
 }
 
   font-style: normal;
 }
 
index 84a4657456551dde061f0a111ec303394abc3a90..49436de84e0fcfd35785d22d010b41f42f51a565 100644 (file)
@@ -3,16 +3,7 @@
  * You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 body {
  * You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 body {
-  padding: 64px 0;
-}
-
-@media (max-width: 785px) {
-  body {
-    padding-top: 64px;
-    padding-inline-end: 0;
-    padding-bottom: 64px;
-    padding-inline-start: 51px;
-  }
+  padding: 64px 51px;
 }
 
 @media print {
 }
 
 @media print {
index 9c70c082757818cd1835df29d414ba5db8ced6e7..633391d3720c39fbd408904d73d4a9da20aa503c 100644 (file)
@@ -79,18 +79,21 @@ h3 {
   line-height: 1.66em;
 }
 
   line-height: 1.66em;
 }
 
-a {
+a:link {
   text-decoration: underline;
   font-weight: normal;
 }
 
   text-decoration: underline;
   font-weight: normal;
 }
 
-a,
-a:visited,
-a:hover,
-a:active {
+a:link,
+a:link:hover,
+a:link:active {
   color: #0095dd;
 }
 
   color: #0095dd;
 }
 
+a:visited {
+  color: #c2e;
+}
+
 * {
   max-width: 100%;
   height: auto;
 * {
   max-width: 100%;
   height: auto;
@@ -110,6 +113,15 @@ figure,
   border-radius: 5px;
 }
 
   border-radius: 5px;
 }
 
+li {
+  margin-bottom: 0;
+}
+
+li > ul,
+li > ol {
+  margin-bottom: -10px;
+}
+
 p > img:only-child,
 p > a:only-child > img:only-child,
 .wp-caption img,
 p > img:only-child,
 p > a:only-child > img:only-child,
 .wp-caption img,
index 92036c2da761fb9a9fbd0d2c448cf839ad12c2b9..6a2db0f28fb4bf5b3c9451f5595135b5af718601 100644 (file)
   animation-name: alert-fadeout-animation;
 }
 
   animation-name: alert-fadeout-animation;
 }
 
+#alertBox[animate]:not([clicked]):not([closing]):hover {
+  /* !important is necessary because CSS animations have highest
+     importance in the cascade with exception to !important rules. */
+  opacity: 1 !important;
+}
+
 @keyframes alert-animation {
   from {
     opacity: 0;
 @keyframes alert-animation {
   from {
     opacity: 0;
index d6be0ebeec1d2d6fec69007dd993f87f93a75987..931b936fe3903d428b64785d77938ac79e5de36d 100644 (file)
@@ -51,6 +51,14 @@ toolbaritem > menubar {
   }
 }
 
   }
 }
 
+/* ::::: Variables ::::: */
+:root {
+  --panel-arrowcontent-padding: 6px;
+  --panel-arrowcontent-background: #000000;
+  --panel-arrowcontent-color: #FF9F00;
+  --panel-arrowcontent-border-color: #FF9F00;
+}
+
 /* ::::: root elements ::::: */
 
 window,
 /* ::::: root elements ::::: */
 
 window,
index 868ada8a919aeb66093e9ce7166ee5dc5cd66f63..be9fa280826a6c7c482046d3e070d71247ed103e 100644 (file)
@@ -325,6 +325,26 @@ xul|*.help-button > xul|*.button-box > xul|*.button-icon {
 xul|*.help-button > xul|*.button-box > xul|*.button-text {
   display: none;
 }
 xul|*.help-button > xul|*.button-box > xul|*.button-text {
   display: none;
 }
+
+html|*.help-button {
+  width: 16px;
+  height: 16px;
+  border: 0;
+  padding: 0;
+  display: inline-block;
+  background-image: url("chrome://global/skin/in-content/help-glyph.svg#help");
+  background-repeat: no-repeat;
+  background-position: center center;
+  background-size: contain;
+}
+
+html|*.help-button:hover {
+  background-image: url("chrome://global/skin/in-content/help-glyph.svg#help-hover");
+}
+
+html|*.help-button:hover:active {
+  background-image: url("chrome://global/skin/in-content/help-glyph.svg#help-pressed");
+}
 /*
 xul|*.spinbuttons-button {
   min-height: initial;
 /*
 xul|*.spinbuttons-button {
   min-height: initial;
index 1397ee16598287f3cbfbe6612cfc7a6dab98227d..d2188344ec1ffbbfc3a97cb27b5da60f323529fa 100644 (file)
@@ -8,14 +8,6 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/* ::::: Variables ::::: */
-.panel-arrowcontent {
-  --panel-arrowcontent-padding: 6px;
-  --panel-arrowcontent-background: #000000;
-  --panel-arrowcontent-color: #FF9F00;
-  --panel-arrowcontent-border-color: #FF9F00;
-}
-
 /* ::::: menupopup ::::: */
 
 menupopup,
 /* ::::: menupopup ::::: */
 
 menupopup,
@@ -63,7 +55,8 @@ panel[type="arrow"][side="right"] {
 
 .panel-arrow[side="top"],
 .panel-arrow[side="bottom"] {
 
 .panel-arrow[side="top"],
 .panel-arrow[side="bottom"] {
-  list-style-image: url("chrome://global/skin/arrow/panelarrow-vertical.svg");
+  list-style-image: var(--panel-arrow-image-vertical,
+                        url("chrome://global/skin/arrow/panelarrow-vertical.svg"));
   position: relative;
   margin-left: 10px;
   margin-right: 10px;
   position: relative;
   margin-left: 10px;
   margin-right: 10px;
index 1a033c78b2fc1902c6fe12b326d3a1cdf29b211b..a28d98bd045963fcc1f5068904bb6ad1ba2e4024 100644 (file)
 
 /* ::::: print preview toolbar ::::: */
 
 
 /* ::::: print preview toolbar ::::: */
 
-/* ..... page navigation ..... */
-
-.home-arrow, .end-arrow:-moz-locale-dir(rtl) {
-  list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end.gif");
-}
-
-.home-arrow:hover, .end-arrow:-moz-locale-dir(rtl):hover {
-  list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end-hover.gif");
-}
-
-.end-arrow, .home-arrow:-moz-locale-dir(rtl) {
-  list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end.gif");
-}
-
-.end-arrow:hover, .home-arrow:-moz-locale-dir(rtl):hover {
-  list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end-hover.gif");
-}
-
-.previous-arrow, .next-arrow:-moz-locale-dir(rtl) {
-  list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp.gif");
-}
-
-.previous-arrow:hover, .next-arrow:-moz-locale-dir(rtl):hover {
-  list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-hover.gif");
-}
-
-.next-arrow, .previous-arrow:-moz-locale-dir(rtl) {
-  list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp.gif");
-}
-
-.next-arrow:hover, .previous-arrow:-moz-locale-dir(rtl):hover {
-  list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-hover.gif");
-}
-
-/* ...... scale in/decrement ..... */
-
-.up-arrow {
-  list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif");
+.navigate-button {
+  min-width: 1.9em;
 }
 
 }
 
-.down-arrow {
-  list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif");
+.navigate-button > .toolbarbutton-icon {
+  display: none;
 }
 
 /* ..... orientation ..... */
 }
 
 /* ..... orientation ..... */
index 5f48a5f4dda7f9381a7c27f494fd87594c5dbacc..227757d7ddcccc4aac211197fb484b8fdffd5263 100644 (file)
@@ -35,8 +35,8 @@ html|*.textbox-textarea {
   font: inherit;
 }
 
   font: inherit;
 }
 
-html|*.textbox-input::-moz-placeholder,
-html|*.textbox-textarea::-moz-placeholder {
+html|*.textbox-input::placeholder,
+html|*.textbox-textarea::placeholder {
   color: #8050B0;
   opacity: 1.0;
 }
   color: #8050B0;
   opacity: 1.0;
 }
index 2f50b5b3fa44f6e3f78ced701a4a96ab7e42ca3b..a72e4a0027664b8a14f29b4cdc35771ffa6723a9 100644 (file)
@@ -1119,7 +1119,8 @@ button.button-link:not([disabled="true"]):active:hover {
 
 #disabled-unsigned-addons-info {
   margin-bottom: 2em;
 
 #disabled-unsigned-addons-info {
   margin-bottom: 2em;
-  margin-inline-end: 48px;
+  margin-right: 48px;
+  margin-left: 48px;
 }
 
 #disabled-unsigned-addons-heading {
 }
 
 #disabled-unsigned-addons-heading {
index de59c1225a0dc755df5607ae85474cdf764e33af..88c95010740f4faddb6b912605bd5c3887a9cd64 100644 (file)
@@ -21,38 +21,10 @@ wizardpage {
   padding: 10px;
 }
 
   padding: 10px;
 }
 
-.loadingBox {
-  padding: 3px 5px;
-}
-
-.remoteLoadingThrobber {
-  margin-top: 3px;
-}
-
-.remoteLoadingThrobber[state="loading"] {
-  list-style-image: url("chrome://global/skin/icons/loading.png");
-}
-
-@media (min-resolution: 1.1dppx) {
-  .remoteLoadingThrobber[state="loading"] {
-    width: 16px;
-    list-style-image: url("chrome://global/skin/icons/loading@2x.png");
-  }
-}
-
-.remoteLoadingThrobber[state="error"] {
-  list-style-image: url("chrome://global/skin/icons/information-16.png");
-}
-
 .wizard-buttons-separator {
   margin-top: 0 !important;
 }
 
 .wizard-buttons-separator {
   margin-top: 0 !important;
 }
 
-#licenseContent, #incompatibleListbox {
-  margin-inline-start: 6px;
-  margin-inline-end: 6px;
-}
-
 .inline-link {
   color: #3333FF;
   text-decoration: none;
 .inline-link {
   color: #3333FF;
   text-decoration: none;
@@ -74,16 +46,6 @@ wizardpage {
   font-size: larger;
 }
 
   font-size: larger;
 }
 
-/* License Page */
-#licenseContent {
-/*  -moz-appearance: listbox; */
-}
-
-/* Incompatible List Page */
-#incompatibleListbox {
-  margin-bottom: 6px;
-}
-
 /* Downloading Page */
 #downloadStatusLine {
   -moz-box-align: center;
 /* Downloading Page */
 #downloadStatusLine {
   -moz-box-align: center;