make error string not be red on red
[themes.git] / LCARStrek / browser / devtools / webconsole.css
index dd6e64169e0f65f4a615ab581fb155058fd47666..290f575a9db2c4ffcf213d001c0cf19007771359 100644 (file)
@@ -199,10 +199,6 @@ a {
   -moz-user-focus: normal;
 }
 
-.webconsole-filter-button[checked] {
-  /* color: white !important; */
-}
-
 .webconsole-filter-button > .toolbarbutton-menubutton-button:before {
   content: "";
   display: inline-block;
@@ -229,12 +225,20 @@ a {
   border-color: #FFCF00;
 }
 
+.message:hover {
+  background-color: #404000;
+}
+
 .message[severity=error] {
   background-color: #FF0000;
 }
 
 .console-string {
-  color: #FF0000;
+  color: #FF9F00;
+}
+
+.message[severity=error] .console-string {
+  color: #000000;
 }
 
 .message[category=network] > .indent {
@@ -495,53 +499,28 @@ a {
 }
 
 /* Replace these values with CSS variables as available */
-.theme-dark .jsterm-input-container {
-  background-color: #000000; /* tabToolbarBackgroundColor */
-  border-color: #9C9CFF; /* mainBackgroundColor */
-}
-
-.theme-dark .jsterm-input-node {
-  color: #E7ADE7; /* textColor */
-}
-
-.theme-dark .jsterm-complete-node {
-  color: #A09090; /* commentColor */
-}
-
-.theme-dark .navigation-marker .url {
-  background: #000000; /* mainBackgroundColor */
-}
-
-.theme-dark .inlined-variables-view iframe {
-  border-color: #A09090;
-}
-
-.theme-dark .stacktrace {
-  border-color: #A09090;
-}
-
-.theme-light .jsterm-input-container {
+.jsterm-input-container {
   background-color: #000000; /* tabToolbarBackgroundColor */
   border-color: #9C9CFF; /* mainBackgroundColor */
 }
 
-.theme-light .jsterm-input-node {
+.jsterm-input-node {
   color: #E7ADE7; /* textColor */
 }
 
-.theme-light .jsterm-complete-node {
+.jsterm-complete-node {
   color: #A09090; /* commentColor */
 }
 
-.theme-light .navigation-marker .url {
+.navigation-marker .url {
   background: #000000; /* mainBackgroundColor */
 }
 
-.theme-light .inlined-variables-view iframe {
+.inlined-variables-view iframe {
   border-color: #A09090;
 }
 
-.theme-dark .stacktrace {
+.stacktrace {
   border-color: #A09090;
 }
 
@@ -549,7 +528,7 @@ a {
   .message > .timestamp {
     display: none;
   }
-  .toolbarbutton-text {
+  .hud-console-filter-toolbar .webconsole-filter-button .toolbarbutton-text {
     display: none;
   }
   .hud-console-filter-toolbar .webconsole-filter-button {
@@ -559,8 +538,8 @@ a {
     min-width: 25px;
   }
   .webconsole-filter-button > .toolbarbutton-menubutton-button:before {
-    width: 16px;
-    height: 16px;
+    width: 12px;
+    height: 12x;
     margin-left: 1px;
   }
   .toolbarbutton-menubutton-dropmarker {