X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2FheadsUpDisplay.css;h=c23e43e05f1cb07a44a85bea23b52d9de4ab13c7;hp=db728178d6cc87445c84a56d6cbc74b4d03eadb5;hb=941d657fe5266e57ff90b35c33a86a5214f7cbcd;hpb=3327253ed3b6be3c4cc98847e444c55f9a268d45 diff --git a/LCARStrek/global/headsUpDisplay.css b/LCARStrek/global/headsUpDisplay.css index db728178..c23e43e0 100644 --- a/LCARStrek/global/headsUpDisplay.css +++ b/LCARStrek/global/headsUpDisplay.css @@ -58,6 +58,7 @@ .hud-output-node div { -moz-user-select: text; white-space: pre-wrap; + -moz-user-focus: normal; } .hud-output-node .hud-network { @@ -104,6 +105,10 @@ width: 100%; } +.hud-group:first-child .hud-divider { + display: none; +} + /* JSTerm Styles */ .jsterm-wrapper-node { @@ -138,18 +143,18 @@ .jsterm-input-node { width: 98%; font-family: monospace; - font-size: 1.2em; - line-height: 1.6em; - background-color: black; - color: white; + font-size: 9pt; + background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat !important; + border: none !important; + padding: 0px 0px 0px 16px !important; } -.jsterm-output-line { - font-size: 1.2em; +.jsterm-input-node textarea { + overflow-x: hidden; } -.hud-filter-btn { - margin: 2px !important; +.jsterm-output-line { + font-size: 1.2em; } .hud-console-filter-toolbar {