From 52bf3b1729636802e236aaa3e13f474c9f8470a4 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 16 Aug 2021 13:31:55 +0900 Subject: [PATCH] Fix: Menu - Show radio button #168 --- userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index 4b31dd4..ae41f80 100644 --- a/userChrome.css +++ b/userChrome.css @@ -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 */ }