Skip to content

Commit

Permalink
Update userChrome.css
Browse files Browse the repository at this point in the history
Fix context menu for firefox v116
  • Loading branch information
datguypiko authored Aug 6, 2023
1 parent 4671f8f commit e94d882
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ menupopup :-moz-any(menu:last-child, menuitem:last-child) {
menuseparator {
border-color: var(--arrowpanel-border-color) !important;
/* border-top: 1px solid ThreeDShadow; */
padding-block: 2px !important;
}

menuseparator#context-sep-navigation {
Expand Down Expand Up @@ -845,6 +846,10 @@ menupopup
margin-top: 5px !important;
}

#context-sep-navigation {
padding-block: 0px !important;
}

/*=====================================================================
===================== B O O K M A R K S B A R =======================
=====================================================================*/
Expand Down

0 comments on commit e94d882

Please sign in to comment.