X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fperformance.css;h=003ba35a4647f72d1a6b8c6355298b852f3738ad;hp=c13a26c9157f5614ce5fc1ec0a906bd4dd0341fe;hb=b336389b03be6c31afa4a33a56b2650dfd950dcb;hpb=2e389898f68ebe2e0fd7c7b50ead1dbd3c082405 diff --git a/LCARStrek/browser/devtools/performance.css b/LCARStrek/browser/devtools/performance.css index c13a26c9..003ba35a 100644 --- a/LCARStrek/browser/devtools/performance.css +++ b/LCARStrek/browser/devtools/performance.css @@ -110,6 +110,10 @@ list-style-image: url(performance-icons.svg#details-flamegraph-active); } +#select-optimizations-view { + list-style-image: url(profiler-stopwatch.svg); +} + /* Recording buttons */ #main-record-button { @@ -832,22 +836,52 @@ call-tree-item:not([origin="content"]) .call-tree-line { cursor: pointer; } -#jit-optimizations-view .opt-icon::before { +.opt-icon::before { content: ""; background-image: url(chrome://browser/skin/devtools/webconsole.svg); background-repeat: no-repeat; background-size: 72px 60px; + /* show grey "i" bubble by default */ + background-position: -36px -36px; width: 12px; height: 12px; display: inline-block; - margin: 5px 6px 0 0; max-height: 12px; } -#jit-optimizations-view .opt-icon[severity=warning]::before { +#jit-optimizations-view .opt-icon::before { + margin: 5px 6px 0 0; +} +description.opt-icon { + margin: 0px 0px 0px 0px; +} +description.opt-icon::before { + margin: 1px 4px 0px 0px; +} + +.opt-icon[severity=warning]::before { background-position: -24px -24px; } +.opt-icon[type=linkable]::before { + cursor: pointer; +} + + +ul.frames-list { + list-style-type: none; + padding: 0px; + margin: 0px; +} + +ul.frames-list li { + cursor: pointer; +} + +ul.frames-list li.selected { + background-color: var(--theme-selection-background); + color: var(--theme-selection-color); +} /** * Configurable Options