userChrome/urlbar: hide amazon icon (MR 19)
This commit is contained in:
parent
95710f0b98
commit
511f62ac7b
1 changed files with 8 additions and 0 deletions
|
@ -78,3 +78,11 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Even though amazon is removed as search engine in policies.json, it gets
|
||||||
|
* installed when FF starts for the first time. Hide the button in "This time,
|
||||||
|
* search with" inside the urlbar. Match localizations like Amazon.de with this
|
||||||
|
* regex. */
|
||||||
|
button[id^='urlbar-engine-one-off-item-Amazon'] {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue