X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fnetmonitor.css;h=b162d5da91cd89097a76f9671d3c519a7c201d0f;hp=d4cd744d2c8342dcf11ff96e9983858a49f5e9d9;hb=d1e87ec111b877e6c9a5311d7998ba4da9c156f7;hpb=dccbbf95a71ca8f090dd41f6a9698eb33368c1a9 diff --git a/LCARStrek/browser/devtools/netmonitor.css b/LCARStrek/browser/devtools/netmonitor.css index d4cd744d..b162d5da 100644 --- a/LCARStrek/browser/devtools/netmonitor.css +++ b/LCARStrek/browser/devtools/netmonitor.css @@ -17,9 +17,13 @@ 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.svg"); } @@ -28,6 +32,11 @@ window { display: none; } +#requests-menu-reload-notice-button { + min-height: 26px; + margin: 0; +} + /* Network requests table */ #requests-menu-toolbar { @@ -261,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; } @@ -340,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"); } @@ -349,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 {