X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Ftimeline.css;h=ba707ecafddbd4d1db61e33b3703a1741f0bf535;hp=08a189047d703c6541cbdbca5ffe5d8fd0fbcf7b;hb=2075203285bc0276d14a434d056cf90131188d44;hpb=b3bf08b110943f4abc9642b613f0dcb078c22b0b diff --git a/LCARStrek/browser/devtools/timeline.css b/LCARStrek/browser/devtools/timeline.css index 08a18904..ba707eca 100644 --- a/LCARStrek/browser/devtools/timeline.css +++ b/LCARStrek/browser/devtools/timeline.css @@ -5,6 +5,7 @@ #record-button { list-style-image: url("profiler-stopwatch.svg"); + min-width: 24px; } #record-button[checked] { @@ -15,6 +16,36 @@ visibility: hidden; } +#memory-checkbox .checkbox-label { + line-height: 100%; +} + +#filter-button { + list-style-image: url(timeline-filter.svg#filter); + min-width: 24px; +} + +#filter-button[disabled] { + list-style-image: url(timeline-filter.svg#filter-disabled); +} + +#filter-button:not([disabled]):hover, +#filter-button[open] { + list-style-image: url(timeline-filter.svg#filter-open); +} + +#timelineFilterPopup > menuitem:before { + content: ""; + display: block; + width: 8px; + height: 8px; + margin: 0 8px; + border: 1px solid; + border-radius: 1px; + background-color: var(--bullet-bg); + border-color: var(--bullet-border); +} + .notice-container { font-size: 120%; padding-bottom: 35vh; @@ -143,24 +174,30 @@ border-color: initial !important; } +.waterfall-marker-location { + color: #3333FF; +} + +.waterfall-marker-location:hover, +.waterfall-marker-location:focus { + text-decoration: underline; +} + #timeline-waterfall-details { -moz-padding-start: 8px; -moz-padding-end: 8px; - padding-top: 8vh; + padding-top: 2vh; overflow: auto; } .marker-details-bullet { width: 8px; height: 8px; - margin: 0 8px; border: 1px solid; border-radius: 1px; } -.marker-details-start, -.marker-details-end, -.marker-details-duration { +#timeline-waterfall-details > * { padding-top: 3px; }