X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fdebugger.css;h=6e230bb21d714774e2dbb5cfd28c1878c251c203;hp=af4db2e3fa3c8742524fa393de0047da4fe8c051;hb=b1d1a8bbaca0a31b2c2581911368b6892d447718;hpb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf diff --git a/LCARStrek/devtools/debugger.css b/LCARStrek/devtools/debugger.css index af4db2e3..6e230bb2 100644 --- a/LCARStrek/devtools/debugger.css +++ b/LCARStrek/devtools/debugger.css @@ -80,43 +80,21 @@ window { min-width: 16px; } -#sources-toolbar .devtools-toolbarbutton:not([label]) { - -moz-image-region: rect(0,16px,16px,0); -} - -@media (min-resolution: 1.1dppx) { - #sources-toolbar .devtools-toolbarbutton:not([label]) { - -moz-image-region: rect(0,32px,32px,0); - } -} - #black-box { - list-style-image: url("images/debugger-blackbox.png"); -} - -@media (min-resolution: 1.1dppx) { - #black-box { - list-style-image: url(images/debugger-blackbox@2x.png); - } + list-style-image: url("images/debugger-blackbox.svg"); } #pretty-print { - list-style-image: url(images/debugger-prettyprint.png); -} - -@media (min-resolution: 1.1dppx) { - #pretty-print { - list-style-image: url(images/debugger-prettyprint@2x.png); - } + list-style-image: url("images/debugger-prettyprint.svg"); } #toggle-breakpoints { list-style-image: url(images/debugger-toggleBreakpoints.svg); - -moz-image-region: rect(0,32px,16px,16px) !important; + -moz-image-region: rect(0,32px,16px,16px); } #toggle-breakpoints[checked] { - -moz-image-region: rect(0,16px,16px,0) !important; + -moz-image-region: rect(0,16px,16px,0); } #toggle-breakpoints[checked] > image { @@ -145,17 +123,9 @@ window { #black-boxed-message-button > .button-box > .button-icon { width: 16px; height: 16px; - background-image: url("images/debugger-blackbox.png"); + background-image: url("images/debugger-blackbox.svg"); background-position: 0 0; - background-size: 32px 16px; - background-repeat: no-repeat; - margin-inline-end: 5px; -} - -@media (min-resolution: 1.1dppx) { - #black-boxed-message-button > .button-box > .button-icon { - background-image: url("images/debugger-blackbox@2x.png"); - } + background-size: cover; } /* Black box message and source progress meter */ @@ -303,21 +273,12 @@ window { } .dbg-expression-arrow { - background-image: url("images/commandline-icon.png"); - background-position: -16px 0; - background-repeat: no-repeat; - background-size: 32px 16px; + background-image: var(--theme-command-line-image-focus); width: 16px; height: 16px; margin: 2px; } -@media (min-resolution: 1.1dppx) { - .dbg-expression-arrow { - background-image: url("images/commandline-icon@2x.png"); - } -} - .dbg-expression-input { color: inherit; } @@ -536,21 +497,11 @@ window { /* Toolbar controls */ #resume { - list-style-image: url(images/debugger-pause.png); + list-style-image: url(images/pause.svg); } #resume[checked] { - list-style-image: url(images/debugger-play.png); -} - -@media (min-resolution: 1.1dppx) { - #resume { - list-style-image: url(images/debugger-pause@2x.png); - } - - #resume[checked] { - list-style-image: url(images/debugger-play@2x.png); - } + list-style-image: url(images/play.svg); } #resume[break-on-next] { @@ -558,29 +509,15 @@ window { } #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) { - #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); } #instruments-pane-toggle {