X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fperformance.css;h=d27599875ea9e31ca74037c1f2df184bc857b028;hp=1fd9412ef46972c9e479db132253601a9cbd4ec3;hb=60156ae2942f9e0388417766c47ff8d8ab79369b;hpb=8cbd10f23d017d95a5f0c193375aa23b14da0d16 diff --git a/LCARStrek/devtools/performance.css b/LCARStrek/devtools/performance.css index 1fd9412e..d2759987 100644 --- a/LCARStrek/devtools/performance.css +++ b/LCARStrek/devtools/performance.css @@ -70,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); }