}
#alltabs-button {
- list-style-image: url("chrome://browser/skin/tabbrowser/alltabs.png");
- -moz-image-region: rect(0, 14px, 16px, 0);
-}
-
-#alltabs-button:hover,
-#alltabs-button:hover:active {
- -moz-image-region: rect(0, 28px, 16px, 14px);
-}
-
-#alltabs-button[type="menu"] {
list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
- -moz-image-region: auto;
}
-#alltabs-button[type="menu"] > .toolbarbutton-menu-dropmarker {
+#alltabs-button > .toolbarbutton-menu-dropmarker {
display: none;
}
-#alltabs-button[type="menu"]:hover,
-#alltabs-button[type="menu"]:hover:active,
-#alltabs-button[type="menu"][open="true"] {
+#alltabs-button:hover,
+#alltabs-button:hover:active,
+#alltabs-button[open="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
- -moz-image-region: auto;
}
/* All tabs menupopup */
/*background-color: rgba(27%,27%,27%,.65);*/
}
-.KUI-panel-closebutton {
- list-style-image: url("KUI-close.png");
- width: 24px;
- height: 24px;
-}
-
-.KUI-panel-closebutton:not(:hover) {
-}
-
-.KUI-panel-closebutton > .toolbarbutton-icon {
-}
-
-/* ::::: Ctrl-Tab and All Tabs Panels ::::: */
-
/* Ctrl-Tab */
#ctrlTab-panel {
margin-top: .5em;
}
-/* All Tabs */
-
-#allTabs-panel {
- padding-bottom: 10px;
-}
-
-#allTabs-meta {
- margin: 10px;
-}
-
-#allTabs-filter {
- -moz-margin-start: 24px;
- -moz-margin-end: 0;
-}
-
-#allTabs-tab-close-button > .toolbarbutton-icon {
- margin: 0;
-}
-
-.allTabs-favicon[src] {
- width: 22px;
- height: 22px;
- padding-top: 1px;
- padding-bottom: 5px;
- -moz-padding-start: 1px;
- -moz-padding-end: 5px;
- margin-top: -2px;
- -moz-margin-start: -2px;
- border-bottom-right-radius: 4px;
-}
-
-.allTabs-favicon[src]:-moz-locale-dir(rtl) {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 4px;
-}
-
-.allTabs-preview-inner > .tabPreview-canvas {
- background-color: #E7ADE7;
-}
-
-.allTabs-preview:not(:hover):not([closebuttonhover]) > html|canvas {
-}
-
-.allTabs-preview:focus > * > .allTabs-preview-inner {
- outline: 1px dotted #008484;
-}
-
/* Add-on bar */
#addon-bar {
}
.devtools-no-search-result {
- transition-property: box-shadow, border-color, background-image;
/* box-shadow: inset 0 0 0 1px hsla(0,68%,6%,.35);
border-color: hsl(10,70%,40%) hsl(10,75%,37%) hsl(10,80%,35%) !important;*/
background-image: url("magnifying-glass.png"), linear-gradient(rgba(255,0,0,.15), rgba(255,0,0,.35));
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 {