first part of syncing LCARStrek with Firefox 52 browser windows theme changes
[themes.git] / LCARStrek / browser / aboutTabCrashed.css
index 7d9d92a55f6b69971c12947ccfe6f55e7e46553e..d8658ad346fdb923f5bdfa8b94595b570817224e 100644 (file)
@@ -1,77 +1,42 @@
-body {
-  background-color: #000000;
-  margin-top: 2em;
-  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
-}
-
-p {
-  font-size: .8em;
-}
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
-#error-box {
-  border: 2px solid #FFCF00;
-  border-radius: 10px;
-  background: url('chrome://global/skin/icons/information-24.png') no-repeat left 4px;
-  -moz-padding-start: 30px;
+.title {
+  background-image: url("chrome://browser/skin/tab-crashed.svg");
 }
 
-#error-box:-moz-locale-dir(rtl) {
-  background-position: right 4px;
-}
-
-#main-error-msg {
-  color: #A09090;
+#reportSent {
   font-weight: bold;
 }
 
-#report-box {
-  text-align: center;
-  width: 75%;
-  margin: 0 auto;
-  display: none;
+#crash-reporter-container {
+  width: 80%;
+  background-color: var(--in-content-box-background);
+  margin: 24px 0;
+  padding: 14px;
+  border: 1px solid var(--in-content-box-border-color);
+  border-radius: 2px;
 }
 
-.crashDumpAvaible #report-box {
-  display: block
-}
-
-#button-box {
-  text-align: center;
-  width: 75%;
-  margin: 0 auto;
-}
-
-@media all and (min-width: 300px) {
-  #error-box {
-    max-width: 50%;
-    margin: 0 auto;
-    background-image: url('chrome://global/skin/icons/information-32.png');
-    min-height: 36px;
-    -moz-padding-start: 38px;
-  }
-
-  button {
-    width: auto !important;
-    min-width: 150px;
-  }
+#crash-reporter-title {
+  font-weight: bold;
+  margin: 0 0 14px 0;
 }
 
-@media all and (min-width: 780px) {
-  #error-box {
-    max-width: 30%;
-  }
+input[type="text"],
+textarea {
+  width: 100%;
+  box-sizing: border-box;
+  resize: none;
 }
 
-button {
-  border-radius: 10px;
-  background: #C09070;
-  color: #000000;
-  border: none;
-  padding: 0 .5em;
+#options {
+  list-style: none;
+  margin-inline-start: 0;
 }
 
-button:hover,
-button:hover:active {
-  background-color: #FFCF00;
-  color: #000000;
+input[type="text"],
+#options > li {
+  margin: 14px 0 0 0;
 }