Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* color bg of context menu */
- menupopup {
- --panel-background: linear-gradient(var(--lwt-accent-color), black) !important;
- --panel-border-color: rbg(0,0,0) !important;
- }
- /* color fg of context menu */
- menupopup > menuitem[_moz-menuactive="true"],
- menupopup > menu[_moz-menuactive="true"],
- #context-navigation > menuitem[_moz-menuactive="true"] > .menu-iconic-left > .menu-iconic-icon{
- color: whitesmoke !important;
- background: var(--lwt-accent-color) !important;
- filter: brightness(1.2);
- }
- /* style text */
- menupopup > menuitem, menupopup > menu,
- menupopup > menucaption, menupopup > menuseparator {
- font-family: JetBrains Mono;
- margin-inline: 0px !important;
- }
- /* remove seperator */
- menupopup menuseparator {
- display: none;
- }
Add Comment
Please, Sign In to add comment