X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fperformance.css;h=12fc9dd5d7b663d49f20554a003dbaf9c2af1a20;hp=a830f89c61bf6622b1367567cc3dede68218853e;hb=dadba0f24ba2459f70e098788b20b0e4ba96a7d2;hpb=7c1e433be6221f02302397a7d5bcf1e25b949a75;ds=sidebyside diff --git a/LCARStrek/devtools/performance.css b/LCARStrek/devtools/performance.css index a830f89c..12fc9dd5 100644 --- a/LCARStrek/devtools/performance.css +++ b/LCARStrek/devtools/performance.css @@ -59,16 +59,7 @@ } #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[open] { - list-style-image: url(timeline-filter.svg#filter-open); + list-style-image: url(timeline-filter.svg); } #performance-filter-menupopup > menuitem:before { @@ -121,23 +112,19 @@ } #select-optimizations-view { - list-style-image: url(profiler-stopwatch.svg); + list-style-image: url(images/profiler-stopwatch.svg); } /* Recording buttons */ #main-record-button { - list-style-image: url(profiler-stopwatch-tbutton.svg); + list-style-image: url(images/profiler-stopwatch-tbutton.svg); } #empty-notice > .record-button, #main-record-button:hover, #main-record-button:hover:active { - list-style-image: url(profiler-stopwatch.svg); -} - -#main-record-button[checked] { - list-style-image: url(profiler-stopwatch-checked.svg); + list-style-image: url(images/profiler-stopwatch.svg); } #main-record-button .button-icon {