cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

24 pin images on the homepage are annoying (chrome://browser/skin/pin-12.svg)

NOV
Making moves

pin.PNG

1 ACCEPTED SOLUTION

NOV
Making moves

An code omni.ja file
.icon.icon-pin-small {
background-image: url("chrome://browser/skin/pin-12.svg");
change to
.icon.icon-pin-small {
background-image: url("chrome://browser/skin/xer-21.svg");

View solution in original post

2 REPLIES 2

Agentvirtuel
Collaborator

Hello

browser.newtabpage.activity-stream.newtabShortcuts.refresh, the preference no longer exist.
You can try, an code userContent.css file.
https://connect.mozilla.org/t5/discussions/feedback-for-the-new-tab-layout-variants-in-the-home-page...

NOV
Making moves

An code omni.ja file
.icon.icon-pin-small {
background-image: url("chrome://browser/skin/pin-12.svg");
change to
.icon.icon-pin-small {
background-image: url("chrome://browser/skin/xer-21.svg");