X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fdebugger.css;h=968eb4fdb57330ebd6798d55efb6dc96693514f6;hp=af4db2e3fa3c8742524fa393de0047da4fe8c051;hb=6f751fd100ed69c35ed979e9d0db9d0f991af80a;hpb=db1c5db107950e750d8c3cf3a6ac106ec0cc606e diff --git a/LCARStrek/devtools/debugger.css b/LCARStrek/devtools/debugger.css index af4db2e3..968eb4fd 100644 --- a/LCARStrek/devtools/debugger.css +++ b/LCARStrek/devtools/debugger.css @@ -303,21 +303,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; }