X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=26827648129be5403d7da9771f1f26c867491403;hb=482e8162568640b70fca709ac53efa44c8ea6b04;hp=d3d775912ae362c0da84b849859efd5af6dfc03b;hpb=86d9f20ae79924670564d61613f483ff6714730b;p=themes.git diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index d3d77591..26827648 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -138,7 +138,7 @@ a { display: flex; } -.message-body { +.message-body > * { white-space: pre-wrap; word-wrap: break-word; } @@ -182,7 +182,7 @@ a { } #output-container.hideTimestamps > .message > .indent { - background-color: #000000; /* .theme-body */ + background-color: var(--theme-body-background); } .filtered-by-type, @@ -230,7 +230,7 @@ a { } .message:hover { - background-color: #404000; + background-color: var(--theme-contrast-background); } .message[severity=error] { @@ -238,7 +238,7 @@ a { } .console-string { - color: #FF9F00; + color: var(--theme-highlight-orange); } .message[severity=error] .console-string { @@ -515,20 +515,20 @@ a { /* Replace these values with CSS variables as available */ .jsterm-input-container { - background-color: #000000; /* tabToolbarBackgroundColor */ - border-color: #9C9CFF; /* mainBackgroundColor */ + background-color: var(--theme-toolbar-background); + border-color: var(--theme-splitter-color); } .jsterm-input-node { - color: #E7ADE7; /* textColor */ + color: var(--theme-highlight-pink); } .jsterm-complete-node { - color: #A09090; /* commentColor */ + color: var(--theme-comment); } .navigation-marker .url { - background: #000000; /* mainBackgroundColor */ + background: var(--theme-body-background); } .inlined-variables-view iframe { @@ -554,7 +554,7 @@ a { } .webconsole-filter-button > .toolbarbutton-menubutton-button:before { width: 12px; - height: 12x; + height: 12px; margin-left: 1px; } .toolbarbutton-menubutton-dropmarker {