aboutsummaryrefslogtreecommitdiff
path: root/src/components/style_switcher/style_switcher.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-19 04:40:25 +0300
committerHenry Jameson <me@hjkos.com>2018-11-19 04:40:25 +0300
commita5b4f31c12706b7226915864c01e5508caf262f9 (patch)
tree8bed4ec4e72e1541155b09042513a8e2df72b8fb /src/components/style_switcher/style_switcher.vue
parentedb429e30796c9312de9a28c262008c7d44757e6 (diff)
shadow control initial stuff. not done yet tho
Diffstat (limited to 'src/components/style_switcher/style_switcher.vue')
-rw-r--r--src/components/style_switcher/style_switcher.vue11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/style_switcher/style_switcher.vue b/src/components/style_switcher/style_switcher.vue
index 5bc38318..0352f546 100644
--- a/src/components/style_switcher/style_switcher.vue
+++ b/src/components/style_switcher/style_switcher.vue
@@ -170,6 +170,17 @@
<input id="tooltipradius-t" class="theme-radius-in" type="text" v-model="tooltipRadiusLocal">
</div>
</div>
+ <div label="Shadow Realm" class="shadow-container">
+ <div class="shadow-selector">
+ <select id="style-switcher" v-model="shadowSelected" class="style-switcher">
+ <option v-for="shadow in shadowsAvailable"
+ :value="shadow">
+ {{shadow}}
+ </option>
+ </select>
+ </div>
+ <shadow-control v-if="currentShadow" :value="currentShadow.value" :fallback="currentShadow.fallback"/>
+ </div>
</tab-switcher>
<div class="apply-container">