update both themes for global winstripe changes up to 2010-12-30
[themes.git] / LCARStrek / global / webConsole.css
index 0b25735c90afde28b732cde221974ba57c243e4d..5d4422176bec087ede9ba5eb24e5281cadb11bf6 100644 (file)
   height: 1px; width: 1px; position: relative; top: 92%; display: block;
 }
 
-.jsterm-input-node {
+.jsterm-input-node,
+.jsterm-complete-node {
   font-family: monospace;
   font-size: 9pt;
-  background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat;
   border: none;
-  padding: 0px 0px 0px 16px;
+  padding: 0 0 0 16px;
+}
+
+.jsterm-input-node {
+  background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat;
 }
 
-.jsterm-input-node > .textbox-input-box > .textbox-textarea {
+:-moz-any(.jsterm-input-node,
+          .jsterm-complete-node) > .textbox-input-box > .textbox-textarea {
   overflow-x: hidden;
 }
 
+.jsterm-complete-node > .textbox-input-box > .textbox-textarea {
+  color: #8050B0;
+}
+
 .jsterm-output-line {
   font-size: 1em;
 }