X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fnetmonitor.css;h=00adc32c51db95da132d2f8ba29df2412b7b7657;hp=6b5146361c57a5e7158df4753495a90d802a28ed;hb=0bcd55874801a7433d9e74c9377f866abf9d3d1a;hpb=c1d2ce3eaa44d719906dbac174a64279a4094b47 diff --git a/LCARStrek/browser/devtools/netmonitor.css b/LCARStrek/browser/devtools/netmonitor.css index 6b514636..00adc32c 100644 --- a/LCARStrek/browser/devtools/netmonitor.css +++ b/LCARStrek/browser/devtools/netmonitor.css @@ -21,8 +21,7 @@ window { min-width: 30px; min-height: 28px; 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 { @@ -111,7 +110,7 @@ window { /* Network requests table: specific column dimensions */ .requests-menu-status-and-method { - width: 8em; + width: 12em; } .requests-menu-status { @@ -248,12 +247,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; } @@ -341,6 +340,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 +354,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 { @@ -500,8 +519,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 +665,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 === */