From cef733159ae3a995ebed34abba8d1d65f565f6c0 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Wed, 31 Jan 2018 22:48:11 -0700 Subject: [PATCH] re-order context menu items to avoid conficts --- userChrome-files/dark_context_menus.css | 14 ++++++++------ userChrome.css | 16 ++++++++-------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/userChrome-files/dark_context_menus.css b/userChrome-files/dark_context_menus.css index d4ed483..752c930 100644 --- a/userChrome-files/dark_context_menus.css +++ b/userChrome-files/dark_context_menus.css @@ -27,6 +27,13 @@ menupopup menu, menuitem { color: var(--grey-10) !important; } +/* Menu Separators - removed */ +menupopup menuseparator { + padding: 0 !important; + border-top: none !important; + margin: 2px 6px 2px 6px !important; +} + /* Context menu, display disabled items in a different colour */ menuitem[disabled="true"] { @@ -45,12 +52,7 @@ menuitem:hover[disabled="true"] { background-color: var(--grey-80) !important; } -/* Menu Separators - removed */ -menupopup menuseparator { - padding: 0 !important; - border-top: none !important; - margin: 2px 6px 2px 6px !important; -} + menupopup menu:hover, menuitem:hover { color: var(--grey-10) !important; diff --git a/userChrome.css b/userChrome.css index 0d97194..0316cc8 100644 --- a/userChrome.css +++ b/userChrome.css @@ -307,6 +307,14 @@ menuitem { color: var(--grey-10) !important; } +/* Menu Separators - removed */ + +menupopup menuseparator { + padding: 0 !important; + border-top: none !important; + margin: 2px 6px 2px 6px !important; +} + /* Context menu, display disabled items in a different colour */ menuitem[disabled="true"] { @@ -325,14 +333,6 @@ menuitem:hover[disabled="true"] { background-color: var(--grey-80) !important; } -/* Menu Separators - removed */ - -menupopup menuseparator { - padding: 0 !important; - border-top: none !important; - margin: 2px 6px 2px 6px !important; -} - menupopup menu:hover, menuitem:hover { color: var(--grey-10) !important;