From d23562c6d8ffbecd28a68ed635024dada0d7891f Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Mon, 12 Feb 2018 10:19:35 -0700 Subject: [PATCH] Fix context menus for Tree Style Tab --- .../webextension-tweaks/tree_style_tabs.css | 17 +++++++++++------ userContent.css | 16 ++++++++++------ 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/userContent-files/webextension-tweaks/tree_style_tabs.css b/userContent-files/webextension-tweaks/tree_style_tabs.css index d7c110b..c14e9b9 100644 --- a/userContent-files/webextension-tweaks/tree_style_tabs.css +++ b/userContent-files/webextension-tweaks/tree_style_tabs.css @@ -15,16 +15,12 @@ color: var(--primary-accent-color-dark) !important;; } - #tabContextMenu { - background: var(--grey-60) !important; - border: none !important; - color: var(--primary-light-color) !important; - } + #debug-configs { color: var(--primary-light-color) !important; } - + #userStyleRules, #legacyConfigsNextMigrationVersion, #importedTreeStructureFromLegacy, @@ -37,6 +33,15 @@ border: 1px solid var(--grey-50) !important;; } + /* Context Menus */ + #tabContextMenu, + .extra.has-submenu ul, + #contextual-identities-selector, + #newtab-action-selector { + background: var(--grey-60) !important; + border: none !important; + } + } /*! Alters the webextension Tree Style Tab diff --git a/userContent.css b/userContent.css index 87026a7..6ec7ea1 100644 --- a/userContent.css +++ b/userContent.css @@ -1592,12 +1592,6 @@ color: var(--primary-accent-color-dark) !important; } - #tabContextMenu { - background: var(--grey-60) !important; - border: none !important; - color: var(--primary-light-color) !important; - } - #debug-configs { color: var(--primary-light-color) !important; } @@ -1613,6 +1607,16 @@ color: var(--primary-light-color) !important; border: 1px solid var(--grey-50) !important; } + + /* Context Menus */ + + #tabContextMenu, + .extra.has-submenu ul, + #contextual-identities-selector, + #newtab-action-selector { + background: var(--grey-60) !important; + border: none !important; + } } /*! Alters the webextension Tree Style Tab