X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=fe5a3acaf4b3ed17c8052df0470ae2ad09b26dcc;hp=4c4c3c33d654c4e5b752cbb93e8c7a140383ff97;hb=fe524e0c0e2035af794e8183b25693f847fb12ce;hpb=e7c8bab1697c2a99a9b8d4f2fec8faa947e38aaf diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 4c4c3c33..fe5a3aca 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -251,6 +251,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 +293,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; +}