# HG changeset patch # User Drew Perttula # Date 2018-06-08 09:54:08 # Node ID 56e435ac7a4137b4a0b1b184368077c161b1d971 # Parent 5668ad92a98e5eb37aef9feb999d8f61745a2e6c start the ui work for multiselect on /live Ignore-this: 9cfd22eac4d49b093643027e387f4f5e diff --git a/light9/web/live/elements.html b/light9/web/live/elements.html --- a/light9/web/live/elements.html +++ b/light9/web/live/elements.html @@ -179,14 +179,20 @@ color: #9ab8fd; text-decoration: initial; } + .device.selected h2 { + outline: 3px solid #ffff0047; + } + .deviceAttr.selected { + background: #cada1829; + } -
-

+
+

a