X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=a3f4d5560a818326bef40b9777070c61e7c9b252;hp=26827648129be5403d7da9771f1f26c867491403;hb=e184b6619b56a4a97edc2b1f31c778bfebacf421;hpb=2075203285bc0276d14a434d056cf90131188d44 diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 26827648..a3f4d556 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -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); @@ -569,6 +589,7 @@ a { .toolbarbutton-text { display: -moz-box; } + /* .devtools-toolbarbutton { margin-top: 3px; } @@ -576,6 +597,7 @@ a { .hud-console-filter-toolbar .devtools-toolbarbutton { margin-top: 5px; } + */ } /* === END webconsole.inc.css === */