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 #ehh-inspector-toolbarbutton > image | |
10 { | |
11 filter: none; | |
12 list-style-image: url("chrome://adblockplus/skin/abp-status-16.png"); | |
13 -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
| |
14 } | |
OLD | NEW |