tweak firefox 'download complete' needle

Rawhide changed the color of the popover outline, so exclude it
from the needle so the needle continues to work for 24/25/RH.
This commit is contained in:
Adam Williamson 2016-12-07 11:51:48 -08:00
parent 3889000907
commit 5da52acc75

View file

@ -1,16 +1,16 @@
{ {
"tags": [ "area": [
"browser_download_complete", {
"firefox_download_complete" "height": 19,
], "type": "match",
"properties": [], "width": 34,
"area": [ "xpos": 829,
{ "ypos": 102
"xpos": 829, }
"ypos": 102, ],
"width": 34, "properties": [],
"height": 26, "tags": [
"type": "match" "browser_download_complete",
} "firefox_download_complete"
] ]
} }