Change background color of bookmark drop menu

User Help for Mozilla Firefox
Post Reply
JimWG
Posts: 46
Joined: November 13th, 2007, 1:18 am
Location: New York City

Change background color of bookmark drop menu

Post by JimWG »

Greetings!

When my Bookmarks menu on the Booksmarks toolbar drops down, its background is all black with only the entries my cursor scrolls through being highlighted. Is there a way to turn the black ground to a lighter color where I can see every item listed in the menu?

Thanks for any tips!

Jim in NYC
User avatar
LIMPET235
Moderator
Posts: 39956
Joined: October 19th, 2007, 1:53 am
Location: The South Coast of N.S.W. Oz.

Re: Change background color of bookmark drop menu

Post by LIMPET235 »

Hi,
Are you running a Theme?
Have you thought of trying another one, say, a tad lighter?
ref; > https://addons.mozilla.org/en-US/firefox/themes/
> https://addons.mozilla.org/en-US/firefo ... te-themes/

Otherwise, wait for a coder to come along who may be able to help out.

Moving this to Firefox Support...
[Ancient Amateur Astronomer.]
Win-10-H/64 bit/500G SSD/16 Gig Ram/450Watt PSU/350WattUPS/Firefox-115.0.2/T-bird-115.3.2./SnagIt-v10.0.1/MWP-7.12.125.

(Always choose the "Custom" Install.)
wright76878
Posts: 716
Joined: July 9th, 2004, 8:05 am

Re: Change background color of bookmark drop menu

Post by wright76878 »

In my userChrome file:

@namespace url("http://www.mozilla.org/keymaster/gateke ... s.only.xul");
/*background and font color of sidebar */
#bookmarksPanel treechildren,
#history-panel treechildren {background-color: rgb(255,255,184) !important;
font-weight: bold !important;font-size: 13pt !important;color: darkslateblue !important;}

/*Bookmarks sidebar: change hover color */
#bookmarks-view treechildren:-moz-tree-cell(hover) {background-color: steelblue !important; }
#bookmarks-view treechildren:-moz-tree-cell(selected) {background-color: steelblue !important; }
JimWG
Posts: 46
Joined: November 13th, 2007, 1:18 am
Location: New York City

Re: Change background color of bookmark drop menu

Post by JimWG »

Thanks to both of you! Before your responses I first did a full refresh then added on the default themes and have readible menus again. Just as a learning experience I'm going to see what happens with both your recommended solutions. Since I only recently fired-up Firefox on a "new" secondhand Dell E6430 and had its new version Firefox sync configurations from a Firefox account unused for six years, I think my toolbar menu backgrounds orginally came from a older Firefox installation on a 32bit Thinkpad and it must be that using that long-ago synced Firefox data wasn't as faithfully compatible with today's Firefox. Just a theory, but sounds right enough since I'd no issues with Firefox until that sync.

Thanks for the assist!!

Jim in NYC
Post Reply