summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-11-12 15:28:02 -0500
committerKyle Gunger <kgunger12@gmail.com>2024-11-12 15:28:02 -0500
commit4d93bd73f0a56974bd55db8f9e8ff3f318be195d (patch)
treef502f3dc49f787936ac2f35153cad71a7e9ff3d4 /index.html
parent8bc3ecc712043fef3867b45abed1fbcea8b0224b (diff)
Button select + fixes for color wheel
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3764064..d34b98d 100644
--- a/index.html
+++ b/index.html
@@ -33,7 +33,6 @@
</nav>
<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="--percent: 0.3;"><div class="detail">10%</div></div>
<div class="widget button checkbox"></div>
@@ -45,6 +44,11 @@
<div class="gague">68</div>
<div class="temp">72°</div>
</div>
+ <div class="widget select h">
+ <div class="widget button">Heat</div>
+ <div class="widget button">Cool</div>
+ <div class="widget button" selected>Eco</div>
+ </div>
</content>
<script type="module" src="scripts/main.js"></script>