From 2ea0674668a99b36055357d89ca7e7516e8ae3b5 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 13 Dec 2018 18:28:02 +0200 Subject: [PATCH] Limit popup recoloring to browser popups --- chrome/theme_popups_and_menus.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chrome/theme_popups_and_menus.css b/chrome/theme_popups_and_menus.css index a58f2b2..654e441 100644 --- a/chrome/theme_popups_and_menus.css +++ b/chrome/theme_popups_and_menus.css @@ -3,6 +3,8 @@ /*!!! IMPORT theme_color_variables.css !!!*/ +/* Limit popups for general browser popups so that devtools is not affected */ +@-moz-document url-prefix(chrome://browser/content/){ :root{ --panel-disabled-color: #888 !important; } .panel-arrowcontent, @@ -130,3 +132,4 @@ panelview toolbarbutton.subviewbutton .toolbarbutton-text, #editBMPanel_folderTree treechildren::-moz-tree-cell(selected){ background-color: var(--uc-border-color) !important; } #editBMPanel_folderTree treechildren::-moz-tree-cell(hover){ background-color: var(--uc-active-color) !important; } +} \ No newline at end of file