Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/skin/devToolsOverlay.css

Issue 5765003219042304: EEH inspector integration fix (Closed)
Patch Set: Nits fixes Created April 15, 2014, 1:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/inspectorObserver.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/skin/devToolsOverlay.css
===================================================================
new file mode 100644
--- /dev/null
+++ b/chrome/skin/devToolsOverlay.css
@@ -0,0 +1,14 @@
+/*
+ * This Source Code is subject to the terms of the Mozilla Public License
+ * version 2.0 (the "License"). You can obtain a copy of the License at
+ * http://mozilla.org/MPL/2.0/.
+ */
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+#ehh-inspector-toolbarbutton > image
+{
+ filter: none;
+ list-style-image: url("chrome://adblockplus/skin/abp-status-16.png");
+ -moz-image-region: rect(0px, 16px, 16px, 0px);
Wladimir Palant 2014/04/15 14:03:36 We should not go down into the anonymous elements
+}
« no previous file with comments | « no previous file | lib/inspectorObserver.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld