X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fnetmonitor.css;h=43803b52f25e117ba09fd352b8b5582889317723;hp=fe378ec64c552ea40abeeee1ea1e07a9d42a9c20;hb=9ff3770c42688104b98dc9f99e67148047d9bd6d;hpb=7d6161c5de5eb8284455c6ca486f0f51b51a1618 diff --git a/LCARStrek/devtools/netmonitor.css b/LCARStrek/devtools/netmonitor.css index fe378ec6..43803b52 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; @@ -173,7 +172,7 @@ window { width: calc(1em + 4px); height: calc(1em + 4px); margin: -4px 0px; - -moz-margin-end: 4px; + margin-inline-end: 4px; } .requests-menu-icon { @@ -187,7 +186,7 @@ window { .requests-security-state-icon { width: 16px; height: 16px; - -moz-margin-end: 4px; + margin-inline-end: 4px; cursor: pointer; } @@ -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; @@ -227,17 +244,17 @@ window { /* Network requests table: status codes */ .requests-menu-status-code { - -moz-margin-start: 3px !important; + margin-inline-start: 3px !important; width: 3em; - -moz-margin-end: -3em !important; + margin-inline-end: -3em !important; } .requests-menu-status-icon { background-color: #A09090; height: 10px; width: 10px; - -moz-margin-start: 5px; - -moz-margin-end: 5px; + margin-inline-start: 5px; + margin-inline-end: 5px; border-radius: 20px; border: 1px solid #000000; transition: background-color 0.5s ease-in-out; @@ -332,8 +349,8 @@ window { /* Network requests table: waterfall items */ .requests-menu-subitem.requests-menu-waterfall { - -moz-padding-start: 0px; - -moz-padding-end: 4px; + padding-inline-start: 0px; + padding-inline-end: 4px; /* Background created on a in js. */ /* @see devtools/client/netmonitor/netmonitor-view.js */ background-image: -moz-element(#waterfall-background); @@ -362,7 +379,7 @@ window { } .requests-menu-timings-total { - -moz-padding-start: 4px; + padding-inline-start: 4px; font-size: 85%; font-weight: 600; } @@ -454,14 +471,14 @@ window { } .tabpanel-summary-label { - -moz-padding-start: 4px; - -moz-padding-end: 3px; + padding-inline-start: 4px; + padding-inline-end: 3px; font-weight: 600; } .tabpanel-summary-value { color: inherit; - -moz-padding-start: 3px; + padding-inline-start: 3px; } /* Headers tabpanel */ @@ -477,12 +494,12 @@ window { #headers-summary-resend { margin-top: -10px; - -moz-margin-end: 6px; + margin-inline-end: 6px; } #toggle-raw-headers { margin-top: -10px; - -moz-margin-end: 6px; + margin-inline-end: 6px; } .raw-response-textarea { @@ -539,7 +556,7 @@ window { /* Security tabpanel */ .security-info-section { - -moz-padding-start: 1em; + padding-inline-start: 1em; } #security-tabpanel { @@ -549,7 +566,7 @@ window { .security-warning-icon { background-image: url("images/alerticon-warning.png"); background-size: 13px 12px; - -moz-margin-start: 5px; + margin-inline-start: 5px; vertical-align: top; width: 13px; height: 12px; @@ -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; } @@ -631,7 +647,7 @@ window { border-radius: 0; border-top: none; border-bottom: none; - -moz-border-start: none; + border-inline-start: none; } #network-statistics-view-splitter { @@ -649,13 +665,13 @@ window { } #network-statistics-charts .pie-chart-container { - -moz-margin-start: 3vw; - -moz-margin-end: 1vw; + margin-inline-start: 3vw; + margin-inline-end: 1vw; } #network-statistics-charts .table-chart-container { - -moz-margin-start: 1vw; - -moz-margin-end: 3vw; + margin-inline-start: 1vw; + margin-inline-end: 3vw; } .chart-colored-blob[name=html] {