summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-11-11 23:41:54 -0500
committerKyle Gunger <kgunger12@gmail.com>2024-11-11 23:41:54 -0500
commit79a18d745750962a6ef2c61272039a9c89875c9a (patch)
treee056a9aa6e6142c3c04ef547497a82f022893b88 /index.html
parentda0556feab1e34e2de5b515c4d075603ef832b24 (diff)
Slider detail + normalize position names
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 2ab8278..3764064 100644
--- a/index.html
+++ b/index.html
@@ -35,11 +35,11 @@
<content>
<span class="widget button" style="--top-color: blue; --side-color:red;">Lamp 1</span>
<div class="widget button toggle">Lamp 1</div>
- <div class="widget slider" style="--fill-percent: 0.3;"></div>
+ <div class="widget slider" style="--percent: 0.3;"><div class="detail">10%</div></div>
<div class="widget button checkbox"></div>
<div class="widget color-wheel" style="--pos-x: 0.3; --pos-y: 0.3;"></div>
- <div class="widget color-temp" style="--pos: 0.3;"></div>
- <div class="widget color-light" style="--pos: 0.3;"></div>
+ <div class="widget color-temp" style="--percent: 0.3;"></div>
+ <div class="widget color-light" style="--percent: 0.3;"></div>
<div class="widget thermostat" style="--percent: 0.3; --arch-color: #0084ff;">
<div class="arch"></div>
<div class="gague">68</div>