X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fnetmonitor.css;h=5ee2b67fa6ab39b49d54e967d25a49e7232369e2;hp=fe378ec64c552ea40abeeee1ea1e07a9d42a9c20;hb=1e9e1791d430ae539727c01da67e7dbbf3adfa18;hpb=7d6161c5de5eb8284455c6ca486f0f51b51a1618 diff --git a/LCARStrek/devtools/netmonitor.css b/LCARStrek/devtools/netmonitor.css index fe378ec6..5ee2b67f 100644 --- a/LCARStrek/devtools/netmonitor.css +++ b/LCARStrek/devtools/netmonitor.css @@ -49,7 +49,6 @@ window { #requests-menu-reload-notice-button { min-height: 26px; margin: 0; - background-color: var(--theme-toolbar-background); } /* Network requests table */ @@ -74,8 +73,8 @@ window { .requests-menu-header-button { background-color: transparent; border-image: linear-gradient(transparent 15%, - var(--theme-splitter-color) 15%, - var(--theme-splitter-color) 85%, + var(--theme-toolbar-background) 15%, + var(--theme-toolbar-background) 85%, transparent 85%) 1 1; border-style: solid; border-width: 0; @@ -218,6 +217,24 @@ window { width: 8vw; } +.requests-menu-cause { + max-width: 8em; + width: 8vw; +} + +.requests-menu-cause-stack { + background-color: var(--theme-body-color-alt); + color: var(--theme-body-background); + font-size: 8px; + font-weight: bold; + line-height: 10px; + border-radius: 3px; + padding: 0 2px; + margin: 0; + margin-inline-end: 3px; + -moz-user-select: none; +} + .requests-menu-transferred { max-width: 8em; text-align: center; @@ -589,6 +606,8 @@ window { padding: 0 5px; margin: 2px; color: var(--theme-body-color);*/ + margin-top: 0; + margin-bottom: 0; } .requests-menu-filter-button:hover { @@ -602,13 +621,10 @@ window { /* Performance analysis buttons */ #requests-menu-network-summary-button { - background: none; box-shadow: none; border-color: transparent; - list-style-image: url("images/profiler-stopwatch.svg"); - -moz-padding-end: 0; + list-style-image: url("images/profiler-stopwatch-tbutton.svg"); cursor: pointer; - margin-inline-end: 1em; min-width: 0; }