aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/devtools/debugger.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/browser/devtools/debugger.css')
-rw-r--r--arc-firefox-theme/chrome/browser/devtools/debugger.css44
1 files changed, 17 insertions, 27 deletions
diff --git a/arc-firefox-theme/chrome/browser/devtools/debugger.css b/arc-firefox-theme/chrome/browser/devtools/debugger.css
index 97eb3b0..39df7a9 100644
--- a/arc-firefox-theme/chrome/browser/devtools/debugger.css
+++ b/arc-firefox-theme/chrome/browser/devtools/debugger.css
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -45,16 +49,6 @@
margin: 2px;
}
-.dbg-breakpoint-condition-thrown-message {
- display: none;
- color: var(--theme-highlight-red);
-}
-
-.dbg-breakpoint.dbg-breakpoint-condition-thrown .dbg-breakpoint-condition-thrown-message {
- display: block;
- -moz-padding-start: 0;
-}
-
/* Sources toolbar */
#sources-toolbar > .devtools-toolbarbutton,
@@ -66,7 +60,7 @@
list-style-image: url(debugger-blackbox.png);
}
-@media (min-resolution: 1.25dppx) {
+@media (min-resolution: 2dppx) {
#black-box {
list-style-image: url(debugger-blackbox@2x.png);
}
@@ -76,7 +70,7 @@
list-style-image: url(debugger-prettyprint.png);
}
-@media (min-resolution: 1.25dppx) {
+@media (min-resolution: 2dppx) {
#pretty-print {
list-style-image: url(debugger-prettyprint@2x.png);
}
@@ -86,16 +80,12 @@
list-style-image: url(debugger-toggleBreakpoints.png);
}
-@media (min-resolution: 1.25dppx) {
+@media (min-resolution: 2dppx) {
#toggle-breakpoints {
list-style-image: url(debugger-toggleBreakpoints@2x.png);
}
}
-#toggle-promise-debugger {
- /* TODO Bug 1186119: Add a toggle promise debugger image */
-}
-
#sources-toolbar .devtools-toolbarbutton:not([label]) {
-moz-image-region: rect(0px,16px,16px,0px);
}
@@ -104,7 +94,7 @@
-moz-image-region: rect(0px,32px,16px,16px);
}
-@media (min-resolution: 1.25dppx) {
+@media (min-resolution: 2dppx) {
#sources-toolbar .devtools-toolbarbutton:not([label]) {
-moz-image-region: rect(0px,32px,32px,0px);
}
@@ -138,7 +128,7 @@
-moz-margin-end: 5px;
}
-@media (min-resolution: 1.25dppx) {
+@media (min-resolution: 2dppx) {
#black-boxed-message-button > .button-box > .button-icon {
background-image: url(debugger-blackbox@2x.png);
}
@@ -226,7 +216,7 @@
-moz-image-region: rect(0px,32px,16px,16px);
}
-@media (min-resolution: 1.25dppx) {
+@media (min-resolution: 2dppx) {
#trace {
list-style-image: url(tracer-icon@2x.png);
-moz-image-region: rect(0px,32px,32px,0px);
@@ -328,7 +318,7 @@
margin: 2px;
}
-@media (min-resolution: 1.25dppx) {
+@media (min-resolution: 2dppx) {
.dbg-expression-arrow {
background-image: url(commandline-icon@2x.png);
}
@@ -564,7 +554,7 @@
list-style-image: url(debugger-play.png);
}
-@media (min-resolution: 1.25dppx) {
+@media (min-resolution: 2dppx) {
#resume {
list-style-image: url(debugger-pause@2x.png);
-moz-image-region: rect(0px,32px,32px,0px);
@@ -576,12 +566,12 @@
}
}
-#debugger-controls toolbarbutton {
+#resume ~ toolbarbutton {
transition: opacity 0.15s ease-in-out;
}
-#debugger-controls toolbarbutton[disabled] {
- opacity: .5;
+#resume:not([checked]) ~ toolbarbutton {
+ opacity: 0.5;
}
#step-over {
@@ -596,7 +586,7 @@
list-style-image: url(debugger-step-out.png);
}
-@media (min-resolution: 1.25dppx) {
+@media (min-resolution: 2dppx) {
#step-over {
list-style-image: url(debugger-step-over@2x.png);
}
@@ -626,7 +616,7 @@
-moz-image-region: rect(0px,32px,16px,16px);
}
-@media (min-resolution: 1.25dppx) {
+@media (min-resolution: 2dppx) {
#instruments-pane-toggle {
list-style-image: url(debugger-collapse@2x.png);
-moz-image-region: rect(0px,32px,32px,0px);