mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 06:50:33 -08:00
Fix: Menu - Show radio button #168
This commit is contained in:
parent
977cb82b21
commit
52bf3b1729
1 changed files with 2 additions and 2 deletions
|
|
@ -1502,8 +1502,8 @@
|
|||
|
||||
/** Context Menu - Icons ****************************************************/
|
||||
/*= Layout =================================================================*/
|
||||
menupopup menuitem:not([type="checkbox"]),
|
||||
menupopup menu:not([type="checkbox"]) {
|
||||
menupopup menuitem:not([type="checkbox"], [type="radio"]),
|
||||
menupopup menu:not([type="checkbox"], [type="radio"]) {
|
||||
-moz-appearance: none !important; /* Linux: menulist */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue