complete sync of LCARStrek with browser winstripe changes in Firefox 21 cycle
[themes.git] / LCARStrek / browser / devtools / orion.css
index cd96fa634a8ef787fcf290775079b61d55f87062..bfacc96015abeecb87440963a8965eaf69de28e9 100644 (file)
   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 {