Skip to content

Commit

Permalink
Firefox 115 Ready (v1.6.115 Release)
Browse files Browse the repository at this point in the history
  • Loading branch information
QNetITQ authored Jun 23, 2023
1 parent e2568ed commit 428876d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1897,7 +1897,7 @@ spacer[part="overflow-end-indicator"]
menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(4),
menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(5),
menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(7),
#paste-and-go,
menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(8),
menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(9),

/* ----- Searchbar Menu ----- */
Expand All @@ -1907,7 +1907,7 @@ spacer[part="overflow-end-indicator"]
menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(4),
menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(5),
menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(6),
.searchbar-paste-and-search,
menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(7),
menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(8),

/* ----- PersonalToolbar Menu ----- */
Expand Down Expand Up @@ -2128,7 +2128,7 @@ spacer[part="overflow-end-indicator"]
background-image: var(--clipboard-paste);
}

#paste-and-go::before
menupopup.textbox-contextmenu:nth-child(3) > menuitem:nth-child(8)::before
{
background-image: var(--clipboard-search);
}
Expand Down Expand Up @@ -2165,7 +2165,7 @@ spacer[part="overflow-end-indicator"]
background-image: var(--clipboard-paste);
}

#searchbar-paste-and-search::before
menupopup.textbox-contextmenu:nth-child(4) > menuitem:nth-child(7)::before
{
background-image: var(--clipboard-search);
}
Expand Down

0 comments on commit 428876d

Please sign in to comment.