Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 /* | |
2 * This Source Code is subject to the terms of the Mozilla Public License | |
3 * version 2.0 (the "License"). You can obtain a copy of the License at | |
4 * http://mozilla.org/MPL/2.0/. | |
5 */ | |
6 | |
7 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
8 | |
9 @-moz-document url("about:addons") | |
10 { | |
11 #abpcustomization-icondisplay | |
12 { | |
13 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
| |
14 } | |
15 } | |
OLD | NEW |