X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fcanvasdebugger.css;h=6d99e543515df63a7c6ac482c780702d7bb77a3f;hp=a8163b0d6c883c7713978c1ae41883af3f781d99;hb=1ad21b1f6b999bccea1c6d768ebbd4bc900479d0;hpb=7d6161c5de5eb8284455c6ca486f0f51b51a1618 diff --git a/LCARStrek/devtools/canvasdebugger.css b/LCARStrek/devtools/canvasdebugger.css index a8163b0d..6d99e543 100644 --- a/LCARStrek/devtools/canvasdebugger.css +++ b/LCARStrek/devtools/canvasdebugger.css @@ -48,6 +48,10 @@ list-style-image: url("chrome://devtools/skin/images/profiler-stopwatch-tbutton.svg"); } +#import-snapshot { + list-style-image: url("images/import.svg"); +} + /* Snapshots items */ .snapshot-item-thumbnail { @@ -107,37 +111,19 @@ /* Debugging pane controls */ #resume { - list-style-image: url("images/debugger-play.png"); + list-style-image: url("images/play.svg"); } #step-over { - list-style-image: url("images/debugger-step-over.png"); + list-style-image: url("images/debugger-step-over.svg"); } #step-in { - list-style-image: url("images/debugger-step-in.png"); + list-style-image: url("images/debugger-step-in.svg"); } #step-out { - list-style-image: url("images/debugger-step-out.png"); -} - -@media (min-resolution: 1.1dppx) { - #resume { - list-style-image: url(images/debugger-play@2x.png); - } - - #step-over { - list-style-image: url(images/debugger-step-over@2x.png); - } - - #step-in { - list-style-image: url(images/debugger-step-in@2x.png); - } - - #step-out { - list-style-image: url(images/debugger-step-out@2x.png); - } + list-style-image: url("images/debugger-step-out.svg"); } #calls-slider { @@ -198,12 +184,6 @@ color: #000000; } -@media (min-resolution: 1.1dppx) { - .selected .call-item-gutter { - background-image: url("images/editor-debug-location@2x.png"); - } -} - .call-item-index { text-align: end; }