mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 15:23:59 -08:00
Fix: Download Popup - Menulist color
This commit is contained in:
parent
0722e5267e
commit
a93e1e096a
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue