Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Yet more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Izheil committed Apr 29, 2021
1 parent 26f6c74 commit 25fd4b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Full dark theme/Photon (FF 57 - FF 88)/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ of going one by one) */
menupopup:not(.PanelUI-subView):not([id^="BMB_"]) {
background-color: var(--Context-menu-background) !important}

#PlacesToolbarItems menupopup, #main-menubar menupopup, #PlacesChevronPopup {
#PlacesToolbarItems menupopup, #main-menubar menupopup {
-moz-appearance: none !important;
background-color: var(--Context-menu-background) !important;
border: 1px solid #555 !important}
Expand Down
2 changes: 1 addition & 1 deletion Full dark theme/Proton (FF 89+)/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ menupopup:not(.PanelUI-subView):not([id^="BMB_"]), .menupopup-arrowscrollbox {
background-color: var(--Context-menu-background) !important;
border-color: #555 !important}

#PlacesToolbarItems menupopup, #main-menubar menupopup, #PlacesChevronPopup {
#PlacesToolbarItems menupopup, #main-menubar menupopup {
-moz-appearance: none !important;
background-color: var(--Context-menu-background) !important;
border: 1px solid #555 !important}
Expand Down

0 comments on commit 25fd4b9

Please sign in to comment.