second part of synching LCARStrek with windows theme changes in Firefox 28 cycle
[themes.git] / LCARStrek / browser / devtools / webconsole.css
index 4de0915d270d499fc540a0f171f489a20db413ae..bc546f9c573346c3058dbfd0be282463a1edd477 100644 (file)
@@ -113,8 +113,6 @@ a {
 }
 
 #output-wrapper {
-  background: #000000;
-  color: #FF9F00;
   direction: ltr;
   border-bottom: 1px solid #9C9CFF;
   overflow: auto;
@@ -128,6 +126,10 @@ a {
   align-items: flex-start;
 }
 
+#output-container.hideTimestamps > .message > .timestamp {
+  display: none;
+}
+
 .filtered-by-type,
 .filtered-by-string {
   display: none;