Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Drop down menu Bookmarks background shade #727

Open
55trucker opened this issue Jan 3, 2025 · 5 comments
Open

Custom Drop down menu Bookmarks background shade #727

55trucker opened this issue Jan 3, 2025 · 5 comments

Comments

@55trucker
Copy link

Aris:

looking thru your past versions is there a custom style to alter the oem background shade of each of the highlighted bookmarks menu & the drop down menus when hovered over?
The current background shade is dull gray, it's almost the same shade as the default menu color, hard to pick up the highlighted selection when hovered over.

I was trying find something to make the highlighted menus the same shade as the active tabs like this.....

Pale Moon web browser photo

my Firefox browser looks like this.....

Firefox current browser photo

@Aris-t2
Copy link
Owner

Aris-t2 commented Jan 25, 2025

You are looking for this:

#main-menubar > menu {
  border: 1px solid transparent !important;
}

#main-menubar > menu:hover {
  background-image: linear-gradient(#99FFFF,#00CCFF,#99FFFF) !important;
  border: 1px solid #4379bd !important;
  border-radius: 3px !important;
  box-shadow:
	0 0 2px rgba(255, 255, 255, 0.4) inset,
	0 4px 6px rgba(255, 255, 255, 0.4) inset,
	0 11px 0 -2px rgba(255, 255, 255, 0.2) inset,
	0 13px 8px rgba(150, 150, 150, 0.3) inset, 
	1px 2px 4px rgba(0, 0, 0, 0.3) !important;
}

@55trucker
Copy link
Author

55trucker commented Jan 28, 2025

thx very much,
worked like a charm (but of course)

I took this a step further, I applied the script you sent me to do the same to the bookmarks drop down menu as well, to apply the highlighted visual to all of the bookmark folders & links.
It took me a couple of hours of trying different small various script entries but I finally hit on the proper script entry to apply the wanted effect. Now each bookmark & folder containing sub folder & bookmarks are highlighted in the same manner as the cursor passes over each one.

thx again

*by the way....did you receive the donation I sent to you last October?

@Aris-t2
Copy link
Owner

Aris-t2 commented Jan 29, 2025

There is no way to know with Github user donated unless the nickname is written in the Paypal note.

@55trucker
Copy link
Author

I sent it Sept.09/24,

it went by Paypal, directly from my chequing account, amount $30 Canadian, the transaction is in my statement for that month, I will not reveal here your name attached to the payment.

I did include a thk u, thought I included my username as well.

@Aris-t2
Copy link
Owner

Aris-t2 commented Jan 30, 2025

Yes, I found the transaction from September with your note and name in it. Thanks for your donation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants