X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fprofiler.css;h=7d9da809d8a2df4f047e9819a2962165aab034e2;hp=bb0e0a1167d11d5126c68336262269090aee982f;hb=65d49c6a7a74532cb85209013811e3a047689f85;hpb=8c6555e28fa244bc0231d8176d587cdd086983a8 diff --git a/LCARStrek/browser/devtools/profiler.css b/LCARStrek/browser/devtools/profiler.css index bb0e0a11..7d9da809 100644 --- a/LCARStrek/browser/devtools/profiler.css +++ b/LCARStrek/browser/devtools/profiler.css @@ -175,7 +175,7 @@ window { background-image: url("newtab.png"); } -@media (min-resolution: 2dppx) { +@media (min-resolution: 1.25dppx) { #profile-newtab-button { background-image: url("newtab@2x.png"); } @@ -280,7 +280,8 @@ window { .call-tree-item:not([origin="content"]) .call-tree-name, .call-tree-item:not([origin="content"]) .call-tree-url, -.call-tree-item:not([origin="content"]) .call-tree-line { +.call-tree-item:not([origin="content"]) .call-tree-line, +.call-tree-item:not([origin="content"]) .call-tree-column { /* Style chrome and non-JS nodes differently. */ opacity: 0.6; } @@ -302,6 +303,11 @@ window { color: var(--theme-content-color2); } +.call-tree-column { + color: var(--theme-highlight-orange); + opacity: 0.6; +} + .call-tree-host { -moz-margin-start: 8px !important; font-size: 90%; @@ -311,8 +317,10 @@ window { color: var(--theme-highlight-pink); } +.call-tree-name[value=""], .call-tree-url[value=""], .call-tree-line[value=""], +.call-tree-column[value=""], .call-tree-host[value=""] { display: none; } @@ -333,7 +341,7 @@ window { background-image: url("magnifying-glass.png"); } -@media (min-resolution: 2dppx) { +@media (min-resolution: 1.25dppx) { .call-tree-zoom { background-image: url("magnifying-glass@2x.png"); }