Merge branch 'master' of linz:/srv/git/themes
[themes.git] / LCARStrek / browser / devtools / webconsole.css
index 2ef48dfc20301d2553bef6501ee3fc485d5fdd5f..e71ffa56ef7e997123c8d1f33ae9a677166583f8 100644 (file)
@@ -59,6 +59,7 @@
   color: #8050B0;
   margin-top: 0;
   margin-bottom: 0;
+  font: 12px "Liberation Mono", Consolas, "Courier New", monospace;
 }
 
 .hud-msg-node {
@@ -89,6 +90,7 @@
   -moz-margin-start: 3px;
   -moz-margin-end: 6px;
   white-space: pre-wrap;
+  font: 12px "Liberation Mono", Consolas, "Courier New", monospace;
 }
 
 .webconsole-msg-body-piece {
   color: inherit;
 }
 
-.hud-output-node,
 .jsterm-input-node,
 .jsterm-complete-node {
   font: 12px "Liberation Mono", Consolas, "Courier New", monospace;
   list-style-image: url("chrome://browser/skin/devtools/webconsole.png");
 }
 
-.webconsole-filter-button > .toolbarbutton-menubutton-button,
-.webconsole-filter-button > .toolbarbutton-menubutton-button:hover:active {
-  -moz-padding-start: 6px;
-  -moz-padding-end: 3px;
+.webconsole-filter-button:hover:active > .toolbarbutton-menubutton-button,
+.webconsole-filter-button[open="true"] > .toolbarbutton-menubutton-button {
 }
 
 .webconsole-filter-button {
   -moz-margin-start: 3px;
-  -moz-margin-end: 3px;
+  padding: 0 !important;
+}
+
+.webconsole-filter-button menuitem {
+  -moz-image-region: auto;
+}
+
+.hud-filter-box {
+  margin-top: 0;
+  margin-bottom: 0;
 }
 
 /* Network styles */
 
 .webconsole-close-button {
   border: none;
-  padding: 3px;
-  list-style-image: url("chrome://global/skin/icons/close.png");
-  -moz-image-region: rect(0, 16px, 16px, 0);
-  -moz-appearance: none;
-}
-
-.webconsole-close-button:hover {
-  -moz-image-region: rect(0, 32px, 16px, 16px);
+  padding-top: 4px;
+  padding-bottom: 5px;
+  list-style-image: url("chrome://global/skin/icons/close-button.gif");
 }
 
+.webconsole-close-button:hover,
 .webconsole-close-button:hover:active {
-  -moz-image-region: rect(0, 48px, 16px, 32px);
+  list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
 }
 
 /* JSTerm Styles */
 }
 
 .jsterm-output-node {
-  width: 100%; 
-  height: 400px; 
-  color: white; 
-  background-color: black; 
-  overflow: auto; 
-  overflow-x: auto; 
-  position: absolute; 
+  width: 100%;
+  height: 400px;
+  color: white;
+  background-color: black;
+  overflow: auto;
+  overflow-x: auto;
+  position: absolute;
   -moz-box-direction: reverse;
 }
 
 }
 
 .hud-console-filter-toolbar {
-  padding: 1px 2px;
   -moz-box-align: center;
 }
 
   width: 100%;
   background-color: black;
 }
+
+.hud-splitter {
+  border: 0;
+}