X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=fe5a3acaf4b3ed17c8052df0470ae2ad09b26dcc;hp=db74540566db0e0975eacc285c505df0f2a5d0c9;hb=fe524e0c0e2035af794e8183b25693f847fb12ce;hpb=884ab557162de8c96be75129f6d0ee41c4d18c65 diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index db745405..fe5a3aca 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -6,23 +6,30 @@ window { padding: 0; } -.hud-outer-wrapper { - width: 100%; - height: 100%; +.webconsole-timestamp, +.webconsole-msg-body, +.jsterm-input-node, +.jsterm-complete-node { + font-family: "Liberation Mono", Consolas, "Courier New", monospace; } -.hud-console-wrapper { - width: 100%; - overflow: auto; +/* + * This hardcoded width likely due to a toolkit Windows specific bug. + * See http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7 + */ + +.hud-filter-box { + width: 200px; } +/* === webconsole.inc.css === */ + /* General output styles */ .webconsole-timestamp { color: #8050B0; margin-top: 0; margin-bottom: 0; - font-family: "Liberation Mono", Consolas, "Courier New", monospace; } .hud-msg-node { @@ -36,12 +43,6 @@ window { height: 8px; } -.hud-output-node div { - -moz-user-select: text; - white-space: pre-wrap; - -moz-user-focus: normal; -} - .hud-clickable { cursor: pointer; text-decoration: underline; @@ -91,20 +92,23 @@ window { text-align: end; } +.webconsole-mixed-content { + color: #FF0000; +} + +.webconsole-mixed-content-link { + color: #3333FF; + margin: 0; +} + .hud-msg-node[selected="true"] > .webconsole-timestamp, .hud-msg-node[selected="true"] > .webconsole-location { color: inherit; } -.jsterm-input-node, -.jsterm-complete-node { - font-family: "Liberation Mono", Consolas, "Courier New", monospace; -} - .hud-output-node { -moz-appearance: none; border-bottom: 1px solid #9C9CFF; - border-top: 1px solid #9C9CFF; margin: 0; } @@ -113,9 +117,20 @@ window { display: none; } +.hidden-message { + display: block; + visibility: hidden; + height: 0; + overflow: hidden; +} + /* WebConsole colored drops */ -.webconsole-filter-button[checked=true] { +.webconsole-filter-button { + -moz-user-focus: normal; +} + +.webconsole-filter-button[checked] { /* color: white !important; */ } @@ -212,15 +227,6 @@ window { -moz-image-region: rect(24px, 32px, 32px, 24px); } -webconsole-mixed-content { - color: #FF0000; -} - -.webconsole-mixed-content-link { - color: #9C9CFF; - margin: 0; -} - /* Input and output styles */ .webconsole-msg-input > .webconsole-msg-icon-container, .webconsole-msg-output > .webconsole-msg-icon-container { @@ -234,19 +240,7 @@ webconsole-mixed-content { .webconsole-msg-output { -moz-image-region: rect(24px, 48px, 32px, 40px); } -/* -.webconsole-close-button { - border: none; - 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 { - list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); -} -*/ /* JSTerm Styles */ .jsterm-input-node, @@ -256,7 +250,8 @@ webconsole-mixed-content { } .jsterm-input-node { - background: url("chrome://browser/skin/devtools/commandline.png") 4px 3px no-repeat; + background: -moz-image-rect(url("chrome://browser/skin/devtools/commandline-icon.png"), 0, 32, 16, 16) no-repeat; + background-position: 0%; } :-moz-any(.jsterm-input-node, @@ -268,13 +263,46 @@ webconsole-mixed-content { color: #8050B0; } -/* Filter */ +.webconsole-msg-inspector iframe { + height: 7em; + margin-bottom: 15px; + -moz-margin-end: 15px; + border-radius: 4px; +} -/* - * This hardcoded width likely due to a toolkit Windows specific bug. - * See http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7 - */ +#webconsole-sidebar > tabs { + height: 0; + border: none; +} -.hud-filter-box { - width: 200px; +/* Security styles */ + +.webconsole-msg-security > .webconsole-msg-icon-container { + -moz-border-start: solid #FF0000 6px; +} + +.webconsole-filter-button[category="security"] > .toolbarbutton-menubutton-button:before { + background-color: #FF0000; + border-color: #FFCF00; +} + +.webconsole-msg-security.webconsole-msg-error { + -moz-image-region: rect(32px, 16px, 40px, 8px); +} + +.webconsole-msg-security.webconsole-msg-warn { + -moz-image-region: rect(32px, 24px, 40px, 16px); +} + +.navigation-marker { + color: #000000; + background-color: #A09090; + -moz-margin-start: 3px; + -moz-margin-end: 6px; + font-size: 0.9em; +} + +.navigation-marker .url { + background-color: #000000; + -moz-padding-end: 6px; }