X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=0f80962d111c4c142f9412cada38b7bccc570d17;hb=fd291cce9a40ba32a84e24bbce049544740810b5;hp=4c4c3c33d654c4e5b752cbb93e8c7a140383ff97;hpb=b27cc46e639c7b6f88a224a7492701957379c32c;p=themes.git diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 4c4c3c33..0f80962d 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -6,13 +6,6 @@ window { padding: 0; } -.webconsole-timestamp, -.webconsole-msg-body, -.jsterm-input-node, -.jsterm-complete-node { - font-family: "Liberation Mono", Consolas, "Courier New", monospace; -} - /* * 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 @@ -54,7 +47,6 @@ window { -moz-margin-start: 3px; -moz-margin-end: 6px; white-space: pre-wrap; - font-family: "Liberation Mono", Consolas, "Courier New", monospace; } .webconsole-msg-body-piece { @@ -101,6 +93,11 @@ window { margin: 0; } +.webconsole-learn-more-link { + color: #9C9CFF; + margin: 0 0 0 4px; +} + .hud-msg-node[selected="true"] > .webconsole-timestamp, .hud-msg-node[selected="true"] > .webconsole-location { color: inherit; @@ -251,6 +248,7 @@ window { .jsterm-input-node { 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, @@ -292,3 +290,16 @@ window { .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; +}