-
Notifications
You must be signed in to change notification settings - Fork 184
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
Comments
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;
} |
thx very much, 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. thx again *by the way....did you receive the donation I sent to you last October? |
There is no way to know with Github user donated unless the nickname is written in the Paypal note. |
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. |
Yes, I found the transaction from September with your note and name in it. Thanks for your donation. |
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.....
my Firefox browser looks like this.....
The text was updated successfully, but these errors were encountered: