X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fperformance.css;h=d27599875ea9e31ca74037c1f2df184bc857b028;hp=2cb09b078f6ceb0cdb3d797f4a79f9b89a530eb3;hb=9f6401c22b50f8e59ea2275e257f9585a8e04e41;hpb=6f751fd100ed69c35ed979e9d0db9d0f991af80a diff --git a/LCARStrek/devtools/performance.css b/LCARStrek/devtools/performance.css index 2cb09b07..d2759987 100644 --- a/LCARStrek/devtools/performance.css +++ b/LCARStrek/devtools/performance.css @@ -11,7 +11,6 @@ --focus-cell-border-color: #9C9CFF; --row-alt-background-color: #403400; --row-hover-background-color: #544400; - --filter-image: url(chrome://devtools/skin/images/timeline-filter.svg); } /** @@ -36,7 +35,7 @@ } #filter-button { - list-style-image: var(--filter-image); + list-style-image: url(images/filter.svg); } #performance-filter-menupopup > menuitem .menu-iconic-left::after { @@ -71,17 +70,27 @@ /* Recording buttons */ #recordings-controls { - background-color: #9C9CFF; +/* background-color: #9C9CFF;*/ + display: flex; +} + +#recording-controls-mount, +#recording-controls-mount > div, +#recording-controls-mount > div > .devtools-toolbar { + display: flex; + flex: 1 1 auto; } #clear-button::before { background-image: var(--clear-icon-url); } +#main-record-button > image, #main-record-button::before { background-image: url(images/profiler-stopwatch-tbutton.svg); } +#import-button > image, #import-button::before { background-image: url(images/import.svg); }