X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=e43e225a6a73a1ac19bea65d7e05329f2e65b6ee;hp=e72ef9727a13ae167294687ae80ea2dee85f1067;hb=65d49c6a7a74532cb85209013811e3a047689f85;hpb=8c6555e28fa244bc0231d8176d587cdd086983a8 diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index e72ef972..e43e225a 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -67,7 +67,7 @@ a { display: inline-block; } -@media (min-resolution: 2dppx) { +@media (min-resolution: 1.25dppx) { .message > .icon::before { background-image: url("chrome://browser/skin/devtools/webconsole@2x.png"); } @@ -138,7 +138,7 @@ a { display: flex; } -.message-body { +.message-body > * { white-space: pre-wrap; word-wrap: break-word; } @@ -199,6 +199,10 @@ a { /* WebConsole colored drops */ +.hud-console-filter-toolbar toolbarbutton > .toolbarbutton-text { + padding: 2px 2px 3px; +} + .webconsole-filter-button { -moz-user-focus: normal; } @@ -209,11 +213,16 @@ a { height: 8px; width: 8px; border-radius: 50%; - margin-left: 5px; + -moz-margin-start: 2px; + -moz-margin-end: 2px; border-width: 1px; border-style: solid; } +.webconsole-filter-button > .toolbarbutton-menubutton-button { + -moz-box-orient: horizontal; +} + .webconsole-filter-button menuitem { -moz-image-region: auto; } @@ -292,6 +301,17 @@ a { margin: 0 6px; } +.message[category=network] .xhr { + background-color: var(--theme-body-color-alt); + color: var(--theme-body-background); + border-radius: 3px; + font-weight: bold; + font-size: 10px; + padding: 2px; + line-height: 10px; + -moz-margin-end: 1ex; +} + /* CSS styles */ .webconsole-filter-button[category="css"] > .toolbarbutton-menubutton-button:before { background-image: linear-gradient(#7575BF, #4E4E7F); @@ -380,7 +400,7 @@ a { background-size: 16px 16px; } -@media (min-resolution: 2dppx) { +@media (min-resolution: 1.25dppx) { .jsterm-input-node { background-image: -moz-image-rect(url('chrome://browser/skin/devtools/commandline-icon@2x.png'), 0, 64, 32, 32); } @@ -394,6 +414,9 @@ a { .inlined-variables-view .message-body { display: flex; flex-direction: column; + resize: vertical; + overflow: auto; + min-height: 200px; } .inlined-variables-view iframe { @@ -569,6 +592,7 @@ a { .toolbarbutton-text { display: -moz-box; } + /* .devtools-toolbarbutton { margin-top: 3px; } @@ -576,6 +600,7 @@ a { .hud-console-filter-toolbar .devtools-toolbarbutton { margin-top: 5px; } + */ } /* === END webconsole.inc.css === */