From 46f598b6412dac7cf53c6692c1805fb876a2f386 Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Tue, 2 Jan 2018 00:21:00 +0100 Subject: [PATCH] update to settings tab for theme switcher --- src/app/tabs/settings-tab.js | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/app/tabs/settings-tab.js b/src/app/tabs/settings-tab.js index 108dbd1ce2..5a1e67aeb8 100644 --- a/src/app/tabs/settings-tab.js +++ b/src/app/tabs/settings-tab.js @@ -28,6 +28,9 @@ var css = csjs` padding: .5em; font-weight: bold; } + .crow label { + cursor:pointer; + } .crowNoFlex { overflow: auto; clear: both; @@ -81,6 +84,15 @@ function SettingsTab (container, appAPI, appEvents, opts) {
Enable Optimization +

Themes

+
+
+ +
+
+
+ +

Plugin ( Do not use this alpha feature if you are not sure what you are doing!)
@@ -89,15 +101,6 @@ function SettingsTab (container, appAPI, appEvents, opts) {
-

Themes

-
-
- Light Theme -
-
-
- Dark Theme -
`