some devtools improvements
[themes.git] / LCARStrek / browser / devtools / webconsole.css
index a0540c9982eb63710c9fab42fb10516ec34bf071..0de177484dd17abfa3df8b78d54c3ffc896a9a16 100644 (file)
@@ -138,7 +138,7 @@ a {
   display: flex;
 }
 
   display: flex;
 }
 
-.message-body {
+.message-body > * {
   white-space: pre-wrap;
   word-wrap: break-word;
 }
   white-space: pre-wrap;
   word-wrap: break-word;
 }
@@ -182,7 +182,7 @@ a {
 }
 
 #output-container.hideTimestamps > .message > .indent {
 }
 
 #output-container.hideTimestamps > .message > .indent {
-  background-color: #000000; /* .theme-body */
+  background-color: var(--theme-body-background);
 }
 
 .filtered-by-type,
 }
 
 .filtered-by-type,
@@ -199,6 +199,10 @@ a {
 
 /* WebConsole colored drops */
 
 
 /* WebConsole colored drops */
 
+.hud-console-filter-toolbar toolbarbutton > .toolbarbutton-text {
+  padding: 2px 2px 3px;
+}
+
 .webconsole-filter-button {
   -moz-user-focus: normal;
 }
 .webconsole-filter-button {
   -moz-user-focus: normal;
 }
@@ -209,11 +213,16 @@ a {
   height: 8px;
   width: 8px;
   border-radius: 50%;
   height: 8px;
   width: 8px;
   border-radius: 50%;
-  margin-left: 5px;
+  -moz-margin-start: 2px;
+  -moz-margin-end: 2px;
   border-width: 1px;
   border-style: solid;
 }
 
   border-width: 1px;
   border-style: solid;
 }
 
+.webconsole-filter-button > .toolbarbutton-menubutton-button {
+  -moz-box-orient: horizontal;
+}
+
 .webconsole-filter-button menuitem {
   -moz-image-region: auto;
 }
 .webconsole-filter-button menuitem {
   -moz-image-region: auto;
 }
@@ -230,7 +239,7 @@ a {
 }
 
 .message:hover {
 }
 
 .message:hover {
-  background-color: #404000;
+  background-color: var(--theme-contrast-background);
 }
 
 .message[severity=error] {
 }
 
 .message[severity=error] {
@@ -238,7 +247,7 @@ a {
 }
 
 .console-string {
 }
 
 .console-string {
-  color: #FF9F00;
+  color: var(--theme-highlight-orange);
 }
 
 .message[severity=error] .console-string {
 }
 
 .message[severity=error] .console-string {
@@ -515,20 +524,20 @@ a {
 
 /* Replace these values with CSS variables as available */
 .jsterm-input-container {
 
 /* Replace these values with CSS variables as available */
 .jsterm-input-container {
-  background-color: #000000; /* tabToolbarBackgroundColor */
-  border-color: #9C9CFF; /* mainBackgroundColor */
+  background-color: var(--theme-toolbar-background);
+  border-color: var(--theme-splitter-color);
 }
 
 .jsterm-input-node {
 }
 
 .jsterm-input-node {
-  color: #E7ADE7; /* textColor */
+  color: var(--theme-highlight-pink);
 }
 
 .jsterm-complete-node {
 }
 
 .jsterm-complete-node {
-  color: #A09090; /* commentColor */
+  color: var(--theme-comment);
 }
 
 .navigation-marker .url {
 }
 
 .navigation-marker .url {
-  background: #000000; /* mainBackgroundColor */
+  background: var(--theme-body-background);
 }
 
 .inlined-variables-view iframe {
 }
 
 .inlined-variables-view iframe {
@@ -569,6 +578,7 @@ a {
   .toolbarbutton-text {
     display: -moz-box;
   }
   .toolbarbutton-text {
     display: -moz-box;
   }
+  /*
   .devtools-toolbarbutton {
     margin-top: 3px;
   }
   .devtools-toolbarbutton {
     margin-top: 3px;
   }
@@ -576,6 +586,7 @@ a {
   .hud-console-filter-toolbar .devtools-toolbarbutton {
     margin-top: 5px;
   }
   .hud-console-filter-toolbar .devtools-toolbarbutton {
     margin-top: 5px;
   }
+  */
 }
 
 /* === END webconsole.inc.css === */
 }
 
 /* === END webconsole.inc.css === */