From 7d6161c5de5eb8284455c6ca486f0f51b51a1618 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Mon, 19 Sep 2016 02:00:40 +0200 Subject: [PATCH] third and last part of syncing LCARStrek with Firefox 45-48 devtools theme changes --- LCARStrek/browser/browser.css | 67 +-- LCARStrek/devtools/canvasdebugger.css | 88 ++-- LCARStrek/devtools/close.png | Bin 207 -> 0 bytes LCARStrek/devtools/close@2x.png | Bin 272 -> 0 bytes LCARStrek/devtools/components-frame.css | 61 +++ LCARStrek/devtools/components-h-split-box.css | 24 + LCARStrek/devtools/dark-theme.css | 8 +- LCARStrek/devtools/debugger.css | 424 ++++++++---------- .../devtools/dock-bottom-maximize@2x.png | Bin 319 -> 0 bytes .../devtools/dock-bottom-minimize@2x.png | Bin 328 -> 0 bytes LCARStrek/devtools/dock-bottom.png | Bin 180 -> 0 bytes LCARStrek/devtools/dock-bottom@2x.png | Bin 180 -> 0 bytes LCARStrek/devtools/dock-side.png | Bin 176 -> 0 bytes LCARStrek/devtools/dock-side@2x.png | Bin 178 -> 0 bytes LCARStrek/devtools/dom.css | 9 + LCARStrek/devtools/filters.svg | 24 - LCARStrek/devtools/firebug-theme.css | 2 + .../floating-scrollbars-dark-theme.css | 24 +- .../floating-scrollbars-responsive-design.css | 33 +- .../{ => images}/breadcrumbs-divider@2x.png | Bin LCARStrek/devtools/{ => images}/controls.png | Bin .../devtools/{ => images}/controls@2x.png | Bin .../devtools/images/debugger-blackbox.png | Bin 259 -> 223 bytes .../devtools/images/debugger-blackbox@2x.png | Bin 410 -> 321 bytes .../devtools/images/debugger-collapse.png | Bin 177 -> 0 bytes .../devtools/images/debugger-collapse@2x.png | Bin 193 -> 0 bytes LCARStrek/devtools/images/debugger-expand.png | Bin 177 -> 0 bytes .../devtools/images/debugger-expand@2x.png | Bin 193 -> 0 bytes .../devtools/images/debugger-prettyprint.png | Bin 259 -> 223 bytes .../images/debugger-prettyprint@2x.png | Bin 408 -> 312 bytes .../devtools/images/debugger-step-in.png | Bin 221 -> 174 bytes .../devtools/images/debugger-step-in@2x.png | Bin 267 -> 208 bytes .../devtools/images/debugger-step-out.png | Bin 238 -> 182 bytes .../devtools/images/debugger-step-out@2x.png | Bin 279 -> 219 bytes .../devtools/images/debugger-step-over.png | Bin 232 -> 178 bytes .../devtools/images/debugger-step-over@2x.png | Bin 297 -> 230 bytes LCARStrek/devtools/images/dock-bottom.svg | 6 + LCARStrek/devtools/images/dock-side.svg | 6 + LCARStrek/devtools/images/dock-undock.svg | 7 + .../filetypes/dir-close.svg} | 0 .../filetypes/dir-open.svg} | 0 .../filetypes/globe.svg} | 0 .../filetypes/store.svg} | 0 .../devtools/{ => images}/itemArrow-ltr.svg | 0 .../devtools/{ => images}/itemArrow-rtl.svg | 0 .../devtools/{ => images}/itemToggle.png | Bin .../devtools/{ => images}/itemToggle@2x.png | Bin .../{ => images}/search-clear-failed.svg | 0 .../devtools/{ => images}/search-clear.svg | 0 LCARStrek/devtools/images/tool-dom.svg | 6 + .../devtools/{ => images}/tracer-icon.png | Bin .../devtools/{ => images}/tracer-icon@2x.png | Bin LCARStrek/devtools/jit-optimizations.css | 138 ++++++ LCARStrek/devtools/netmonitor.css | 224 ++++----- .../devtools/projecteditor/projecteditor.css | 4 - LCARStrek/devtools/scratchpad.css | 26 +- LCARStrek/devtools/shadereditor.css | 22 +- LCARStrek/devtools/splitters.css | 4 - LCARStrek/devtools/splitview.css | 53 +-- LCARStrek/devtools/storage.css | 2 +- LCARStrek/devtools/styleeditor.css | 4 +- LCARStrek/devtools/toolbars.css | 183 +++++--- LCARStrek/devtools/undock.png | Bin 199 -> 0 bytes LCARStrek/devtools/undock@2x.png | Bin 207 -> 0 bytes LCARStrek/devtools/variables.css | 4 +- LCARStrek/devtools/webaudioeditor.css | 57 +-- LCARStrek/devtools/widgets.css | 331 ++++++-------- 67 files changed, 906 insertions(+), 935 deletions(-) delete mode 100644 LCARStrek/devtools/close.png delete mode 100644 LCARStrek/devtools/close@2x.png create mode 100644 LCARStrek/devtools/components-frame.css create mode 100644 LCARStrek/devtools/components-h-split-box.css delete mode 100644 LCARStrek/devtools/dock-bottom-maximize@2x.png delete mode 100644 LCARStrek/devtools/dock-bottom-minimize@2x.png delete mode 100644 LCARStrek/devtools/dock-bottom.png delete mode 100644 LCARStrek/devtools/dock-bottom@2x.png delete mode 100644 LCARStrek/devtools/dock-side.png delete mode 100644 LCARStrek/devtools/dock-side@2x.png create mode 100644 LCARStrek/devtools/dom.css delete mode 100644 LCARStrek/devtools/filters.svg create mode 100644 LCARStrek/devtools/firebug-theme.css rename LCARStrek/devtools/{ => images}/breadcrumbs-divider@2x.png (100%) rename LCARStrek/devtools/{ => images}/controls.png (100%) rename LCARStrek/devtools/{ => images}/controls@2x.png (100%) delete mode 100644 LCARStrek/devtools/images/debugger-collapse.png delete mode 100644 LCARStrek/devtools/images/debugger-collapse@2x.png delete mode 100644 LCARStrek/devtools/images/debugger-expand.png delete mode 100644 LCARStrek/devtools/images/debugger-expand@2x.png create mode 100644 LCARStrek/devtools/images/dock-bottom.svg create mode 100644 LCARStrek/devtools/images/dock-side.svg create mode 100644 LCARStrek/devtools/images/dock-undock.svg rename LCARStrek/devtools/{filetype-dir-close.svg => images/filetypes/dir-close.svg} (100%) rename LCARStrek/devtools/{filetype-dir-open.svg => images/filetypes/dir-open.svg} (100%) rename LCARStrek/devtools/{filetype-globe.svg => images/filetypes/globe.svg} (100%) rename LCARStrek/devtools/{filetype-store.svg => images/filetypes/store.svg} (100%) rename LCARStrek/devtools/{ => images}/itemArrow-ltr.svg (100%) rename LCARStrek/devtools/{ => images}/itemArrow-rtl.svg (100%) rename LCARStrek/devtools/{ => images}/itemToggle.png (100%) rename LCARStrek/devtools/{ => images}/itemToggle@2x.png (100%) rename LCARStrek/devtools/{ => images}/search-clear-failed.svg (100%) rename LCARStrek/devtools/{ => images}/search-clear.svg (100%) create mode 100644 LCARStrek/devtools/images/tool-dom.svg rename LCARStrek/devtools/{ => images}/tracer-icon.png (100%) rename LCARStrek/devtools/{ => images}/tracer-icon@2x.png (100%) create mode 100644 LCARStrek/devtools/jit-optimizations.css delete mode 100644 LCARStrek/devtools/undock.png delete mode 100644 LCARStrek/devtools/undock@2x.png diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 8c3d6969..ead75a20 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -4000,7 +4000,9 @@ html|*#fullscreen-exit-button { } #developer-toolbar > toolbarbutton { -/* margin: 0; +/* border: none; + background-color: transparent; + margin: 0; padding: 0 10px; width: 32px; */ } @@ -4013,8 +4015,7 @@ html|*#fullscreen-exit-button { display: none; } -.developer-toolbar-button > .toolbarbutton-icon, -#developer-toolbar-closebutton > .toolbarbutton-icon { +.developer-toolbar-button > .toolbarbutton-icon { width: 16px; height: 16px; } @@ -4047,37 +4048,6 @@ html|*#fullscreen-exit-button { } } -#developer-toolbar-closebutton { - list-style-image: url("chrome://devtools/skin/close.png"); - -moz-image-region: rect(0px, 16px, 16px, 0px); - min-width: 16px; - width: 16px; -} - -#developer-toolbar-closebutton > .toolbarbutton-icon { -} - -#developer-toolbar-closebutton > .toolbarbutton-text { - display: none; -} - -#developer-toolbar-closebutton:hover, -#developer-toolbar-closebutton:hover:active { - -moz-image-region: rect(0px, 32px, 16px, 16px); -} - -@media (min-resolution: 2dppx) { - #developer-toolbar-closebutton { - list-style-image: url("chrome://devtools/skin/close@2x.png"); - -moz-image-region: rect(0px, 32px, 32px, 0px); - } - - #developer-toolbar-closebutton:hover, - #developer-toolbar-closebutton:hover:active { - -moz-image-region: rect(0px, 64px, 32px, 32px); - } -} - /* GCLI */ html|*#gcli-tooltip-frame, @@ -4211,6 +4181,22 @@ html|*#gcli-output-frame { border-bottom-width: 0; } +.devtools-responsiveui-textinput { +/* -moz-appearance: none; + background: #333; + color: #fff; + border: 1px solid #111; + border-radius: 2px; + padding: 5px;*/ + width: 200px; + margin: 0; +} + +.devtools-responsiveui-textinput[attention] { +/* border-color: #38ace6; + background: rgba(56,172,230,0.4);*/ +} + .devtools-responsiveui-menulist, .devtools-responsiveui-toolbarbutton { -moz-box-align: center; @@ -4319,12 +4305,11 @@ html|*#gcli-output-frame { } .devtools-responsiveui-close { - list-style-image: url("chrome://devtools/skin/close.png"); - -moz-image-region: rect(0px,16px,16px,0px); + list-style-image: url("chrome://devtools/skin/close.svg"); } .devtools-responsiveui-close:hover { - -moz-image-region: rect(0px,32px,16px,16px); + filter: url(images/filters.svg#checked-icon-state); } .devtools-responsiveui-rotate { @@ -4337,14 +4322,6 @@ html|*#gcli-output-frame { } @media (min-resolution: 2dppx) { - .devtools-responsiveui-close { - list-style-image: url("chrome://devtools/skin/close@2x.png"); - } - - .devtools-responsiveui-close:hover { - -moz-image-region: rect(0px,64px,32px,32px); - } - .devtools-responsiveui-rotate { list-style-image: url("chrome://devtools/skin/responsiveui-rotate@2x.png"); } diff --git a/LCARStrek/devtools/canvasdebugger.css b/LCARStrek/devtools/canvasdebugger.css index b57b929f..a8163b0d 100644 --- a/LCARStrek/devtools/canvasdebugger.css +++ b/LCARStrek/devtools/canvasdebugger.css @@ -9,12 +9,18 @@ linear-gradient(45deg, rgba(128,128,128,0.2) 25%, transparent 25%, transparent 75%, rgba(128,128,128,0.2) 75%, rgba(128,128,128,0.2)); } +:root.theme-dark, +:root.theme-light, +:root.theme-firebug { + --draw-call-background: #403800; + --interesting-call-background: #272740; +} + /* Reload and waiting notices */ .notice-container { margin-top: -50vh; - background-color: var(--theme-toolbar-background); - color: var(--theme-body-color); + color: var(--theme-body-color-alt); } #empty-notice > button { @@ -34,14 +40,8 @@ /* Snapshots pane */ -#snapshots-pane > tabs { - -moz-border-end: 1px solid; -} - -#snapshots-pane .devtools-toolbar { - -moz-border-end: 1px solid; - - -moz-border-end-color: #9C9CFF; /* Match the splitter color. */ +#snapshots-pane { + border-inline-end: 1px solid var(--theme-splitter-color); } #record-snapshot { @@ -52,7 +52,7 @@ .snapshot-item-thumbnail { image-rendering: -moz-crisp-edges; - background-image: linear-gradient(45deg, #504848 25%, transparent 25%, transparent 75%, #504848 75%, #504848), linear-gradient(45deg, #504848 25%, transparent 25%, transparent 75%, #504848 75%, #504848); + background-image: var(--checkerboard-pattern); background-size: 12px 12px, 12px 12px; background-position: 0px 0px, 6px 6px; background-repeat: repeat, repeat; @@ -63,11 +63,11 @@ } .snapshot-item-thumbnail { - background-color: #000000; + background-color: var(--theme-body-background); } .snapshot-item-details { - -moz-padding-start: 6px; + padding-inline-start: 6px; } .snapshot-item-calls { @@ -75,11 +75,6 @@ font-size: 80%; } -.snapshot-item-calls, -.snapshot-item-save { - color: var(--theme-body-color); -} - .snapshot-item-save { padding-bottom: 2px; font-size: 90%; @@ -87,7 +82,7 @@ .snapshot-item-calls, .snapshot-item-save { - color: #A09090; /* Foreground (Text) - Grey */ + color: var(--theme-body-color-alt); } .snapshot-item-save { @@ -146,7 +141,7 @@ } #calls-slider { - -moz-padding-end: 24px; + padding-inline-end: 24px; } #calls-slider .scale-slider { @@ -166,14 +161,11 @@ background: transparent; } -#calls-list .side-menu-widget-item { - padding: 0; -} - /* Calls list items */ #calls-list .side-menu-widget-item { - border-color: #504848; + padding: 0; + border-color: var(--theme-splitter-color); border-bottom-color: transparent; } @@ -182,11 +174,11 @@ } .call-item-view[draw-call] { - background-color: #403800; + background-color: var(--draw-call-background); } .call-item-view[interesting-call] { - background-color: #272740; + background-color: var(--interesting-call-background); } .call-item-gutter { @@ -212,12 +204,6 @@ } } -.call-item-gutter { - background-color: var(--theme-contrastsidebar-background); - color: var(--theme-contrastsidebar-color); - border-color: var(--theme-contrastsidebar-bordercolor); -} - .call-item-index { text-align: end; } @@ -231,11 +217,12 @@ } .call-item-location { - -moz-padding-start: 2px; - -moz-padding-end: 6px; + padding-inline-start: 2px; + padding-inline-end: 6px; text-align: end; cursor: pointer; color: var(--theme-highlight-bluegrey); + border-color: var(--theme-splitter-color); } .call-item-location:hover { @@ -247,12 +234,8 @@ text-decoration: underline; } -.call-item-location { - border-color: #A09090; -} - .call-item-stack { - -moz-padding-start: calc(3em + 22px); + padding-inline-start: calc(var(--gutter-width) + var(--gutter-padding-start)); padding-bottom: 10px; } @@ -266,8 +249,8 @@ } .call-item-stack-fn-location { - -moz-padding-start: 2px; - -moz-padding-end: 6px; + padding-inline-start: 2px; + padding-inline-end: 6px; text-align: end; cursor: pointer; text-decoration: underline; @@ -293,16 +276,13 @@ /* Rendering preview */ #screenshot-container { - background-image: linear-gradient(45deg, #504848 25%, transparent 25%, transparent 75%, #504848 75%, #504848), linear-gradient(45deg, #504848 25%, transparent 25%, transparent 75%, #504848 75%, #504848); + background-color: var(--theme-body-background); + background-image: var(--checkerboard-pattern); background-size: 30px 30px, 30px 30px; background-position: 0px 0px, 15px 15px; background-repeat: repeat, repeat; } -#screenshot-container { - background-color: #000000; -} - @media (min-width: 701px) { #screenshot-container { width: 30vw; @@ -343,17 +323,18 @@ /* Snapshot filmstrip */ #snapshot-filmstrip { + border-top: 1px solid var(--theme-splitter-color); overflow: hidden; } #snapshot-filmstrip { - border-top: 1px solid #000; color: var(--theme-body-color); } .filmstrip-thumbnail { image-rendering: -moz-crisp-edges; - background-image: linear-gradient(45deg, #504848 25%, transparent 25%, transparent 75%, #504848 75%, #504848), linear-gradient(45deg, #504848 25%, transparent 25%, transparent 75%, #504848 75%, #504848); + background-color: var(--theme-body-background); + background-image: var(--checkerboard-pattern); background-size: 12px 12px, 12px 12px; background-position: 0px -1px, 6px 5px; background-repeat: repeat, repeat; @@ -361,6 +342,7 @@ cursor: pointer; padding-top: 1px; padding-bottom: 1px; + border-inline-end: 1px solid var(--theme-splitter-color); transition: opacity 0.1s ease-in-out; } @@ -368,14 +350,6 @@ transform: scaleY(-1); } -.filmstrip-thumbnail { - background-color: #000000; -} - -.filmstrip-thumbnail { - -moz-border-end: 1px solid var(--theme--contrastsidebar-bordercolor) -} - #snapshot-filmstrip > .filmstrip-thumbnail:hover, #snapshot-filmstrip:not(:hover) > .filmstrip-thumbnail[highlighted] { border: 1px solid var(--theme-highlight-blue); diff --git a/LCARStrek/devtools/close.png b/LCARStrek/devtools/close.png deleted file mode 100644 index ee01b117f450b8e0b90d2f8ad8e6dd2e0c702bb7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et#0(_4@}`~wQk(%kA+8Jz>Hp6IISfvp{d0j7 zV@Z%-FoVOh8)+a;lDE4HLkFv@2av;A;1OBOz`!jG!i)^F=12eq*-JcqUD@w)NsDqw zHFVXt1BL88T^vI=t|uoPV3v`Pl#rSsAtAvWAv;5?z|_E?rNhWz%>^c}&Nc&sjI|6# s5zG=2JH!->9|Rd3<#=nrT*%B2{F?jg+-Y)bK%*EuUHx3vIVCg!0D~PdH2?qr diff --git a/LCARStrek/devtools/close@2x.png b/LCARStrek/devtools/close@2x.png deleted file mode 100644 index 89423836b70a3abb04e27f174d4ef47702cf7e8a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH#0(_wf1V}|q&Ne7LR^nAEckyO$YE%hGG!Hz zVk`;r3ubV5b|VeMN%D4gVd!9$^#F1>3p^r=85p>QL70(Y)*K0-AbW|YuPggKRwiK! z)0?hezXF9CJY5_^G|umxu#xwG0uPJ*#EeUuS%OnqL@MU@ICa*Y`r#|Syl=L+dQAee z{Z&?xrwn{guQgUN{bsrKc7a4f-D`ydf)DP9?fA}6SM*F*=A6pLINy^uCDw;*UYGNP zC%}ix(@C*YWRgy+caCaj{)DJWCbqx-Mf|Fg((9csHYMzbyKTWf^FWEn2{(amVeoYI Kb6Mw<&;$T1^;)C= diff --git a/LCARStrek/devtools/components-frame.css b/LCARStrek/devtools/components-frame.css new file mode 100644 index 00000000..e4bc9f46 --- /dev/null +++ b/LCARStrek/devtools/components-frame.css @@ -0,0 +1,61 @@ +/* vim:set ts=2 sw=2 sts=2 et: */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. */ + +/** + * Frame Component + * Styles for React component at `devtools/client/shared/components/frame.js` + */ + +.frame-link { + margin-left: 7px; + display: flex; +} + +.frame-link .frame-link-source { + display: flex; +} +.frame-link a.frame-link-source { + cursor: pointer; + text-decoration: none; +} +.frame-link a.frame-link-source:hover { + text-decoration: underline; +} + +.frame-link .frame-link-filename { + color: var(--theme-highlight-blue); + text-overflow: ellipsis; + overflow: hidden; + flex: 1; + text-align: right; + /* overrides styling some tools have with anchors */ + text-decoration: none; + font-style: normal; +} + +.frame-link .frame-link-host { + margin-inline-start: 5px; + font-size: 90%; + color: var(--theme-content-color2); +} + +.frame-link .frame-link-function-display-name { + margin-inline-end: 5px; +} + +.frame-link .frame-link-column, +.frame-link .frame-link-line, +.frame-link .frame-link-colon { + color: var(--theme-highlight-orange); + display: block; +} + +.focused .frame-link .frame-link-filename, +.focused .frame-link .frame-link-column, +.focused .frame-link .frame-link-line, +.focused .frame-link .frame-link-host, +.focused .frame-link .frame-link-colon { + color: var(--theme-selection-color); +} diff --git a/LCARStrek/devtools/components-h-split-box.css b/LCARStrek/devtools/components-h-split-box.css new file mode 100644 index 00000000..270b007c --- /dev/null +++ b/LCARStrek/devtools/components-h-split-box.css @@ -0,0 +1,24 @@ +/* vim:set ts=2 sw=2 sts=2 et: */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. */ + +/** + * HSplitBox Component + * Styles for React component at `devtools/client/shared/components/h-split-box.js` + */ + +.h-split-box, +.h-split-box-pane { + overflow: auto; + margin: 0; + padding: 0; + width: 100%; + height: 100%; +} + +.h-split-box { + display: flex; + flex-direction: row; + flex: 1; +} diff --git a/LCARStrek/devtools/dark-theme.css b/LCARStrek/devtools/dark-theme.css index f016464e..bec69719 100644 --- a/LCARStrek/devtools/dark-theme.css +++ b/LCARStrek/devtools/dark-theme.css @@ -68,13 +68,13 @@ body, html { } .theme-gutter { - background-color: #000000; + background-color: var(--theme-tab-toolbar-background); color: var(--theme-content-color3); - border-color: #9C9CFF; + border-color: var(--theme-splitter-color); } -.theme-separator { /* original: grey */ - border-color: #8050B0; +.theme-separator { + border-color: var(--theme-splitter-color); } .theme-fg-color1, diff --git a/LCARStrek/devtools/debugger.css b/LCARStrek/devtools/debugger.css index 71220ad6..e203a878 100644 --- a/LCARStrek/devtools/debugger.css +++ b/LCARStrek/devtools/debugger.css @@ -1,3 +1,4 @@ +/* vim:set ts=2 sw=2 sts=2 et: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @@ -6,8 +7,6 @@ window { padding: 0; } -/* === BEGIN debugger.inc.css === */ - /* Sources and breakpoints pane */ #sources-pane[selectedIndex="0"] + #sources-and-editor-splitter { @@ -15,9 +14,55 @@ window { } #sources-pane > tabs { +/* -moz-border-end: 1px solid;*/ +} + +#sources-pane .devtools-toolbar { + border: none; /* Remove the devtools-toolbar bottom border. */ +/* -moz-border-end: 1px solid;*/ +} + +#sources-pane > tabs, +#sources-pane .devtools-toolbar { -moz-border-end-color: var(--theme-splitter-color); } +/* Sources and breakpoints list */ + +.dbg-source-item { + padding: 2px 0px; +} + +.dbg-wasm-item .icon { + display: block; + background-image: url(chrome://devtools/skin/images/webconsole.svg); + background-repeat: no-repeat; + background-size: 72px 60px; + /* show warning icon */ + background-position: -24px -24px; + width: 10px; + height: 10px; + position: absolute; + margin-inline-start: -15px; + margin-top: 3px; +} + +.dbg-breakpoint-line { + font-weight: 600; +} + +.dbg-breakpoint-text { + -moz-padding-start: 6px; + font-style: italic; + font-size: 90%; +} + +.dbg-breakpoint-checkbox { + width: 16px; + height: 16px; + margin: 2px; +} + .dbg-breakpoint-condition-thrown-message { display: none; color: var(--theme-highlight-red); @@ -32,7 +77,7 @@ window { #sources-toolbar > .devtools-toolbarbutton, #sources-controls > .devtools-toolbarbutton { - min-width: 32px; + min-width: 16px; } #sources-toolbar .devtools-toolbarbutton:not([label]) { @@ -74,6 +119,11 @@ window { -moz-image-region: rect(0,16px,16px,0) !important; } +#toggle-breakpoints[checked] > image { + /* This button has a special checked image, don't make it blue */ + filter: none; +} + #toggle-promise-debugger { /* TODO Bug 1186119: Add a toggle promise debugger image */ } @@ -90,24 +140,14 @@ window { display: none; } -#sources .black-boxed + .side-menu-widget-item-arrow:-moz-locale-dir(ltr) { - background-image: none; -/* box-shadow: inset -1px 0 0 #222426; */ -} - -#sources .black-boxed + .side-menu-widget-item-arrow:-moz-locale-dir(rtl) { - background-image: none; -/* box-shadow: inset 1px 0 0 #222426; */ -} - /* Debugger unblackbox button */ #black-boxed-message-button > .button-box > .button-icon { width: 16px; height: 16px; background-image: url("images/debugger-blackbox.png"); - background-position: -16px -16px; - background-size: 32px 32px; + background-position: 0 0; + background-size: 32px 16px; background-repeat: no-repeat; -moz-margin-end: 5px; } @@ -145,87 +185,8 @@ window { padding: .25em; } -/* Tracer */ - -#trace { - list-style-image: url("tracer-icon.png"); - -moz-image-region: rect(0px,16px,16px,0px); -} - -#trace:hover { - -moz-image-region: rect(0px,32px,16px,16px); -} - -@media (min-resolution: 1.1dppx) { - #trace { - list-style-image: url(tracer-icon@2x.png); - -moz-image-region: rect(0px,32px,32px,0px); - } - - #trace:hover, - #trace[checked] { - -moz-image-region: rect(0px,64px,32px,32px); - } -} - -#clear-tracer { - /* Make this button as narrow as the text inside it. */ - min-width: 1px; -} - -.trace-name { - -moz-padding-start: 4px !important; -} - -/* Tracer dark+light theme */ - -.trace-item { - color: var(--theme-content-color1); -} - -.trace-item.black-boxed { - color: #A09090; -} - -.trace-item.selected-matching { - background-color: #004242; /* Select highlight blue at 40% alpha */ -} - -.selected > .trace-item { - background-color: #004242; /* Select highlight blue at 75% alpha */ -} - -.trace-call { - color: var(--theme-highlight-blue); -} - -.trace-return, -.trace-yield { - color: var(--theme-highlight-green); -} - -.trace-throw { - color: var(--theme-highlight-red); -} - -.trace-param { - color: var(--theme-highlight-pink); -} - -.trace-syntax { - color: var(--theme-content-color2); -} - /* Breadcrumbs stack frames view */ -.breadcrumbs-widget-item { - max-width: none; -} - -#stackframes { - min-height: 25px; -} - .dbg-stackframe-details { -moz-padding-start: 4px; } @@ -234,12 +195,10 @@ window { .dbg-classic-stackframe { display: block; - padding: 0 4px; } .dbg-classic-stackframe-title { font-weight: 600; - color: #9C9CFF; } .dbg-classic-stackframe-details:-moz-locale-dir(ltr) { @@ -253,7 +212,10 @@ window { .dbg-classic-stackframe-details-url { max-width: 90%; text-align: end; - color: var(--theme-text-blue); +} + +.dbg-classic-stackframe-details-url { + color: var(--theme-content-color1); } .dbg-classic-stackframe-details-sep { @@ -261,68 +223,72 @@ window { } .dbg-classic-stackframe-details-line { - color: var(--theme-highlight-blue); + color: var(--theme-highlight-bluegrey); } -#callstack-list .side-menu-widget-item.selected label { - color: #FFCF00; +#callstack-list .selected label { + /* Text inside a selected item should not be custom colored. */ + color: inherit !important; } -/* Sources and breakpoints view */ +/* Tracer */ -.dbg-breakpoint { - -moz-margin-start: 4px; +#trace { + list-style-image: url("images/tracer-icon.png"); } -.dbg-breakpoint-line { - font-weight: 600; +@media (min-resolution: 1.1dppx) { + #trace { + list-style-image: url("images/tracer-icon@2x.png"); + } } -.dbg-breakpoint-text { - -moz-margin-start: 10px !important; - font-style: italic; - font-size: 90%; +#clear-tracer { + /* Make this button as narrow as the text inside it. */ + min-width: 1px; } -.dbg-breakpoint-checkbox { - width: 16px; - height: 16px; - margin: 2px; +.trace-name { + -moz-padding-start: 4px; } -/* Variable bubble view */ +/* Tracer dark+light theme */ -.devtools-tooltip-simple-text.token-undefined, -.devtools-tooltip-simple-text.token-null { - text-align: center; - color: #A09090 !important; /* Override the theme's color. */ +.trace-item { + color: var(--theme-content-color1); } -.devtools-tooltip-simple-text.token-boolean { - text-align: center; - color: #9C9CFF !important; +.trace-item.black-boxed { + color: #A09090; } -.devtools-tooltip-simple-text.token-number { - text-align: center; - color: #E7ADE7 !important; +.trace-item.selected-matching { + background-color: #004242; /* Select highlight blue at 40% alpha */ } -.devtools-tooltip-simple-text.token-string { - text-align: start; - color: #008484 !important; +.selected > .trace-item { + background-color: #004242; /* Select highlight blue at 75% alpha */ } -.devtools-tooltip-simple-text.token-other { - text-align: center; - color: #FF9F00 !important; +.trace-call { + color: var(--theme-highlight-blue); } -/* Instruments pane (watch expressions, variables, event listeners...) */ +.trace-return, +.trace-yield { + color: var(--theme-highlight-green); +} -#instruments-pane .side-menu-widget-container, -#instruments-pane .side-menu-widget-empty-text { -/* box-shadow: none !important; */ +.trace-throw { + color: var(--theme-highlight-red); +} + +.trace-param { + color: var(--theme-highlight-pink); +} + +.trace-syntax { + color: var(--theme-content-color2); } /* Watch expressions view */ @@ -366,14 +332,14 @@ window { /* Event listeners view */ -.dbg-event-listener { - padding: 0 8px; -} - .dbg-event-listener-type { font-weight: 600; } +.dbg-event-listener-location { + color: var(--theme-highlight-pink); +} + .dbg-event-listener-separator { color: var(--theme-body-color-alt); } @@ -382,12 +348,10 @@ window { color: var(--theme-highlight-blue); } -.dbg-event-listener-location { - color: var(--theme-highlight-pink); -} - -#event-listeners .side-menu-widget-item.selected { - background: none !important; +#event-listeners .selected { + /* Selected items shouldn't be displayed differently. */ + background: none; + color: var(--theme-content-color1); } /* Searchbox and the search operations help panel */ @@ -422,19 +386,17 @@ window { /* Searchbox results panel */ -.results-panel { - padding: 4px; +#results-panel { + border: none; } .results-panel-item { - border: 1px solid #A09090; - border-top-color: #8050B0; - padding: 5px; - cursor: pointer; + padding: 6px 8px; + border-top: 1px solid #A09090; } .results-panel-item:first-of-type { - border-top-color: #9C9CFF; + border-top: none; border-radius: 4px 4px 0 0; } @@ -446,36 +408,40 @@ window { border-radius: 4px; } -.results-panel-item:not(.selected):not(:hover) { -/* text-shadow: 0 1px #fff;*/ +.results-panel-item-label { + font-weight: 600; } .results-panel-item-label-before { - -moz-margin-end: 5px !important; - color: var(--theme-content-color2); - cursor: inherit; + -moz-padding-end: 6px; } .results-panel-item-label { color: var(--theme-highlight-blue); - font-weight: 600; - cursor: inherit; +} + +.results-panel-item-label-before { + color: var(--theme-content-color2); } .results-panel-item-label-below { color: var(--theme-content-color3); - cursor: inherit; +} + +#results-panel .selected label { + /* Text inside a selected item should not be custom colored. */ + color: inherit !important; } /* Sources search view */ #globalsearch { min-height: 10px; - max-height: 125px; + max-height: 50vh; } #globalsearch + .devtools-horizontal-splitter { - -moz-border-top-colors: #9C9CFF; + -moz-border-top-colors: var(--theme-splitter-color); } .dbg-source-results { @@ -484,7 +450,7 @@ window { } .dbg-source-results:not(.selected):hover { - background-color: #000000; /* Sidebar background */ + background-color: var(--theme-sidebar-background); } .dbg-results-header { @@ -497,36 +463,27 @@ window { .dbg-results-header-match-count { -moz-padding-start: 6px; - color: var(--theme-content-disabled); + color: var(--theme-body-color-inactive); } .dbg-results-line-number { - background-color: var(--theme-toolbar-background); - min-width: 40px; + min-width: 3em; -moz-border-end: 1px solid #9C9CFF; -moz-padding-end: 4px; - padding-top: 2px; text-align: end; - color: var(--theme-body-color); } .dbg-results-line-contents { -moz-padding-start: 4px; - padding-top: 1px; - padding-bottom: 1px; -} - -.dbg-results-line-contents-string { - padding: 1px; -/* color: var(--theme-body-color-alt);*/ } .dbg-results-line-contents-string[match=true] { background: #E7ADE7; color: var(--theme-selection-color); - padding: 0; border: 1px solid #9C9CFF; border-radius: 4px; + margin-top: -1px !important; + margin-bottom: -1px !important; cursor: pointer; } @@ -539,46 +496,59 @@ window { transform: scale(1.75, 1.75); } -/* Toolbar controls */ +.dbg-source-results:not(.selected):hover { + background-color: var(--theme-sidebar-background); +} -#toggle-panes { - list-style-image: url("chrome://devtools/skin/images/debugger-expand.png"); - -moz-image-region: rect(0px, 16px, 16px, 0px); +.dbg-results-header { + background-color: var(--theme-tab-toolbar-background); } -#toggle-panes:not([panesHidden]) { - list-style-image: url("chrome://devtools/skin/images/debugger-collapse.png"); +.dbg-results-header { + color: var(--theme-content-color1); } -#toggle-panes:hover, -#toggle-panes:hover:active { - -moz-image-region: rect(0px, 32px, 16px, 16px); +.dbg-search-result:hover { + background-color: #004242; /* Select highlight blue at 40% alpha */ } -#resume { - list-style-image: url("chrome://devtools/skin/images/debugger-pause.png"); - -moz-image-region: rect(0px, 16px, 16px, 0px); +.dbg-results-header-match-count { + color: var(--theme-content-color3); +} + +.dbg-results-line-number { + background-color: var(--theme-tab-toolbar-background); + color: var(--theme-body-color-alt); } -#resume:hover { - -moz-image-region: rect(0px, 32px, 16px, 16px); +.dbg-results-line-contents-string { + color: var(--theme-body-color-alt); } -#resume[checked=true] { - list-style-image: url("chrome://devtools/skin/images/debugger-play.png"); +.theme-dark .dbg-results-line-contents-string[match=true] { + color: var(--theme-selection-color); +} + +.theme-light .dbg-results-line-contents-string[match=true] { + color: var(--theme-body-color); +} + +/* Toolbar controls */ + +#resume { + list-style-image: url(images/debugger-pause.png); +} + +#resume[checked] { + list-style-image: url(images/debugger-play.png); } @media (min-resolution: 1.1dppx) { #resume { list-style-image: url(images/debugger-pause@2x.png); - -moz-image-region: rect(0px, 32px, 32px, 0px); - } - - #resume:hover { - -moz-image-region: rect(0px, 64px, 32px, 32px); } - #resume[checked=true] { + #resume[checked] { list-style-image: url(images/debugger-play@2x.png); } } @@ -588,74 +558,37 @@ window { } #step-over { - list-style-image: url("chrome://devtools/skin/images/debugger-step-over.png"); - -moz-image-region: rect(0px, 16px, 16px, 0px); -} -#step-over:hover { - -moz-image-region: rect(0px, 32px, 16px, 16px); + list-style-image: url(images/debugger-step-over.png); } #step-in { - list-style-image: url("chrome://devtools/skin/images/debugger-step-in.png"); - -moz-image-region: rect(0px, 16px, 16px, 0px); -} -#step-in:hover { - -moz-image-region: rect(0px, 32px, 16px, 16px); + list-style-image: url(images/debugger-step-in.png); } #step-out { - list-style-image: url("chrome://devtools/skin/images/debugger-step-out.png"); - -moz-image-region: rect(0px, 16px, 16px, 0px); -} -#step-out:hover { - -moz-image-region: rect(0px, 32px, 16px, 16px); + list-style-image: url(images/debugger-step-out.png); } @media (min-resolution: 1.1dppx) { #step-over { list-style-image: url(images/debugger-step-over@2x.png); - -moz-image-region: rect(0px, 32px, 32px, 0); - } - - #step-over:hover { - -moz-image-region: rect(0px, 64px, 32px, 32px); } #step-in { list-style-image: url(images/debugger-step-in@2x.png); - -moz-image-region: rect(0px, 32px, 32px, 0); - } - - #step-in:hover { - -moz-image-region: rect(0px, 64px, 32px, 32px); } #step-out { list-style-image: url(images/debugger-step-out@2x.png); - -moz-image-region: rect(0px, 32px, 32px, 0); - } - - #step-out:hover { - -moz-image-region: rect(0px, 64px, 32px, 32px); } } #instruments-pane-toggle { - list-style-image: url("chrome://devtools/skin/images/debugger-collapse.png"); + list-style-image: var(--theme-pane-collapse-image); } #instruments-pane-toggle[pane-collapsed] { - list-style-image: url("chrome://devtools/skin/images/debugger-expand.png"); -} - -@media (min-resolution: 1.1dppx) { - #instruments-pane-toggle { - list-style-image: url(images/debugger-collapse@2x.png); - } - - #instruments-pane-toggle[pane-collapsed] { - list-style-image: url(images/debugger-expand@2x.png); - } + list-style-image: var(--theme-pane-expand-image); } /* Horizontal vs. vertical layout */ @@ -665,15 +598,15 @@ window { max-height: 80vh; } +#body[layout=vertical] #sources-pane > tabs { + -moz-border-end: none; +} + #body[layout=vertical] #instruments-pane { margin: 0 !important; /* To prevent all the margin hacks to hide the sidebar. */ } -#body[layout=vertical] #sources-pane > tabs { - -moz-border-end: none; -} - #body[layout=vertical] .side-menu-widget-container, #body[layout=vertical] .side-menu-widget-empty-text { box-shadow: none !important; @@ -683,4 +616,7 @@ window { background-image: none !important; } -/* === END debugger.inc.css === */ +#body[layout=vertical] .side-menu-widget-group, +#body[layout=vertical] .side-menu-widget-item { + -moz-margin-end: 0; +} diff --git a/LCARStrek/devtools/dock-bottom-maximize@2x.png b/LCARStrek/devtools/dock-bottom-maximize@2x.png deleted file mode 100644 index 350dc53dc3896715cd1b7633f33b86ab85e9e3b4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH!3HE3&8=$zQfx`y?k)`fL2$v|<&%LToCO|{ z#S9GG!XV7ZFl&wkP>{XE)7O>#K8L8VDqp4o$A6&E8BZ6-kc@k8rw4K!RuFKJ&A;+n zUdjE|zbzM>d>_5p;WU%IF(Kp=Tj@sAep5bAgJ~o1ND-e`-~Hut+FCu>_Z^7b#3^!dL0 z^n+!)8K&HxrPn;$>A<3WJ8$1#wNZHc{?O!J!($T3|7NStI8h{XE)7O>#K8L8Vs=lhH#6qCZRZkbkkc@k8XT_9_Kl5gZiTiDrAIrEy<+TB`O+oL6IE&s5p3gXH6!{NCPmp>l#Q%jW zW$wrH+(yY?5zCo;vJ4Ly{@~^?)Y|x&>A?3R56-o?RjlVUsL^5zf57}<8mD5#F@@v_ zh8_AMod><=9}cQxukf{C$e+n@o?rjRgY5ZxC93PEnH-;Yyk+)h&8|iNqUB{$+V~Sb Sh5QG4kipZ{&t;ucLK6T`Cwc?` diff --git a/LCARStrek/devtools/dock-bottom.png b/LCARStrek/devtools/dock-bottom.png deleted file mode 100644 index a127dc0978fecabc8ff156bc17c576b977d012b7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et#0(_4@}`~wQk(%kA+A9B|9K$6!1KtK4M;JT z1o;IsI6S+N2I3@nySp%Su*!M>Ih+L^k;M!Q+(IDCcbP0l+XkK5fd!q diff --git a/LCARStrek/devtools/dock-bottom@2x.png b/LCARStrek/devtools/dock-bottom@2x.png deleted file mode 100644 index 4d04d91bd9dce7b71d0919533c58b43f4c4f9654..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH#0(_wf1V}|q&Ne7LR=#l6#kzFau~R-KK}xw z7)yfuf*Bm1-ADs*lDyqr7&=&GJ%Aj}0*}aI1_o{+5N5n|x9$&6kiEpy*OmPqE0YK- z=gi*gomdKI;Vst06@Yk!TIh+L^k;M!Q+(IDCcbP0l+XkKskSQC diff --git a/LCARStrek/devtools/dock-side@2x.png b/LCARStrek/devtools/dock-side@2x.png deleted file mode 100644 index f1c5c86f9c4cd6b2e835379fe516dbfdc485cb46..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH#0(_wf1V}|q&Ne7LR>F0F#JCc~bp9zYIffk$L90|U1Z2s2)~TlWVj$X?><>&kwQl}UtE zvc>ASE>K9x)5S4F<9u?$0)7rwX12D_1czk|5j+|UV$zS8LOA%V7#O$~$1jw8o>UK1 O&EV_9-X; diff --git a/LCARStrek/devtools/dom.css b/LCARStrek/devtools/dom.css new file mode 100644 index 00000000..53eb8bb2 --- /dev/null +++ b/LCARStrek/devtools/dom.css @@ -0,0 +1,9 @@ +/* vim:set ts=2 sw=2 sts=2 et: */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +:root.theme-dark { +} +:root.theme-light { +} diff --git a/LCARStrek/devtools/filters.svg b/LCARStrek/devtools/filters.svg deleted file mode 100644 index c95aa301..00000000 --- a/LCARStrek/devtools/filters.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/LCARStrek/devtools/firebug-theme.css b/LCARStrek/devtools/firebug-theme.css new file mode 100644 index 00000000..41569dc7 --- /dev/null +++ b/LCARStrek/devtools/firebug-theme.css @@ -0,0 +1,2 @@ +/* In LCARStrek, we do not support dark and light devtools themes, it's all one. */ +@import url("dark-theme.css"); diff --git a/LCARStrek/devtools/floating-scrollbars-dark-theme.css b/LCARStrek/devtools/floating-scrollbars-dark-theme.css index 42d13c0d..a5de5859 100644 --- a/LCARStrek/devtools/floating-scrollbars-dark-theme.css +++ b/LCARStrek/devtools/floating-scrollbars-dark-theme.css @@ -8,32 +8,28 @@ xul|scrollbar { padding: 2px; } +:root[platform="mac"] xul|scrollbar { + border: none; +} + /* Scrollbar code will reset the margin to the correct side depending on where layout actually puts the scrollbar */ xul|scrollbar[orient="vertical"] { margin-left: -10px; - min-width: 3px; - max-width: 3px; + min-width: 10px; + max-width: 10px; } xul|scrollbar[orient="horizontal"] { margin-top: -10px; - min-height: 3px; - max-height: 3px; -} - -xul|scrollbar xul|slider { -/* background-color: transparent; */ - border-radius: 3px; -} - -xul|scrollbar:not(:hover) xul|slider { - background-color: rgba(64, 64, 72, 0.3); + min-height: 10px; + max-height: 10px; } xul|scrollbar xul|thumb { +/* background-color: rgba(170, 170, 170, .2) !important; / --toolbar-tab-hover, in LCARStrek only in non-hover rule */ +/* -moz-appearance: none !important;*/ border-width: 0px !important; -/* background-color: rgba(0,0,0,0.2) !important; */ background-image: none; border-radius: 3px !important; } diff --git a/LCARStrek/devtools/floating-scrollbars-responsive-design.css b/LCARStrek/devtools/floating-scrollbars-responsive-design.css index 280c515f..d9be4419 100644 --- a/LCARStrek/devtools/floating-scrollbars-responsive-design.css +++ b/LCARStrek/devtools/floating-scrollbars-responsive-design.css @@ -1,6 +1,6 @@ -@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -xul|scrollbar { +scrollbar { position: relative; background-color: transparent; background-image: none; @@ -8,45 +8,40 @@ xul|scrollbar { padding: 2px; } -:root[platform="mac"] xul|scrollbar { +:root[platform="mac"] scrollbar { border: none; } /* Scrollbar code will reset the margin to the correct side depending on where layout actually puts the scrollbar */ -xul|scrollbar[orient="vertical"] { +scrollbar[orient="vertical"] { margin-left: -10px; - min-width: 3px; - max-width: 3px; + min-width: 10px; + max-width: 10px; } -xul|scrollbar[orient="horizontal"] { +scrollbar[orient="horizontal"] { margin-top: -10px; - min-height: 3px; - max-height: 3px; + min-height: 10px; + max-height: 10px; } -xul|scrollbar xul|slider { -/* background-color: transparent; */ - border-radius: 3px; -} - -xul|scrollbar:not(:hover) xul|slider { +scrollbar:not(:hover) slider { background-color: rgba(64, 64, 72, 0.3); } -xul|scrollbar xul|thumb { +thumb { border-width: 0px !important; /* background-color: rgba(0,0,0,0.2) !important; */ background-image: none; border-radius: 3px !important; } -xul|scrollbar:not(:hover) xul|thumb { +scrollbar:not(:hover) thumb { background-color: rgba(160, 144, 144, 0.3) !important; } -xul|scrollbar xul|scrollbarbutton, -xul|scrollbar xul|gripper { +scrollbar scrollbarbutton, +scrollbar gripper { display: none !important; /* need !important to override forced display in LCARStrek */ } diff --git a/LCARStrek/devtools/breadcrumbs-divider@2x.png b/LCARStrek/devtools/images/breadcrumbs-divider@2x.png similarity index 100% rename from LCARStrek/devtools/breadcrumbs-divider@2x.png rename to LCARStrek/devtools/images/breadcrumbs-divider@2x.png diff --git a/LCARStrek/devtools/controls.png b/LCARStrek/devtools/images/controls.png similarity index 100% rename from LCARStrek/devtools/controls.png rename to LCARStrek/devtools/images/controls.png diff --git a/LCARStrek/devtools/controls@2x.png b/LCARStrek/devtools/images/controls@2x.png similarity index 100% rename from LCARStrek/devtools/controls@2x.png rename to LCARStrek/devtools/images/controls@2x.png diff --git a/LCARStrek/devtools/images/debugger-blackbox.png b/LCARStrek/devtools/images/debugger-blackbox.png index 0376cc78b2ef4dc69ccd73ec9ebeb47f6562af89..f16a195991a6cdbe6f5d8f03865baa94f6d46092 100644 GIT binary patch delta 155 zcmZo>y3aU4TwZ{QnSp_UD{ty4AjKKr6XH6FAp*$!f1aWB!0jUw%`6HZa0-c-%H=ig zumg(wd%8G=a9mGLIKV2iz$BT0x%nCw8{5SIcD7}#F}yvDi+Ffqczw7dWSv+fw#=Fp z)?vlg;vliEPf=iHzyiGuj|9TlHZO delta 192 zcmV;x06+iV0fPdN7at%30{{R34iu7S00009P)t-sMF4mJ0095b06H7asF5}}f8GQV z6)hdIvAKo-0047IL_t&-)0K`f4uCKW10AF;Of30CUy%;%9m0Q5U(%6h(z*z-Ab}T0 zvK<}pCc9iR5D!2%!&K*8vI6ry)nL9LmU3vyK8`i{h_<$3*@JN|twM$SFaGJtqds^f u2P026@@Ps<9v+>CQRiWqJZ=7!7Uu*PSsTYh`e(=h0000Ll$4p0*G^`?||R}0X5;D=5G-G**k9JYm1c+sSkh7;9i_R_GjGAaXV ztD}R(VTlp^gZjAL0~!M|4Ghj_Sxws8EUs%E@wLC}0>l+ILW>P1TL1t607*qoM6N<$ Eg0608>;M1& delta 344 zcmV-e0jK`K0-6Jm7bQRh0{{R3SVwH_0000FP)t-sC4T?_000320shYc|IYwBir^@b zJUD;e2oVx9If(f-;s5{v1W80eR7l6|R8bDXFbIWY2Y?%R6cfGwnQUpHz^MB)Mw`se z0T24158&GuU)YgJUyo;7cW-J7`s3`*L+pJ~u$zb36+mp_HEZj!7y<6K4FD21AOrCG zz(zq?0L?Zb2EaT9xeBz3RRM~__uR@D1vAD+ja&Bn%A3URINKHH-ULg@FJ1oIYS`f7S;KYH-$v?SF=( z2VCpJe6=qpebCUjFMUuwh)7N!G^19L^&wyPlRj)6OdrY={&rSH#_L@jGw4G_RMaSk qit3;bMYEDVq;?nj5C-Na_2C7pkW8cqD53-a0000?NMQuIvvuWQ0@{gLtNZ z%vAAoaSY+Oo}AFo_^Y0WwT8#FjwiK}r?gaoC52(9gX01b9tMWH{+#CDUQE#es%P+Y L^>bP0l+XkK;b$k% diff --git a/LCARStrek/devtools/images/debugger-collapse@2x.png b/LCARStrek/devtools/images/debugger-collapse@2x.png deleted file mode 100644 index d61be75e6d3523da40c89387b9d60228d14b1cda..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^ia@Nu$P6Txl{I$)DYgKg5LY1m|2#wZT(`wQ7Gp_} zUoeBivm0q3PLj8~3quF1tOt<8S>O>_%)r1c48n{Iv*t(u1=&kHeO=ifaL5R$$WPAg z1es~#>Eal|aXmRff$78l|Nj}?J{f#a_Fy*1WK_#Nutavomi7sMJya&G;hm(%TxViD d@vRaQ1B1*9g;a+U0bQVe22WQ%mvv4FO#pVfGEo2k diff --git a/LCARStrek/devtools/images/debugger-expand.png b/LCARStrek/devtools/images/debugger-expand.png deleted file mode 100644 index 4aee62e6e7c35aa7964ac45658172a15b9444c5b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;TYyi9E0F$wo*{g$+hQP#u_VYZ zn8D%MjWiG^$=lt9p@UV{1IXbl@Q5sCVBi)8VMc~ob0mO*>?NMQuIvvuWQ0`Icjp_5 z1BFyPT^vI=t|uonH2$jR;q&2PjNuUs;xPEO6PgolA)+EF&=HHK>z0o5~j My85}Sb4q9e0KwoUjsO4v diff --git a/LCARStrek/devtools/images/debugger-expand@2x.png b/LCARStrek/devtools/images/debugger-expand@2x.png deleted file mode 100644 index c70d8ed0b88122f4f9eb216d69416bf1fbf2641b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 193 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;*aCb)T!Hle^9~bp9zYIffk$L90|U1(2s1Lwnj--eWH0gbb!C6RAtR)s8k!hj z4HPo*ba4#fxSpJFfcwY)|Nj{jDy3aU4TwZ{QnSp_UD{ty4AjKKr6XGht5CLTVKhIFMJ5Y3@nML6PP9YIfiS|db z+(2=EPZ!4!j_bK+H}W1(;BmQ_-!eNyZ;q_QVdV-Hx5O(73ZX?;ts_4jG=JQ*r}vWg z^a}~!7ILs(<jb`w4^>bP0 Hl+XkKST;D$ delta 192 zcmV;x06+iV0fPdN7at%30{{R34iu7S00009P)t-sF#u2i0095b0BZ&-ijg)rf8PTQ z6g3aC*K*td0047IL_t&-(~XX?5r9Al1P|v)j0muYFM|@kq%Xx%*i*1YdJDXdM@i}IDf7@t2Cdie zXZRF&0?{qws9W<>lvb&gci`V z1i<+OBVteoLx)+P=P(TKm}YvP&iFl&b)xPE&zFFU_TJQ vKNU#FtA7cFQNkRGYzaU^8=l^Vdm8%%A|gCJz{2A200000NkvXXu0mjfu{B-0 delta 342 zcmV-c0jd7D0+<7k7au?Z0{{R3*9VzR00009P)t-sAOLs(0095b04(ncLyxn)J zuqbo_ZI=L2eU2crjG!dZT-s<`e-bhY&DhF%VyW7!db=`3OtG2x}O!WB?Aw@X%wRf4VG?`O&=K;79YK20xk?68x~ixF0$g z?dpC+&~^!+`w>9*BY@_IdZCBxev}?t+>ZddAE9LT<7m43;lTWGV176-EI%BWAH(Yp o12R8sgzkq8`S4>uh70}p0b}@O4~N0Gr2qf`07*qoM6N<$f_Nm5Z~y=R diff --git a/LCARStrek/devtools/images/debugger-step-in.png b/LCARStrek/devtools/images/debugger-step-in.png index 44acd7a79674a227e46bed6df95b3fabbf756a31..4c026611548a9415a8993a0f0a18516ca1e532cb 100644 GIT binary patch delta 127 zcmcc1xQ@}dGr-TCmrII^fq{Y7)59eQNDF{4BQuaxwarxmQfvV}A+A9B|9OV+xo(Rm zI$JnD;1m)u=G~JTmj)D9^mK6y;kcfhz`$Iskd=_oqWF)W=MBHa4E}~2rez8&%nYl9 W*%cW6)U5<6X7F_Nb6Mw<&;$VNh#zDC delta 174 zcmZ3-c$d++Gr-TCmrII^fq{Y7)59eQNGkxb024Ei>)2e~^jtUD+363F2U z@Ck8cU`YRe9>`&E`s|-O(byvC4jUuC3{REkrYfMIgQtsQ2*>s0gaZs~7V_}KtUkcQ zuCSQ#L{dpYLc*bQ9IUJ2Sc7z>4jovqm1&7C!-{&wNm3UXt_iGVjnNk1xx>J~EYCN! S<#^d&kPV)$elF{r5}E)h;xYID diff --git a/LCARStrek/devtools/images/debugger-step-in@2x.png b/LCARStrek/devtools/images/debugger-step-in@2x.png index 802d7cb5fdf505e089c67de63086eb3afb8804e4..76c94a8fc427db46a26794ce905e2044f5418629 100644 GIT binary patch delta 161 zcmeBXy1;1M8Q|y6%O%Cdz`(%k>ERLtq!mDzkr_yOZh5gCNU;U@gt!9f|K}OP=ejMP zXl9Z6fKy1sSaR9^E@_~+v!{z=2*>s0gab@J{x^5B2^2DT8GLBwC=)o?)B5ATyxW!k z%tGJl8(RMGPuRw*v(|t8Q|y6%O%Cdz`(%k>ERLtq#b}*fr%MN-v2yJ97u5n_=LFnGgJVX|Iah5 zH+3Cpuof8z}~4=J1v3B&7<-ANsTEd zf{(SC`>t4|VKQx9#lOyd6-t-%js15p++4_X&Q#-Sp}NX}hZ~q5RST4)zW>#ra_QIl zGpQ~Mvc9Zhd~Fu*e#3v?{2=GAn^=19tUi{NVxt?T7{k0xj%Pyzb9d|k{r7ARiVg=H T*Q+W3-NE4L>gTe~DWM4f7?Du0 diff --git a/LCARStrek/devtools/images/debugger-step-out.png b/LCARStrek/devtools/images/debugger-step-out.png index 8f64bfda4abc1820af7920fbbb19e0d7a2f77382..26ed99a021236a86edc95809975570e60b5f24b3 100644 GIT binary patch delta 135 zcmaFIxQ)@cGr-TCmrII^fq{Y7)59eQNDF{4BQuaxwarxmQfvV}A+A9B|9OV+xo(Rm zI$L-@;1m)u;mgvUDGe0Y^mK6y;ka&kXd@?s0uRFm5BY*O7o1u5#)=#fnCBOCORT(8 fB-UX1#v1mdrz{Pdj&-pCH8FU)`njxgN@xNAIt3({ delta 191 zcmdnS_>R%JGr-TCmrII^fq{Y7)59eQNGkxb024Ei>)2e~^jtUD+363F2U z@Ck8cU`YRe9>`&E`s|-O(b%H+4jUuC3`ea>Su#*C(9^{+gyVX0!T~0U#u=Pv3K)!} z9C{cOk{KuP@g^ojZEb376g}~P$+#gXMnN-dL6Y8tq_72LdK1dR6rM391%_W_SgW^| jm1hy3gB$aNMrj5Ho1Z*NiDAn)KvsIX`njxgN@xNAG|n|( diff --git a/LCARStrek/devtools/images/debugger-step-out@2x.png b/LCARStrek/devtools/images/debugger-step-out@2x.png index bde6bd2c890346065400cc6b81c9099878cf7b9e..2699669b1f1988e2c056bd82c88e4d039013319b 100644 GIT binary patch delta 172 zcmbQvbeqw*Gr-TCmrII^fq{Y7)59eQNGpIaBQucn-11^OkYWq)32_C||Iago&vjco z(afUY0jH3NvFVibXFq`Aex5FlAsp9}6Ap0Aa9}BB?yz7`l56OYS9ruP@c;ku0|);7 zw`XRyZ(%6<$;OXk;vd$@?2>=0dIUWE2 delta 233 zcmcc3IGxF?Gr-TCmrII^fq{Y7)59eQNIL+r0uwWky#INcIFRBD@Ck9f%}@bk{y)!P z;S(b%H?9tS6vD)()@cwV4*yQhm|h{pN7=Qna5G2meh5H*x}ncq44kn)Zb_th8g zFsVNkyhh*Sq0y1v56qtNY5sfrUrpOEKhWFvMbk6`7I&t_%NMAXICkq>J`yPpj$6*qI>4f~L3G00x}N1(8sQg2 gXB@cp;nZ(tsjv2WQy!J)0Nupk>FVdQ&MBb@0B{>tr2qf` diff --git a/LCARStrek/devtools/images/debugger-step-over.png b/LCARStrek/devtools/images/debugger-step-over.png index 045304047d98a938eaa70de53cf67150bcbc9a73..53299ac03b1ede84169db06d235761adae53534f 100644 GIT binary patch delta 131 zcmaFCxQWrYGr-TCmrII^fq{Y7)59eQNDF{4BQuaxwarxmQfvV}A+A9B|9OV+xo(Rm zI$O9u;1m)uVg38xVKPXWr;B3<$Mxid2F7p9JfG%E=)95Oc_Jb7L}Jogi5t=m9Wxmv a85r6$S>)2e~^jtUD+363F2U z@Ck8cU`YRe9>`&E`s|-O(byvQ4jUuC4Br&@%V9u4Z%-G;5RU7~2?v;6m?b2(h#43d zw6$$ASQ~Zp;DJ{Mqz+v@u(hdiYNKIGcVi}NGslF5jAQ7r74e|EPBWS?1~L=d#Wzp$PzBZ#p#q diff --git a/LCARStrek/devtools/images/debugger-step-over@2x.png b/LCARStrek/devtools/images/debugger-step-over@2x.png index f005e9f41d5e8cb7e329922301b486fa6a95d3ef..33eef3328b42a01d617e97589721ce9988e1594a 100644 GIT binary patch delta 183 zcmZ3<^o-H0Gr-TCmrII^fq{Y7)59eQNGpIa6El$H6Pc6_q&Ne7LR^6~BO~Mg^9=Tq z-FGHhT2wsX6cRC36S%ot4JZ}n>Eak7ad~O)M!^FH9L$!}=N&3tmLlTi7wpz_#MP_4 z&Ha+%=KaQvYzzx+IaFhr;-6mNZhUmmLzXFAPviP(_9y3SrkYfwPO6&Tvo1)%e#2Vc dWs?r?WQ?iN`7AKud@#@k22WQ%mvv4FO#rDqI&lC1 delta 251 zcmaFHxRS}TGr-TCmrII^fq{Y7)59eQNIL+r0uwWky#INcIFRBA@Ck7>-m(eEWMpLg zf1aVg^m+9}GmH9r9GqOL)_=d}F9b?W^K@|x(Kvr}q9Gr%q5$*v7LB0TS$~x6E#^5C z{*Iq_gn5G5wuh^NZ?zn|bi!O07np zbf%eJ2cnox=XmC@+_+)kn9T2B_$B0qsn_{Eit!4%2kzKSd%VX|=I|m}rnoDH5BQmW zJpYinZc)?Lw-eIr_cug8Ve2{ky7kogx|htw5|J;D?avAZI+4NC)z4*}Q$iB}JCI?| diff --git a/LCARStrek/devtools/images/dock-bottom.svg b/LCARStrek/devtools/images/dock-bottom.svg new file mode 100644 index 00000000..314a0fa0 --- /dev/null +++ b/LCARStrek/devtools/images/dock-bottom.svg @@ -0,0 +1,6 @@ + + + + diff --git a/LCARStrek/devtools/images/dock-side.svg b/LCARStrek/devtools/images/dock-side.svg new file mode 100644 index 00000000..655c4237 --- /dev/null +++ b/LCARStrek/devtools/images/dock-side.svg @@ -0,0 +1,6 @@ + + + + diff --git a/LCARStrek/devtools/images/dock-undock.svg b/LCARStrek/devtools/images/dock-undock.svg new file mode 100644 index 00000000..31d48223 --- /dev/null +++ b/LCARStrek/devtools/images/dock-undock.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/LCARStrek/devtools/filetype-dir-close.svg b/LCARStrek/devtools/images/filetypes/dir-close.svg similarity index 100% rename from LCARStrek/devtools/filetype-dir-close.svg rename to LCARStrek/devtools/images/filetypes/dir-close.svg diff --git a/LCARStrek/devtools/filetype-dir-open.svg b/LCARStrek/devtools/images/filetypes/dir-open.svg similarity index 100% rename from LCARStrek/devtools/filetype-dir-open.svg rename to LCARStrek/devtools/images/filetypes/dir-open.svg diff --git a/LCARStrek/devtools/filetype-globe.svg b/LCARStrek/devtools/images/filetypes/globe.svg similarity index 100% rename from LCARStrek/devtools/filetype-globe.svg rename to LCARStrek/devtools/images/filetypes/globe.svg diff --git a/LCARStrek/devtools/filetype-store.svg b/LCARStrek/devtools/images/filetypes/store.svg similarity index 100% rename from LCARStrek/devtools/filetype-store.svg rename to LCARStrek/devtools/images/filetypes/store.svg diff --git a/LCARStrek/devtools/itemArrow-ltr.svg b/LCARStrek/devtools/images/itemArrow-ltr.svg similarity index 100% rename from LCARStrek/devtools/itemArrow-ltr.svg rename to LCARStrek/devtools/images/itemArrow-ltr.svg diff --git a/LCARStrek/devtools/itemArrow-rtl.svg b/LCARStrek/devtools/images/itemArrow-rtl.svg similarity index 100% rename from LCARStrek/devtools/itemArrow-rtl.svg rename to LCARStrek/devtools/images/itemArrow-rtl.svg diff --git a/LCARStrek/devtools/itemToggle.png b/LCARStrek/devtools/images/itemToggle.png similarity index 100% rename from LCARStrek/devtools/itemToggle.png rename to LCARStrek/devtools/images/itemToggle.png diff --git a/LCARStrek/devtools/itemToggle@2x.png b/LCARStrek/devtools/images/itemToggle@2x.png similarity index 100% rename from LCARStrek/devtools/itemToggle@2x.png rename to LCARStrek/devtools/images/itemToggle@2x.png diff --git a/LCARStrek/devtools/search-clear-failed.svg b/LCARStrek/devtools/images/search-clear-failed.svg similarity index 100% rename from LCARStrek/devtools/search-clear-failed.svg rename to LCARStrek/devtools/images/search-clear-failed.svg diff --git a/LCARStrek/devtools/search-clear.svg b/LCARStrek/devtools/images/search-clear.svg similarity index 100% rename from LCARStrek/devtools/search-clear.svg rename to LCARStrek/devtools/images/search-clear.svg diff --git a/LCARStrek/devtools/images/tool-dom.svg b/LCARStrek/devtools/images/tool-dom.svg new file mode 100644 index 00000000..97db8579 --- /dev/null +++ b/LCARStrek/devtools/images/tool-dom.svg @@ -0,0 +1,6 @@ + + + + diff --git a/LCARStrek/devtools/tracer-icon.png b/LCARStrek/devtools/images/tracer-icon.png similarity index 100% rename from LCARStrek/devtools/tracer-icon.png rename to LCARStrek/devtools/images/tracer-icon.png diff --git a/LCARStrek/devtools/tracer-icon@2x.png b/LCARStrek/devtools/images/tracer-icon@2x.png similarity index 100% rename from LCARStrek/devtools/tracer-icon@2x.png rename to LCARStrek/devtools/images/tracer-icon@2x.png diff --git a/LCARStrek/devtools/jit-optimizations.css b/LCARStrek/devtools/jit-optimizations.css new file mode 100644 index 00000000..9a5804b9 --- /dev/null +++ b/LCARStrek/devtools/jit-optimizations.css @@ -0,0 +1,138 @@ +/* vim:set ts=2 sw=2 sts=2 et: */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. */ + +/** + * JIT View + */ + +#jit-optimizations-view { + width: 350px; + min-width: 200px; + white-space: nowrap; + --jit-tree-row-height: 14; + --jit-tree-header-height: 16; +} + +/* Override layout styles applied by minimal-xul.css */ +#jit-optimizations-view div { + display: block; +} +#jit-optimizations-view span { + display: inline-block; +} + +#jit-optimizations-view > div { + /* For elements that need to flex to fill the available space and/or + * scroll on overflow, we need to use the old flexbox model, since the + * parent nodes are in the XUL namespace. The new flexbox model can't + * properly compute dimensions and will ignore `flex: ${number}` properties, + * since no other parent node has a flex display. */ + display: -moz-box; + -moz-box-flex: 1; + -moz-box-orient: vertical; +} + +#jit-optimizations-view .optimization-header, +#jit-optimizations-view .tree * { + /* We can, however, display child nodes as flex to take advantage of + * horizontal/vertical inlining. */ + display: flex; +} + +#jit-optimizations-view .optimization-header { + height: var(--jit-tree-header-height); + padding: 2px 5px; + background-color: var(--theme-tab-toolbar-background); +} + +#jit-optimizations-view .header-title { + font-weight: bold; + padding-inline-end: 7px; +} + +#jit-optimizations-view .tree { + display: -moz-box; + -moz-box-flex: 1; + -moz-box-orient: vertical; + overflow: auto; + background-color: var(--theme-body-background); +} + +#jit-optimizations-view .tree-node { + height: var(--jit-tree-row-height); +} + +#jit-optimizations-view .tree-node button { + display: none; +} + +#jit-optimizations-view .optimization-outcome.success { + color: var(--theme-highlight-green); +} +#jit-optimizations-view .optimization-outcome.failure { + color: var(--theme-highlight-red); +} + +.opt-icon::before { + background-image: url(chrome://devtools/skin/images/webconsole.svg); +} + +.opt-icon::before { + display: inline-block; + content: ""; + background-repeat: no-repeat; + background-size: 72px 60px; + /* show grey "i" bubble by default */ + background-position: -36px -36px; + width: 10px; + height: 10px; + max-height: 12px; +} + +.opt-icon::before { + margin: 1px 6px 0 0; +} + +.opt-icon.warning::before { + background-position: -24px -24px; +} + +/* Frame Component */ +.focused .frame-link-filename, +.focused .frame-link-column, +.focused .frame-link-line, +.focused .frame-link-host, +.focused .frame-link-colon { + color: var(--theme-selection-color); +} + +.frame-link { + margin-inline-start: 7px; +} + +.frame-link-filename { + color: var(--theme-highlight-blue); + cursor: pointer; +} + +.frame-link-filename:hover { + text-decoration: underline; +} + +.frame-link-column, +.frame-link-line, +.frame-link-colon { + color: var(--theme-highlight-orange); +} + +.frame-link-host { + margin-inline-start: 5px; + font-size: 90%; + color: var(--theme-content-color2); +} + +.frame-link-function-display-name { + margin-inline-end: 5px; +} diff --git a/LCARStrek/devtools/netmonitor.css b/LCARStrek/devtools/netmonitor.css index 566a7230..fe378ec6 100644 --- a/LCARStrek/devtools/netmonitor.css +++ b/LCARStrek/devtools/netmonitor.css @@ -13,6 +13,16 @@ window { :root.theme-light { --table-splitter-color: #A09090; --table-zebra-background: rgba(255,159,0,0.1); + + --timing-blocked-color: #FF0000; + --timing-dns-color: #E7ADE7; /* pink */ + --timing-connect-color: #FF9F00; /* orange */ + --timing-send-color: #FFCF00; /* light blue */ + --timig-wait-color: #9C9CFF; /* blue grey */ + --timing-receive-color: #A09090; /* green */ + + --sort-ascending-image: url(chrome://devtools/skin/images/sort-arrows.svg#ascending); + --sort-descending-image: url(chrome://devtools/skin/images/sort-arrows.svg#descending); } #requests-menu-empty-notice { @@ -39,6 +49,7 @@ window { #requests-menu-reload-notice-button { min-height: 26px; margin: 0; + background-color: var(--theme-toolbar-background); } /* Network requests table */ @@ -52,17 +63,20 @@ window { } .requests-menu-subitem { - padding: 4px; + padding: 3px; } .requests-menu-header:not(:last-child):-moz-locale-dir(rtl), .requests-menu-subitem:not(:last-child):-moz-locale-dir(rtl) { } -.requests-menu-header-button, -#requests-menu-status-button { +#requests-menu-status-button, +.requests-menu-header-button { background-color: transparent; - border-image: linear-gradient(transparent 15%, var(--theme-splitter-color) 15%, var(--theme-splitter-color) 85%, transparent 85%) 1 1; + border-image: linear-gradient(transparent 15%, + var(--theme-splitter-color) 15%, + var(--theme-splitter-color) 85%, + transparent 85%) 1 1; border-style: solid; border-width: 0; border-inline-start-width: 1px; @@ -74,6 +88,7 @@ window { padding-inline-start: 13px; padding-top: 2px; text-align: center; +/* color: inherit;*/ font-weight: inherit !important; } @@ -100,19 +115,14 @@ window { width: 7px; } -.requests-menu-header-button[sorted] > .button-box > .button-icon, -.requests-menu-header-button[sorted] #requests-menu-waterfall-image { - list-style-image: url('chrome://devtools/skin/images/sort-arrows.svg'); -} - .requests-menu-header-button[sorted=ascending] > .button-box > .button-icon, .requests-menu-header-button[sorted=ascending] #requests-menu-waterfall-image { - -moz-image-region: rect(4px, 19px, 7px, 14px); + list-style-image: var(--sort-ascending-image); } .requests-menu-header-button[sorted=descending] > .button-box > .button-icon, .requests-menu-header-button[sorted=descending] #requests-menu-waterfall-image { - -moz-image-region: rect(5px, 8px, 8px, 3px); + list-style-image: var(--sort-descending-image); } .requests-menu-header-button > .button-box > .button-text, @@ -120,7 +130,8 @@ window { -moz-box-flex: 1; } -.requests-menu-header-button[sorted]:not(:hover) { +.requests-menu-header-button[sorted], +.requests-menu-header-button[sorted]:hover { background-color: var(--theme-selection-background); color: var(--theme-selection-color); } @@ -169,13 +180,8 @@ window { outline: 1px solid var(--table-splitter-color); } -.requests-menu-file { - text-align: start; -} - .requests-menu-security-and-domain { width: 14vw; - min-width: 10em; } .requests-security-state-icon { @@ -215,7 +221,7 @@ window { .requests-menu-transferred { max-width: 8em; text-align: center; - width: 4vw; + width: 8vw; } /* Network requests table: status codes */ @@ -243,7 +249,7 @@ window { .requests-menu-status-icon[code="cached"] { border: 2px solid var(--theme-content-color2); - background-color: transparent; + background-color: transparent; } .requests-menu-status-icon[code^="1"] { @@ -289,10 +295,9 @@ window { .requests-menu-timings-division { width: 100px; - padding-top: 1px; + padding-top: 2px; padding-inline-start: 4px; - border-inline-start: 1px dotted #000000; - font-size: 90%; + font-size: 75%; pointer-events: none; box-sizing: border-box; text-align: start; @@ -303,7 +308,7 @@ window { } .requests-menu-timings-division:not(:first-child) { - border-inline-start: 1px dotted; + border-inline-start: 1px dashed; margin-inline-start: -100px !important; /* Don't affect layout. */ } @@ -330,7 +335,7 @@ window { -moz-padding-start: 0px; -moz-padding-end: 4px; /* Background created on a in js. */ - /* @see browser/devtools/netmonitor/netmonitor-view.js */ + /* @see devtools/client/netmonitor/netmonitor-view.js */ background-image: -moz-element(#waterfall-background); background-repeat: repeat-y; background-position: -1px center; @@ -367,27 +372,27 @@ window { } .requests-menu-timings-box.blocked { - background-color: #FF0000; /* red */ + background-color: var(--timing-blocked-color); } .requests-menu-timings-box.dns { - background-color: #E7ADE7; /* pink */ + background-color: var(--timing-dns-color); } .requests-menu-timings-box.connect { - background-color: #FF9F00; /* orange */ + background-color: var(--timing-connect-color); } .requests-menu-timings-box.send { - background-color: #FFCF00; /* light blue */ + background-color: var(--timing-send-color); } .requests-menu-timings-box.wait { - background-color: #9C9CFF; /* blue grey */ + background-color: var(--timing-wait-color); } .requests-menu-timings-box.receive { - background-color: #A09090; /* green */ + background-color: var(--timing-receive-color); } /* SideMenuWidget */ @@ -421,21 +426,11 @@ window { /* Network request details */ #details-pane-toggle { - list-style-image: url("chrome://devtools/skin/images/debugger-collapse.png"); + list-style-image: var(--theme-pane-collapse-image); } #details-pane-toggle[pane-collapsed] { - list-style-image: url("chrome://devtools/skin/images/debugger-expand.png"); -} - -@media (min-resolution: 1.1dppx) { - #details-pane-toggle { - list-style-image: url("chrome://devtools/skin/images/debugger-collapse@2x.png"); - } - - #details-pane-toggle[pane-collapsed] { - list-style-image: url("chrome://devtools/skin/images/debugger-expand@2x.png"); - } + list-style-image: var(--theme-pane-expand-image); } /* Network request details tabpanels */ @@ -481,8 +476,8 @@ window { } #headers-summary-resend { - margin: 0 6px; -/* min-height: 20px;*/ + margin-top: -10px; + -moz-margin-end: 6px; } #toggle-raw-headers { @@ -533,8 +528,8 @@ window { #timings-tabpanel .requests-menu-timings-box { transition: transform 0.2s ease-out; - min-width: 1px; border: none; + min-width: 1px; } #timings-tabpanel .requests-menu-timings-total { @@ -584,82 +579,37 @@ window { width: 4.5em; } -/* Footer */ - -#requests-menu-footer { - padding-top: 3px; - background-color: var(--theme-toolbar-background); - border-top: 1px solid var(--table-splitter-color); -} - -.requests-menu-footer-button, -.requests-menu-footer-label { - min-width: 1em; - margin: 0; - -moz-margin-end: 3px; +/* Main toolbar */ +.requests-menu-filter-button { +/* -moz-appearance: none; + background: rgba(128,128,128,0.1); border: none; - padding: 0px 1vw; -/* color: var(--theme-body-color);*/ -} - -.requests-menu-footer-spacer { - min-width: 2px; + border-radius: 2px; + min-width: 0; + padding: 0 5px; + margin: 2px; + color: var(--theme-body-color);*/ } -.requests-menu-footer-spacer, -.requests-menu-footer-button { +.requests-menu-filter-button:hover { +/* background: rgba(128,128,128,0.2);*/ } -.requests-menu-footer-button { -} - -.requests-menu-footer-button:hover:active { -} - -.requests-menu-footer-button:not(:active)[checked] { -} - -.requests-menu-footer-label { - font-weight: 600; -} - -#requests-menu-filter-freetext-text { - transition-property: max-width, -moz-padding-end, -moz-padding-start; - transition-duration: 250ms; - transition-timing-function: ease; -} - -#requests-menu-filter-freetext-text:not([focused]):not([filled]) > .textbox-input-box { - overflow: hidden; -} - -#requests-menu-filter-freetext-text:not([focused]):not([filled]) { - max-width: 20px !important; - -moz-padding-end: 5px; - -moz-padding-start: 22px; - background-position: 8px center, top left, top left; -} - -#requests-menu-filter-freetext-text[focused], -#requests-menu-filter-freetext-text[filled] { - max-width: 200px !important; +.requests-menu-filter-button:hover:active { +/* background-color: var(--theme-selection-background-semitransparent);*/ } /* 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; cursor: pointer; -} - -#requests-menu-network-summary-label { - -moz-padding-start: 0; - cursor: pointer; -} - -#requests-menu-network-summary-label:hover { - text-decoration: underline; + margin-inline-end: 1em; + min-width: 0; } /* Performance analysis view */ @@ -668,20 +618,33 @@ window { /* Make the toolbar invisible, it only hold the back button */ -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar"); background-color: #000000; + border: none; + margin: 0; + padding: 0; } #network-statistics-back-button { min-width: 4em; min-height: 100vh; + margin: 0; + padding: 0; + border-radius: 0; + border-top: none; + border-bottom: none; + -moz-border-start: none; } #network-statistics-view-splitter { +/* border-color: rgba(0,0,0,0.2);*/ cursor: default; pointer-events: none; } #network-statistics-charts { min-height: 1px; +} + +#network-statistics-charts { background-color: var(--theme-sidebar-background); } @@ -756,28 +719,10 @@ window { width: 7em; } -/* Platform overrides (copied in from the old platform specific files) */ -:root[platform="win"] .requests-menu-header-button > .button-box { - padding: 0; -} - -:root[platform="win"] .requests-menu-timings-division { - padding-top: 1px; - font-size: 90%; -} - -:root[platform="linux"] #headers-summary-resend { - padding: 4px; -} - -:root[platform="linux"] #toggle-raw-headers { - padding: 4px; -} - /* Responsive sidebar */ @media (max-width: 700px) { #requests-menu-toolbar { - height: 24px; + height: 22px; } .requests-menu-header-button { @@ -823,4 +768,27 @@ window { } } -/* === END netmonitor.inc.css === */ +/* Platform overrides (copied in from the old platform specific files) */ +:root[platform="win"] .requests-menu-header-button > .button-box { + padding: 0; +} + +:root[platform="win"] .requests-menu-timings-division { + padding-top: 1px; + font-size: 90%; +} + +:root[platform="linux"] #headers-summary-resend { + padding: 4px; +} + +:root[platform="linux"] #toggle-raw-headers { + padding: 4px; +} + +/* Responsive sidebar */ +@media (max-width: 700px) { + :root[platform="linux"] .requests-menu-header-button { + font-size: 85%; + } +} diff --git a/LCARStrek/devtools/projecteditor/projecteditor.css b/LCARStrek/devtools/projecteditor/projecteditor.css index 53404fa7..dc2a0016 100644 --- a/LCARStrek/devtools/projecteditor/projecteditor.css +++ b/LCARStrek/devtools/projecteditor/projecteditor.css @@ -3,10 +3,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - :root { - color: #FF9F00; -} - .view-project-detail { overflow: auto; } diff --git a/LCARStrek/devtools/scratchpad.css b/LCARStrek/devtools/scratchpad.css index 29683eda..651d4efe 100644 --- a/LCARStrek/devtools/scratchpad.css +++ b/LCARStrek/devtools/scratchpad.css @@ -1,14 +1,12 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -/* === EQUALS scratchpad.inc.css === */ - -#scratchpad-sidebar > tabs { - height: 0; - border: none; -} - -#sp-toolbar { - border: none; -} +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +#scratchpad-sidebar > tabs { + height: 0; + border: none; +} + +#sp-toolbar { + border: none; +} diff --git a/LCARStrek/devtools/shadereditor.css b/LCARStrek/devtools/shadereditor.css index b4f47422..a176044e 100644 --- a/LCARStrek/devtools/shadereditor.css +++ b/LCARStrek/devtools/shadereditor.css @@ -2,8 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ -/* === file identical to shadereditor.inc.css === */ - window { padding: 0; } @@ -12,7 +10,6 @@ window { .notice-container { margin-top: -50vh; - background-color: var(--theme-toolbar-background); color: var(--theme-body-color); } @@ -30,8 +27,8 @@ window { min-width: 150px; } -#shaders-pane + .devtools-side-splitter { - border-color: transparent; +.program-item { + padding: 2px 0px; } .side-menu-widget-item-checkbox { @@ -50,7 +47,7 @@ window { } .side-menu-widget-item-checkbox .checkbox-check { - background-image: url("itemToggle.png"); + background-image: url("images/itemToggle.png"); background-color: transparent; background-repeat: no-repeat; background-clip: content-box; @@ -63,7 +60,7 @@ window { @media (min-resolution: 1.1dppx) { .side-menu-widget-item-checkbox .checkbox-check { - background-image: url("itemToggle@2x.png"); + background-image: url("images/itemToggle@2x.png"); } } @@ -79,6 +76,10 @@ window { .editor-label { padding: 1px 12px; + border-top: 1px solid; +} + +.editor-label { background: var(--theme-contrastsidebar-background); color: var(--theme-contrastsidebar-color); } @@ -103,14 +104,7 @@ window { background-image: none !important; } - .devtools-side-splitter { - border-top-color: transparent !important; - } - .editor-label { -moz-box-ordinal-group: 0; } - - .editor-label:not([selected]) { - } } diff --git a/LCARStrek/devtools/splitters.css b/LCARStrek/devtools/splitters.css index 98b64c33..21dd19ba 100644 --- a/LCARStrek/devtools/splitters.css +++ b/LCARStrek/devtools/splitters.css @@ -18,11 +18,7 @@ /* Small draggable area on inline-start to avoid overlaps on scrollbars.*/ --devtools-splitter-inline-start-width: 1px; --devtools-splitter-inline-end-width: 4px; -} -:root[devtoolstheme="light"], -:root[devtoolstheme="dark"], -:root[devtoolstheme="firebug"] { /* These variables are used in browser.xul but inside the toolbox they are overridden by --theme-splitter-color */ --devtools-splitter-color: #9C9CFF; } diff --git a/LCARStrek/devtools/splitview.css b/LCARStrek/devtools/splitview.css index cd2956f3..e84284cd 100644 --- a/LCARStrek/devtools/splitview.css +++ b/LCARStrek/devtools/splitview.css @@ -4,15 +4,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ .theme-dark, -.theme-light { - --smw-margin: #9C9CFF; - --smw-item-top-border: #A09090; - --smw-item-bottom-border: #008484; -} - -.splitview-nav-container { - background-color: var(--theme-toolbar-background); - color: var(--theme-body-color); +.theme-light, +.theme-firebug { + --sidemenu-selected-arrow: url(images/itemArrow-dark-ltr.svg); + --sidemenu-selected-arrow-rtl: url(images/itemArrow-dark-rtl.svg); } .splitview-nav-container .devtools-throbber { @@ -25,37 +20,18 @@ } .splitview-nav { - -moz-appearance: none; - list-style-image: none; list-style: none; padding: 0; margin: 0; - margin: 0; - border-inline-end: var(--smw-margin); -/* box-shadow: inset -1px 0 0 var(--smw-margin);*/ -} - -.splitview-nav:-moz-locale-dir(rtl) { -/* box-shadow: inset 1px 0 0 var(--smw-margin);*/ + background-color: var(--theme-sidebar-background); } .splitview-nav > li { - /* To compensate for the top and bottom borders */ - margin-top: 0; - margin-bottom: -1px; - -moz-padding-end: 8px; + padding-inline-end: 8px; -moz-box-align: center; outline: 0; vertical-align: bottom; -/* color: white; - background-clip: padding-box;*/ - - border-top: 1px solid var(--smw-item-top-border); - border-bottom: 1px solid var(--smw-item-bottom-border); -} - -.splitview-nav > li:last-of-type { -/* box-shadow: inset 0 -1px 0 var(--smw-item-top-border);*/ + border-bottom: 1px solid rgba(160,144,144,0.15); } .placeholder { @@ -64,19 +40,16 @@ } .splitview-nav > li.splitview-active { + background-color: var(--theme-selection-background); + color: var(--theme-selection-color); + background-image: var(--sidemenu-selected-arrow); background-repeat: no-repeat; background-position: center right; - background-size: auto; - border-bottom: 1px solid var(--smw-item-bottom-border); - - background-image: url("itemArrow-ltr.svg"); } .splitview-nav > li.splitview-active:-moz-locale-dir(rtl) { - background-repeat: no-repeat; + background-image: var(--sidemenu-selected-arrow-rtl); background-position: center left; - - background-image: url("itemArrow-rtl.svg"); } /* Toolbars */ @@ -96,10 +69,12 @@ .splitview-main > toolbar, .loading .splitview-nav-container { - border-inline-end: 1px solid var(--smw-margin); + border-inline-end: 1px solid var(--theme-splitter-color); } .splitview-main > .devtools-toolbarbutton { + font-size: 11px; +/* padding: 0 8px;*/ width: auto; min-width: 48px; min-height: 0; diff --git a/LCARStrek/devtools/storage.css b/LCARStrek/devtools/storage.css index ae82f52a..ea4bb147 100644 --- a/LCARStrek/devtools/storage.css +++ b/LCARStrek/devtools/storage.css @@ -15,7 +15,7 @@ } #storage-tree .tree-widget-item[type="store"]:after { - background-image: url("chrome://devtools/skin/filetype-store.svg"); + background-image: url("chrome://devtools/skin/images/filetypes/store.svg"); background-size: 18px 18px; background-position: -1px 0; } diff --git a/LCARStrek/devtools/styleeditor.css b/LCARStrek/devtools/styleeditor.css index e2b13f94..aabfdf6f 100644 --- a/LCARStrek/devtools/styleeditor.css +++ b/LCARStrek/devtools/styleeditor.css @@ -95,7 +95,7 @@ window:not([windowtype]) { .stylesheet-enabled { padding: 8px 0; margin: 0 8px; - background-image: url("itemToggle.png"); + background-image: url("images/itemToggle.png"); background-repeat: no-repeat; background-clip: content-box; background-position: 0 8px; @@ -106,7 +106,7 @@ window:not([windowtype]) { @media (min-resolution: 1.1dppx) { .stylesheet-enabled { - background-image: url("itemToggle@2x.png"); + background-image: url("images/itemToggle@2x.png"); } } diff --git a/LCARStrek/devtools/toolbars.css b/LCARStrek/devtools/toolbars.css index 14cdb64f..37fd6c6a 100644 --- a/LCARStrek/devtools/toolbars.css +++ b/LCARStrek/devtools/toolbars.css @@ -5,11 +5,23 @@ /* CSS Variables specific to the devtools toolbar that aren't defined by the themes */ .theme-light, -.theme-dark { +.theme-dark, +.theme-firebug { + --toolbar-tab-hover: #FFCF00; + --toolbar-tab-hover-active: #FF9F00; --searchbox-background-color: #000000; --searchbox-border-color: #9C9CFF; --searcbox-no-match-background-color: #400000; --searcbox-no-match-border-color: #FF0000; + --magnifying-glass-image: url(images/magnifying-glass-light.png); + --magnifying-glass-image-2x: url(images/magnifying-glass-light@2x.png); + --tool-options-image: url(images/tool-options.svg); + --close-button-image: url(chrome://devtools/skin/images/close.svg); + --icon-filter: invert(1); + --dock-bottom-image: url(chrome://devtools/skin/images/dock-bottom.svg); + --dock-side-image: url(chrome://devtools/skin/images/dock-side.svg); + --dock-undock-image: url(chrome://devtools/skin/images/dock-undock.svg); + --toolbar-button-border-color: #A09090; /* Toolbox buttons */ --command-paintflashing-image: url(images/command-paintflashing.svg); @@ -51,7 +63,6 @@ .devtools-menulist, .devtools-toolbarbutton, .devtools-button { -/* transition: background 0.05s ease-in-out; */ } .devtools-menulist, @@ -59,7 +70,8 @@ } .devtools-menulist:-moz-focusring, -.devtools-toolbarbutton:-moz-focusring { +.devtools-toolbarbutton:-moz-focusring, +.devtools-button:-moz-focusring { outline: 1px dotted var(--theme-selection-color); } @@ -74,7 +86,7 @@ .devtools-button { margin: 0; padding: 0; - min-width: 32px; + min-width: 16px; background: var(--theme-toolbar-background); color: var(--theme-body-color); /* The icon is absolutely positioned in the button using ::before */ @@ -119,15 +131,21 @@ background-color: var(--theme-button-background); } -.devtools-toolbarbutton[standalone] { +.devtools-toolbarbutton[standalone], .devtools-toolbarbutton[data-standalone] { } + .devtools-toolbarbutton[label][standalone] { } +.devtools-menulist, +.devtools-toolbarbutton, +.devtools-button { +} + /* Icon button styles */ .devtools-toolbarbutton:not([label]), .devtools-toolbarbutton[text-as-image] { - min-width: 20px; + min-width: 16px; } #toolbox-buttons .devtools-toolbarbutton[text-as-image] { @@ -136,9 +154,6 @@ min-width: inherit; } -#toolbox-buttons .devtools-toolbarbutton:not([text-as-image]):not(:hover):not([open=true]) { -/* background: transparent; */ -} #toolbox-buttons .devtools-toolbarbutton[type=menu] > .toolbarbutton-menu-dropmarker { padding: 0 2px; } @@ -202,8 +217,15 @@ filter: url(images/filters.svg#checked-icon-state); } +/* Icon-and-text buttons */ +.devtools-toolbarbutton.icon-and-text .toolbarbutton-text { + margin-inline-start: .5em !important; + font-weight: 600; +} + /* Text-only buttons */ .devtools-toolbarbutton[label]:not([text-as-image]):not([type=menu-button]), +.devtools-toolbarbutton[data-text-only], #toolbox-buttons .devtools-toolbarbutton[text-as-image] { /* background-color: rgba(0, 0, 0, .2); / Splitter */ } @@ -240,15 +262,20 @@ color: var(--theme-selection-color); */ } -.devtools-toolbarbutton[checked=true]:hover { +:root { + --clear-icon-url: url("chrome://devtools/skin/images/clear.svg"); } -.devtools-option-toolbarbutton { - list-style-image: url("chrome://devtools/skin/images/tool-options-tbutton.svg"); +.devtools-button.devtools-clear-icon::before { + background-image: var(--clear-icon-url); } -/* Toolbar button groups */ -.devtools-toolbarbutton-group > .devtools-toolbarbutton { +.devtools-toolbarbutton.devtools-clear-icon { + list-style-image: var(--clear-icon-url); +} + +.devtools-option-toolbarbutton { + list-style-image: var(--tool-options-image); } .devtools-toolbarbutton-group > .devtools-toolbarbutton:last-child { @@ -260,29 +287,16 @@ .devtools-separator + .devtools-toolbarbutton { } -:root { - --clear-icon-url: url("chrome://devtools/skin/images/clear.svg"); -} - -.devtools-button.devtools-clear-icon::before { - background-image: var(--clear-icon-url); -} - -.devtools-toolbarbutton.devtools-clear-icon { - list-style-image: var(--clear-icon-url); -} - /* Text input */ .devtools-textinput, .devtools-searchinput { /* -moz-appearance: none; - margin: 0 3px; - border: 1px solid rgb(88, 94, 101); + margin: 1 3px; + border: 1px solid; border-radius: 2px; - background-color: rgba(24, 29, 32, 1); padding: 4px 6px; - color: rgba(184, 200, 217, 1);*/ + border-color: var(--theme-splitter-color);*/ } :root[platform="mac"] .devtools-textinput, @@ -290,19 +304,17 @@ /* border-radius: 20px;*/ } - .devtools-searchinput { /* margin-top: 1px; margin-bottom: 1px; padding: 0;*/ -moz-padding-start: 22px; -moz-padding-end: 4px; + background-image: var(--magnifying-glass-image); background-position: 8px center; background-size: 11px 11px; background-repeat: no-repeat; font-size: inherit; - - background-image: url("images/magnifying-glass.png"); } .devtools-searchinput:-moz-locale-dir(rtl), @@ -321,6 +333,24 @@ position: relative; } +/* The spacing is accomplished with a padding on the searchbox */ +.devtools-searchbox > .devtools-textinput, +.devtools-searchbox > .devtools-searchinput { +} + +/* Don't add 'double spacing' for inputs that are at beginning / end + of a toolbar (since the toolbar has it's own spacing). */ +.devtools-toolbar > .devtools-textinput:first-child, +.devtools-toolbar > .devtools-searchinput:first-child { +} +.devtools-toolbar > .devtools-textinput:last-child, +.devtools-toolbar > .devtools-searchinput:last-child { +} +.devtools-toolbar > .devtools-searchbox:first-child { +} +.devtools-toolbar > .devtools-searchbox:last-child { +} + .devtools-rule-searchbox { -moz-box-flex: 1; width: 100%; @@ -361,11 +391,11 @@ } .devtools-searchinput-clear { - background-image: url("chrome://devtools/skin/search-clear.svg"); + background-image: url("chrome://devtools/skin/images/search-clear.svg"); } .devtools-style-searchbox-no-match + .devtools-searchinput-clear { - background-image: url("chrome://devtools/skin/search-clear-failed.svg") !important; + background-image: url("chrome://devtools/skin/images/search-clear-failed.svg") !important; } .devtools-searchinput-clear:hover { @@ -373,17 +403,20 @@ } .devtools-searchinput > .textbox-input-box > .textbox-search-icons > .textbox-search-clear { - list-style-image: url("chrome://devtools/skin/search-clear.svg"); + list-style-image: url("chrome://devtools/skin/images/search-clear.svg"); -moz-image-region: rect(0, 16px, 16px, 0); } +.devtools-searchinput > .textbox-input-box > .textbox-search-icons > .textbox-search-clear { +} + .devtools-searchinput > .textbox-input-box > .textbox-search-icons > .textbox-search-clear:hover { -moz-image-region: rect(0, 32px, 16px, 16px); } @media (min-resolution: 1.1dppx) { .devtools-searchinput { - background-image: url("images/magnifying-glass@2x.png"); + background-image: var(--magnifying-glass-image-2x); } } @@ -394,29 +427,26 @@ width: 16px; } +#toolbox-close::before, .devtools-closebutton > image { width: 16px; height: 16px; -moz-appearance: none; - background-size: 32px 16px; - background-image: url("chrome://devtools/skin/close@2x.png"); - background-position: 0 center; + background-size: cover; + background-image: var(--close-button-image); + background-position: center center; background-repeat: no-repeat; } -.devtools-closebutton:hover > image, -.devtools-closebutton:hover:active > image { - background-position: -16px center; +.devtools-closebutton > .toolbarbutton-icon { + /* XXX Buttons have padding in widget/ that we don't want here but can't override with good CSS, so we must + use evil CSS to give the impression of smaller content */ } .devtools-closebutton > .toolbarbutton-text { display: none; } -#toolbox-close::before { - background-image: url("chrome://devtools/skin/close@2x.png"); -} - /* In-tools sidebar */ .devtools-sidebar-tabs { @@ -433,7 +463,8 @@ } .devtools-sidebar-alltabs { -/* height: 24px; +/* -moz-appearance: none; + height: 24px; line-height: 24px; padding: 0 4px; margin: 0; @@ -487,12 +518,6 @@ .devtools-sidebar-tabs tabs > tab:hover:active { } -.devtools-sidebar-tabs tabs > tab[selected] + tab:hover { -} - -.devtools-sidebar-tabs tabs > tab[selected] + tab:hover:active { -} - .devtools-sidebar-tabs tabs > tab[selected], .devtools-sidebar-tabs tabs > tab[selected]:hover:active { } @@ -503,35 +528,32 @@ #toolbox-controls > toolbarbutton, #toolbox-dock-buttons > toolbarbutton { + -moz-user-focus: normal; min-width: 16px; -/* padding: 1px 3px; */ + width: 16px; } #toolbox-dock-buttons > toolbarbutton > image { width: 16px; height: 16px; - background-size: 32px 16px; + background-size: 16px 16px; background-position: 0 center; background-repeat: no-repeat; } -#toolbox-dock-buttons > toolbarbutton:hover > image { - background-position: -16px center; -} - #toolbox-dock-bottom::before, #toolbox-dock-bottom > image { - background-image: url("chrome://devtools/skin/dock-bottom@2x.png"); + background-image: var(--dock-bottom-image); } #toolbox-dock-side::before, #toolbox-dock-side > image { - background-image: url("chrome://devtools/skin/dock-side@2x.png"); + background-image: var(--dock-side-image); } #toolbox-dock-window::before, #toolbox-dock-window > image { - background-image: url("chrome://devtools/skin/undock@2x.png"); + background-image: var(--dock-undock-image); } #toolbox-dock-bottom-minimize { @@ -541,11 +563,11 @@ } #toolbox-dock-bottom-minimize > image { - background-image: url("chrome://devtools/skin/dock-bottom-minimize@2x.png"); + background-image: url("chrome://devtools/skin/images/dock-bottom-minimize@2x.png"); } #toolbox-dock-bottom-minimize.minimized > image { - background-image: url("chrome://devtools/skin/dock-bottom-maximize@2x.png"); + background-image: url("chrome://devtools/skin/images/dock-bottom-maximize@2x.png"); } #toolbox-dock-window, @@ -575,6 +597,7 @@ /* Command buttons */ +.toolbox-dock-button, .command-button { -moz-appearance: none; border: none; @@ -622,6 +645,8 @@ filter: url(images/filters.svg#checked-icon-state); } +/* Toolbox buttons images */ + #command-button-paintflashing > image, #command-button-paintflashing::before { background-image: var(--command-paintflashing-image); @@ -647,6 +672,11 @@ background-image: var(--command-pick-image); } +#command-button-frames > image, +#command-button-frames::before { + background-image: var(--command-frames-image); +} + #command-button-splitconsole > image, #command-button-splitconsole::before { background-image: var(--command-splitconsole-image); @@ -672,11 +702,6 @@ background-image: var(--command-measure-image); } -#command-button-frames > image, -#command-button-frames::before { - background-image: var(--command-frames-image); -} - /* Tabs */ .devtools-tabbar { @@ -696,14 +721,13 @@ visibility: collapse; } -#toolbox-deck[selectedIndex] > .toolbox-panel, /* workaround for Firefox 47 and older */ .toolbox-panel[selected] { visibility: visible; } .devtools-tab { min-width: 32px; - max-width: 110px; + max-width: 100px; color: #000000; margin: 0; -moz-margin-end: 3px; @@ -714,12 +738,17 @@ } .devtools-tab > image { - -moz-margin-end: 0px; -/* -moz-margin-start: 4px; */ + margin: 0; +/* margin-inline-start: 4px; */ max-height: 16px; width: 16px; /* Prevents collapse during theme switching */ } +.devtools-tab > label { + white-space: nowrap; +/* margin: 0 4px;*/ +} + .devtools-tab:hover > image { } @@ -812,6 +841,12 @@ /* -moz-border-end: 1px solid var(--theme-splitter-color); border-color: var(--theme-splitter-color); / Needed for responsive container at low width. */ } + +.devtools-invisible-splitter { + border-color: transparent; + background-color: transparent; +} + /* Throbbers */ .devtools-throbber::before { diff --git a/LCARStrek/devtools/undock.png b/LCARStrek/devtools/undock.png deleted file mode 100644 index 95ec647f6cd66235fbc7a000722ab806fd389e8f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et#0(_4@}`~wQk(%kA+A9B|9K$6!1KtK4M;JT z1o;IsI6S+N2I3@nySp%Su*!M>Ih+L^k;M!Q+(IDCcdsLB`s9x;TbtoKH?zz?Hzu+Qh)dwl36R1H)&t;ucLK6UG#xzL) diff --git a/LCARStrek/devtools/variables.css b/LCARStrek/devtools/variables.css index c7cac8f5..66e3a54c 100644 --- a/LCARStrek/devtools/variables.css +++ b/LCARStrek/devtools/variables.css @@ -43,11 +43,11 @@ --theme-body-color: #FF9F00; --theme-body-color-alt: #A09090; + --theme-body-color-inactive: #8050B0; --theme-content-color1: #FF9F00; --theme-content-color2: #A09090; --theme-content-color3: #FF9F00; --theme-content-color4: #9C9CFF; - --theme-content-disabled: #8050B0; --theme-text-blue: #3333FF; --theme-highlight-green: #008484; @@ -68,6 +68,8 @@ --theme-graphs-yellow: #FFCF00; --theme-graphs-red: #FF0000; --theme-graphs-grey: #A09090; + --theme-graphs-full-red: #FF0000; + --theme-graphs-full-blue: #0000FF; /* Images */ --theme-pane-collapse-image: url(chrome://devtools/skin/images/pane-collapse.svg); diff --git a/LCARStrek/devtools/webaudioeditor.css b/LCARStrek/devtools/webaudioeditor.css index 2e513413..b02fa2ae 100644 --- a/LCARStrek/devtools/webaudioeditor.css +++ b/LCARStrek/devtools/webaudioeditor.css @@ -5,10 +5,6 @@ /* Reload and waiting notices */ .notice-container { margin-top: -50vh; -} - -.notice-container { - background-color: var(--theme-toolbar-background); color: var(--theme-body-color-alt); } @@ -31,7 +27,7 @@ svg { stroke-width: 1px; fill: none; - stroke: #A09090; /* Grey foreground text */ + stroke: var(--theme-body-color-alt); } /* AudioParam connection edges */ @@ -40,7 +36,7 @@ g.edgePath.param-connection { } .edgePath.param-connection path { - stroke: #A09090; /* Grey foreground text */ + stroke: var(--theme-body-color-alt); } /* Labels in AudioParam connection should have background that match @@ -50,16 +46,14 @@ g.edgeLabel rect { fill: var(--theme-body-background); } g.edgeLabel tspan { - fill: var(--theme-highlight-color-blue); + fill: var(--theme-body-color-alt); } /* Audio Nodes */ .nodes rect { stroke-width: 1px; cursor: pointer; -} -.nodes rect { stroke: var(--theme-splitter-color); fill: var(--theme-toolbar-background); } @@ -69,10 +63,10 @@ g.edgeLabel tspan { */ .theme-light .nodes g.bypassed rect { - fill: url(chrome://devtools/skin/filters.svg#bypass-light); + fill: url(chrome://devtools/skin/images/filters.svg#bypass-light); } .theme-dark .nodes g.bypassed rect { - fill: url(chrome://devtools/skin/filters.svg#bypass-dark); + fill: url(chrome://devtools/skin/images/filters.svg#bypass-dark); } .nodes g.bypassed.selected rect { stroke: var(--theme-selection-background); @@ -104,9 +98,6 @@ text { text { fill: var(--theme-body-color-alt); } -g.selected text { -/* fill: var(--theme-toolbar-background); */ -} .nodes text { cursor: pointer; @@ -138,8 +129,7 @@ g.selected text { background: none; box-shadow: none; border: none; - list-style-image: url("images/debugger-collapse.png"); - -moz-image-region: rect(0px,16px,16px,0px); + list-style-image: var(--theme-pane-collapse-image); } #inspector-pane-toggle > .toolbarbutton-icon { @@ -148,11 +138,7 @@ g.selected text { } #inspector-pane-toggle[pane-collapsed] { - list-style-image: url("images/debugger-expand.png"); -} - -#inspector-pane-toggle:active { - -moz-image-region: rect(0px,32px,16px,16px); + list-style-image: var(--theme-pane-expand-image); } /** @@ -170,19 +156,6 @@ g.selected text { } @media (min-resolution: 1.1dppx) { - #inspector-pane-toggle { - list-style-image: url("images/debugger-collapse@2x.png"); - -moz-image-region: rect(0px,32px,32px,0px); - } - - #inspector-pane-toggle[pane-collapsed] { - list-style-image: url("images/debugger-expand@2x.png"); - } - - #inspector-pane-toggle:active { - -moz-image-region: rect(0px,64px,32px,32px); - } - .web-audio-inspector .error { background-image: url("images/alerticon-warning@2x.png"); } @@ -215,19 +188,3 @@ g.selected text { margin-right: 0px !important; } } - -#inspector-pane-toggle { - background: none; - box-shadow: none; - border: none; - list-style-image: url("images/debugger-collapse.png"); - -moz-image-region: rect(0px,16px,16px,0px); -} - -#inspector-pane-toggle[pane-collapsed] { - list-style-image: url("images/debugger-expand.png"); -} - -#inspector-pane-toggle:active { - -moz-image-region: rect(0px,32px,16px,16px); -} diff --git a/LCARStrek/devtools/widgets.css b/LCARStrek/devtools/widgets.css index beee41d1..ff341043 100644 --- a/LCARStrek/devtools/widgets.css +++ b/LCARStrek/devtools/widgets.css @@ -3,27 +3,27 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -/* === BEGIN widgets.inc.css === */ - .theme-dark, .theme-light { --table-splitter-color: #A09090; --table-zebra-background: rgba(255,159,0,0.1); - --smw-margin: #9C9CFF; - --smw-item-top-border: #A09090; - --smw-item-bottom-border: #008484; + --sidemenu-separator-color: rgba(160,144,144,0.15); + --sidemenu-selected-arrow: url(images/itemArrow-dark-ltr.svg); + --sidemenu-selected-arrow-rtl: url(images/itemArrow-dark-rtl.svg); + --delete-icon: url(chrome://devtools/skin/images/vview-delete.png); + --delete-icon-2x: url(chrome://devtools/skin/images/vview-delete@2x.png); } /* Generic pane helpers */ -.generic-toggled-side-pane { - -moz-margin-start: 0px !important; +.generic-toggled-pane { + -moz-margin-start: 0 !important; /* Unfortunately, transitions don't work properly with locale-aware properties, so both the left and right margins are set via js, while the start margin is always overridden here. */ } -.generic-toggled-side-pane[animated] { +.generic-toggled-pane[animated] { transition: margin 0.25s ease-in-out; } @@ -43,6 +43,16 @@ position: relative; } +@media (min-width: 701px) { + .devtools-responsive-container .generic-toggled-pane { + /* To hide generic-toggled-pane, negative margins are applied dynamically. + * In the default horizontal layout, the pane is on the side and should be + * hidden using negative -moz-margin-end only. + */ + margin-top: 0 !important; + margin-bottom: 0 !important; + } +} @media (max-width: 700px) { .devtools-responsive-container { -moz-box-orient: vertical; @@ -51,30 +61,44 @@ .devtools-responsive-container > .devtools-side-splitter { /* This is a normally vertical splitter, but we have turned it horizontal due to the smaller resolution */ - border: 0; - margin: 0; - min-height: 3px; - height: 3px; - margin-top: -3px; + min-height: calc(var(--devtools-splitter-top-width) + + var(--devtools-splitter-bottom-width) + 1px); + border-top-width: var(--devtools-splitter-top-width); + border-bottom-width: var(--devtools-splitter-bottom-width); + margin-top: calc(-1 * var(--devtools-splitter-top-width) - 1px); + margin-bottom: calc(-1 * var(--devtools-splitter-bottom-width)); /* Reset the vertical splitter styles */ width: auto; min-width: 0; + border-inline-end-width: 0; + border-inline-start-width: 0; + margin-inline-end: 0; + margin-inline-start: 0; /* In some edge case the cursor is not changed to n-resize */ cursor: n-resize; } - .devtools-responsive-container > .devtools-sidebar-tabs { + .devtools-responsive-container > .devtools-sidebar-tabs:not([pane-collapsed]) { + /* When the panel is collapsed min/max height should not be applied because + collapsing relies on negative margins, which implies constant height. */ min-height: 35vh; max-height: 75vh; } + + .devtools-responsive-container .generic-toggled-pane { + /* To hide generic-toggled-pane, negative margins are applied dynamically. + * If a vertical layout, the pane is on the bottom and should be hidden + * using negative bottom margin only. + */ + -moz-margin-end: 0 !important; + } } /* BreacrumbsWidget */ .breadcrumbs-widget-container { - -moz-margin-start: 2px; -moz-margin-start: 2px; max-height: 24px; /* Set max-height for proper sizing on linux */ height: 24px; /* Set height to prevent starting small waiting for content */ @@ -99,7 +123,7 @@ .scrollbutton-up > .toolbarbutton-icon, .scrollbutton-down > .toolbarbutton-icon { - /* margin: 0 5px; */ + /* margin: 0 8px; */ } .scrollbutton-up:not([disabled]):active:hover > .toolbarbutton-icon, @@ -191,7 +215,7 @@ * we can handle RTL support with a CSS transform). */ #breadcrumb-separator-normal { - background: url("breadcrumbs-divider@2x.png") no-repeat center right; + background: url("images/breadcrumbs-divider@2x.png") no-repeat center right; background-size: 12px 24px; } @@ -245,21 +269,15 @@ } .breadcrumbs-widget-item:not([checked]) { - background-image: -moz-element(#breadcrumb-separator-normal); - background-repeat: no-repeat; - background-position: center left; + background: -moz-element(#breadcrumb-separator-normal) no-repeat center left; } .breadcrumbs-widget-item[checked] + .breadcrumbs-widget-item { - background-image: -moz-element(#breadcrumb-separator-after); - background-repeat: no-repeat; - background-position: 0 0; + background: -moz-element(#breadcrumb-separator-after) no-repeat 0 0; } .breadcrumbs-widget-item[checked] { - background-image: -moz-element(#breadcrumb-separator-before); - background-repeat: no-repeat; - background-position: 0 0; + background: -moz-element(#breadcrumb-separator-before) no-repeat 0 0; background-color: #008484; /* Select Highlight Blue */ } @@ -297,17 +315,14 @@ color: var(--theme-highlight-lightorange); } -.breadcrumbs-widget-item:not([checked]):hover .breadcrumbs-widget-item-id, -.breadcrumbs-widget-item:not([checked]):hover .breadcrumbs-widget-item-tag, -.breadcrumbs-widget-item:not([checked]):hover .breadcrumbs-widget-item-pseudo-classes, -.breadcrumbs-widget-item:not([checked]):hover .breadcrumbs-widget-item-classes { - color: var(--theme-hover-color) !important; -} - .breadcrumbs-widget-item { color: var(--theme-highlight-lightorange); } +.breadcrumbs-widget-item:not([checked]):hover label { + color: var(--theme-hover-color) !important; +} + .breadcrumbs-widget-item-id { color: var(--theme-body-color-alt); } @@ -339,10 +354,14 @@ .simple-list-widget-perma-text, .simple-list-widget-empty-text { - color: var(--theme-body-color-alt); padding: 4px 8px; } +.simple-list-widget-perma-text, +.simple-list-widget-empty-text { + color: var(--theme-body-color-alt); +} + /* FastListWidget */ .fast-list-widget-container { @@ -350,59 +369,44 @@ transform: translateZ(1px); } -/* dark/light theme */ .fast-list-widget-empty-text { - padding: 12px; - font-weight: 600; + padding: 4px 8px; +} + +.fast-list-widget-empty-text { color: var(--theme-body-color-alt); } /* SideMenuWidget */ -/* SideMenuWidget container */ - -.side-menu-widget-container:-moz-locale-dir(ltr), -.side-menu-widget-empty-text:-moz-locale-dir(ltr) { -} - -.side-menu-widget-container:-moz-locale-dir(rtl), -.side-menu-widget-empty-text:-moz-locale-dir(rtl)[with-arrows=true]:-moz-locale-dir(rtl) { +.side-menu-widget-container { + /* Hack: force hardware acceleration */ + transform: translateZ(1px); } -.side-menu-widget-group { - /* To allow visibility of the dark margin shadow. */ -/* -moz-margin-end: 1px; */ -} +/* SideMenuWidget container */ .side-menu-widget-container[with-arrows=true] .side-menu-widget-item { /* To compensate for the arrow image's dark margin. */ -/* -moz-margin-end: -1px; */ +/* margin-inline-end: -1px;*/ } /* SideMenuWidget groups */ .side-menu-widget-group-title { padding: 4px; - background-color: var(--theme-contrastsidebar-background); - color: var(--theme-contrastsidebar-color); + font-weight: 600; + border-bottom: 1px solid var(--sidemenu-separator-color); } -/* SideMenuWidget items */ - -.side-menu-widget-item { - border-top: 1px solid var(--smw-item-top-border); -/* border-bottom: 1px solid var(--smw-item-bottom-border);*/ +.side-menu-widget-group-title + .side-menu-widget-group-list .side-menu-widget-item-contents { + padding-inline-start: 20px; } -.side-menu-widget-item:last-of-type { -/* box-shadow: inset 0 -1px 0 var(--smw-item-top-border);*/ - border-bottom: 1px solid var(--smw-item-top-border); -} +/* SideMenuWidget items */ .side-menu-widget-item { - /* To compensate for the top and bottom borders */ - margin-top: -1px; - margin-bottom: -1px; + border-bottom: 1px solid var(--sidemenu-separator-color); background-clip: padding-box; } @@ -414,50 +418,49 @@ .side-menu-widget-item-arrow { -moz-margin-start: -7px; width: 7px; /* The image's width is 7 pixels */ - /* Cover the border of the side-menu-widget-item */ - margin-top: -1px; - margin-bottom: -1px; } .side-menu-widget-item.selected > .side-menu-widget-item-arrow { - background-size: auto, 1px 100%; + background-image: var(--sidemenu-selected-arrow); + background-size: auto; background-repeat: no-repeat; -} - -.side-menu-widget-item.selected > .side-menu-widget-item-arrow:-moz-locale-dir(ltr) { background-position: center right; } .side-menu-widget-item.selected > .side-menu-widget-item-arrow:-moz-locale-dir(rtl) { + background-image: var(--sidemenu-selected-arrow-rtl); background-position: center left; } -.side-menu-widget-item.selected > .side-menu-widget-item-arrow:-moz-locale-dir(ltr) { - background-image: url("itemArrow-ltr.svg"); -} - -.side-menu-widget-item.selected > .side-menu-widget-item-arrow:-moz-locale-dir(rtl) { - background-image: url("itemArrow-rtl.svg"); -} - /* SideMenuWidget items contents */ .side-menu-widget-item-contents { padding: 4px; /* To avoid having content overlapping the arrow image. */ - -moz-padding-end: 8px; + padding-inline-end: 8px; } .side-menu-widget-item-other { /* To avoid having content overlapping the arrow image. */ - -moz-padding-end: 8px; + padding-inline-end: 8px; /* To compensate for the .side-menu-widget-item-contents padding. */ - -moz-margin-start: -4px; - -moz-margin-end: -8px; + margin-inline-start: -4px; + margin-inline-end: -8px; color: var(--theme-selection-color); } -.side-menu-widget-item-other.selected { +.side-menu-widget-group-title + .side-menu-widget-group-list .side-menu-widget-item-other { + /* To compensate for the .side-menu-widget-item-contents padding. */ + margin-inline-start: -20px; +} + +.side-menu-widget-item.selected .side-menu-widget-item-other:not(.selected) { + background-color: var(--theme-sidebar-background); + box-shadow: inset 2px 0 0 var(--theme-selection-background); + color: var(--theme-body-color); +} + +.side-menu-widget-item.selected .side-menu-widget-item-other.selected { background-color: var(--theme-selection-background); color: var(--theme-selection-color); } @@ -490,27 +493,26 @@ /* SideMenuWidget misc */ -.theme-dark .side-menu-widget-container, -.theme-dark .side-menu-widget-empty-text { - background-color: var(--theme-toolbar-background); -} - .side-menu-widget-empty-text { - padding: 12px; + padding: 4px 8px; + background-color: var(--theme-sidebar-background); } /* VariablesView */ -.variables-view-container:not([empty]) { +.variables-view-container { /* Hack: force hardware acceleration */ transform: translateZ(1px); } .variables-view-empty-notice { - color: var(--theme-body-color-alt); padding: 2px; } +.variables-view-empty-notice { + color: var(--theme-body-color-alt); +} + .variables-view-scope:focus > .title, .theme-dark .variable-or-property:focus > .title { background-color: var(--theme-selection-background); @@ -597,11 +599,10 @@ background-size: cover; width: 16px; height: 16px; - opacity: 0.5; } @media (min-resolution: 1.1dppx) { - .variable-or-property-non-writable-icon > .title:after { + .variable-or-property-non-writable-icon { background-image: url("chrome://devtools/skin/images/vview-lock@2x.png"); } } @@ -674,7 +675,7 @@ .variable-or-property[non-enumerable] > tooltip > label.enumerable, .variable-or-property[non-configurable] > tooltip > label.configurable, -.variable-or-property[non-writable] > tooltip > label.writable +.variable-or-property[non-writable] > tooltip > label.writable, .variable-or-property[non-extensible] > tooltip > label.extensible { color: #A09090; text-decoration: line-through; @@ -720,12 +721,12 @@ } .variables-view-delete { - background-image: url("chrome://devtools/skin/images/vview-delete.png"); + background-image: var(--delete-icon); } @media (min-resolution: 1.1dppx) { .variables-view-delete { - background-image: url("chrome://devtools/skin/images/vview-delete@2x.png"); + background-image: var(--delete-icon-2x); } } @@ -743,6 +744,12 @@ background-image: url("chrome://devtools/skin/images/vview-open-inspector.png"); } +@media (min-resolution: 1.1dppx) { + .variables-view-open-inspector { + background-image: url("chrome://devtools/skin/images/vview-open-inspector@2x.png"); + } +} + /* Variables and properties input boxes */ .variable-or-property > .title > .separator + .element-value-input { @@ -933,7 +940,7 @@ .bar-graph-widget-legend-item { float: left; - -moz-margin-end: 8px; + -moz-margin-end: 8px; } .bar-graph-widget-legend-item > [view="color"], @@ -948,7 +955,8 @@ border: 1px solid #9C9CFF; border-radius: 1px; -moz-margin-end: 4px; - pointer-events: none; + pointer-events: all; + cursor: pointer; } .bar-graph-widget-legend-item > [view="label"] { @@ -1082,7 +1090,7 @@ overflow: auto; } -table-widget-body, +.table-widget-body, .table-widget-empty-text { background-color: var(--theme-body-background); } @@ -1106,12 +1114,16 @@ table-widget-body, color: inherit; text-align: center; font-weight: inherit !important; - border-bottom-width: 0 !important; - border-image: linear-gradient(transparent 15%, var(--theme-splitter-color) 15%, var(--theme-splitter-color) 85%, transparent 85%) 1 1; + border-image: linear-gradient(transparent 15%, + var(--theme-splitter-color) 15%, + var(--theme-splitter-color) 85%, + transparent 85%, + transparent calc(100% - 1px), + var(--theme-splitter-color) calc(100% - 1px)) 1 1; background-repeat: no-repeat; } -table-widget-column-header:not([sorted]):hover { +.table-widget-column-header:not([sorted]):hover { /* background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1));*/ } @@ -1135,6 +1147,14 @@ table-widget-column-header:not([sorted]):hover { background-image: url("chrome://devtools/skin/images/sort-arrows.svg#descending"); } +.table-widget-column[readonly] { + background-color: #402800; +} + +.table-widget-body .devtools-side-splitter:last-of-type { + display: none; +} + /* Cells */ .table-widget-cell { @@ -1145,6 +1165,10 @@ table-widget-column-header:not([sorted]):hover { color: var(--theme-body-color); } +.table-widget-cell[hidden] { + display: none; +} + .table-widget-column-header + .table-widget-cell { border-top: 1px solid var(--theme-splitter-color); } @@ -1153,9 +1177,8 @@ table-widget-column-header:not([sorted]):hover { border-bottom: 1px solid var(--table-splitter-color); } -:root:not(.filtering) .table-widget-cell:nth-child(odd):not(.theme-selected), -.table-widget-cell:not(.theme-selected)[odd] { - background: var(--table-zebra-background); +.table-widget-cell.even:not(.theme-selected) { + background-color: var(--table-zebra-background); } :root:not(.no-animate) .table-widget-cell.flash-out { @@ -1239,7 +1262,7 @@ table-widget-column-header:not([sorted]):hover { float: left; margin: 3px 2px -3px; background-repeat: no-repeat; - background-image: url("chrome://devtools/skin/controls.png"); + background-image: url("chrome://devtools/skin/images/controls.png"); background-size: 56px 28px; cursor: pointer; background-position: -28px -14px; @@ -1289,7 +1312,7 @@ table-widget-column-header:not([sorted]):hover { @media (min-resolution: 1.1dppx) { .tree-widget-item:before { - background-image: url("chrome://devtools/skin/controls@2x.png"); + background-image: url("chrome://devtools/skin/images/controls@2x.png"); } } @@ -1359,104 +1382,18 @@ table-widget-column-header:not([sorted]):hover { } .tree-widget-item[type="dir"]::after { - background-image: url("chrome://devtools/skin/filetype-dir-close.svg"); + background-image: url("chrome://devtools/skin/images/filetypes/dir-close.svg"); background-position: 2px 0; background-size: auto 16px; width: 20px; } .tree-widget-item[type="dir"][expanded]:not([empty])::after { - background-image: url("chrome://devtools/skin/filetype-dir-open.svg"); + background-image: url("chrome://devtools/skin/images/filetypes/dir-open.svg"); } .tree-widget-item[type="url"]::after { - background-image: url("chrome://devtools/skin/filetype-globe.svg"); + background-image: url("chrome://devtools/skin/images/filetypes/globe.svg"); background-size: auto 18px; width: 18px; } - -/* === BEGIN manifest-editor.inc.css === */ - -/* Manifest Editor overrides */ - -.variables-view-container.manifest-editor { - background-color: #000000; - padding: 20px 2px; -} - -.manifest-editor .variable-or-property:focus > .title { -/* background-color: #EDEDED; - color: #000; */ - border-radius: 4px; -} - -.manifest-editor .variables-view-property > .title > .name { -/* color: #27406A; */ -} - -.manifest-editor .variable-or-property > .title > label, -.manifest-editor textbox { - font-family: monospace; -} - -.manifest-editor .variable-or-property > .title > .token-string { -/* color: #54BC6A; */ - font-weight: bold; -} - -.manifest-editor .variable-or-property > .title > .token-boolean, -.manifest-editor .variable-or-property > .title > .token-number { -/* color: #009BD4; */ - font-weight: bold; -} - -.manifest-editor .variable-or-property > .title > .token-undefined { -/* color: #bbb; */ -} - -.manifest-editor .variable-or-property > .title > .token-null { -/* color: #999; */ -} - -.manifest-editor .variable-or-property > .title > .token-other { -/* color: #333; */ -} - -.manifest-editor .variables-view-variable { - border-bottom: none; -} - -.manifest-editor .variables-view-delete, -.manifest-editor .variables-view-delete:hover, -.manifest-editor .variables-view-delete:active, -.manifest-editor .variable-or-property:focus .variables-view-delete, -.manifest-editor .variables-view-add-property, -.manifest-editor .variables-view-add-property:hover, -.manifest-editor .variables-view-add-property:active, -.manifest-editor .variable-or-property:focus .variables-view-add-property { - list-style-image: none; - -moz-image-region: initial; -} - -.manifest-editor .variables-view-delete::before, -.manifest-editor .variables-view-add-property::before { - width: 11px; - height: 11px; - content: ""; - display: inline-block; - background-size: 11px auto; -} - -.manifest-editor .variables-view-delete::before { - background-image: url("app-manager/remove.svg"); - background-size: 12px auto; -} - -.manifest-editor .variables-view-add-property::before { - background-image: url("app-manager/add.svg"); - -moz-margin-end: 2px; -} - -/* === END manifest-editor.inc.css === */ - -/* === END widgets.inc.css === */ -- 2.35.3