X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Forion.css;fp=LCARStrek%2Fbrowser%2Fdevtools%2Forion.css;h=bfacc96015abeecb87440963a8965eaf69de28e9;hp=cd96fa634a8ef787fcf290775079b61d55f87062;hb=f9fc08c79bdf98effdbf7ed9aefecd38a25cc432;hpb=05e71693d17f86b92ca00526ff75d20bc0cb5004 diff --git a/LCARStrek/browser/devtools/orion.css b/LCARStrek/browser/devtools/orion.css index cd96fa63..bfacc960 100644 --- a/LCARStrek/browser/devtools/orion.css +++ b/LCARStrek/browser/devtools/orion.css @@ -56,15 +56,30 @@ background-position: center; background-repeat: no-repeat; } -.annotationHTML.task { +.annotation.task .annotationHTML { background-image: url("chrome://browser/skin/devtools/orion-task.png"); } -.annotationHTML.breakpoint { +.annotation.breakpoint .annotationHTML { background-image: url("chrome://browser/skin/devtools/orion-breakpoint.png"); } -.annotationHTML.debugLocation { +.annotation.debugLocation .annotationHTML { background-image: url("chrome://browser/skin/devtools/orion-debug-location.png"); } +.annotation.breakpoint.debugLocation .annotationHTML, +.annotation.task.debugLocation .annotationHTML { + background-position: center, center; + background-repeat: no-repeat, no-repeat; + background-size: 75%, 100%; +} +.annotation.breakpoint.debugLocation .annotationHTML { + background-image: url("chrome://browser/skin/devtools/orion-debug-location.png"), + url("chrome://browser/skin/devtools/orion-breakpoint.png"); +} + +.annotation.task.debugLocation .annotationHTML { + background-image: url("chrome://browser/skin/devtools/orion-debug-location.png"), + url("chrome://browser/skin/devtools/orion-task.png"); +} /* Styles for the overview ruler */ .annotationOverview {