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: Fix for light DevTools theme Created April 15, 2014, 10:12 a.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') | lib/inspectorObserver.js » ('J')
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,12 @@
+/*
+ * 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");
+
+#inspector-abp-elemhide-toolbutton>image
Wladimir Palant 2014/04/15 13:38:19 Nit: please add a space before and after > here (I
saroyanm 2014/04/15 13:54:43 Done.
+{
+ filter: none;
+}
Wladimir Palant 2014/04/15 13:38:19 We should also define list-style-image and other s
saroyanm 2014/04/15 13:54:43 Good point!
« no previous file with comments | « no previous file | lib/inspectorObserver.js » ('j') | lib/inspectorObserver.js » ('J')

Powered by Google App Engine
This is Rietveld