X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;fp=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=84012a0537edbb4e4ee3070547edd5b2f1fb27bd;hp=dd6e64169e0f65f4a615ab581fb155058fd47666;hb=2b5a514788884f7527ad59c3381c75a71d4dbeea;hpb=b1db19fed8bd91ff36a19724e9c7dc7545f70f9e diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index dd6e6416..84012a05 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -199,10 +199,6 @@ a { -moz-user-focus: normal; } -.webconsole-filter-button[checked] { - /* color: white !important; */ -} - .webconsole-filter-button > .toolbarbutton-menubutton-button:before { content: ""; display: inline-block; @@ -495,53 +491,28 @@ a { } /* Replace these values with CSS variables as available */ -.theme-dark .jsterm-input-container { - background-color: #000000; /* tabToolbarBackgroundColor */ - border-color: #9C9CFF; /* mainBackgroundColor */ -} - -.theme-dark .jsterm-input-node { - color: #E7ADE7; /* textColor */ -} - -.theme-dark .jsterm-complete-node { - color: #A09090; /* commentColor */ -} - -.theme-dark .navigation-marker .url { - background: #000000; /* mainBackgroundColor */ -} - -.theme-dark .inlined-variables-view iframe { - border-color: #A09090; -} - -.theme-dark .stacktrace { - border-color: #A09090; -} - -.theme-light .jsterm-input-container { +.jsterm-input-container { background-color: #000000; /* tabToolbarBackgroundColor */ border-color: #9C9CFF; /* mainBackgroundColor */ } -.theme-light .jsterm-input-node { +.jsterm-input-node { color: #E7ADE7; /* textColor */ } -.theme-light .jsterm-complete-node { +.jsterm-complete-node { color: #A09090; /* commentColor */ } -.theme-light .navigation-marker .url { +.navigation-marker .url { background: #000000; /* mainBackgroundColor */ } -.theme-light .inlined-variables-view iframe { +.inlined-variables-view iframe { border-color: #A09090; } -.theme-dark .stacktrace { +.stacktrace { border-color: #A09090; } @@ -549,7 +520,7 @@ a { .message > .timestamp { display: none; } - .toolbarbutton-text { + .hud-console-filter-toolbar .webconsole-filter-button .toolbarbutton-text { display: none; } .hud-console-filter-toolbar .webconsole-filter-button { @@ -559,8 +530,8 @@ a { min-width: 25px; } .webconsole-filter-button > .toolbarbutton-menubutton-button:before { - width: 16px; - height: 16px; + width: 12px; + height: 12x; margin-left: 1px; } .toolbarbutton-menubutton-dropmarker {