diff options
author | Horst3180 | 2015-09-24 02:11:04 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-24 02:11:04 +0200 |
commit | 976787c0273b2f4d60e979dc7754d76acbaea8ed (patch) | |
tree | b303c2cdcc99ebd85f42099338f7d179c6248720 /arc-firefox-theme/chrome/browser/devtools/debugger.css | |
parent | 4bd72dfb583377dcc92304cb5f5122fccfd26a00 (diff) | |
download | solarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.tar.gz solarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.tar.xz solarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.zip |
update to 42.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/browser/devtools/debugger.css')
-rw-r--r-- | arc-firefox-theme/chrome/browser/devtools/debugger.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arc-firefox-theme/chrome/browser/devtools/debugger.css b/arc-firefox-theme/chrome/browser/devtools/debugger.css index fb7be09..97eb3b0 100644 --- a/arc-firefox-theme/chrome/browser/devtools/debugger.css +++ b/arc-firefox-theme/chrome/browser/devtools/debugger.css @@ -1,7 +1,3 @@ -/* 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 @@ -96,6 +92,10 @@ } } +#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); } |