sync LCARStrek with part of the modification in Firefox 10 - some more work is still...
[themes.git] / LCARStrek / global / webConsole.css
index ad09e97a22b0ca1368cb25a750346e667f533d34..c0add3e24f006894357ed331aa3a76d02c013600 100644 (file)
   margin: 2px 0;
   padding-left: 4px;
   padding-right: 4px;
-  width: 1em;
   color: #000000;
   background-color: #FF0000;
   border-radius: 40px;
 .hud-output-node,
 .jsterm-input-node,
 .jsterm-complete-node {
-  font: 12px Consolas, Lucida Console, monospace;
+  font: 12px "Liberation Mono", Consolas, "Courier New", monospace;
 }
 
 .hud-output-node {
   list-style-image: url("chrome://global/skin/icons/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 {
+  -moz-margin-start: 3px;
+  -moz-margin-end: 3px;
+}
+
 /* Network styles */
 .webconsole-filter-button[category="net"] {
   -moz-image-region: rect(0, 8px, 8px, 0);
 /* JSTerm Styles */
 
 .jsterm-wrapper-node {
-  font-family: monospace; 
+  font-family: "Liberation Mono", Consolas, "Courier New", monospace; 
   font-size: 1em;
   background-color: #000; 
   border: 1px solid #333; 
 }
 
 .hud-console-filter-toolbar {
-  padding: 1px 0px;
+  padding: 1px 2px;
   -moz-box-align: center;
 }