fix errors found by review of 2.30
[themes.git] / LCARStrek / browser / devtools / webconsole.css
index 58f15d15f742ca8e61acdcc621077e520402326f..a0540c9982eb63710c9fab42fb10516ec34bf071 100644 (file)
@@ -145,7 +145,7 @@ a {
 
 .message-flex-body > .message-body {
   display: block;
-  flex: 1 1 main-size;
+  flex: 1 1 auto;
   vertical-align: middle;
 }
 
@@ -238,7 +238,11 @@ a {
 }
 
 .console-string {
-  color: #FF0000;
+  color: #FF9F00;
+}
+
+.message[severity=error] .console-string {
+  color: #000000;
 }
 
 .theme-selected .console-string,
@@ -265,7 +269,7 @@ a {
 }
 
 .message[category=network]:not(.navigation-marker) .url {
-  flex: 1 1 main-size;
+  flex: 1 1 auto;
   /* Make sure the URL is very small initially, let flex change width as needed. */
   width: 100px;
   min-width: 5em;
@@ -479,7 +483,7 @@ a {
 
 .stacktrace .function {
   display: block;
-  flex: 1 1 main-size;
+  flex: 1 1 auto;
 }
 
 .cm-s-mozilla a[class] {
@@ -550,7 +554,7 @@ a {
   }
   .webconsole-filter-button > .toolbarbutton-menubutton-button:before {
     width: 12px;
-    height: 12x;
+    height: 12px;
     margin-left: 1px;
   }
   .toolbarbutton-menubutton-dropmarker {