From 80e81efb9491d3c9b8c9342f22ed876ac2b382fa Mon Sep 17 00:00:00 2001 From: silvererudite Date: Thu, 24 Oct 2019 20:42:40 +0600 Subject: [PATCH] added theme-changing to edit-panel which was unresponsive previously --- src/js/check-theme.js | 1 + src/js/popup.js | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/js/check-theme.js b/src/js/check-theme.js index 42615a0..c1bc01a 100644 --- a/src/js/check-theme.js +++ b/src/js/check-theme.js @@ -21,6 +21,7 @@ function getStyle(themeInfo) { document.getElementById('sort-containers-link').style.color=themeInfo.colors.tab_background_text; + } } diff --git a/src/js/popup.js b/src/js/popup.js index 6ac44e7..13f2036 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -889,6 +889,7 @@ Logic.registerPanel(P_CONTAINERS_EDIT, {
+