X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcanvasdebugger.css;h=5072242f975f1cbc89bdf3befa5bbc3b343aa535;hp=b852703a4435218e6f673f28418f9820a7de6b37;hb=refs%2Ftags%2FEarlyBlue-2.38;hpb=d533ec21de421974d60dc2614105c2e439f34b49 diff --git a/LCARStrek/browser/devtools/canvasdebugger.css b/LCARStrek/browser/devtools/canvasdebugger.css index b852703a..5072242f 100644 --- a/LCARStrek/browser/devtools/canvasdebugger.css +++ b/LCARStrek/browser/devtools/canvasdebugger.css @@ -6,7 +6,6 @@ .notice-container { margin-top: -50vh; - font-size: 120%; background-color: var(--theme-toolbar-background); color: var(--theme-body-color); } @@ -22,9 +21,8 @@ display: none; } -#import-notice { - font-size: 250%; - color: #FFCF00; +#waiting-notice { + font-size: 110%; } /* Snapshots pane */ @@ -140,7 +138,7 @@ list-style-image: url("debugger-step-out.png"); } -@media (min-resolution: 2dppx) { +@media (min-resolution: 1.25dppx) { #resume { list-style-image: url(debugger-play@2x.png); -moz-image-region: rect(0px,64px,32px,32px); @@ -228,7 +226,7 @@ background-size: 12px; } -@media (min-resolution: 2dppx) { +@media (min-resolution: 1.25dppx) { .selected .call-item-gutter { background-image: url("editor-debug-location@2x.png"); }