X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=e71ffa56ef7e997123c8d1f33ae9a677166583f8;hp=2ef48dfc20301d2553bef6501ee3fc485d5fdd5f;hb=84abe3e37a3cc17e23400d9f19eecac3a8134d72;hpb=f128e38f4b564fd22f46f810e104934d864d7caf diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 2ef48dfc..e71ffa56 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -59,6 +59,7 @@ color: #8050B0; margin-top: 0; margin-bottom: 0; + font: 12px "Liberation Mono", Consolas, "Courier New", monospace; } .hud-msg-node { @@ -89,6 +90,7 @@ -moz-margin-start: 3px; -moz-margin-end: 6px; white-space: pre-wrap; + font: 12px "Liberation Mono", Consolas, "Courier New", monospace; } .webconsole-msg-body-piece { @@ -131,7 +133,6 @@ color: inherit; } -.hud-output-node, .jsterm-input-node, .jsterm-complete-node { font: 12px "Liberation Mono", Consolas, "Courier New", monospace; @@ -158,15 +159,22 @@ list-style-image: url("chrome://browser/skin/devtools/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:hover:active > .toolbarbutton-menubutton-button, +.webconsole-filter-button[open="true"] > .toolbarbutton-menubutton-button { } .webconsole-filter-button { -moz-margin-start: 3px; - -moz-margin-end: 3px; + padding: 0 !important; +} + +.webconsole-filter-button menuitem { + -moz-image-region: auto; +} + +.hud-filter-box { + margin-top: 0; + margin-bottom: 0; } /* Network styles */ @@ -254,18 +262,14 @@ .webconsole-close-button { border: none; - padding: 3px; - list-style-image: url("chrome://global/skin/icons/close.png"); - -moz-image-region: rect(0, 16px, 16px, 0); - -moz-appearance: none; -} - -.webconsole-close-button:hover { - -moz-image-region: rect(0, 32px, 16px, 16px); + padding-top: 4px; + padding-bottom: 5px; + list-style-image: url("chrome://global/skin/icons/close-button.gif"); } +.webconsole-close-button:hover, .webconsole-close-button:hover:active { - -moz-image-region: rect(0, 48px, 16px, 32px); + list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); } /* JSTerm Styles */ @@ -281,13 +285,13 @@ } .jsterm-output-node { - width: 100%; - height: 400px; - color: white; - background-color: black; - overflow: auto; - overflow-x: auto; - position: absolute; + width: 100%; + height: 400px; + color: white; + background-color: black; + overflow: auto; + overflow-x: auto; + position: absolute; -moz-box-direction: reverse; } @@ -319,7 +323,6 @@ } .hud-console-filter-toolbar { - padding: 1px 2px; -moz-box-align: center; } @@ -333,3 +336,7 @@ width: 100%; background-color: black; } + +.hud-splitter { + border: 0; +}