From: Robert Kaiser Date: Sun, 22 Apr 2012 12:20:17 +0000 (+0200) Subject: Merge branch 'master' of linz:/srv/git/themes X-Git-Tag: LCARStrek-2.9~3 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=84abe3e37a3cc17e23400d9f19eecac3a8134d72;hp=-c Merge branch 'master' of linz:/srv/git/themes --- 84abe3e37a3cc17e23400d9f19eecac3a8134d72 diff --combined LCARStrek/browser/devtools/webconsole.css index 6d065376,7a5a2de2..e71ffa56 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@@ -59,7 -59,6 +59,7 @@@ color: #8050B0; margin-top: 0; margin-bottom: 0; + font: 12px "Liberation Mono", Consolas, "Courier New", monospace; } .hud-msg-node { @@@ -90,7 -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 { @@@ -133,6 -131,7 +133,6 @@@ color: inherit; } -.hud-output-node, .jsterm-input-node, .jsterm-complete-node { font: 12px "Liberation Mono", Consolas, "Courier New", monospace; @@@ -159,15 -158,22 +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 */ @@@ -255,18 -261,14 +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 */ @@@ -282,13 -284,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; } @@@ -320,7 -322,6 +323,6 @@@ } .hud-console-filter-toolbar { - padding: 1px 2px; -moz-box-align: center; } @@@ -334,3 -335,7 +336,7 @@@ width: 100%; background-color: black; } + + .hud-splitter { + border: 0; + }