X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fnetmonitor.css;h=07b4b41520f459aa52a0c97333ad0a7f62a19364;hp=6b5146361c57a5e7158df4753495a90d802a28ed;hb=8922acc9f23be3328737c96320e3a52ffea789cb;hpb=c1d2ce3eaa44d719906dbac174a64279a4094b47 diff --git a/LCARStrek/browser/devtools/netmonitor.css b/LCARStrek/browser/devtools/netmonitor.css index 6b514636..07b4b415 100644 --- a/LCARStrek/browser/devtools/netmonitor.css +++ b/LCARStrek/browser/devtools/netmonitor.css @@ -17,18 +17,26 @@ window { color: #FF9F00; } +#notice-perf-message { + margin-top: 2px; +} + #requests-menu-perf-notice-button { min-width: 30px; - min-height: 28px; + min-height: 26px; margin: 0; - list-style-image: url("profiler-stopwatch.png"); - -moz-image-region: rect(0px,32px,16px,16px); + list-style-image: url("profiler-stopwatch.svg"); } #requests-menu-perf-notice-button .button-text { display: none; } +#requests-menu-reload-notice-button { + min-height: 26px; + margin: 0; +} + /* Network requests table */ #requests-menu-toolbar { @@ -111,7 +119,7 @@ window { /* Network requests table: specific column dimensions */ .requests-menu-status-and-method { - width: 8em; + width: 12em; } .requests-menu-status { @@ -248,12 +256,12 @@ box.requests-menu-status[code^="5"] { } .requests-menu-timings-division[division-scale=second] { - -moz-border-start-color: #E7ADE7 !important; /* Light orange highlight color */ + -moz-border-start-color: #FF9F00 !important; /* Light foreground text */ font-weight: 600; } .requests-menu-timings-division[division-scale=minute] { - -moz-border-start-color: #FF0000 !important; /* Red highlight color */ + -moz-border-start-color: #FF9F00 !important; /* Light foreground text */ font-weight: 600; } @@ -262,7 +270,10 @@ box.requests-menu-status[code^="5"] { .requests-menu-subitem.requests-menu-waterfall { -moz-padding-start: 0px; -moz-padding-end: 4px; - background-repeat: repeat-y; /* Background created on a in js. */ + /* Background created on a in js. */ + /* @see browser/devtools/netmonitor/netmonitor-view.js */ + background-image: -moz-element(#waterfall-background); + background-repeat: repeat-y; background-position: -1px center; } @@ -341,6 +352,11 @@ box.requests-menu-status[code^="5"] { -moz-image-region: rect(0px,16px,16px,0px); } +#details-pane-toggle > .toolbarbutton-icon { + width: 16px; + height: 16px; +} + #details-pane-toggle[pane-collapsed] { list-style-image: url("chrome://browser/skin/devtools/debugger-expand.png"); } @@ -350,6 +366,21 @@ box.requests-menu-status[code^="5"] { -moz-image-region: rect(0px,32px,16px,16px); } +@media (min-resolution: 2dppx) { + #details-pane-toggle { + list-style-image: url("chrome://browser/skin/devtools/debugger-collapse@2x.png"); + -moz-image-region: rect(0px,32px,32px,0px); + } + + #details-pane-toggle[pane-collapsed] { + list-style-image: url("chrome://browser/skin/devtools/debugger-expand@2x.png"); + } + + #details-pane-toggle:active { + -moz-image-region: rect(0px,64px,32px,32px); + } +} + /* Network request details tabpanels */ .tabpanel-content { @@ -389,6 +420,15 @@ box.requests-menu-status[code^="5"] { /* min-height: 20px;*/ } +#toggle-raw-headers { + margin-top: -10px; + -moz-margin-end: 6px; +} + +.raw-response-textarea { + height: 50vh; +} + /* Response tabpanel */ #response-content-info-header { @@ -500,8 +540,7 @@ box.requests-menu-status[code^="5"] { /* Performance analysis buttons */ #requests-menu-network-summary-button { - list-style-image: url("profiler-stopwatch.png"); - -moz-image-region: rect(0px,32px,16px,16px); + list-style-image: url("profiler-stopwatch.svg"); -moz-padding-end: 0; cursor: pointer; } @@ -647,20 +686,4 @@ box.requests-menu-status[code^="5"] { } } -@media (min-width: 701px) { - #network-table[type-overflows] .requests-menu-domain { - border-width: 0 !important; - box-shadow: none !important; - /* The "Type" header is not visible anymore, and thus the - right border and box-shadow of "Domain" column should be hidden. */ - } - - #network-table[domain-overflows] .requests-menu-icon-and-file { - border-width: 0 !important; - box-shadow: none !important; - /* The "Domain" header is not visible anymore, and thus the - right border and box-shadow of "File" column should be hidden. */ - } -} - /* === END netmonitor.inc.css === */