Skip to content

Commit

Permalink
Fix: Download Popup - Menulist color
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 4, 2021
1 parent 0722e52 commit a93e1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -842,8 +842,8 @@
/* From mulist.css */
xul|menulist {
appearance: none !important;
background-color: var(--button-bgcolor, ButtonFace) !important;
color: var(--button-color, ButtonText) !important;
background-color: var(--in-content-button-background, ButtonFace) !important;
color: var(--in-content-button-text-color, ButtonText) !important;
border-radius: 4px !important;
padding-block: 4px !important;
padding-inline: 12px 8px !important;
Expand Down

0 comments on commit a93e1e0

Please sign in to comment.