first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / EarlyBlue / global / aboutSupport.css
index 8b71b9f14c524532e219fa88102c82a4eac1ffe8..268993a6eb9e48f734dbb4f1bdf4555d9d793f83 100644 (file)
@@ -3,15 +3,12 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 html {
-  background-color: #CCD0DD;
-  color: #000000;
-  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+  --aboutSupport-table-background: #CCD0DD;
+  background-color: var(--in-content-page-background);
 }
 
 body {
-  width: 90%;
-  margin-left: 5%;
-  margin-right: 5%;
+  margin: 40px 48px;
 }
 
 .page-subtitle {
@@ -26,22 +23,27 @@ body {
   font-weight: bold;
 }
 
+button {
+  margin-inline-start: 0;
+  margin-inline-end: 8px;
+}
+
 table {
-  background-color: #CCD0DD;
-  color: #000000;
+  background-color: var(--aboutSupport-table-background);
+  color: var(--in-content-text-color);
   text-align: start;
   width: 100%;
-  border: 1px solid #9999CC;
+  border: 1px solid var(--in-content-border-color);
   border-spacing: 0px;
 }
 
 th, td {
-  padding: 3px;
+  padding: 4px;
 }
 
-th + th,
-td + td {
-  border-left: 1px dotted #9999CC;
+th:not(:first-child),
+td:not(:first-child) {
+  border-left: 1px dotted var(--in-content-border-color);
 }
 
 thead th {
@@ -50,8 +52,14 @@ thead th {
 
 th {
   text-align: start;
-  background-color: #666699;
-  color: #CCD0DD;
+  background-color: var(--in-content-table-header-background);
+  color: var(--in-content-selected-text);
+}
+
+th.title-column {
+  white-space: nowrap;
+  width: 0px;
+  font-size: medium;
 }
 
 th.column {
@@ -61,7 +69,12 @@ th.column {
 
 td {
   text-align: start;
-  border-top: 1px dotted #9999CC;
+}
+
+tr:not(:first-child) > td,
+tr:not(:first-child) > th {
+  text-align: start;
+  border-top: 1px dotted var(--in-content-table-border-dark-color);
 }
 
 .prefs-table {
@@ -81,21 +94,26 @@ td {
   overflow: hidden;
 }
 
-#reset-box {
-  background-color: #CCD0DD;
-  border: 1px solid #666699;
-  color: #000000;
+#action-box {
+  background-color: var(--aboutSupport-table-background);
+  border: 1px solid var(--in-content-border-color);
+  color: var(--in-content-text-color);
   float: right;
   margin-top: 2em;
   margin-bottom: 20px;
-  -moz-margin-start: 20px;
-  -moz-margin-end: 0;
+  margin-inline-start: 20px;
+  margin-inline-end: 0;
   padding: 16px;
   width: 30%;
-  visibility: hidden;
 }
 
-#reset-box:-moz-dir(rtl) {
+#action-box,
+#reset-box,
+#safe-mode-box {
+  display: none;
+}
+
+#action-box:dir(rtl) {
   float: left;
 }
 
@@ -103,10 +121,15 @@ td {
   margin-top: 0;
 }
 
-#reset-box > button {
+#action-box > button {
   display: block;
 }
 
+#verify-place-result {
+  max-height: 200px;
+  overflow: auto;
+}
+
 .block {
   display: block;
 }