Index: chrome/content/noToolbarIconDisplay.css |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/chrome/content/noToolbarIconDisplay.css |
@@ -0,0 +1,15 @@ |
+/* |
+ * 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"); |
+ |
+@-moz-document url("about:addons") |
+{ |
+ #abpcustomization-icondisplay |
+ { |
+ visibility: collapse; |
Wladimir Palant
2014/07/30 11:34:08
Any reason why this shouldn't be display:none?
saroyanm
2014/07/30 12:50:35
I did it because, we were using element.collapsed
|
+ } |
+} |