X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fperformance.css;h=1ead491870e952cf6bdd75d3416fce00fa961d45;hp=8ac95bc61b860c73938f5d033b3b22b0c4fea4c5;hb=1e9e1791d430ae539727c01da67e7dbbf3adfa18;hpb=5d91f988780d79a9b7e08efa72f2ff1212793bba diff --git a/LCARStrek/devtools/performance.css b/LCARStrek/devtools/performance.css index 8ac95bc6..1ead4918 100644 --- a/LCARStrek/devtools/performance.css +++ b/LCARStrek/devtools/performance.css @@ -70,8 +70,28 @@ /* Recording buttons */ -#main-record-button { - list-style-image: url(images/profiler-stopwatch.svg); +#recordings-controls { + background-color: #9C9CFF; +} + +#clear-button::before { + background-image: var(--clear-icon-url); +} + +#main-record-button::before { + background-image: url(images/profiler-stopwatch-tbutton.svg); +} + +#import-button::before { + background-image: url(images/import.svg); +} + +#main-record-button .button-icon, #import-button .button-icon { + margin: 0; +} + +#main-record-button .button-text, #import-button .button-text { + display: none; } #main-record-button .button-icon {