Change background color of bookmarks

User Help for Mozilla Firefox
Post Reply
User avatar
fixit7
Posts: 233
Joined: May 19th, 2015, 3:11 pm

Change background color of bookmarks

Post by fixit7 »

This changed my foreground color ok, but I want to change background to white.

@namespace url("http://www.mozilla.org/keymaster/gateke ... s.only.xul"); .menu-iconic-text{ color: #729FCF !important; }

Thanks.
aborix
Posts: 29
Joined: October 23rd, 2017, 1:23 pm

Re: Change background color of bookmarks

Post by aborix »

Try this:

Code: Select all

#bookmarksMenuPopup * {background: white !important}
User avatar
fixit7
Posts: 233
Joined: May 19th, 2015, 3:11 pm

Re: Change background color of bookmarks

Post by fixit7 »

Thanks.
Post Reply