Skip to content

How to change colour of right-click menu borders? #516

Answered by black7375
Zabooby asked this question in Q&A
Discussion options

You must be logged in to vote

I moved to discussions to separate bugs and usage inquiries.


Add to userChrome.css file: (Compatible code considering the Firefox version)

html#main-window menupopup:not(.in-menulist) {
  --menu-border-color: red !important;
  --panel-border-color: var(--menu-border-color) !important;
}

Replies: 6 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Zabooby
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@black7375
Comment options

Comment options

You must be logged in to vote
1 reply
@black7375
Comment options

Comment options

You must be logged in to vote
6 replies
@Zabooby
Comment options

@Zabooby
Comment options

@black7375
Comment options

@Zabooby
Comment options

@Zabooby
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Issue::Question Further information is requested Env::Windows Issues on Windows10, Windows11, unknown windows Class::Color Color, background, blur, etc. Compenent::Menu-Others Menu excluding context, popup and panel
2 participants
Converted from issue

This discussion was converted from issue #515 on November 26, 2022 13:22.