-
How to I change the border colour of right-click menus? Is there an option in the Firefox color addon for this? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 8 replies
-
I moved to discussions to separate bugs and usage inquiries. Add to html#main-window menupopup:not(.in-menulist) {
--menu-border-color: red !important;
--panel-border-color: var(--menu-border-color) !important;
} |
Beta Was this translation helpful? Give feedback.
-
Thank you for the solution and sorry for opening an issue, I didn't know about the discussions page. However I right clicked in the history sidebar and the border doesn't apply there. Is there any other right click menus where this border won't apply? Also (related question) I remember seeing a css theme a while back that somehow matches the theme selected to the library window, right now you can apply themes but the library window stays the default dark/light theme. Any plans to match themes? |
Beta Was this translation helpful? Give feedback.
-
I know that I can't match the color of the selected theme. I want to add it to the |
Beta Was this translation helpful? Give feedback.
-
That's the problem, I can't remember where I saw it. I'm pretty sure it was on GitHub I'll try and find it and post the link here. Also if you look at the original screenshot at the top of this post, is it possible to also change the colour of the horizontal separators? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
So to be clear, the way you will implement it is by adding the library css variables to the userchrome.css file so users can customise it to their liking? How many variables are there? |
Beta Was this translation helpful? Give feedback.
I moved to discussions to separate bugs and usage inquiries.
Add to
userChrome.css
file: (Compatible code considering the Firefox version)