X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole_networkpanel.css;h=4a8db600a64f3f390ccce914304858fe5b33aaaa;hp=b5fcb185142054dc9f8caea7f1fb8efc7f7e1dcb;hb=990cba4bc076ff111d30c89d55b9747aa806c1af;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/browser/devtools/webconsole_networkpanel.css b/LCARStrek/browser/devtools/webconsole_networkpanel.css index b5fcb185..4a8db600 100644 --- a/LCARStrek/browser/devtools/webconsole_networkpanel.css +++ b/LCARStrek/browser/devtools/webconsole_networkpanel.css @@ -80,3 +80,16 @@ img#responseImageNode { #responseImageNodeDiv { padding: 5px; } + +#responseBodyFetchLink, #requestBodyFetchLink { + padding: 5px; + margin: 0; + cursor: pointer; + font-weight: bold; + font-size: 1.1em; + text-decoration: underline; +} + +.longStringEllipsis { + margin-left: 0.6em; +}