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=a3f4d5560a818326bef40b9777070c61e7c9b252;hp=0de177484dd17abfa3df8b78d54c3ffc896a9a16;hb=e184b6619b56a4a97edc2b1f31c778bfebacf421;hpb=fd015ef8148dd444b75e741bd2df7b21493b6ac0 diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 0de17748..a3f4d556 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -301,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);