update LCARStrek for changes in browser winstripe for Firefox 9 with the exception...
[themes.git] / LCARStrek / global / webConsole.css
index ad09e97a22b0ca1368cb25a750346e667f533d34..0c2d6047737af5ba12f7b199aec94dd5e0fc423a 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 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);
 }
 
 .hud-console-filter-toolbar {
-  padding: 1px 0px;
+  padding: 1px 2px;
   -moz-box-align: center;
 }