start 2.8 development cycle for both themes
[themes.git] / EarlyBlue / global / webConsole.css
index a95e0078cf42af7dd62d53f5f2eda924f7eda833..f89550641b01f2874ef1ecaac58acbb78f7b5290 100644 (file)
 .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;
 }